@charset "utf-8";
/*广告图*/
.swiper-ggt{
    position: relative;
    margin-top: 13.5rem;
}
.swiper-ggt img{
    width:100%;
}
.swiper-ggt img.sj{
    display:none;
}
.swiper-ggt::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 80%;
    background: #000;
}
}
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #005cbf;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
}


/*通用*/
.itit{
    margin-bottom: 3rem;
}
.itit .wz{
    float: left;
}
.itit .wz .zw{
    font-size: 3.2rem;
    line-height: 5rem;
}
.itit .wz .yw{
    font-size: 1.8rem;
    color: #cecece;
    line-height: 3rem;
}
.itit .more{
    float: right;
    line-height: 5rem;
    height: 5rem;
    border-left: 3px solid #005cbf;
    font-size: 1.6rem;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    border-radius: 0 0px 10px 0;
    margin-top: 1.5rem;
}
.itit .more a{
    display:block;
    padding:0 2rem;
}
.itit .more:hover{
    background: #005cbf;
    border-left: 3px solid #b08f1c;    
}
.itit .more a:hover{
    color: #fff;
}


/*产品中心*/
.ipro{
    margin-top: 8rem;
}
.ipro-list{
    position: relative;
}
.ipro-list .tab-hd{
    position: absolute;
    top: -12rem;
    right: 0;
}
.ipro-list .tab-hd ul{}
.ipro-list .tab-hd ul li{
    float: left;
    margin-left: 2rem;
    border-left: 3px solid #005cbf;
    line-height: 5rem;
    height: 5rem;
    width: 200px;
    padding: 0 15px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    cursor: pointer;
    border-radius: 0 0px 10px 0;
}
.ipro-list .tab-hd ul li span{
    font-size: 1.8rem;
    display: block;
    padding-left: 50px;
}
.ipro-list .tab-hd ul li span.tb01{
    background: url(../images/ipro-tb01.png) left no-repeat;
}
.ipro-list .tab-hd ul li span.tb02{
    background: url(../images/ipro-tb02.png) left no-repeat;
}
.ipro-list .tab-hd ul li span.tb03{
    background: url(../images/ipro-tb03.png) left no-repeat;
}
.ipro-list .tab-hd ul li span.tb04{
    background: url(../images/ipro-tb04.png) left no-repeat;
}
.ipro-list .tab-hd ul li.on{
    background: #005cbf;
    border-left: 3px solid #002042;
    color: #fff;
}
.ipro-list .tab-hd ul li.on span.tb01{
    background: url(../images/ipro-tb01on.png) left no-repeat;
}
.ipro-list .tab-hd ul li.on span.tb02{
    background: url(../images/ipro-tb02on.png) left no-repeat;
}
.ipro-list .tab-hd ul li.on span.tb03{
    background: url(../images/ipro-tb03on.png) left no-repeat;
}
.ipro-list .tab-hd ul li.on span.tb04{
    background: url(../images/ipro-tb04on.png) left no-repeat;
}
.ipro-list .tab-pal{
    display: flex;
}
.ipro-list .tab-pal .ipro-fl{
    width: 55%;
    background: url(../images/ipro-bj.jpg) center center no-repeat;
    background-size: cover;
    padding: 4rem;
}
.ipro-list .tab-pal .ipro-fl .tj{
    text-align: center;
}
.ipro-list .tab-pal .ipro-fl .tj .bt{
    font-size: 3.2rem;
}
.ipro-list .tab-pal .ipro-fl .tj .ys{
    color: #797979;
    font-size: 1.6rem;
}
.ipro-list .tab-pal .ipro-fl .tj .bigimg{
    margin: 2rem auto 0;
    display: table;
}
.ipro-list .tab-pal .ipro-fl .tj .bigimg img{
    width: 400px;
}
.ipro-list .tab-pal .ipro-fl .tj a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.ipro-list .tab-pal .ipro-fl .cpys{
    display: table;
    margin: 3rem auto 0;
}
.ipro-list .tab-pal .ipro-fl .cpys dl{
    float: left;
    padding: 0 2rem;
    text-align: center;
}
.ipro-list .tab-pal .ipro-fl .cpys dl dt{
    font-size: 1.6rem;
    color: #797979;
    margin-top: 5px;
}
.ipro-list .tab-pal .ipro-fr{
    width: 100%;
    padding-left: 0;
}
.ipro-list .tab-pal .ipro-fr ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.ipro-list .tab-pal .ipro-fr ul li{
    padding: 0 1rem 2rem;
}
.ipro-list .tab-pal .ipro-fr ul li a{
    background: #f5f5f5;
    display: block;
    padding: 3rem 3rem 2rem;
}
.ipro-list .tab-pal .ipro-fr ul li .bigimg img{
    width: 100%;
}
.ipro-list .tab-pal .ipro-fr ul li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.ipro-list .tab-pal .ipro-fr ul li a:hover p{
    color: #005cbf;
}
.ipro-list .tab-pal .ipro-fr ul li p{
    text-align: center;
    font-size: 1.6rem;
    color: #797979;
    margin-top: 1rem;
}
.ipro-list .tab-pal .ipro-fr ul li:nth-child(3),.ipro-list .tab-pal .ipro-fr ul li:nth-child(4){
    padding-bottom: 0;
}


