.new-list{
    display: flex;
}
.new-list-item{
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    /* height: 100px; */
    
}
.open{
    position: absolute;
    width: 100%;
    height: 100px;
    /* background: #376fec70; */
}
#new-ids1{
    background-image: url("/fore-end/image/jjfa/zhzj/qita/c1.png");
    background-size: 100% 100%;
}
#new-ids2{
    background-image: url("/fore-end/image/jjfa/zhzj/qita/c2.png");
    background-size: 100% 100%;
}
#new-ids3{
    background-image: url("/fore-end/image/jjfa/zhzj/qita/c3.png");
    background-size: 100% 100%;
}
#new-ids4{
    background-image: url("/fore-end/image/jjfa/zhzj/qita/c4.png");
    background-size: 100% 100%;
}
#new-ids5{
    background-image: url("/fore-end/image/jjfa/zhzj/qita/c5.png");
    background-size: 100% 100%;
}
.ones{
    /* position: absolute;
    width: 100%;
    height: 100px; */
    justify-content: flex-start !important;
    position: relative;
    /* background: #376fec70; */
}
.new-list-title{
    position: absolute;
    top: 36px;
    left: 63px;
    color: #ffffff;
    font-size: 22px;
}
.qita{
    /* padding: 50px 0; */
    width: 100% !important;
    background-image: url("/fore-end/image/jjfa/zhzj/qita/pic1.png");
    background-size: 100% 100%;
}
.new-contain{
    position: relative;
    display: flex;
    margin-top: 30px;
    width: 1200px;
    height: 330px;
    border: 1px solid #e3e5f2;
    border-radius: 2px;
    box-shadow: 0px 3px 6px 0px rgba(14,154,249,0.16); 
}
.new-contain-left{
    width: 740px;
    height: 330px;
}
.new-contain-right{
    width: calc(100% - 740px);
    height: 330px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 33px;

}
.new-contain-l{
    font-size: 18px;
}
.new-contain-ls{
    font-size: 18px;
    float: left;
}
.text-contents{
    text-indent: 3ch;
    width: 396px;
    height: 137px;
    line-height: 28px;
    margin-top: 24px;
}
.one{
    justify-content: flex-start;
    position: relative;
}
.new-contain-left-bt{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 27px;
 
}
.new-two{
    right: 27px;
}
.new-img1{
    width: 14px;
    height: 20px;
    cursor: pointer; 
}
.new-img2{
    width: 78px;
    height: 76px;
}
.jjfa .example {
    height: 550px;
    background: url("/fore-end/image/szdz/bg.png") no-repeat center;
  }
.swiper-container {
    margin-top: 44px;
    height: 330px;
  }
.swiper-container .swiper-slide {
    height: 330px;
  }
.swiper-container .swiper-slide .left {
    width: 740px;
    height: 330px;
    float: left;
    position: relative;
  }
.swiper-container .swiper-slide .left::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0.6px);
    z-index: 100;
  }
.swiper-container .swiper-slide .left img {
    width: 100%;
    height: 100%;
  }
.swiper-container .swiper-slide .right {
    float: left;
    width: 460px;
    height: 330px;
    background-color: #ffffff;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
.swiper-container .swiper-slide .right .icon-box {
    position: absolute;
    bottom: 27px;
    right: 27px;
  }
.swiper-container .swiper-slide .right h3 {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
  }
.swiper-container .swiper-slide .right a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(106, 171, 251, 0);
    color: #666;
    border: 1px solid #dddddd;
  }
.swiper-container .swiper-slide .right a:hover {
    background: #4582EF;
    color: #fff;
  }
.swiper-container .swiper-arrow {
    position: absolute;
    left: 780px;
    bottom: 30px;
    z-index: 2000;
  }
.swiper-container .swiper-arrow span {
    color: #2E363A;
    font-size: 24px;
    margin: 0 20px;
    vertical-align: middle;
  }
.swiper-container .swiper-arrow .swiper-button {
    display: inline-block;
    width: 32px;
    height: 23px;
    overflow: hidden;
    background: url("/fore-end/image/st-hb-pic22.png") no-repeat;
    vertical-align: middle;
    cursor: pointer;
  }
.swiper-container .swiper-arrow .prev-btn {
    background-position: 0 0;
  }
.swiper-container .swiper-arrow .prev-btn:hover {
    background-position: 0 -30px;
  }
.swiper-container .swiper-arrow .next-btn {
    background-position: -49px 0;
  }
.swiper-container .swiper-arrow .next-btn:hover {
    background-position: -49px -30px;
  }