

i {

    font-family: "iconfont" !important;

    font-size: 16px;

    font-style: normal;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

  }



.mybanner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{

    bottom: 45px;

}

.mybanner .swiper-pagination-bullet{

    width: 10px;

	height: 10px;

	background-color: #ffffff;

	opacity: 0.5;

}

.mybanner .swiper-pagination-bullet-active{

    position: relative;

    background-color: #ffffff;

    opacity: unset;

}

.mybanner .swiper-pagination-bullet-active::after{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    content: "";

    display: block;

    width: 34px;

	height: 34px;

	border: solid 1px #ffffff;

    border-radius: 100%;

}

.mybanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{

    margin: 0 19px;

}

.product{

   padding: 70px 0;

   background-color: #eff7ff;

}

.the-title h1{ 

    font-size: 40px;

    line-height: 40px;

    font-weight: bold;

    text-align: center;

	letter-spacing: 2px;

	color: #000000;

}

.the-title p{

    font-size: 16px;

	line-height: 16px;

	letter-spacing: 1px;

	color: #999999;

    text-align: center;

    margin-top: 8px;
}
.propic .nexts-preys{
    position: absolute;
}
.product .proitems{

    margin-top: 40px;

    display: flex;

    justify-content: space-between;

}

.product .proitems .desc{

    width: 26.42%;

}

.product .proitems .desc .num span{

    font-size: 26px;

	line-height: 26px;

	color: #666666;

}

.product .proitems .desc h5{

    font-size: 26px;

	line-height: 26px;

	letter-spacing: 1px;

	color: #333333;

    margin-top: 55px;

    margin-bottom: 58px;

}

.product .proitems .desc p{

    font-size: 16px;

	line-height: 32px;

	color: #868686;

    text-align: justify;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

/* 规定文字几行 */

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

}

.product .proitems .desc .more{

    width: 137px;

	height: 37px;

	background-color: #3eaac3;

	border-radius: 17px;

    padding: 0 29px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    font-size: 12px;

	letter-spacing: 1px;

	color: #ffffff;

    cursor: pointer;

    margin-top: 90px;

}

.product .proitems .propic{

    width: 35.5%;

    display: flex;
    position: relative;
    justify-content: center;

    align-items: center;

    background-color: #ffffff;

}

.propic .swiper-pagination-bullet{

    color: transparent;

}

.propic .swiper-slide{

    display: flex;

    justify-content: center;

    align-items: center;

}

.swiper-container2{

    height: 100%;

}

.propic .swiper-pagination-bullet{

    width: 6px;

	height: 6px;

	background-color: #3eaac3;

	opacity: 0.5;

    margin: 0 8px !important;

}

.propic .swiper-pagination-bullet-active{

    position: relative;

}

.propic .swiper-pagination-bullet-active::after{

    content: "";

    display: block;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    width: 12px;

	height: 12px;

	border: solid 1px #3eaac3;

    border-radius: 100%;

}

.proitems .progl{

    width: 21.57%;

    display: flex;

    justify-content: space-between;

}

.progl .leftbox{

    width: 77.48%;

}

.progl .leftbox li{

    cursor: pointer;

    height: calc(100%/6);

    display: flex;

    align-items: center;

    justify-content: center;

    border-bottom: 1px solid #f5f5f5;

    transition: all .3s linear;

}

.progl .leftbox li:hover{

    box-shadow: 0px 1px 8px 0px 

    rgba(0, 0, 0, 0.2);

}

.progl .leftbox li:last-child{

    border-bottom: none;

}

.progl .leftbox,.progl .leftbox ul{

    height: 100%;

    background-color: #ffffff;

}

.lb-active{

    box-shadow: 0px 1px 8px 0px 

    rgba(0, 0, 0, 0.2);

}

.progl .rightbox{

    padding: 34px 0;

}

.progl .rightbox .l1{

    position: relative;

    width: 2px;

	height: 263px;

    margin: auto;

    margin-top: 35px;

    margin-bottom: 35px;

	background-color: #d5d5d6;

}

