﻿.comwid{
    width: 1200px;
    margin:0 auto;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.ml25{
    margin-left: 25px;
}
.xz-tool{
    height: 41px;
    width: 100%;
    background: url(../images/xz-tool-bg.png) no-repeat center top;
}

.zx-top-le a,
.xz-top-rg a{
    float: left;
    line-height: 33px;
    font-size: 12px;
    color: #666;
    font-family: "宋体";
}
.zx-top-le span,
.xz-top-rg span{
    float: left;
    height: 10px;
    width: 1px;
    background: #333;
    margin:12px 14px;
}
/*.xz-body-bg{
    width: 100%;
    background:#fff url(../images/xz-body-bg.png) no-repeat center top;
}*/
.xz-line-bg{
    background: url(../images/xz-tw-bg.png) repeat-y center top;
}
.xz-header{
    height:200px;
    width: 100%;
    min-width: 1200px;
    background: url(../images/zzq-head-back.png) no-repeat center top;
}
.xz-logo{
    height: 102px;
    width: 578px;
    margin-top: 46px;
}
.xz-logo img{
    display: block;
    height: 100%;
    width: 100%;
}

.dj-nav-box{
    height: 50px;
    width: 100%;
    min-width: 1200px;
    background: #306da7;
}
.dj-nav-list a{
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    /*font-weight: bold;*/
    padding:0 30px;
}
.dj-nav-list a.cur{
    background: #fff;
    color: #306da7;
    font-weight: bold;
}
.dj-nav-list a:hover{
    background: #fff;
    color: #306da7;
    font-weight: bold;
}
.dj-nav-sear{
    height: 36px;
    margin-top: 7px;
    margin-right: 15px;
}
.dj-nav-sear input{
    width: 260px;
    height: 36px;
    box-sizing: border-box;
    padding:0 10px 0 40px;
    color: #333;
    font-size: 14px;
    background:#fff url(../images/iconfont-sousuo.png) no-repeat 10px center;
    float: left;
    line-height: 36px;
    border-radius: 3px 0 0 3px;
}
.dj-nav-sear span{
    line-height: 36px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    float: right;
    height: 36px;
    width: 52px;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
    background: #417fba;
}

.gy-new-conts{
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 36px;
    background-color: #fff;
    /* box-shadow: 0 3px 10px #eee; */
    position: relative;
}
a.gy-new-icon {
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    height: 60px;
    width: 60px;
    padding: 12px 0;
    box-sizing: border-box;
    line-height: 18px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    background: #256dc3;
    transition: left 1s;
}
a.gy-new-icon:hover{
    background: rgba(37,109,195, 0.8);
}
.gy-new-conts .gy-new-btns {
    /* display: none; */
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0;
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
}
.gy-new-conts:hover .gy-new-btns {
    display: block;
}
.gy-new-conts .gy-new-btns .btn-prev,
.gy-new-conts .gy-new-btns .btn-next {
    height: 30px;
    line-height: 45px;
    cursor: pointer;
    background: #256dc3;
    color: #f00;
    fill: #f00;
}
.gy-new-conts .gy-new-btns .btn-next {
    line-height: 30px;
    border-top: 1px solid #bfdaf8;
}
.gy-new-conts .gy-new-btns .btn-prev:hover,
.gy-new-conts .gy-new-btns .btn-next:hover {
    background: rgba(37,109,195, 0.8);
}
.gy-news-list{
    height: 60px;
    margin-left: 80px;
    position: relative;
    overflow: hidden;
}
.gy-news-items{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.gy-news-items .tit{
    color: #333;
    font-size: 22px;
    display: block;
    width: 100%;
}
.gy-news-items p span,
.gy-news-items p a.det{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    max-width: 940px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}
.gy-news-items p a.det:hover{
    color: #306da7;
}




.xz-conent{
    background: #fff;
    width: 100%;
    padding:20px;
    box-sizing: border-box;
    border: 1px solid #e3ecf5;
    border-top-color: transparent;
    padding-bottom: 28px;
}

/*banner*/
.xz-bans-con,
.xz-ban-img{
    height: 390px;
    width: 640px;
    overflow: hidden;
    position: relative;
}
.xz-ban-img a{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
.xz-ban-img img{
    display: block;
    height: 100%;
    width: 100%;
}
.xz-ban-txt{
    position: absolute;
    height: 48px;
    background: url(../images/op70-bg.png);
    width: 100%;
    bottom:0px;
    left: 0px;
}
.xz-ban-txt a{
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    display: block;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 1.5em;
}
.xz-ban-num{
    position: absolute;
    bottom: 18px;
    right: 20px;
    font-size: 0px;
}
.xz-ban-num span{
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: #fff;
    margin-left: 8px;
    cursor: pointer;
}
.xz-ban-num span.cur{
    background: #e32927;
    
}
.xz-tab-con{
    width: 500px;
    height: 390px;
    /*background: url(../images/xz-tab-bg.png) no-repeat;*/
    box-sizing: border-box;
    /*padding:0 15px;*/
}
.xz-tab-tit{
    border-bottom: 1px solid #dee5ee;
    width: 100%;
    font-size: 20px;
    color: #666;
}
.xz-tab-tit li{
    float: left;
    padding: 0 22px;
    
}
.xz-tab-tit li.cur{
    border-bottom: 2px solid #256dc3;
    /* background: url(../images/zzq-tabs-icon01.png) 10px center no-repeat; */
}
.xz-tab-tit li a{
    display: block;
    width: 100%;
    line-height: 57px;
    color: #444444;
    font-size: 18px;
    text-align: center;
}
.xz-tab-tit li.cur a{
    color: #256dc3;
    font-weight: bold;
}
.xz-news-tl{
    width: 100%;
}
.xz-news-tl h3 a{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    color: #0d9cf0;
    line-height: 42px;
    padding-top: 8px;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xz-news-tl p a{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: block;
    text-indent: 2em;
}
.xz-tabs-item{
    margin-top: 12px;
}
.xz-tabs-item li{
    padding: 0 12px;
}
.xz-tabs-item li a{
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .xz-tabs-item li a:hover{
    color: #256dc3;
    font-weight: bold;
} */
.xz-tabs-item li span{
    float: right;
    font-size: 12px;
    color: #999; 
    line-height: 40px;
}
.xz-tabs-item li:hover {
    background-color: #256dc3;
}
.xz-tabs-item li:hover a, .xz-tabs-item li:hover span{
    color: #fff;
}

.zzq-four-btns{
    margin-bottom:20px;
}
.zzq-four-btns a{
    float: left;
    width: 280px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    margin-left: 12px;
}
.zzq-four-btns a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.zzq-four-btns a.btns1{
    background: #e6762b;
    margin-left: 0px;
}
.zzq-four-btns a.btns2{
    background: #69c33b;
}
.zzq-four-btns a.btns3{
    background: #34a6db;
}
.zzq-four-btns a.btns4{
    background: #a47cc2;
}
.zzq-left-conts{
    width: 270px;
}
.zzq-right-conts{
    width: 870px;
}
.zzq-left-item{
    width: 100%;
    height: 120px;
    background: #f1f9ff url(../images/zzq-conts-icon02.png) no-repeat right top;
    box-sizing: border-box;
    border:1px solid #e5edf6;
    overflow: hidden;
}
.zzq-left-item  .jb-icon{
    height: 100%;
    padding-left: 88px;
    background: url(../images/zzq-conts-icon01.png) no-repeat 30px center;

}
.zzq-left-item .p-icon{
    height: 100%;
    padding-left: 88px;
    background: url(../images/zzq-conts-icon03.png) no-repeat 30px center;
}
.zzq-left-item a.tit{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    display: block;
    padding-top: 10px;
}
.zzq-left-item p,
.zzq-left-item p span{
    color: #666;
    font-size: 12px;
    line-height: 24px;
}
.zzq-serv-btns a{
    height: 85px;
    width: 130px;
    box-sizing: border-box;
    border:1px solid #e5edf6;
    background: #f1f9ff;
    margin-top: 10px;
}
.zzq-serv-btns a:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.zzq-serv-btns a img{
    display: block;
    margin:0 auto;
    margin-top: 17px;
    margin-bottom:5px;
}
.zzq-serv-btns a span{
    display: block;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #000;
}









.xz-tabs-fir{
    width: 420px;
}
.xz-tabs-ti{
    height: 60px;
    border-bottom: 1px solid #dee5ee;
    width: 100%;
}
.tabs-neum a{
    float: left;
    padding: 0 10px;
    font-size: 18px;
    color: #666;
    height: 60px;
    line-height: 60px;
    margin-top: -1px;
    /*font-weight: bold;*/
}
.tabs-neum a.cur{
    color: #256dc3;
    border-bottom: 2px solid #256dc3;
    font-weight: bold;
}
.tabs-more-link{
    font-size: 12px;
    color: #b2b2b2;
    line-height: 60px;
}
.xz-tabs-txt{
    margin-top: 10px;
}
.xz-tabs-txt li a{
    display: block;
    line-height: 36px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.xz-tabs-txt li a:after{
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    left: 7px;
    top: 16px;
}
.xz-tabs-txt li:hover {
    background-color: #256dc3;
}
.xz-tabs-txt li:hover a{
    /* color: #256dc3; */
    color: #fff;
}
.xz-tabs-txt li:hover a:after{
    /* background-color: #256dc3; */
    background-color: #fff;
}
.xz-tabs-btns li{
    float: left;
    width: 115px;
    height: 106px;
    margin:10px 4px;
}
.xz-tabs-btns li.cur .tab-imgs{
    display: none;
}
.xz-tabs-btns li.cur .xz-tabs-hover{
    display: block;
    color: #fff;
}
.xz-tabs-btns li:hover .tab-imgs{
    display: none;
}
.xz-tabs-btns li:hover .xz-tabs-hover{
    display: block;
    color: #fff;
}
.tab-imgs{
    display: block;
    width: 115px;
    height: 106px;
}
.xz-tabs-hover{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 76px;
    display: none;
    background: url(../images/tab-icon-imgh.png) no-repeat;
    height: 106px;
    width: 115px;
}
.xz-tabs-btns img{
    display: block;
    height: 44px;
    width: 44px;
    margin:13px auto;
}
.xz-tabs-btns p{
    text-align: center;
    font-size: 12px;
    color: #333;
}
.xz-tabs-last{
    width: 100%;
}



.lx-scape-box{
    position: relative;
    height: 230px;
    width: 1160px;
    overflow: hidden;
    margin-top: 20px;
}
.lx-scape-img{
    width: 1250px;
    height: 230px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.lx-scape-img a{
    float: left;
    height: 230px;
    width: 280px;
    margin:0 10px;
    position: relative;
    border:1px solid #f0f0f0;
    box-sizing: border-box;
}
.lx-scape-img a img{
    display: block;
    height: 178px;
    width: 100%;
}
.lx-scape-img a span{
    box-sizing: border-box;
    display: block;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 14px;
    color: #040000;
    width: 100%;
    background: #f7f7f7;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lx-scape-img a b{
    position: absolute;
    top: 70px;
    height: 38px;
    width: 38px;
    background: url(../images/zzq-roll-play.png) no-repeat;
    left: 50%;
    margin-left: -19px;
    cursor: pointer;
}



.xz-gov-link{
    width: 100%;
    margin-top: 30px;
}
.xz-gov-panel{
    background: #5f9dce;
    height: 47px;
}
.xz-gov-panel a{
    float: left;
    width: 130px;
    padding-right: 30px;
    background: url(../images/panel-icon.png) no-repeat 130px center;
    color: #fff;
    cursor: pointer;
    line-height: 47px;
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
}
.xz-gov-list{
    background: #fafbfd;
    width: 100%;
}
.xz-goe-ul{
    padding:20px;
}
.xz-goe-ul li{
    float: left;
    margin-right: 20px;
}
.xz-goe-ul li a{
    color: #666666;
    font-size: 12px;
    display: block;
}

.zzq-footer-box{
    background: url(../images/zqq-footer-bk.png) no-repeat top center;
    height: 209px;
}
.zzq-footer-box .lines{
    background: url(../images/foot-line1.png) repeat-x;
    height: 1px;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 18px;
}
.zzq-foot-friend{
    font-size: 0px;
    text-align: center;
    margin-top: 18px;
}
.zzq-foot-friend p{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background: url(../images/zzq-friend-icon.png) no-repeat 1px center;
    font-size: 14px;
    color: #777777;
}
.zzq-foot-friend a{
    display: inline-block;
    line-height: 40px;
    padding-left: 15px;
    background: url(../images/zzq-foot-icon01.png) no-repeat left center;
    margin-left: 35px;
    font-size: 12px;
    color: #666;
}
.zzq-foot-friend a:hover{
    color: #306da7;
    font-weight: bold;
}
.zzq-img-text{
    font-size: 0px;
    text-align: center;
}
.zzq-img-text img{
    display: inline-block;
    margin:0 50px;
}
.zzq-f-det{
    display: inline-block;
    vertical-align: middle;
}
.zzq-f-det p{
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}



.xz-footer{
    width: 100%;
}
.zx-foot-line{
    width: 100%;
    height: 36px;
    position: relative;
}
.zx-foot-line p{
    position: absolute;
    background: url(../images/foot-icon1.png) no-repeat center center;
    top: 0px;
    left:50%;
    margin-left: -18px;
    height: 36px;
    width: 35px;
    z-index: 1000
}
.zx-foot-line span{
    display: block;
    height: 1px;
    width: 100%;
    background: url(../images/foot-line1.png) repeat-x;
    position: absolute;
    top: 22px;
    left: 0px;
}
.xz-foot-dex{
    height: 200px;
    width: 100%;
    background: url(../images/foot-bg.png) no-repeat center top;
    padding-top: 20px;
}
.xz-foot-dex p,
.xz-foot-lks a,
.xz-foot-lks span{
    color: 12px;
    font-size: 12px;
    line-height: 31px;
}
.xz-foot-lks span{
    margin:0 10px;
}
.xz-foot-lks{
    text-align: center;
}
.xz-foot-txt{
    text-align: center;
}
.xz-foot-imgs{
    margin: 0 auto;
    /*font-size: 0px;*/
    width: 220px;
}
.xz-foot-imgs img{
    display: inline-block;
    margin:12px;
}


/*概览*/
.xz-posi-con{
    height: 24px;
    line-height: 24px;
}
.xz-posi-con a{
    font-size: 12px;
    float: left;
}
.xz-posi-con span{
    float: left;
    font-size: 12px;
    color: #333;
    margin:0 5px;
}
.xz-posi-tit{
    font-weight: bold;
    padding-left: 24px;
    background: url(../images/location_03.png) no-repeat 1px center;
}
.gl-conts-le{
    width: 280px;
}
.zzq-gl-nav{
    margin-top: 14px;
}
.zzq-gl-nav a{
    display: block;
    box-sizing: border-box;
    background: #f1f9ff url(../images/zzq-gl-icon01.png) no-repeat 230px center;
    border:1px solid #e5edf6;
    padding-left: 30px;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.zzq-gl-nav a.cur{
    color: #256dc3;
    font-weight: bold;
    text-decoration: underline;
}
.zzq-gl-nav a:hover{
    color: #256dc3;
    font-weight: bold;
    text-decoration: underline;
}







.gl-le-tit{
    height: 36px;
    width: 100%;
    background: #0d9cf0
}
.gl-le-tit a{
    display: block;
    padding-left: 44px;
    background: url(../images/gl-le-icon1.png) no-repeat 17px center;
    line-height: 36px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.gl-le-item{
    width: 235px;
    box-sizing: border-box;
    padding:0 18px;
    border:1px solid #e3ecf5;
    border-top-color: transparent;
    margin-bottom: 14px;
}
.gl-le-item li{
    border-bottom: 1px dashed #aaa;
    padding:8px 0;
}
.gl-le-item li a{
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}
.gl-le-item li a.cur{
    color: #0d9cf0;
}
.gl-le-item li a:hover{
    color: #0d9cf0;
}
.gl-le-btms{
    height: 36px;
    border-bottom: 1px solid #ededed;
}
.gl-le-btms a{
    border-left:2px solid #0d9cf0;
    display: block;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    font-weight: bold;
}
.gl-cons-btms{
    padding-top: 15px;
}
.gl-cons-btms li a{
    display: block;
    padding-left: 18px;
    line-height: 31px;
    color: #666;
    font-size: 14px;
    background: url(../images/gl-tab-icon1.png) no-repeat 3px center;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gl-cons-btms li a:hover{
    color: #0d9cf0;
}
.gl-conts-rg{
    width: 860px;
}
.gl-cons-rgs{
    max-height: 750px;
    overflow: auto;
}
.gl-cons-rgs li{
    border-bottom: 1px dashed #d6d6d6;
}
.gl-cons-rgs a{
    float: left;
    line-height: 47px;
    padding-left: 16px;
    color: #333;
    background: url(../images/tab-icon.png) no-repeat 3px center;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gl-cons-rgs a:hover{
    color: #256dc3;
}
.gl-cons-rgs span{
    float: right;
    line-height: 47px;
    font-size: 14px;
    color: #999;
}
.gl-pages{
    width: 590px;
    margin:30px auto;
}
.gl-pages a{
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 21px; 
    margin:0 8px;
}
.gl-pages a span{
    color: #256dc3;
    font-weight:bold;
    margin:0 3px;
}
.gl-pages .num-page{
    border:1px solid #cde0f0;
    padding:0 10px;
    margin:0 3px;
}
.gl-pages .num-page.cur{
    border-color: #256dc3;
    background: #256dc3;
    color: #fff;
}
.gl-pages .num-page:hover{
    border-color: #256dc3;
    background: #256dc3;
    color: #fff;
}
.tx-page{
    height: 21px;
    border:1px solid #cde0f0;
    width: 21px;
    margin:0 3px;
    line-height: 21px;
    text-align: center;
}
.gl-pages .bgn-page{
    height: 23px;
    background: #256dc3;
    color: #fff;
    width: 50px;
    text-align: center;
}


/*搜索页面*/
.xz-posi-con.nobtmline{
    border-bottom: none;
}
.sear-result{
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.sear-result span{
    color: #e1211f;
}

.sear-list-cons{
    margin-top: 8px;
}
.sear-list-cons li{
    margin-bottom: 18px;
}
.sear-list-cons h3 a{
    font-size: 18px;
    color: #3247dd;
    display: block;
    line-height: 30px;
}
.color-red{
    color: #e1211f;
}
.sear-list-cons .sub a{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    display: block;
}
.sear-list-cons .link a{
    color: #539b42;
    font-size: 12px;
}

/*细览*/
.xl-atl-conts{
    padding:0 80px;
}
.xl-atl-conts h3{
    font-size: 30px;
    color: #256dc3;
    text-align: center;
    padding-top: 22px;
    line-height: 50px;
}
.xl-atl-conts .atl-sub{
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
}
.xl-atl-plists{
    margin-top: 30px;
    padding:10px 0px;
}
.xl-atl-plists p{
    line-height: 37px;
    color: #000;
    font-size: 14px;
    line-height: 36px;
    text-align: justify;
}
.indent{
    text-indent: 2em;
}
.xl-atl-plists p img{
    display: block;
    margin:15px auto;
    max-width: 100%;
}
.zzq-xl-other p span{
    font-size: 14px;
    line-height: 36px;
    color: #999
}
.zzq-xl-other p a{
    font-size: 14px;
    line-height: 36px;
    color: #000;
}
.zzq-xl-other p a:hover{
    color: #256dc3
}






/*********** 首页 ***********/
.xzhome, .xzmodule {
    background-color: #b2e1fe;
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding-bottom: 160px;
}
.xzhome-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}
.xzhome-bg-top {
    top: 0;
    background-image: url(../images/background1.png);
}
.xzhome-bg-foot {
    bottom: 0;
    background-image: url(../images/background2.png);
    background-position: 0 100%;
}
@media screen and (min-width: 3400px) {
    .xzhome-bg-top {
        background-image: url(../images/background3.png);
    }
    .xzhome-bg-foot {
        display: none;
    }
}
/* 宽屏 */
.bg-wide-screen .xzhome-bg-top {
    background-image: url(../images/background3.png);
}
.bg-wide-screen .xzhome-bg-foot {
    display: none;
}
/* 窄屏 */
.bg-narrow-screen .xzhome-bg-top {
    background-image: url(../images/background1.png);
}
.bg-narrow-screen .xzhome-bg-foot {
    background-image: url(../images/background2.png);
    display: block;
}


/* 工具栏 */
.xzhome-header {
    height: 34px;
    width: 100%;
    line-height: 34px;
    background-color: rgb(255, 0, 0);
    background-color: rgba(255, 0, 0, 0.4);
    box-shadow: 0 2px 8px 0px #8a8a8a;
}
.xzhome-header a, .xzhome-header span {
    font-size: 12px;
    color: #fff;
}
.xzhome-header a:hover {
    color: #0d9cf0;
}
.xzhome-header i {
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 1px;
    background: #fff;
    margin: 0 14px;
}

/* 主页-头部 */
.xzhome-search {
    min-width: 1200px;
    text-align: center;
}
.xzhome-search .xzhome-logo {
    margin-top: 60px;
}
.xzhome-search .xz-search {
    height: 48px;
    width: 800px;
    line-height: 48px;
    margin: 60px auto 20px auto;
    font-size: 16px;
    box-shadow: 0 0 12px 1px #545454;
    border-radius: 5px;
    overflow: hidden;
}
.xzhome-search .xz-search input {
    width: 720px;
    height: 48px;
    box-sizing: border-box;
    padding:0 10px 0 40px;
    background:#fff url(../images/iconfont-sousuo.png) no-repeat 10px center;
    float: left;
    color: #333;
    font-size: 18px;
    outline: none;
}
.xzhome-search .xz-search span {
    color: #fff;
    cursor: pointer;
    float: right;
    height: 48px;
    width: 80px;
    text-align: center;
    background: #256dc3;
}
.xzhome-search .xz-search span:hover {
    opacity: 0.7;
}

/* nav导航 */
.xzhome-nav-list {
    margin: 60px auto 0 auto;
    position: relative;
    z-index: 99;
}
.xzhome-nav-list > li{
    float: left;
    height: 50px;
    position: relative;
}
.xzhome-nav-list > li >a{
    display: block;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    background: rgb(37,109, 195);
    background: rgba(37,109, 195,0.8);
}
.xzhome-nav-list > li:first-child > a{
    border-top-left-radius: 5px;
}
.xzhome-nav-list > li:last-child > a{
    border-top-right-radius: 5px;
}
.xzhome-nav-list > li.active >a,
.xzhome-nav-list > li:hover >a{
    background: #fff;
    background: rgba(255,255,255,0.7);
    color: #256dc3;
    font-weight: bold;
}
.xzhome-nav-list > li >ul {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    width: 140px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 12px 1px #545454;
    transition: height 0.5s;
}
.xzhome-nav-list > li >ul >li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
    margin: 0 16px;
    box-sizing: border-box;
}
.xzhome-nav-list > li >ul >li >a{
    font-size: 18px;
    color: #333;
}
.xzhome-nav-list > li >ul >li >a:hover{
    font-weight: bold;
    color: #e42826;
}

/* 首页通用版块 */
.xzhome-block {
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
    margin-top: 30px;
    overflow: hidden;
    padding: 6px 24px 24px 24px;
    box-sizing: border-box;
}
.xzhome-block-white {
    background-color: #fff;
}
.xzhome-tab-title {
    background: url(../images/tab_title_bg2.png) no-repeat;
    color: #256dc3;
    font-weight: bold;
    margin-top: 30px;
    height: 44px;
    line-height: 44px;
    padding-left: 32px;
    box-sizing: border-box;
}
.xzhome-tab-title span {
    border-bottom: 2px solid #256dc3;
    padding-bottom: 10px;
}
.xzhome-tab-box {
    margin-top: 0;
    border-top-left-radius: 0;
}

/* 顶部新闻 */
.xzhome-news {
    margin-top: 0;
    border-top-left-radius: 0;
}
.doc-list {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.doc-list * {
    transition: all .7s ease 0s;
}
.doc-list >li {
    padding-top: 20px;
    border-radius: 5px;
}
.doc-list >li a {
    display: block;
    padding: 0 20px
}
.doc-list >li a > div{
    position: relative;
}
.doc-list >li a span {
    display: inline-block;
    vertical-align: middle
}
.doc-list >li .doc-number {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: #999;
    font-size: 14px
}
.doc-list >li .doc-title {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin: 0 85px 0 34px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.doc-list >li .doc-time {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height: 20px;
    width: 70px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}
.doc-list >li p {
    margin-top: 10px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    display: none;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.doc-list >li:nth-of-type(1) .doc-number {
    background-color: #ec6138;
}
.doc-list >li:nth-of-type(2) .doc-number {
    background-color: #fa8d18;
}
.doc-list >li:nth-of-type(3) .doc-number {
    background-color: #4d9ddc
}
.doc-list >li.current a {
    background-color: #256dc3;
    padding: 20px;
    border-radius: 5px;
}
.doc-list >li.current .doc-title,
.doc-list >li.current .doc-time,
.doc-list >li.current p {
    color: #fff;;
}
.doc-list >li.current p {
    display: -webkit-box;
}


/* 快捷入口 */
.xzhome-quick-links-div {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    height: 90px;
}
.xzhome-quick-links-ul {
    position: absolute;
    left: 0;
    top: 0;
}
.xzhome-quick-links-ul li{
    float: left;
    display: block;
    width: 230px;
    height: 90px;
    line-height: 90px;
    margin-left: 12px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.xzhome-quick-links-ul li:first-child{
    margin-left: 0;
}
.xzhome-quick-links-ul .front,
.xzhome-quick-links-ul .back {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xzhome-quick-links-ul .front {
    background-image: url('../images/kjrk_default.png');
    background-size: cover;
    background-color: rgba(255,255,255,0.6);

    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.xzhome-quick-links-ul .front > span{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
}
.xzhome-quick-links-ul .back{
    background: #256dc3;
    color: #fff;

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.xzhome-quick-links-ul li:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.xzhome-quick-links-ul li:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.xzhome-quick-links-div .btn-prev,
.xzhome-quick-links-div .btn-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    cursor: pointer;
    color: #ccc;
    display: none;
    user-select: none;
    font-size: 26px;
}
.xzhome-quick-links-div .btn-prev {
    left: 0;
}
.xzhome-quick-links-div .btn-next{
    right: 0;
}
.xzhome-quick-links-div:hover .btn-prev,
.xzhome-quick-links-div:hover .btn-next{
    display: block;
}
.xzhome-quick-links-div .btn-prev:hover svg,
.xzhome-quick-links-div .btn-next:hover svg{
    fill: #fff;
}

/* 新闻图片模块 */
.xzhome-newsloop {
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
}
.xzhome-newsloop-div {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xzhome-newsloop-div > ul {
    width: 2000px;
    height: 450px;
    position: relative;
    left: -400px;
}
.xzhome-newsloop-div > ul.move{
    transition: left 0.5s;
}
.xzhome-newsloop-div > ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.xzhome-newsloop-div > ul >li {
    float: left;
    width: 400px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    top: 0;
    transition: top 0.8s;
}
.xzhome-newsloop-div > ul >li:hover {
    top: -10px;
}
.xzhome-newsloop-div > ul >li >a {
    display: block;
    height: 384px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border: 20px solid #fff;
    box-sizing: border-box;
    box-shadow: #9b9393 0 0 10px 0;
}
.xzhome-newsloop-div > ul >li >a >span {
    position: absolute;
    bottom: -60px;
    left: -40px;
    display: block;
    width: 260px;
    height: 80px;
    background-color: #386db3;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    padding: 12px 12px 12px 30px;
    box-sizing: border-box;
    box-shadow: #9b9393 0 0 10px 0;
}
.xzhome-newsloop-div > ul >li >a >span::before, 
.xzhome-newsloop-div > ul >li >a >span::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 20px solid #256dc3;
    border-width: 20px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    position: absolute;
    right: 10px;
    top: -30px;
}
.xzhome-newsloop-div > ul >li >a >span::before {
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
.xzhome-newsloop-div > ul >li >a >span::after{
    right: -30px;
    top: 0;
    border-width: 15px;
    border-top-width: 40px;
    border-bottom-width: 40px;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}
.xzhome-newsloop-div > ul >li[idx='2'] >a >span {background-color: #f29b76;}
.xzhome-newsloop-div > ul >li[idx='2'] >a >span::before, 
.xzhome-newsloop-div > ul >li[idx='2'] >a >span::after{border-color: #f29b76;}

.xzhome-newsloop-div > ul >li[idx='3'] >a >span {background-color: #13b5b1;}
.xzhome-newsloop-div > ul >li[idx='3'] >a >span::before, 
.xzhome-newsloop-div > ul >li[idx='3'] >a >span::after{border-color: #13b5b1;}

.xzhome-newsloop-div > ul >li[idx='5'] >a >span {background-color: #f29b76;}
.xzhome-newsloop-div > ul >li[idx='5'] >a >span::before, 
.xzhome-newsloop-div > ul >li[idx='5'] >a >span::after{border-color: #f29b76;}

.xzhome-newsloop .btn-prev,
.xzhome-newsloop .btn-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.xzhome-newsloop .btn-prev:hover svg,
.xzhome-newsloop .btn-next:hover svg {
    fill: #256dc3;
}
.xzhome-newsloop .btn-prev {left: -20px;}
.xzhome-newsloop .btn-next {right: -20px;}

/* 文章列表模块 */
.xzhome-article-list {
    margin-top: 30px;
    background-color: rgb(37,109,195);
    background-color: rgba(0,0,0,0.1);
    background-color: rgba(37,109,195,0.6);
    position: relative;
}
.xzhome-article-list-bg {
    position: absolute;
    top: 0;
    left: 33.33%;
    width: 33.333%;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s;
}
.xzhome-article-list-block {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 24px 24px 24px;
    position: relative;
    transition: all 0.6s ease-in;
    overflow: hidden;
}
.xzhome-article-list-block .xz-tabs-ti {
    border-bottom: 0;
}
.xzhome-article-list-block .tabs-more-link {
    color: #fff;
}
.xzhome-article-list-block .xz-tabs-txt li {
    position: relative;
}
.xzhome-article-list-block .xz-tabs-txt li:hover {
    background-color: transparent;
}
.xzhome-article-list-block .xz-tabs-txt li a {
    margin-right: 90px;
}
.xzhome-article-list-block .xz-tabs-txt li span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #eee;
}
.xzhome-article-list-block .xz-tabs-txt li a {
    color: #fff;
}
.xzhome-article-list-block .xz-tabs-txt li a:after {
    background-color: #fff;
}
.xzhome-article-list-block .xz-tabs-ti {
    border-bottom: 1px solid #b7d4f0;
}
.xzhome-article-list-block .tabs-neum a.cur {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    transform: rotate(-45deg) translateX(-62px) translateY(-38px);
    border-bottom: none;
    text-align: center;
    color: #fff;
    background: #256dc3;
}
.xzhome-article-list-block.active .xz-tabs-ti {
    border-bottom: 1px solid #efefef;
}
.xzhome-article-list-block.active .tabs-more-link {
    color: #333;
}
.xzhome-article-list-block.active .xz-tabs-txt li a {
    color: #333;
}
.xzhome-article-list-block.active .xz-tabs-txt li span {
    color: #999;
}
.xzhome-article-list-block.active .xz-tabs-txt li a:after {
    background-color: #999;
}
.xzhome-article-list-block.active .xz-tabs-txt li:hover a,
.xzhome-article-list-block.active .xz-tabs-txt li:hover span{
    color: #256dc3;
}
.xzhome-article-list-block.active .xz-tabs-txt li:hover a:after {
    background-color: #256dc3;
}
.xzhome-article-list-block.active .tabs-neum a.cur {
    color: #fff;
    background: #c62a26;
}

/* 横幅 */
.xzhome-center-banner {
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.xzhome-center-banner img {
    width: 100%;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.xzhome-center-banner:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 办事服务 */
.xzhome-bsfw-block {
    padding-bottom: 12px;
    padding-top: 12px;
}
.xzhome-bsfw-list {
    height: 120px;
}
.xzhome-bsfw-list >li {
    float: left;
    width: 175px;
    text-align: center;
}
.xzhome-bsfw-list >li >a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    border-radius: 5px;
}
.xzhome-bsfw-list >li >a >img {
    height: 24px;
    transition: all 1s;
}
.xzhome-bsfw-list >li >a:hover {
    background-color: rgba(13,156,240,0.4);
    color: #fff;
}
.xzhome-bsfw-list >li:hover >a >img {
    transform: rotate(360deg);
}
.xzhome-bsfw-list >li >a >span {
    display: block;
    text-align: center;
    margin-top: 12px;
}

.xzhome-bsfw-list-right{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border-left:1px solid #e5edf6;
    text-align: left;
}
.xzhome-bsfw-list-right  .jb-icon{
    height: 100%;
    padding-left: 88px;
    background: url(../images/zzq-conts-icon01.png) no-repeat 30px center;
}
.xzhome-bsfw-list-right .tit{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    display: block;
    padding-top: 10px;
}
.xzhome-bsfw-list-right p,
.xzhome-bsfw-list-right p span{
    color: #666;
    font-size: 12px;
    line-height: 24px;
}

/* 底部视频 */
.carousel-div {
    position: relative;
}
.carousel-ul {
    position: relative;
    z-index: 2;
    height: 200px;
    margin-top: 30px;
    padding: 60px 0;
    transform-style: preserve-3d;
    perspective: 1200px;
}
.carousel-ul >li {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    box-shadow: 0 0 15px 0px #1894ee;
    margin-left: -150px;
    margin-top: -100px;
    border-radius: 5px;
    transition: transform 0.5s ease-in-out;
}
.carousel-ul >li.on {
    z-index: 99;
}
.carousel-ul >li a{
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.carousel-ul >li a img{
    display: block;
    height: auto;
    min-height: 100%;
    width: 100%;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.carousel-ul >li a:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.carousel-ul >li a span{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    padding: 0 8px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    /* background: #256dc3; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
}
.carousel-div .btn-prev,
.carousel-div .btn-next {
    position: absolute;
    top: 45px;
    width: 60px;
    height: 235px;
    line-height: 235px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    cursor: pointer;
    color: #ccc;
    display: none;
    user-select: none;
    font-size: 40px;
    z-index: 3;
}
.carousel-div .btn-prev {
    left: 0;
}
.carousel-div .btn-next{
    right: 0;
}
.carousel-div:hover .btn-prev,
.carousel-div:hover .btn-next{
    display: block;
}
.carousel-div .btn-prev:hover,
.carousel-div .btn-next:hover{
    color: #fff;
}

/* foot */
.xzhome-foot {
    margin-top: 30px;
    text-align: center;
    padding: 24px 0 16px 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
}
.xzhome-foot a {
    color: #0d9cf0;
}
.xzhome-foot p{
    color: #fff;
}
.xzhome-foot a:hover {
    color: #e42826;
}
.xzhome-foot i {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
}
.xzhome-foot-friend {
    font-size: 14px;
}
.xzhome-foot-friend-item {
    display: inline-block;
    position: relative;
}
.xzhome-foot-friend-item a{
    cursor: pointer;
}
.xzhome-foot-friend-item >a{
    border-top: 10px solid transparent;
}
.xzhome-foot-friend-item > ul {
    display: none;
    position: absolute;
    bottom: 29px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    width: 1000px;
    padding: 0 0 12px 12px;
    box-sizing: border-box;
    border-radius: 5px;
    /* border-bottom: 10px solid #f00; */
}
.xzhome-foot-friend-item:hover > ul {
    display: block;
}
.xzhome-foot-friend-item > ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.9);
    position: absolute;
    left: -200px;
    bottom: -20px;
}
.xzhome-foot-friend-item > ul >li{
    float: left;
    margin: 12px 12px 0 0;
}
.xzhome-foot-friend-item > ul.list1 {
    width: 1000px;
    left: -200px;
}
.xzhome-foot-friend-item > ul.list1:before {
    left: 240px;
}
.xzhome-foot-friend-item > ul.list2 {
    width: 480px;
    left: -210px;
}
.xzhome-foot-friend-item > ul.list2:before {
    left: 240px;
}
.xzhome-foot-friend-item > ul.list3 {
    width: 1200px;
    left: -560px;
}
.xzhome-foot-friend-item > ul.list3:before {
    left: 610px;
}
.xzhome-foot-friend-item > ul.list4 {
    width: 780px;
    left: -600px;
}
.xzhome-foot-friend-item > ul.list4:before {
    left: 610px;
}
.xzhome-foot-div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    text-align: left;
}
.xzhome-foot-div p{
    display: block;
    font-size: 12px;
    line-height: 30px;
}
.wuzhangai {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    position: relative;
    top: -14px;
}
.wuzhangai img{
    width: 60px;
}
.wuzhangai span{
    font-size: 14px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
}


/*********** 首页 end ***********/

/*********** 板块页面 ***********/
.xzmodule-header {
    height: 110px;
    background-color: rgb(255, 0, 0);
    background-color: rgba(255, 0, 0, 0.2);
    padding: 12px 0;
}
.xzmodule-header a:hover {
    color: #0982ca;
}
.xzmodule-header .comwid {
    position: relative;
}

.xzmodule-search{
    position: absolute;
    top: 46px;
    right: 0;
    height: 48px;
    width: 570px;
    line-height: 48px;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.xzmodule-search input{
    width: 490px;
    height: 48px;
    box-sizing: border-box;
    padding:0 10px 0 40px;
    background:#fff url(../images/iconfont-sousuo.png) no-repeat 10px center;
    float: left;
    color: #333;
    font-size: 18px;
    outline: none;
}
.xzmodule-search span{
    color: #fff;
    cursor: pointer;
    float: right;
    height: 48px;
    width: 80px;
    text-align: center;
    background: #256dc3;
    font-size: 18px;
}
.xzmodule-search span:hover{
    opacity: 0.7;
}

/* 导航栏 */
.xzmodule-nav-list {
    position: relative;
    margin: 40px auto 0 auto;
}
.xzmodule-nav-list > li{
    float: left;
    height: 50px;
}
.xzmodule-nav-list > li:first-child{
    border-top-left-radius: 5px;
    overflow: hidden;
}
.xzmodule-nav-list > li:last-child{
    border-top-right-radius: 5px;
    overflow: hidden;
}
.xzmodule-nav-list > li >a{
    display: block;
    width: 132px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    background: rgb(37,109, 195);
    background: rgba(37,109, 195,0.8);
    box-sizing: border-box;
    position: relative;
}
.xzmodule-nav-list > li:hover >a,
.xzmodule-nav-list > li.active >a{
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.8);
    color: #256dc3;
    font-weight: bold;
}
.xzmodule-nav-list > li:hover >a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 56px;
    bottom: 0;
}
.xzmodule-nav-list > li >ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 24px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.8);
    border-top-right-radius: 5px;
}
.xzmodule-nav-list > li >ul >li {
    float: left;
    margin-right: 24px;
}
.xzmodule-nav-list > li >ul >li >a{
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
}
.xzmodule-nav-list > li >ul >li:hover >a,
.xzmodule-nav-list > li >ul >li.active >a{
    font-weight: bold;
    color: #256dc3;
}
.xzmodule-nav-list > li:hover >ul {
    z-index: 11;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,1);
    display: block;
}
.xzmodule-nav-list > li.active >ul {
    z-index: 10;
    display: none;
}
/* 详情页面导航 */
.xzdetail .xzmodule-nav-list > li.active >ul {
    display: block;
}
.xzdetail .xzmodule-block {
    padding-top: 60px;
    background-color: #fff;
}
.xzdetail .xzmodule-nav-list > li >ul {
    background-color: transparent;
}
.xzdetail .xzmodule-nav-list > li:hover >ul {
    background-color: rgb(255,255,255);
}
/* 主要板块 */
.xzmodule-block {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    padding: 0 20px 20px 20px;
}
.xzmodule-block-content {
    display: flex;
    box-sizing: border-box;
}
.xz-posi-con span,
.xz-posi-con a {
    font-size: 14px;
}
.xzmodule-block .xz-posi-con {
    padding-bottom: 0;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 12px;
    height: 60px;
    line-height: 60px;
}
.xzmodule-block .gl-cons-rgs a{
    display: block;
    line-height: 47px;
    padding-left: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background-image: none;
    width: 100%;
    max-width: 100%;
    padding-right: 100px;
    box-sizing: border-box;
}
.xzmodule-block .gl-cons-rgs a::after {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666;
    left: 7px;
    top: 21px;
}
.xzmodule-block .gl-cons-rgs li {
    position: relative;
}
.xzmodule-block .gl-cons-rgs li:hover {
    background-color: #0982ca;
}
.xzmodule-block .gl-cons-rgs li:hover a,
.xzmodule-block .gl-cons-rgs li:hover span{
    color: #fff;
}
.xzmodule-block .gl-cons-rgs li:hover a:after{
    background-color: #fff;
}
.xzmodule-block .gl-cons-rgs span {
    line-height: 47px;
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 16px;
}
.xzmodule-menu-list {
    width: 180px;
}
.xzmodule-artic-list {
    flex: 1;
    padding: 0 24px;
    overflow: hidden;
}

.xzmodule-accordion {width: 100%;font-size:18px;box-sizing: border-box;}
.xzmodule-accordion h3 {
    color:#f9fdff;
    height: 50px;
    font-weight:700;
    margin-bottom:1px;
    line-height: 50px;
    font-size:18px;
    background:#256dc3;
    cursor:pointer;
    padding-left: 12px;
}
.xzmodule-accordion h3 img{
    vertical-align: middle;
    margin-right: 8px;
    width: 28px;
}
.xzmodule-accordion >li > ul {
    font-size:16px;
    overflow:hidden;
    transition: height 0.5s;
}
.xzmodule-accordion ul li {height: 40px;line-height: 40px;}
.xzmodule-accordion ul li:hover, 
.xzmodule-accordion ul li.active { 
    background-color: rgba(37,109, 195,0.8);
}
.xzmodule-accordion ul li:hover a,
.xzmodule-accordion ul li.active a { 
    color: #fff;
}
.xzmodule-accordion ul li a {
    color:#333;font-size:16px;display: block;height: 100%;width: 100%;
    padding-left: 48px;padding-right: 5px;border-bottom: 1px solid #dedede;box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xzmodule-linkblocks {
    width: 160px;
}
.xzmodule-bsfw-list {
}
.xzmodule-bsfw-list >li{
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    background: rgb(239 43 37 / 10%);
    border-radius: 5px;
    margin-bottom: 16px;
    text-align: center;
}
.xzmodule-bsfw-list > li a{

}
.xzmodule-bsfw-list > li span{

}
.xzmodule-bsfw-list > li img{
    width: 24px;
    vertical-align: middle;
    margin-right: 8px;
    transition: all 1s;
}
.xzmodule-bsfw-list > li:hover >a >img {
    transform: rotate(360deg);
}

/*********** 板块页面 end ***********/

/*********** 网站地图页面 ***********/
.wzdt-block {
    position: relative;
    padding: 80px 36px 36px 36px;
}
.wzdt-ul {
    position: relative;
}
.wzdt-ul > li{
    position: relative;
}
.wzdt-ul > li .wzdt-li-title {
    font-size: 26px;
    color: #256dc3;
}
.wzdt-ul > li .wzdt-li-links {
    margin: 16px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 16px;
    line-height: 40px;
}
.wzdt-ul > li .wzdt-li-links > a {
    font-size: 16px;
    margin-right: 16px;
    background: #256dc3;
    color: #fff;
    padding: 0px 14px;
    border-radius: 3px;
    word-break: keep-all;
    margin-bottom: 12px;
    display: inline-block;
}
.wzdt-ul > li .wzdt-li-links > a:hover {
    opacity: 0.7;
    background: #ed2b25;
}

/*********** 网站地图页面 end ***********/






/*********** 移动端适配--首页 ***********/
@media screen and (max-width: 800px){
    html, body, .xzhome-search, .comwid {
        min-width: 100%;
    }
    .comwid {
        width: 100%;
    }
    .xzhome {
        padding-bottom: 0;
    }
    .xzhome-header .lf {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .xzhome-header .rt {
        display: none;
    }
    .xzhome-search .xzhome-logo {
        margin-top: 10px;
    }
    .xzhome-search .xzhome-logo >img{
        width: 80%;
    }
    .xzhome-search .xz-search {
        width: 90%;
        margin: 10px auto;
        box-shadow: 0 0 5px 0px #929292;
    }
    .xzhome-search .xz-search input {
        width: 80%;
        font-size: 16px;
    }
    .xzhome-search .xz-search span {
        width: 20%;
        font-size: 16px;
    }
    .xzhome-nav-list {
        margin-top: 20px;
        display: flex;
    }
    .xzhome-nav-list > li {
        flex: 1;
        height: auto;
        background: rgb(37,109, 195);
        background: rgba(37,109, 195,0.8);
    }
    .xzhome-nav-list > li.active {
        background: #fff;
        background: rgba(255,255,255,0.7);
    }
    .xzhome-nav-list > li.active > a{
        background: transparent;
    }
    .xzhome-nav-list > li >a {
        width: 100%;
        height: auto;
        line-height: 1em;
        display: inline-block;
        padding: 16px 3px;
        font-size: 12px;
        background: transparent;
    }
    .xzhome-nav-list > li >ul {
        display: none;
    }
    .xzhome-block {
        padding: 6px 12px;
    }
    .gy-news-list {
        height: 50px;
    }
    .gy-new-conts {
        height: 50px;
        line-height: 50px;
    }
    a.gy-new-icon {
        width: 50px;
        height: 50px;
        line-height: 13px;
        font-size: 12px;
    }
    .gy-new-conts .gy-new-btns {
        width: 50px;
        height: 50px;
    }
    .gy-new-conts .gy-new-btns .btn-prev, .gy-new-conts .gy-new-btns .btn-next {
        height: 25px;
        line-height: 25px;
    }
    .gy-new-conts .gy-new-btns .btn-prev {
        line-height: 35px;
    }
    .gy-news-items .tit {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .gy-news-list {
        margin-left: 55px;
    }
    .gy-news-items {
        padding-right: 55px;
        box-sizing: border-box;
    }
    .stacked-cards {
        width: 100%;
        float: none;
    }
    .stacked-cards li {
        width: 70vw;
        height: 55vw;
    }
    .xz-tab-con {
        width: 100%;
        float: none;
    }
    .xz-tab-tit {
        display: flex;
    }
    .xz-tab-tit li {
        float: none;
        padding: 0;
        flex: 1;
    }
    .xz-tab-tit li a {
        font-size: 14px;
    }
    .xzhome-quick-links-div .btn-prev, .xzhome-quick-links-div .btn-next {
        display: block;
    }
    .xzhome-newsloop .btn-prev, .xzhome-newsloop .btn-next {
        background-color: rgba(0,0,0,0.6);
        border-radius: 10%;
        height: 40px;
        padding: 5px;
        top: 40%;
    }
    .xzhome-newsloop .btn-prev {
        left: 0;
    }
    .xzhome-newsloop .btn-next {
        right: 0;
    }
    .xzhome-article-list-block {
        width: 100%;
    }
    .xzhome-article-list-block.active{
        background-color: #fff;
    }
    .xzhome-article-list-bg {
        display: none;
    }
    .xzhome-center-banner {
        margin-top: 10px;
    }
    .xzhome-article-list {
        margin-top: 10px;
    }
    .xzhome-bsfw-list {
        height: auto;
        margin-top: 10px;
        position: relative;
    }
    .xzhome-bsfw-list:after {
        content: '';
        display: block;
        clear: both;
        width: 0;
        height: 0;
    }
    .xzhome-bsfw-list >li{
        width: 33.3%;
    }
    .xzhome-bsfw-list >li >a {
        padding: 10px 0;
    }
    .xzhome-bsfw-list >li:last-child{
        width: 100% !important;
    }
    .xzhome-bsfw-list-right {
        margin-top: 10px;
        border-left: 0;
        border-top: 1px solid #c0c9d2;
    }
    .xzhome-foot {
        position: relative;
        padding: 16px 0;
    }
    .xzhome-foot img {
        height: 40px;
    }
    .carousel-div {
        overflow: hidden;
    }
    .carousel-ul {
        margin-top: 0;
        height: 280px;
        padding: 20px 0 60px 0;
    }
    .carousel-ul >li {
        margin-left: -40vw;
        width: 80vw;
        height: 60vw;
    }
    .carousel-ul >li a span {
        bottom: 20px;
    }
    .carousel-div .btn-prev, .carousel-div .btn-next {
        display: block;
        line-height: 40px;
        height: 40px;
        width: 40px;
        padding: 10px;
        border-radius: 10%;
        top: 45%;
    }
    .xzhome-foot-friend {
        margin-bottom: 10px;
        position: relative;
    }
    .xzhome-foot-friend-item {
        position: static;
    }
    .xzhome-foot-friend-item > ul {
        width: 100vw !important;
        left: 0 !important;
        bottom: 100%;
        background-color: rgba(255,255,255,0.95);
    }
    .xzhome-foot-friend-item > ul:before {
        display: none;
    }
    .wuzhangai {
        display: none;
    }
    .xzhome-foot-div {
        margin-bottom: 20px;
    }
}

/*********** 移动端适配--列表页 ***********/
@media screen and (max-width: 800px){
    .xzmodule {
        padding-bottom: 0;
    }
    .xzmodule .xzhome-header {
        text-align: center;
        height: auto;
    }
    .xzmodule-block {
        padding: 0 10px 10px 10px;
        border-radius: 8px;
    }
    .xzmodule .xzhome-header img{
        width: 80vw;
    }
    .xzmodule-search {
        position: static;
        margin: 10px auto;
        width: 80vw;
    }
    .xzmodule-search input {
        width: 80%;
        font-size: 16px;
    }
    .xzmodule-search span {
        width: 20%;
        font-size: 16px;
    }
    .xzmodule-nav-list {
        display: none;
    }
    .xzmodule-linkblocks {
        display: none;
    }
    .xzmodule-menu-list {
        width: 80px;
    }
    .xzmodule-accordion h3 {
        font-size: 12px;
    }
    .xzmodule-accordion h3 img {
        display: none;
    }
    .xzmodule-accordion ul li a {
        font-size: 12px;
    }
    .xzmodule-accordion ul li a {
        padding: 0 10px;
    }
    .xzmodule-artic-list {
        padding-left: 8px;
        padding-right: 0;
    }
    .xzmodule-block .gl-cons-rgs a {
        font-size: 12px;
        line-height: 36px;
        padding-right: 60px;
        padding-left: 20px;
    }
    .xzmodule-block .gl-cons-rgs a::after {
        top: 15px;
    }
    .xzmodule-block .gl-cons-rgs span {
        line-height: 36px;
        font-size: 12px;
        right: 0;
    }
    .pager {
        height: 80px;
    }
    .pager > ul {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .pager > ul li {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }
    .gl-cons-rgs {
        max-height: unset;
    }
}

/*********** 移动端适配--详情页 ***********/
@media screen and (max-width: 800px){
    .xzdetail .xzmodule-block {
        padding-top: 0px;
    }
    .xzdetail .xzmodule-block .xz-posi-con {
        margin-bottom: 0;
    }
    .xzdetail .xl-atl-conts h3 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 0;
    }
    .xzdetail .xl-atl-conts {
        padding: 0;
    }
    .xl-atl-conts .atl-sub {
        padding-bottom: 12px;
    }
    .xl-atl-plists {
        margin-top: 0;
        padding: 12px 0;
    }
    .xl-atl-plists p img {
        max-width: 100% !important;
    }
    .zzq-xl-other p a {
        line-height: 20px;
    }
}