/*工程案例*/
.icase{
    margin-top: 8rem;
}
.icase-list{}
.icase-list ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.icase-list ul li{
    padding: 0 1rem 2rem 1rem;
}
.icase-list ul li a{
    border: 1px solid #f7f7f7;
    display: block;    
} 
.icase-list ul li a:hover{
    border-radius: 0 0 10px 0;
    overflow: hidden;
}
.icase-list ul li .bigimg img{
    width: 100%;
}
.icase-list ul li dl{
    padding: 2rem;
}
.icase-list ul li dl dt{
    font-size: 1.6rem;
}
.icase-list ul li dl dd{
    color: #666;
}
.icase-list ul li a:hover dl{
    background: #005cbf;
}
.icase-list ul li a:hover dl dt,.icase-list ul li a:hover dl dd{
    color: #fff;
}


/*关于我们*/
.iabout{
    background: url(../images/iabout-bj.jpg) center top no-repeat;
    margin-top: 8rem;
    padding-top: 7rem;
}
.gy-tit{
    margin-bottom: 5rem;
}
.gy-tit .wz{
    float: left;
    font-size: 3.2rem;
    color: #fff;
    line-height: 5rem;
}
.gy-tit .sz{
    float: right;
    margin-top: 1rem;
}
.gy-tit .sz dl{
    float: left;
    color: #fff;
    padding: 0 3rem;
}
.gy-tit .sz dl dt{
    font-size: 4.8rem;
    position: relative;
    padding-right: 2.5rem;
    line-height: 1;
}
.gy-tit .sz dl dt span{
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    top: 0;
}
.gy-tit .sz dl dd{
    text-align: center;
}
.iabout-list{
    display: flex;
}
.iabout-list .img{
    width: 50%;
    background: #fff;
}
.iabout-list .img img{
    width: 100%;
}
.iabout-list .con{
    width: 50%;
    background: url(../images/iabout-bj2.jpg) center center no-repeat;
    padding: 5rem 5rem 0;
    background-size: cover;
}
.iabout-list .con .bt{
    font-size: 3.2rem;
    background: url(../images/iabout-tit.png) left top no-repeat;
    line-height: 6rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.iabout-list .con .bt span{
    font-size: 1.8rem;
    color: #cecece;
    line-height: 2rem;
    display: block;
}
.iabout-list .con .brief p{
    color: #5a5a5a;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}
.iabout-list .con .more{
    margin-top: 3rem;
}
.iabout-list .con .more a{
    display: block;
    background: #005cbf;
    width: 160px;
    text-align: center;
    line-height: 5rem;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 0 0 10px 0;
}


/*广告图*/
.iggt{
    margin-top: 8rem;
    background: url(../images/iggt-bj.jpg) center center no-repeat;
    padding: 10rem 0;
}
.iggt-top{}
.iggt-top .wz{
    font-size: 3.2rem;
    color: #fff;
    float: left;
    line-height: 5rem;
}
.iggt-top .tb{
    float: right;
    margin-top: 5rem;
}
.iggt-top .tb img{}
.iggt-bottom{
    border-top: 1px solid #b9b2ac;
    border-bottom: 1px solid #b9b2ac;
    margin-top: 7rem;
    padding: 5rem 0;
}
.iggt-bottom .wz{
    float: left;
    font-size: 1.6rem;
    color: #fff;
}
.iggt-bottom .more{
    float: right;
}
.iggt-bottom .more a{
    color: #fff;
    display: block;
    position: relative;
    font-size: 1.8rem;
    padding-right: 5rem;
    line-height: 4rem;
}
.iggt-bottom .more a::after{
    content:">";
    background: #005cbf;
    width: 4rem;
    position: absolute;
    height: 4rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 4rem;
    border-radius: 50%;
    right: 0;
}


/*新闻资讯*/
/*新闻资讯*/
.inews{
    padding: 70px 0;
}
.inews-list{
    display: flex;
}
.inews-fl{
    float: left;
    width: 60%;
}
.inews-fl .tab-hd{
    background: #fff;
    line-height: 60px;
    margin-bottom: 20px;
    border: 2px solid #005cbf;
}
.inews-fl .tab-hd ul{
    width: 100%;
}
.inews-fl .tab-hd ul li{
    float: left;
    width: 50%;
}
.inews-fl .tab-hd ul li a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #005cbf;
}
.inews-fl .tab-hd .more{
    float: right;
    margin-right: 20px;
    display: none;
}
.inews-fl .tab-hd .more a{
    color: #fff;
}
.inews-fl .tab-hd ul li.on a{
    background: #005cbf;
    color: #fff;
}
.inews-fl .tab-bd{}
.inews-fl .tab-bd .xwtop{
    display: flex;
}
.inews-fl .tab-bd .xwtop .bigimg{
    width: 40%;
}
.inews-fl .tab-bd .xwtop .bigimg img{
    width: 100%;
    max-height: 250px;
    min-height: 250px;
}
.inews-fl .tab-bd .xwtop dl{
    width: 58%;
    float: right;
    margin-left: 2%;
    background: #FAFAFA;
    padding: 30px 20px;
}
.inews-fl .tab-bd .xwtop dl dt{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-fl .tab-bd .xwtop dl dt a:hover{
    color: #005cbf;
}
.inews-fl .tab-bd .xwtop dl span{
    color: #999;
    display: block;
    margin: 10px 0;
}
.inews-fl .tab-bd .xwtop dl span i{
    margin-right: 5px;
}
.inews-fl .tab-bd .xwtop dl dd{
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.inews-fl .tab-bd .xwtop dl .more{
    margin-top: 20px;
}
.inews-fl .tab-bd .xwtop dl .more a{
    display: table;
    background: url(../images/pj_home_icon_23.png) right center no-repeat;
    padding-right: 20px;
}
.inews-fl .tab-bd .xwtop dl .more a:hover{
    color: #488247;
}
.inews-fl .tab-bd ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.inews-fl .tab-bd ul li{
    padding: 2rem 1rem 0;
}
.inews-fl .tab-bd ul li a{
    display: block;
    background: #F0F0F0;
    padding: 2rem;
}
.inews-fl .tab-bd ul li h2{
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inews-fl .tab-bd ul li span{
    color: #999;
    display: block;
    margin: 10px 0;
    line-height: 1;
}
.inews-fl .tab-bd ul li span i{
    margin-right: 5px;
}
.inews-fl .tab-bd ul li p{
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.inews-fl .tab-bd ul li a:hover{
    background: #005cbf;
}
.inews-fl .tab-bd ul li a:hover h2,.inews-fl .tab-bd ul li a:hover span,.inews-fl .tab-bd ul li a:hover p{
    color: #fff;
}
.inews-fr{
    float: right;
    width: 37%;
    margin-left: 3%;
    background: #F0F0F0;
}
.inews-fr .bt{
    background: #005cbf;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
}
.inews-fr .bt span{
    color: #fff;
    font-size: 20px;
}
.inews-fr .bt a{
    float: right;
    color: #fff;
}
.inews-fr .list{
    padding: 30px;
}
.inews-fr .list dl{
    border-top: 1px solid #DFDFDF;
    margin-top: 20px;
    padding-top: 20px;
}
.inews-fr .list dl:first-child{
    border: 0;
    margin: 0;
    padding-top: 0;
}
.inews-fr .list dl dt{
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-fr .list dl dt::before{
    content: "问";
    background: #D8D8D8;    
}
.inews-fr .list dl dt a{
    font-size: 1.8rem;
    font-weight: 400;
}
.inews-fr .list dl dt a:hover{
    color: #005cbf;
}
.inews-fr .list dl dd{
    color: #666;
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
}
.inews-fr .list dl dd::before{
    content: "答";
    background: #333;
}
.inews-fr .list dl dd::before,.inews-fr .list dl dt::before{
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}


@media (max-width:1024px){
    .swiper-banner .swiper-pagination-bullets{
        bottom: 1rem!important;
    }

    .swiper-ggt{
        margin-top: 8.7rem;
    }
    .swiper-ggt img.pc{
        display:none;
    }
    .swiper-ggt img.sj{
        display:block;
    }
    /*通用*/
    .itit{
        margin-bottom: 3rem;
        text-align: center;
    }
    .itit .wz{
        float: initial;
    }
    .itit .wz .zw{
        font-size: 2.6rem;
        line-height: 4rem;
    }
    .itit .wz .yw{
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    .itit .more{
        display:none;
    }


    /*产品中心*/
    .ipro{
        margin-top: 5rem;
    }
    .ipro-list{
        position: relative;
    }
    .ipro-list .tab-hd{
        position: relative;
        top: 0;
        right: 0;
    }
    .ipro-list .tab-hd ul li{
        margin-left: 0;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 2rem;
    }
    .ipro-list .tab-hd ul li:nth-child(2n){
    margin-right: 0;
}
    .ipro-list .tab-hd ul li span{
        font-size: 1.8rem;
        display: block;
        padding-left: 50px;
    }
    .ipro-list .tab-pal{
        display: block;
    }
    .ipro-list .tab-pal .ipro-fl{
        width: 100%;
        background: url(../images/ipro-bj.jpg) center center no-repeat;
        background-size: cover;
        padding: 2rem;
    }
    .ipro-list .tab-pal .ipro-fl .tj{
        text-align: center;
    }
    .ipro-list .tab-pal .ipro-fl .tj .bt{
        font-size: 3.2rem;
    }
    .ipro-list .tab-pal .ipro-fl .tj .ys{
        color: #797979;
        font-size: 1.6rem;
    }
    .ipro-list .tab-pal .ipro-fl .tj .bigimg{
        margin: 2rem auto 0;
        display: table;
    }
    .ipro-list .tab-pal .ipro-fl .tj .bigimg img{
        width: 400px;
    }
    .ipro-list .tab-pal .ipro-fl .tj a:hover img{
        transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05);
        -o-transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
    }
    .ipro-list .tab-pal .ipro-fl .cpys{
        display: table;
        margin: 3rem auto 0;
    }
    .ipro-list .tab-pal .ipro-fl .cpys dl{
        float: left;
        padding: 0 2rem;
        text-align: center;
    }
    .ipro-list .tab-pal .ipro-fl .cpys dl dt{
        font-size: 1.6rem;
        color: #797979;
        margin-top: 5px;
    }
    .ipro-list .tab-pal .ipro-fr{
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }
    .ipro-list .tab-pal .ipro-fr ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .ipro-list .tab-pal .ipro-fr ul li{
        padding: 0 1rem 2rem;
    }
    .ipro-list .tab-pal .ipro-fr ul li a{
        padding: 1rem;
    }
    .ipro-list .tab-pal .ipro-fr ul li .bigimg img{
        width: 100%;
    }
    .ipro-list .tab-pal .ipro-fr ul li a:hover img{
        transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
        -webkit-transform: scale(1.05,1.05);
        -o-transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
    }
    .ipro-list .tab-pal .ipro-fr ul li a:hover p{
        color: #005cbf;
    }
    .ipro-list .tab-pal .ipro-fr ul li p{
        text-align: center;
        font-size: 1.6rem;
        color: #797979;
        margin-top: 1rem;
    }
    .ipro-list .tab-pal .ipro-fr ul li:nth-child(3),.ipro-list .tab-pal .ipro-fr ul li:nth-child(4){
        padding-bottom: 0;
    }


    /*工程案例*/
    .icase{
        margin-top: 5rem;
    }
    .icase-list ul li dl{
        padding: 1rem;
    }
    .icase-list ul li dl dt{
        font-size: 1.4rem;
    }


    /*关于我们*/
    .iabout{
        background: url(../images/iabout-bj.jpg) center top no-repeat;
        margin-top: 3rem;
        padding-top: 5rem;
    }
    .gy-tit{
        margin-bottom: 5rem;
    }
    .gy-tit .wz{
        font-size: 2.6rem;
        line-height: 4rem;
    }
    .gy-tit .sz{
        float: right;
        margin-top: 2rem;
        width: 100%;
    }
    .gy-tit .sz dl{
        padding: 0;
        width: 33.33%;
    }
    .gy-tit .sz dl dt{
        font-size: 3.2rem;
        position: relative;
        padding-right: 2rem;
        line-height: 1;
        display: table;
        margin: auto;
    }
    .gy-tit .sz dl dt span{
        font-size: 1.6rem;
        position: absolute;
        right: 0;
        top: 0;
    }
    .gy-tit .sz dl dd{
        text-align: center;
    }
    .iabout-list{
        display: block;
    }
    .iabout-list .img{
        width: 100%;
    }
    .iabout-list .img video{
        height: 30rem;
    }
    .iabout-list .img img{
        width: 100%;
    }
    .iabout-list .con{
        width: 100%;
        padding: 2rem;
    }
    .iabout-list .con .bt{
        font-size: 2.6rem;
        line-height: 4rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .iabout-list .con .bt span{
        font-size: 1.6rem;
    }
    .iabout-list .con .brief p{
        color: #5a5a5a;
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .iabout-list .con .more{
        margin-top: 3rem;
    }
    .iabout-list .con .more a{
        display: block;
        background: #005cbf;
        width: 160px;
        text-align: center;
        line-height: 5rem;
        color: #fff;
        font-size: 1.6rem;
        border-radius: 0 0 10px 0;
    }


    /*广告图*/
    .iggt{
        margin-top: 5rem;
        background: url(../images/iggt-bj.jpg) center center no-repeat;
        padding: 5rem 0;
        background-size: cover;
    }
    .iggt-top .wz{
        font-size: 2rem;
        line-height: 4rem;
    }
    .iggt-top .tb{
        margin-top: 3rem;
    }
    .iggt-bottom{
        margin-top: 5rem;
        padding: 3rem 0;
    }
    .iggt-bottom .wz{
        font-size: 1.4rem;
    }
    .iggt-bottom .more a{
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .iggt-bottom .more a::after{
        width: 3rem;
        height: 3rem;
        font-size: 1.6rem;
        line-height: 3rem;
    }


    /*新闻资讯*/
    .inews{
        padding: 5rem  0;
    }
    .inews-list{
        display: block;
    }
    .inews-fl{
        float: left;
        width: 100%;
    }
    .inews-fl .tab-hd{
        line-height: 5rem;
        margin-bottom: 2rem;
    }
    .inews-fl .tab-hd ul li a{
        font-size: 1.6rem;
        padding: 0 2rem;
    }
    .inews-fl .tab-hd .more{
        margin-right: 1rem;
    }
    .inews-fl .tab-bd .xwtop{
        display: table;
        width: 100%;
    }
    .inews-fl .tab-bd .xwtop .bigimg{
        width: 100%;
        float: left;
    }
    .inews-fl .tab-bd .xwtop .bigimg img{
        width: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .inews-fl .tab-bd .xwtop dl{
        width: 100%;
        margin-left: 0;
        padding: 2rem;
    }
    .inews-fl .tab-bd .xwtop dl dt{
        font-size: 2rem;
        line-height: 3rem;
    }
    .inews-fl .tab-bd .xwtop dl dt a:hover{
        color: #488247;
    }
    .inews-fl .tab-bd .xwtop dl span{
        margin: 1rem 0;
    }
    .inews-fl .tab-bd .xwtop dl span i{
        margin-right: 5px;
    }
    .inews-fl .tab-bd .xwtop dl .more{
        margin-top: 2rem;
    }
    .inews-fl .tab-bd .xwtop dl .more a{
        display: table;
        background: url(../images/pj_home_icon_23.png) right center no-repeat;
        padding-right: 20px;
    }
    .inews-fl .tab-bd .xwtop dl .more a:hover{
        color: #488247;
    }
    .inews-fl .tab-bd ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .inews-fl .tab-bd ul li{
        padding: 2rem 1rem 0;
    }
    .inews-fl .tab-bd ul li a{
        display: block;
        background: #F0F0F0;
        padding: 2rem;
    }
    .inews-fl .tab-bd ul li h2{
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .inews-fl .tab-bd ul li span{
        color: #999;
        display: block;
        margin: 10px 0;
        line-height: 1;
    }
    .inews-fl .tab-bd ul li span i{
        margin-right: 5px;
    }
    .inews-fl .tab-bd ul li p{
        color: #666;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    .inews-fr{
        width: 100%;
        margin-top:2rem;
    }
    .inews-fr .bt{
        line-height: 5rem;
        height: 5rem;
        padding: 0 1rem;
    }
    .inews-fr .bt span{
        font-size: 1.6rem;
    }
    .inews-fr .list{
        padding: 2rem;
    }
    .inews-fr .list dl dt{
        padding-left: 4rem;
        line-height: 3rem;
    }
    .inews-fr .list dl dt a{
        font-size: 1.8rem;
    }
    .inews-fr .list dl dd{
        padding-left: 4rem;
        margin-top: 1rem;
    }
    .inews-fr .list dl dd::before,.inews-fr .list dl dt::before{
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
    }

}