.progl .rightbox .l1 .sons{

    transition: all .3s;

    position: absolute;

    width: 2px;

    top: 0;

    height: calc(100%/6);

    background-color: #3eaac3;

}

.product .proitems .desc .dp{

    display: none;

}

.product .proitems .desc .dp:first-child{

    display: block;

}

.yyly{

    background-image: url(../images/index/yylybgm.jpg);

    padding: 60px 0;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}

.yyly .the-title h1,.yyly .the-title p{

    color: #fff;

}

.yyly .the-title{

    padding-bottom: 22px;

    border-bottom: 1px solid #8395a4;

}

.yyly .lyitems{

   height: 360px;

    margin-top: 62px;

}

.swiper-container3 .swiper-slide{

    transition: all .3s;

}

.swiper-container3 .swiper-slide:hover{

    padding: 22px;

    background-color: #fff;

}

.swiper-container3 .swiper-slide .desc{

    margin-top: 25px;

    font-size: 16px;

	letter-spacing: 1px;

	color: #ffffff;

    font-weight: bold;

    display: flex;

    justify-content: space-between;

}

.swiper-container3 .swiper-slide:hover .desc{

    color: #3eaac3;

}

.swiper-container3 .swiper-slide .desc img{

    display: none;

}

.swiper-container3 .swiper-slide:hover .desc img{

    display: block;

}

