@charset "utf-8";
/* 头条 */
.index-tt h3{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Source Han Serif SC","思源宋体","宋体";
}
.index-tt h3 a{
    color: rgba(1, 82, 147, 1);
}
.index-tt p{
    font-size: 18px;
    line-height: 24px;
    color: rgba(132, 166, 194, 1);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
/*新闻 */
.index-xw{
    margin-top: 35px;
}
.index-xw-l{
    float: left;
    width: 55.556%;
    position: relative;
    height: 525px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px 4px 13px  rgba(204, 227, 255, 0.6)
}
.xw-swiper{
    width: 100%;
    overflow: hidden;
}
.tpxw-img{
    width: 100%;
    height: 394px;
}
.tpxw-img img{
    width: 100%;
    height: 100%
}
.tpxw-tit{
    margin-top: 33px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}
.xw-swiper .swiper-pagination-bullets{
    bottom: 25px;
}
.xw-swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.xw-swiper .swiper-pagination-bullet-active{
    background: rgba(212, 48, 48, 1);
}

.xw-swiper .swiper-button-next, .xw-swiper .swiper-button-prev{
    width: 30px;
    height: 52px;
    top:30%;
}
.xw-swiper .swiper-button-next{
    background: url(../images/index/index-next1.png) no-repeat;  
    right: 0;  
}
.xw-swiper .swiper-button-prev{
    background: url(../images/index/index-prev1.png) no-repeat;  
    left: 0;
}

.index-xw-r{
    float: right;
    width: 41.588%;
}
.index-xw-r .js-hd{
    margin-bottom: 26px;
}
.index-xw-brief > .hd li a{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 35px;
    color: rgba(166, 166, 166, 1);
}
.index-xw-brief > .hd li + li{
    margin-left: 36px;
}
.index-xw-brief > .hd li.on a{
font-weight: 700;
color: rgba(0, 0, 0, 1);
}

.index-xw-ul li{
    height: 80px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    margin-bottom: 16px;
}
.index-xw-ul li .xw-li-time{
    float: left;
    width: 80px;
    height: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    color: rgba(42, 130, 228, 1);
    padding-top: 16px;
    background: rgba(230, 242, 255, 1);
    line-height: 30px;
}
.index-xw-ul li .xw-li-time p{
    font-size: 14px;
font-weight: 400;
color: rgba(0, 0, 0, 1);
}
.index-xw-ul li .xw-li-tit{
    float: left;
    width:84%;
    padding: 0 18px 0 24px;
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    height: 100%;
}
.index-xw-ul li .xw-li-tit a{
    color: rgba(0, 0, 0, 1);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.index-xw-ul li:hover{
    border: 1px solid rgba(214, 232, 255, 1);
    box-shadow: 3px 4px 13px  rgba(204, 227, 255, 0.6);
}

.index-xw-ul li:hover .xw-li-time{
    color: #fff;  
    background: linear-gradient(90deg, rgba(2, 98, 214, 1) 0%, rgba(42, 130, 228, 1) 100%);  
}
.index-xw-ul li:hover .xw-li-time p{
    color: #fff; 
}


.index-xw-ul li:hover .xw-li-tit a{
    font-size: 18px;
    font-weight: 700;
    color: rgba(49, 106, 188, 1);
}
.gwyxx-szfxx-data{display: none;}
/*  息和领导之窗*/
.index-xxbox{
    width: 100%;
    min-height: 390px;
    background: rgba(245, 250, 255, 1);
    margin-top: 22px;
    padding-top: 36px;
}
.index-xx-l{
    float: left;
    width: 55.556%; 
}
.index-xx-r{
    float: right;
    width: 41.588%;
}
.index-xx-brief > .hd li{
    font-size: 26px;
}
.index-xx-brief > .hd li+li{
    margin-left: 69px;
}
.index-xx-brief > .hd li a{
    color: rgba(166, 166, 166, 1);
}
.index-xx-brief > .hd li.on a{
    color: rgba(0, 0, 0, 1);
}
.index-infolist li{
    border-bottom: 1px dashed rgba(232, 232, 232, 1);
    padding-top: 22px;
    padding-bottom: 22px;
}
.index-infolist li > a{
    color: rgba(0, 0, 0, 1);
}
.index-infolist.dot li > a:before{
    background: rgba(204, 204, 204, 1);
}
/* 领导之窗 */
.index-ldzcbox{
    position: relative;
    background: rgba(168, 212, 250, 1);
    height: 315px;
    border-radius: 12px;
    margin-top: 15px;
    padding: 14px;
}
.index-ldzc{
width: 100%;
height: 100%;
border-radius: 12px;
background: rgba(255, 255, 255, 1);
overflow: hidden;
}
.index-ldzcbox h5{
    text-align: center;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 48px;
    background: url(../images/index/ldzc-tit.png) no-repeat center;
    z-index: 3;
    padding-top: 5px;
}
.index-ldzcbox h5 a{
    font-size: 26px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.index-ldzcbox h5 img{
    vertical-align: middle;
    margin-right: 8px;
}
.index-ldzc>div:first-child{
    margin-top: 55px;
}

.index-ldzc-item{
    padding-left: 25px;
    min-height: 62px;
}
.index-ldzc-zw{
    float: left;
    width: 25%;
    font-size: 18px;
    font-weight: 700;
    color: rgba(1, 82, 147, 1);
}
.index-ldzc-item ul{
    float: left;
    width: 75%;
    overflow: hidden;
}
.index-ldzc-item ul li{
    float: left;
    width: 25%;
    margin-bottom: 23px;
}
.index-ldzc-item ul li a{
    font-size: 18px;
font-weight: 400;
line-height: 24px;
color: rgba(51, 51, 51, 1);
}
/* 政务公开 政务服务 政民互动 */
.index-module{
    width: 100%;
    min-height:897px;
    background: url(../images/index/index-bg1.png) no-repeat top center;
}
.index-hd{
    margin-top: 54px;
    height: 86px;
}
.index-bd{
    width: 100%;
    height: 564px;
    background: rgba(255, 255, 255, 0.51);
    border: 1px solid rgba(99, 177, 255, 1);
    box-shadow: 0px 3px 23px  rgba(0, 40, 89, 0.14);
    padding: 35px 30px;
}
.index-hd ul{
    width: 100%;
position: relative;
height: 86px;
}
.index-hd ul li{
    width: 38.57%;
    height: 100%;
    background: url(../images/index/zwgk-titoff1.png) no-repeat;
    text-align: center;
    position: absolute;
    background-size: 100% 100%;
}
.index-hd ul li.index-hd-zwfw{
    left: 30.714%;
    z-index: 5;
    background: url(../images/index/zwgk-titoff2.png) no-repeat;
    background-size: 100% 100%;
} 
.index-hd ul li.index-hd-zmhd{
    right: 0;
    z-index: 4;
    background: url(../images/index/zwgk-titoff3.png) no-repeat;
    background-size: 100% 100%;
}

.index-hd ul li.on{
    background: url(../images/index/zwgk-titon.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}
.index-hd ul li a {
    display: block;
    padding-top: 29px;
}

.index-hd ul li a span{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(31, 85, 166, 1);
}
.index-hd ul li img{
    display: none;
}

.index-hd ul li.on span{
    display: none;
}

.index-hd ul li.on img{
    display: inline;
}

/* 政务公开 */
.index-zwgk-l{
    width: 664px;
    float: left;
}
.index-zwgk-l .index-infolist li:last-child{
    border: none;
}

.index-zwgk-search{
    width: 100%;
    height: 90px;
    margin: 26px 0 16px 0;
    background: url(../images/index/ywzzc.png) no-repeat;
}


.index-zwgk-search span{
    font-family: "Source Han Serif SC","思源宋体","宋体";
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    margin-left: 26px;
    line-height: 90px;
}
.index-zwgk-search font{
    color: rgba(212, 48, 48, 1);
}

.zwgk-searchbox{
    width: 426px;
    height: 52px;
    float:right;
    margin-right: 23px;
    background: rgba(255, 255, 255, 1);
    border-radius: 91px;
    margin-top: 19px;
    padding-right:12px;
    border: 1px solid rgba(214, 232, 255, 1);
    box-shadow: 3px 4px 13px  rgba(204, 227, 255, 0.6);
}

.zwgk-searchbox select{
    float: left;
    width: 110px;
    margin-left: 18px;
    margin-right: 10px;
    height: 28px;
    margin-top:12px;
    background: #fff;
    border: none;
    font-size: 18px;
    color: rgba(1, 82, 147, 1);
    outline-style: none;
    display: none;
}

.zwgk-searchbox input{
    float: left;
    width: 230px;
    height: 28px;
    border: none;
    background: none;
    padding-left: 10px;
    font-size: 18px;
    /*border-left:1px solid rgba(195, 211, 230, 1) ;*/
    margin-top: 12px;
    outline-style: none;
}
.zwgk-searchbox button{
    width: 40px;
    height: 100%;
    float: right;
    background: none;
    border: none;
    cursor: pointer;
    outline-style: none;
}
.index-zwgk-r{
    float: right;
    width: 488px;
}

.index-zwgk-r h6{
    font-family: "Source Han Serif SC", "思源宋体","宋体";
    width: 100%;
    height: 151px;
    background: url(../images/index/zfxxgkpt.png) no-repeat top center;
    text-align: center;
    line-height: 151px;
    margin-bottom: 28px;
}
.index-zwgk-r h6 a{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(42, 130, 228, 1);
}


.index-zwgk-r li{
    float: left;
    width: 233px;
    height: 60px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(214, 232, 255, 1);
    margin-bottom:24px ;
    font-size: 16px;
    line-height: 60px;
    padding-left: 31px;
}
.index-zwgk-r li:nth-child(2n){
    margin-left: 22px;
}
.index-zwgk-r li a{
    color: rgba(0, 0, 0, 1);
    display: block;
}
.index-zwgk-r li a img{
    vertical-align: middle;
    margin-right: 11px;
}
.index-zwgk-r li:last-child{
    width: 100%;
    text-align: center;
    padding-left: 0;
}
.index-zwgk-r li:hover{
    background: linear-gradient(90deg, rgba(2, 98, 214, 1) 0%, rgba(42, 130, 228, 1) 100%);
}
.index-zwgk-r li:hover a{
    color: #fff;
}
/* 政务服务 */
.index-zwfw-l{
    float: left;
    width: 576px;
}
.bsul{
    margin-top: 28px;
}
.bsul li{
    float: left;
    width: 271px;
    height: 118px;
    margin-bottom: 36px; 
    background-color: rgba(242, 249, 255, 1) ;
    line-height: 118px;
}
.bsul li:nth-child(2n){
    margin-left: 34px;
}
.bsul li a{
    display: block;
    position: relative;
    padding-left: 119px;
    font-size: 18px;
    color: rgba(54, 54, 54, 1);
    overflow: hidden;
    height: 100%;
}
.bsul li img{
    position: absolute;
    left: 35px;
    top: 30px;
}
.bsul li .imgbg{
    left: auto;
    right: -18px;
    top: auto;
    bottom: -25px;
}
.bsul li.bsli5{
    bottom:21px;
}
.bsul li:hover{
    background-color: #fff;
    box-shadow: 0px 5.85px 39.02px  rgba(48, 104, 184, 0.2);

}
.bsul li:hover a{
    font-weight: 700;
    color: rgba(43, 122, 209, 1);
}
.index-zwfw-r{
    float: right;
    width: 573px;
}
.rdfw-ul{
    margin-top: 28px;
}
.rdfw-ul li{
    float: left;
    width: 273px;
    height: 118px;
    margin-bottom: 36px;
    transition: all 0.4s linear;
}

.rdfw-ul li:nth-child(2n){
    margin-left: 27px;
}

.rdfw-ul li:hover{
    box-shadow: 5px 5px 10px #999;
}
.rdfw-ul li:last-child{
    width: 100%;
}
/* 政民互动 */

.njfg_tit{text-align: center;position: relative;color: rgba(0, 0, 0, 1);font-weight: bold;font-size: 26px;
background: url(../images/index/fg_1.png) no-repeat center center;
}
.njfg_tit:before{content: ''; position: absolute;  top: 35%;left:0; width: 40%; height: 16px; background: url(../images/index/fg_2.png) no-repeat;}
.njfg_tit:after{content: ''; position: absolute;  top: 35%;right:0; width: 40%; height: 16px; background: url(../images/index/fg_3.png) no-repeat;}
.njfg .text{text-align: center;line-height: 35px;}

.idnex-zmhd-l{
    float: left;
    width: 397px;
}

.index-xjlink li{
    float: left;
    width: 189px;
    height: 90px;
    border-radius: 6px;
    background: rgba(232, 240, 252, 1);
    line-height: 90px;
    margin-bottom: 20px;
    transition: all 0.4s linear;
}
.index-xjlink li:nth-child(2n){
    margin-left: 19px;
}
.index-xjlink li a{
    display: block;
    padding-left: 76px;
    position: relative;
    font-size: 18px;
font-weight: 700;
}
.index-xjlink li a img{
    position: absolute;
    left: 23px;
    top: 29px;
}
.index-xjlink li:hover{
    box-shadow: 5px 5px 10px #999;
}
.index-xjlink li:hover img{ transition: .7s; transform: rotateY(360deg);}
.lxxdul{
    margin-top: 12px;
}
.lxxdul li{
    line-height: 44px;
    height: 44px;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
}
.lxxdul li::after{
    content: '';
    width: 6px;
    height: 6px;
    opacity: 1;
    background: rgba(216, 216, 216, 1);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.lxxdul li a{
    float: left;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lxxdul li font{
    float: left;
    margin-left: 26px;
    color: rgba(128, 128, 128, 1);
}

.lxxdul li span{
    font-weight: 400;
    float: right;
    color: rgba(128, 128, 128, 1);
}
.lxxdul li:hover::after{
    background: rgba(31, 85, 166, 1);
}
.idnex-zmhd-r{
    float: right;
    width: 766px;
}
.yjzjul{
    margin-top: 31px;
}
.yjzjul li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 32px;
}
.yjzjul li::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid rgba(212, 48, 48, 1);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 13px;
}
.yjzjul li p{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 35px;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 3px;
}

.yjzjul li a{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yjzjul li i{
    display: inline-block;
    width: 68px;
    height: 28px;
    background: url(../images/index/yjs.png) no-repeat;
    text-align: center;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
    font-style: normal;
    font-size: 16px;
}
.yjzjul li i.jxz{
    background: url(../images/index/jxz.png) no-repeat;
}
.yjzjul li:hover a{
    color: rgba(31, 85, 166, 1);
}
.bmfwrx{
    margin-top: 35px;
}



/* 专题 */
.index-ztzlbox{
    overflow: hidden;
    width: 1313px;
    margin: 30px auto;
}
.ztzl-swiper{
    height: 94px;
    position: relative;
}

.ztzl-swiper .swiper-button-next, .ztzl-swiper .swiper-button-prev{
    width: 38px;
    height: 38px;
    top: 50%;
    margin-top: -16px;
}
.ztzl-swiper .swiper-button-next{
    background: url(../images/index/index-next2.png) no-repeat;
    right: -26px;
}
.ztzl-swiper .swiper-button-prev{
    background: url(../images/index/index-prev2.png) no-repeat;
    left: -26px;
}
.ztzl-swiper img{height: 100%;width: 100%;}

/* 二维码 */

.index-ewmbox{
    width: 100%;
    min-height: 234px;
    background: url(../images/index/ewmbg.png) no-repeat top center;
    padding-top: 37px;
}
.index-ewm{
    overflow: hidden;
    width: 1313px;
    margin: 0 auto;
    padding: 0 24px;
}
.ewm-swiper{
    position: relative;
    height: 190px;
}

.ewm-swiper .swiper-button-next, .ewm-swiper .swiper-button-prev{
    width: 38px;
    height: 38px;
    top: 58px;
}
.ewm-swiper .swiper-button-next{
    background: url(../images/index/index-next3.png) no-repeat;
    right: -26px;
}
.ewm-swiper .swiper-button-prev{
    background: url(../images/index/index-prev3.png) no-repeat;
    left: -26px;
}
.ewm-swiper a{
    display: block;
    width: 144px;
    text-align: center;
    margin: 0 auto;
}
.ewm-swiper a span{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: rgba(35, 106, 194, 1);
    margin-top: 5px;
}
/* 右下加飘窗 */
/* .pc-box > div{position:fixed;bottom:0;z-index:999;width:280px;}
.pc-box .left-pc{left:0;width:220px;} */
.right-pc{position:fixed;right: 0;bottom:0;z-index:999;width:280px;}
.right-pc ul,.right-pc ul li,.right-pc ul li a,.right-pc ul li img{display:block;width:100%;}
.right-pc ul li{position:relative;}
.right-pc ul li h5{font-size:14px;padding:10px 25px;background-color:#e4e4e4e0;text-align:center;}
.right-pc ul li .close-icon{position:absolute;width:36px;height:36px;top:0;right:0;background: url(../images/public/close_icon.png) no-repeat;cursor: pointer;background-size: 100% 100%;}
@media (max-width: 1280px) {
    .index-xw-brief > .hd li + li{
        margin-left: 6px;
    }
    .index-xw-brief > .hd li a{
        font-size: 24px;
    }
    .index-xw-ul li .xw-li-tit{
        width: 79%;
        font-size: 16px;
        padding: 0 10px;
    }
    .index-xx-brief > .hd li+li{
        margin-left: 26px;
    }
    .infolist li > a{
        max-width: 90%;
    }
    .index-ldzc-item ul li{
        width: 33.333%;
    }
    .index-xx-brief > .hd li{
        font-size: 24px;
    }
    .index-bd{
        padding: 20px;
    }

    .index-zwgk-l{
        width: 520px;
    }
    .index-zwgk-search span{
        font-size: 24px;
        margin-left: 10px;
    }
    .zwgk-searchbox{
        width: 320px;
        margin-right: 10px;
    }
    .zwgk-searchbox select{
        width: 90px;
        font-size: 16px;
        margin-left: 10px;
    }
    .zwgk-searchbox input{
        width: 158px;
    }
    .zwgk-searchbox button{
        width: 37px;
    }
    .index-zwgk-r{
        width: 380px;
    }
    .index-zwgk-r li{
        width: 182px;
        padding-left: 0;
        text-align: center;
    }
    .index-zwgk-r li:nth-child(2n){
        margin-left: 16px;
    }
    .index-zwgk-r li a img{
        margin-right: 2px;
    }
    .index-zwfw-r,
    .index-zwfw-l{
        width: 48%;
    }
    .bsul li{
        width: 205px;
        height: 99px;
    }
    .bsul li a{
        padding-left: 90px;
    }
    .bsul li a span{
        position: relative;
        z-index: 3;
    }
    .bsul li img{
        left: 16px;
    }
    .rdfw-ul li{
        width: 49%;
        height: 99px;
    }
    .rdfw-ul li:nth-child(2n){
        margin-left: 2%;
    }
    .idnex-zmhd-r{
        width: 500px;
    }
    .index-ewm,
    .index-ztzlbox{
        width: 1023px;
    }
    .ztzl-swiper{
        height: 73px;
    }
}

@media (max-width: 992px) {
    .index-xw-r,
    .index-xw-l{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .tpxw-img img{
        object-position: center;
    object-fit: contain
    }
    .index-xw-brief > .hd li + li{
        margin-left: 36px;
    }
    .index-xx-r,
    .index-xx-l{
        width: 100%;
        float: none;
    }

    .index-xx-r{
        margin-top: 30px;
    }
    .index-ldzcbox{
        height: auto;
    }
    .index-ldzc-item{
        min-height: 40px;
    }
    .index-ldzc-item ul li{
        margin-bottom: 16px;
    }
    .index-ldzc>div:first-child{
        margin-top: 39px;
    }
    .index-bd{
        height: auto;
    }
    .index-xxbox{
        padding-bottom: 24px;
    }
    .index-zwgk-r,
    .index-zwgk-l{
        float: none;
        width: 100%;
    }
    .index-zwgk-r li{
        width: 32%;
        margin-right: 1%;
    }
    .bsul li:nth-child(2n),
    .index-zwgk-r li:nth-child(2n){
        margin-left: 0;
    }
    .index-zwfw-r, .index-zwfw-l{
        float: none;
        width: 100%;
    }
    .bsul li{
        margin-right: 6%;
    }
    .bsul li:nth-child(3n){
        margin-right: 0;
    }
    .rdfw-ul li{
        text-align: center;
        height: auto;
        margin-bottom: 14px;
    }
    .idnex-zmhd-l{
        float: none;
        width: 100%;
    }
    .lxxdul li a{
        width: 66%;
    }
    .index-xjlink li{
        width: 24%;
        margin-right: 9px;
    }
    .index-xjlink li:nth-child(2n){
        margin-left: 0;
    }
    .index-xjlink li:last-child{
        margin-right: 0;
    }
    .idnex-zmhd-r{
        float: none;
        width: 100%;
        margin-top: 24px;
    }
    .bmfwrx{
        margin-top: 24px;
    }
    .index-ewm, .index-ztzlbox{
        width: 805px;
    }
    .index-module{
        padding-bottom: 20px;
    }
    .njfg_tit:before,.njfg_tit:after{width: 30%;}
}
@media (max-width: 431px) {
    .index-xw-l{
        height: 360px;
    }
    .tpxw-img{
        height: 203px;
    }
    .index-tt h3{
        font-size: 20px;
        line-height: 40px;
    }
    .index-tt p{
        font-size: 16px;
    }
    .tpxw-tit{
        font-size: 18px;
        margin-top: 17px;
    }
    .index-xw-l{
        height: 304px;
    }
    .index-xw-brief > .hd li{
        padding-right: 10px;
    }
    .index-xw-brief > .hd li + li{
        margin-left: 0;
    }
    .index-xw-brief > .hd li a{
        font-size: 20px;
    }
    .index-xw-ul li{
        height: 60px;
    }
    .index-xw-ul li .xw-li-time{
        width: 58px;
        font-size: 16px;
        padding-top: 0;
    }
    .index-xw-ul li .xw-li-tit a{
        display: block;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
        overflow: hidden;
        line-height: 28px;
    }
    .index-xx-brief > .hd li{
        font-size: 20px;
        padding-right: 10px;
    }
    .index-xx-brief > .hd li+li{
        margin-left: 0;
    }
    .index-infolist li{
        padding-top: 10px;
    }
    .index-xx-brief .m-com-more{
        margin-top: 10px;
    }
    .index-hd{
        display: none;
    }
    .index-bd{
        padding: 20px 15px;
    }
    .index-item{
        display: block !important;
        margin-bottom: 24px;
    }
    .index-zwgk-l .index-xx-brief > .hd li{
        padding-right: 8px;
    }
    .index-zwgk-search{
        height: auto;
        background-size:cover;
        padding-bottom: 16px;
    }
    .index-zwgk-search span{
        line-height: 40px;
    }
    .zwgk-searchbox{
        width: 100%;
        margin: 16px 0 0 0;
        float: none;
    }
    .index-zwgk-r{
        margin-top: 20px;
    }
    .index-zwgk-r li{
        width: 49%;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .index-zwgk-r li{
        margin-right: 2%;
    }
    .index-zwgk-r li img{
        width: 28px;
    }
    .index-zwgk-r li:nth-child(2n){
        margin-right: 0;
    }
    .bsul li{
        width: 49%;
        margin-right: 2%;
        height: 75px;
        line-height: 75px;
        margin-bottom: 16px;
    }
    .bsul li:nth-child(3n){
        margin-right: 2%; 
    }
    .bsul li:nth-child(2n){
        margin-right: 0;
    }
    .bsul li a{
        padding-left: 72px;
    }
    .bsul li img{
        top: 10px;
        left: 10px;
    }
    .index-xjlink li{
        width: 49%;
        margin-right: 2%;
        height: 70px;
        line-height: 70px;
        margin-bottom: 16px;
    }
    .index-xjlink li:nth-child(2n){
        margin-right: 0;
    }
    .index-xjlink li a img{
        left: 18px;
        top: 22px;
    }
    .index-xjlink li a{
        padding-left: 66px;
    }
    .lxxdul li font{
        display: none;
    }
    .yjzjul li a{
        font-size: 16px;
    }
    .yjzjul li i,
    .yjzjul li p{
        font-size: 14px;
    }
    .index-ewm, .index-ztzlbox{
        width: 100%;
        padding: 0;
    }
    .ewm-swiper .swiper-button-next,
    .ztzl-swiper .swiper-button-next{
        right: -10px;
    }
    .ewm-swiper .swiper-button-prev,
    .ztzl-swiper .swiper-button-prev{
        left: -10px;
    }
}