.pn-more{

    margin-top: 55px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.pn-more .pn{

    position: relative;

    width: 9%;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.pn-more .lines{

    width: 80.21%;

    height: 1px;

	background-color: #ffffff;

	opacity: 0.3;

}

.pn-more .mores{

    width: 9.71%;

    height: 40px;
	background-color: #3eaac3;

	border-radius: 20px;

    display: flex;

    justify-content: center;

    align-items: center;

	color: #ffffff;

    cursor: pointer;

}

  .propic  .swiper-button-prev, .propic .swiper-container-rtl .swiper-button-next {

        background-image: unset;
        font-size: 12px;
        width: 81px;
        height: 47px;

        background-color: #3eaac3;
        color: #ffffff;
        background-size:unset;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -81px;
}
.propic .swiper-button-next,.propic .swiper-container-rtl .swiper-button-prev {

    background-image: unset;
    font-size: 12px;
    width: 81px;
	height: 47px;
    color: #ffffff;
    background-color: #3eaac3;

    background-size:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -81px;
    right: unset;
    left: 0;

}
.pn-more .swiper-button-prev, .pn-more .swiper-container-rtl .swiper-button-next {

    background-image: url(../images/index/lyzjt.png);
    font-size: 12px;
    width: 45px;
    height: 45px;

    background-color: #cccccc;
    color: #ffffff;
    background-size:unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pn-more .swiper-button-next,.pn-more  .swiper-container-rtl .swiper-button-prev {

    background-image: url(../images/index/lyyjt.png);
    font-size: 12px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background-color: #cccccc;

    background-size:unset;
    display: flex;
    justify-content: center;
    align-items: center;

}
.pn-more .pn>div:hover{

	background-color: #3eaac3;

}

.gsjj{

    padding: 70px 0;

}

.gsjj .jjcontent{

    margin-top: 70px;

    display: flex;

    justify-content: space-between;

}

.gsjj .jjcontent .desc{

    width: 40.35%;

}

.icoitem>div{

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 40px;

}

.icoitem>div div{

    text-align: center;

    cursor: pointer;

}

.icoitem>div i{

    color: #999999;

    font-size: 45px;

}

.icoitem>div h5{

    font-size: 16px;

    margin-top: 10px;

	letter-spacing: 1px;

	color: #666666;

}

.icoitem>div div:hover i{

    color: #3eaac3;

}

.icoitem>div div:hover h5{

    color: #3eaac3;

}

.gsjj .jjcontent .desc h1{

    font-size: 24px;

	color: #3eaac3;

}

.gsjj .jjcontent .desc .sy-about{

    font-size: 16px;

	line-height: 30px;

	letter-spacing: 1px;

	color: #333333;

    text-align: justify;

}

.gsjj .jjcontent .desc>img{

    margin-top: 10px;

    margin-bottom: 25px;

}

.news{

    padding: 58px 0;

    background-image: url(../images/index/new.jpg);

}

.news .the-title h1,.news .the-title p{

    color: #fff;

}

.news .heads{

    position: relative;

}

.news .heads .n-tab{

    position: absolute;

    right: 0;

    bottom: 0;

    display: flex;

    width: 260px;

    justify-content: space-between;

}

.news .heads .n-tab p{

    transition: all .3s;

    cursor: pointer;

    font-size: 16px;

    display: flex;

    justify-content: center;

    align-items: center;

	color: #ffffff;

    width: 110px;

	height: 40px;

	border: solid 1px #f9feff;

}

.p-active{

    border: solid 1px #3eaac3 !important;

    color: #3eaac3 !important;

}

.news .heads .n-tab p:hover{

    color: #3eaac3;

    border: solid 1px #3eaac3;

}

.newcenter .nbox{

    width: 22.85%;

    background-color: #ffffff;

	border-radius: 0px 12px 0px 0px;

    position: relative;

}



.newcenter{

    margin-top: 58px;

    height: 455px;

}

.newcenter .nbox h1{

    font-size: 18px;

	line-height: 26px;

    padding: 0 25px;

    padding-top: 25px;

	color: #333333;

    font-weight: bold;

    padding-bottom: 48px;

    border-bottom: 1px solid #eeeeee;

}

.newcenter .nbox span{

    font-size: 14px;

	line-height: 20px;

	color: #3eaac3;

    font-weight: bold;

    padding: 0 25px;

    display: block;

    margin-top: 40px;

    margin-bottom: 10px;

}

.newcenter .nbox .desc{

    font-size: 14px;

	line-height: 24px;

	color: #999999;

    padding: 0 25px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

/* 规定文字几行 */

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;



}

.newcenter .nbox .ljt {

    margin-bottom: 55px;

    margin-top: 30px;

    cursor: pointer;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-left: 25px;

    width: 46px;

	height: 46px;

	background-color: transparent;

}

.newcenter .nbox .ljt img:first-child{

    display: block;

}

.newcenter .nbox .ljt img:last-child{

    display: none;

}

.newcenter .nbox .img{

    height: 0;
    opacity: 0;
    transition: all .3s;

}

.newcenter .nbox .img img{

    height: 0;

    transition: all .3s;

}

.newcenter .nbox{

    cursor: pointer;

    height: 400px;

    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.newcenter .nbox:hover .img{

    height: 180px;

    width: 100%;
    opacity: 1;
    transition: all .3s;

}

.newcenter .nbox:hover .img img{

    height: 100%;
    transition: all .3s;
}

.newcenter .nbox:hover h1{

    display: none;

}

.newcenter .nbox:hover{

    height: 455px;
    border-left: 3px solid #3eaac3;
    border-bottom: 3px solid #3eaac3;
    border-radius: 0px 12px 0px 12px;
    transition: all .3s;
}

.newcenter .nbox:hover .ljt {

    background-color: #3eaac3;

}

.newcenter .nbox:hover .ljt img:first-child{

    display: none;

}

.newcenter .nbox:hover .ljt img:last-child{

    display: block;

}

.songs .infolist{

    display: flex;
    margin: 0 -8.5px;
}
.infolist .fafd{
    width: 22.85%;
    height: 450px;
    position: relative;
    margin: 0 8.5px;
}
.newcenter .songs{

    display: none;

}

/* .newcenter .songs .lines{

    width: 100%;

    margin-top: 66px;

    display: flex;

    justify-content: space-between;

}

.newcenter .songs .lines .sm{

    width: calc(100%/4);

    height: 2px;

	background-color: #ffffff;

}

.sm-active{

    background-color: #3eaac3 !important;

} */

.nl-active{

    display: block !important;

}

.jjcontent .img{

    height: 426px;

    position: relative;

    background-color: #3eaac3;

    width: 48.57%;

}

.jjcontent .img img{

    position: absolute;

   top: 20px;

   right: 20px;
   margin: 0 8.5px;
}


/* 底部 */

footer{

    background-image: url(../images/foot.jpg);

    padding-top: 50px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}

footer .desc{

    width: 42.35%;

}

footer .ft{

    display: flex;

    justify-content: space-between;

    padding-bottom: 40px;

}

footer .ft h1{

    font-size: 16px;

	line-height: 28px;

	letter-spacing: 1px;

	color: #ffffff;

}

footer .line{

    margin-top: 8px;

    margin-bottom: 15px;

    width: 20px;

	height: 2px;

	background-color: #ffffff;

}

footer p{

    line-height: 28px;

	letter-spacing: 1px;

	color: #ffffff;

}

footer .fnav{

    width: 62.64%;

}

footer .fnav ul{

    display: flex;

    justify-content: space-between;

}

footer .fnav ul li{

    color: #fff;

}

.foot{

    border-top: 1px solid #616161;

    padding: 18px 0;

    background-image: url(../images/foot.jpg);

    background-position: center;

    background-repeat: no-repeat;



}

.foot .area{

    display: flex;

    justify-content: space-between;

}

.foot .area p{

    font-size: 12px;

	line-height: 28px;

	color: #ffffff;

	opacity: 0.8;

}
.newline{
    width: 100%;
    height: 2px;
	background-color: #ffffff;
    margin: 0 -8.5px;
    margin-top: 66px;
    display: flex;
    align-items: center;
}
.newline .sm{
    width: 23%;
    height: 2px;
    background-color: #3eaac3;
    opacity: 0;
    transition: all .3s;
    margin: 0 8.5px;
}
.news .area{
    overflow: hidden;
}
.lyitems .swiper-slide a{
    /* display: block; */
}
.lyitems .swiper-slide a img{
      width: 100%;
      height: 270px;
      object-fit: cover;
}
@media (max-width:996px){
  .propic  .swiper-button-prev, .propic .swiper-container-rtl .swiper-button-next {

        background-image: unset;
        font-size: 12px;
        width: 65px;
	height: 35px;

        background-color: #3eaac3;
        color: #ffffff;
        background-size:unset;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 10px;
        right: auto;
}

.propic .swiper-button-next,.propic .swiper-container-rtl .swiper-button-prev {

    background-image: unset;
    font-size: 12px;
    width: 65px;
	height: 35px;
    color: #ffffff;
    background-color: #3eaac3;

    background-size:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    left: auto;
    right: 10px;
    left: auto;

}
}

@media (max-width:1550px){

    .pc-nav{

        padding: 22px 40px;

    }

    .pc-nav .navList ul a{

        font-size: 14px;

    }

    .pc-nav .yy-ss{

        width: 21%;

    }

}

/* padpro端 */

@media screen and (min-width: 991px) and (max-width: 1366px){

    .product {

        padding: 50px 0;

    }

    .the-title h1 {

        font-size: 30px;

        line-height: 30px;

    }

    .product .proitems .desc {

        width: 22.42%;

    }

    .product .proitems .desc h5{

        font-size: 20px;

    }

    .pn-more .pn{

        width: 13%;

    }

    .pn-more .lines{

        width: 73%;

    }

    .gsjj{

        padding: 40px 0;

    }

    .jjcontent .img{

        padding: 30px;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .jjcontent .img img {

        position: unset;

    }

    .gsjj .jjcontent .desc .sy-about {

        font-size: 14px;

        line-height: 25px;

    }

    .newcenter .nbox .img{

        display: none;

    }
    .newcenter .nbox .ljt{
        margin-bottom: 20px;
    margin-top: 20px;
    }
    .newcenter .nbox:hover {

        height: unset;

    }

    .newcenter .nbox:hover h1{

        display: block;

    }

    .newcenter .nbox{
        height: unset;
        /* width: 23.85%; */

    }
    .newcenter .nbox h1{
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/* pad端 */

@media screen and (min-width:768px) and (max-width:991px) {
    .infolist .fafd{
        height: 250px;
    }
    .newline{
        margin-top: 30px;
    }
    .product {

        padding: 50px 0;

    }

    .the-title h1 {

        font-size: 30px;

        line-height: 30px;

    }

    .product .proitems .desc {

        width: 45%;

    }

    .product .proitems .desc h5{

        font-size: 20px;

    }

    .pn-more .pn{

        width: 13%;

    }

    .pn-more .lines{

        width: 73%;

    }

    .gsjj{

        padding: 40px 0;

    }

    .jjcontent .img{

        padding: 30px;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .jjcontent .img img {

        position: unset;

    }

    .gsjj .jjcontent .desc .sy-about {

        font-size: 13px;

        line-height: 22px;

    }

    .newcenter .nbox .img{

        display: none;

    }

    .newcenter .nbox:hover {

        height: unset;

    }

    .newcenter .nbox:hover h1{

        display: block;

    }

    .newcenter .nbox{

        /* width: 31%; */

        height: unset;

        margin-bottom: 10px;

    }

    .product .proitems{

        flex-wrap: wrap;

    }

    .proitems .progl{

        display: none;

    }

    .product .proitems .propic{

        width: 48%;

    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{

        width: 30px;

        height: 30px;

    }

    .swiper-button-next, .swiper-button-prev{

        top: unset;

        margin-top: unset;

    }

    .yyly .lyitems {

        height: 180px;

        margin-top: 62px;

    }

    .gsjj .jjcontent{

        margin-top: 35px;

    }

    .icoitem>div i {

        color: #999999;

        font-size: 30px;

    }

    .icoitem>div{

        margin-top: 25px;

    }

    .newcenter{

        height: unset;

    }

    .songs .infolist{

        flex-wrap: wrap;

    }

    .newcenter .nbox h1{

        font-size: 14px;

        line-height: 20px;

        padding: 0px 15px;

        padding-top: 15px;

        padding-bottom: 16px;

    }

    .newcenter .nbox span {

        font-size: 12px;

        line-height: 12px;

        color: #3eaac3;

        font-weight: bold;

        padding: 0px 15px;

        display: block;

        margin-top: 15px;

        margin-bottom: 5px;

    }

    .newcenter .nbox .desc{

        font-size: 13px;

    line-height: 24px;

    padding: 0px 15px;

    }

    .newcenter .nbox .ljt {

        margin-bottom: 30px;

        margin-top: 20px;

        margin-left: 15px;

        width: 30px;

        height: 30px;

    }

    footer .fnav {

        width: 45%;

    }

    footer .fnav ul{

        flex-wrap: wrap;

    }

    footer .fnav ul li{

        width: 30%;

        line-height: 35px;

    }

    .foot{

        padding: 12px 0;

    }
    .newcenter .nbox h1{
        white-space: nowrap;      /*超出的空白区域不换行*/
        overflow: hidden;         /*超出隐藏*/
        text-overflow: ellipsis;  /*文本超出显示省略号*/
    }
}

/* 移动端 */

@media (max-width:767px){

    .product {

        padding: 30px 0;

    }

    .the-title h1 {

        font-size: 20px;

        line-height: 25px;

    }

    .the-title p{

        font-size: 14px;

    }

    .product .proitems .desc {

        width:100%;

    }

    .product .proitems .desc h5{

        font-size: 20px;

        margin-top: 24px;

    margin-bottom: 30px;

    }

    .pn-more .pn{

        width: 21%;

    }

    .pn-more .lines{

        width: 50%;

    }

    .gsjj{

        padding: 40px 0;

    }

    .jjcontent .img{

        padding: 30px;

        display: flex;

        align-items: center;

        justify-content: center;

    }

    .jjcontent .img img {

        position: unset;

    }

    .gsjj .jjcontent .desc .sy-about {

        font-size: 12px;

        line-height: 22px;

    }

    .newcenter .nbox .img{

        display: none;

    }

    .newcenter .nbox:hover {

        height: unset;

    }

    .newcenter .nbox:hover h1{

        display: block;

    }

    .newcenter .nbox{

        width: 100%;

        height: unset;

        margin-bottom: 15px;

    }

    .product .proitems{

        flex-wrap: wrap;

    }

    .proitems .progl{

       display: none;

    }

    .product .proitems .propic{

        width: 100%;

        margin-top: 20px;

        padding: 15px 0;

    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{

        width: 65px;

        height: 30px;

    }

    .swiper-button-next, .swiper-button-prev{

        top: unset;

        margin-top: unset;

    }

    .yyly .lyitems {

        height: 180px;

        margin-top: 30px;

    }

    .gsjj .jjcontent{

        margin-top: 30px;

        flex-wrap: wrap;

    }

    .gsjj .jjcontent .desc,.jjcontent .img{

        width: 100%;

        padding: unset;

        background-color: unset;

        height: unset;

        margin: 10px 0;

    }

    .icoitem>div i {

        color: #999999;

        font-size: 30px;

    }

    .icoitem>div{

        margin-top: 25px;

    }

    .newcenter{

        height: unset;

    }

    .songs .infolist{
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .newcenter .nbox h1{

        font-size: 14px;

        line-height: 20px;

        padding: 0px 15px;

        padding-top: 15px;

        padding-bottom: 16px;

    }

    .newcenter .nbox span {

        font-size: 12px;

        line-height: 12px;

        color: #3eaac3;

        font-weight: bold;

        padding: 0px 15px;

        display: block;

        margin-top: 15px;

        margin-bottom: 5px;

    }

    .newcenter .nbox .desc{

        font-size: 13px;

    line-height: 24px;

    padding: 0px 15px;

    }

    .newcenter .nbox .ljt {

        margin-bottom: 10px;

        margin-top: 10px;

        margin-left: 10px;

        width: 25px;

        height: 25px;

    }

    .product .proitems .desc .more{

        margin-top: 50px;

    }

    .swiper-container3 .swiper-slide:hover{

        padding: 15px;

    }

    .pn-more .mores{

        width: 17%;

        height: 35px;

        font-size: 12px;

    }

    .news .heads .n-tab{

        bottom: -46px;

    }

    .mybanner .swiper-pagination-bullet-active::after{

        width: 16px;

        height: 16px;

    }

    .mybanner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{

        bottom: 10px;

    }

    footer{

        padding-top: 30px;

    }

    footer .ft{

        padding-bottom: 30px;

    }

    footer .fnav,footer .desc{

        width: 100%;

        margin-bottom: 10px;

    }

    footer .fnav ul{

        flex-wrap: wrap;

    }

    footer .fnav ul li{

        width: 30%;

        line-height: 35px;

    }

    .foot{

        padding: 12px 0;

    }

    footer .ft{

        flex-wrap: wrap;

    }

    .foot .area{

        flex-wrap: wrap;

    }
    .pn-more .swiper-button-prev, .pn-more .swiper-container-rtl .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .pn-more .swiper-button-next,.pn-more  .swiper-container-rtl .swiper-button-prev {
        width: 30px;
        height: 30px;
    
    }
    .infolist .fafd{
        width: 47.5%;
        height: 240px;
        margin: unset;
    }
    .newline{
        display: none;
    }
    .newcenter .nbox h1{
        white-space: nowrap;      /*超出的空白区域不换行*/
        overflow: hidden;         /*超出隐藏*/
        text-overflow: ellipsis;  /*文本超出显示省略号*/
    }
}