/* 样式重置 */
*{margin: 0;padding: 0;box-sizing: border-box}
ul,li{ list-style-type: none;margin-bottom: 0;}
h1,h2,h3,h4,h5,h6,p{margin: 0}
img{outline: none;border: none;display: block}
a,a:hover,a:active,a:link{ text-decoration: none}
a:focus, *:focus { outline: none}
.ovf{ overflow: hidden}
.clear{ clear: both}
.cls{ font-size: 0}
.fl{ float: left}
.fr{ float: right}
.pr{ position: relative}
.pa{ position: absolute}
.pf{ position: fixed}
/* 公用 */
body{
    color: #555;
    font-size: 16px;
    font-family: 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    background-color: #fff;
}
.web-bg{
    z-index: -1;
    width: 100%;
}
.head-box,
.nav-box,
.cont-box,
.foot-cont{
    min-width: 1200px;
    width: 1260px;

    margin: 0 auto;
}
/* 头部 */
.head-bg{
    width: 100%;
    min-width: 1200px;
    height: 289px;
    background: url("../img/top_bg.jpg") no-repeat center bottom;
    background-size: 100%;
}
.head-box{
    position: relative;
    height: 239px;
    background: url("../img/logo.png") no-repeat left center;
}
.head-top{
    width: 1260px;
    height: 40px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.head-top .fr{
    width: 600px;
}
.head-top .fr iframe{
    float: left;
    width: 405px;
    height: 40px;
}
.head-top a,
.head-top span{
    float: left;
    color: #3c6fa2;
    font: 16px/40px "微软雅黑", Arail;
}
.head-top a>img{
    height: 20px;
    margin: 10px 5px;
    transition: all .3s;
}
.head-top a:hover>img{
    transform: scale(1.2);
}
.head-top span{ margin: 0 8px}
.search-box{
    float: right;
    width: 392px;
    height: 40px;
    margin-top: 15px;
    border: 1px solid #c9cbcd;
    border-radius: 14px;
    background-color: #fff;
}
.search-input{
    width: 352px;
    height: 100%;
    border: none;
    border-radius: 14px;
    text-indent: 10px;
}
.search-btn{
    top:0;
    right:0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 14px;
    background: url("../img/sc.png") no-repeat center;
}
.wza-box{ margin-top: 40px; }
.wza-box a{ display: block;float: right;height: 38px;line-height: 38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #F76B00; border: 1px solid #FC740D; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#F79600;color: #fff;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px; }

.code-img{
    display: none;
    z-index: 1;
    top: 40px;
    width: 100px;
    padding-bottom: 5px;
    color: #666;
    font: 14px/1.2 "微软雅黑", Arail;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #999;
}
.head-top a:hover .code-img{ display: block}

/* 导航 */
.nav-box{
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
.nav-box div{
    position: relative;
    float: left;
    margin-right: 0;
}
.nav-box div:last-child{ margin-right: 0}
.nav-box div>a{
    position: relative;
    float: left;
    height: 50px;
    color: #333;
    font: bold 20px/50px "微软雅黑", Arail;
	font-weight: bold !important;
   
    text-indent: 50px;
    transition: all .4s;
    background: url("../img/2.png") no-repeat 64px 50px;
}
.nav-box div>a img{
    opacity: 0;
    position: absolute;
    top: 16px;
    left: 20px;
    transition: all .4s;
}
.nav-box div>a img:first-child{ opacity: 1;}
.nav-box div>a:hover,
.nav-box div .active{
    color: #08448d;
    background: url("../img/2.png") no-repeat 64px 40px;
}
.nav-box div>a:hover img{
    transform: rotate(15deg);
}
.nav-box div> a:hover img:first-child,
.nav-box div .active img:first-child{ opacity: 0;}
.nav-box div>a:hover img:last-child,
.nav-box div .active img:last-child{ opacity: 1;}
.nav-box div:hover .nav-draw-down{ display: block}
/*下拉子栏目*/
.nav-draw-down{
    display: none;
    position: absolute;
    z-index: 5;
    top: 50px;
    min-width: 134px;
    padding: 12px;
    background-color: #f7f7f7;
    z-index: 20;
}
.nav-draw-down li{
    height: 36px;
    border-bottom: 1px solid #a3a3a3;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-draw-down li:last-child{ border: none}
.nav-draw-down li a{
    color: #515151;
    font-size: 16px;
}
.nav-draw-down li a:hover{
    color: #305792;
        font-weight: bold !important;
    font-size: 18px;
}
.nav-draw-more{
    left: -50px;
    width: 254px;
}
.nav-draw-more li{
    width: 110px;
}
.nav-draw-more .fl{
    margin-right: 10px;
}

/* 内容 */
.cont-box{
    overflow: hidden;
    padding: 0 30px;
    background-color: #fff;
}
.first-box{
    height: 120px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
}
.scroll-box, .news-tab{
    height: 386px;
    margin: 25px 0 8px;
}
.scroll-box{ width: 578px}
.news-tab{ width: 592px;}
.theme-box{ height: 102px; }
.tabs-box{
    height: 368px;
    margin: 8px 0;
    /*padding-top: 12px;*/
    /*background: url("../img/boxtopbg.jpg") repeat-x left top;*/
}
.person-box{
    width: 1200px;
    height: 300px;
    padding-top: 50px;
    background: url("../img/sy_41.jpg") no-repeat center;
}
.other-l, .other-r{
    width: 596px;
    height: 65px;
    margin-top: 15px;
}
.other-l{ background: url("../img/sy__31.jpg") no-repeat center}
.other-r{ background: url("../img/sy_33.jpg") no-repeat center}
.links-box{
    height: 36px;
    margin: 20px 0;
    border: 1px solid #cfcfcf;
}
.links-cont div{
    float: left;
    width: 20%;
}
.links-cont select{
    float: left;
    width: 100%;
    height: 34px;
    border: none;
    border-right: 1px solid #cfcfcf;
    font-size: 16px;
    text-indent: 20px;
}
/* 尾部 */
.foot-box{
    width: 100%;
    min-width: 1200px;
    height: 188px;
    border-top: 4px solid #3c6fa2;
    background-color: #e9e9e9;
}
.left-icons, .right-icons{
    width: 20%;
    height: 188px;
}
.foot-text{
    width: 60%;
    margin-top: 40px;
    text-align: center;
}
.foot-text li span,
.foot-text li a{
    margin: 0 10px;
    color: #444;
    font: 14px/30px "宋体";
}
.office-icon, .police-icon, .icp-icon{
    height: 70px;
    margin-top: 40px;
}
.office-icon{
    width: 52px;
    background: url("../img/73.png") no-repeat center;
}
.police-icon{
    width: 69px;
    margin-right: 20px;
    background: url("../img/zz.png") no-repeat center;
}
.icp-icon{
    width: 36px;
    background: url("../img/272.png") no-repeat center;
}
.err-icon{
    float: left;
    margin-top: 40px;
}

/* 分页布局 */
.paging-left{
    width: 25%;
    margin-bottom: 10px;
}
.paging-right{
    width: 74%;
    min-height: 500px;
    margin-bottom: 10px;
    padding: 0 25px;
    border: 1px solid #ddd;
}

/* 组件样式start */
/*头条*/
.first-news{
    margin-bottom: 10px;
    text-align: center;
}
.first-news a{
    color: #3c6fa2;
    font: bold 36px/1.5 "微软雅黑", Arail;
}
.first-other a{
    float: left;
    width: 25%;
    color: #3c6fa2;
    font: 16px/1 "微软雅黑", Arail;
}
/* 焦点图 */
.slideBox{
    position:relative;
    width: 578px;
    height:386px;
    overflow:hidden;
}
.slideBox .hd{
    position:absolute;
    right: 14px;
    bottom: 16px;
    z-index: 1;
    overflow:hidden;
}
.slideBox .hd ul{
    float:left;
    zoom:1;
    overflow:hidden;
}
.slideBox .hd ul li{
    float:left;
    width:14px;
    height:14px;
    margin-right:6px;
    background: rgba(255, 255, 255, 0.3);
    cursor:pointer;
}
.slideBox .hd ul li.on{ background: #fff;}
.slideBox .bd{
    position:relative;
    z-index:0;
    height:100%;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img{
    width:100%;
    height: 386px;
}
.slideBox .tempWrap{width: 100% !important}
.slideBox-title{
    position: relative;
    z-index: 10;
    height: 46px;
    margin-top: -46px;
    background:rgba(0,0,0,0.6);
}
.slideBox-title a{
    padding-left: 20px;
    color: #fff;
    font: 18px/46px "微软雅黑", Arail;
}

/* tabs切换 */
.tab-title{
    height: 38px;
    border-bottom: 1px solid #ccc;
}
.tab-title div{
    float: left;
    margin-right: 40px;
    vertical-align: top;
    text-align: center;
}
.tab-title div a{
    float: left;
    height: 37px;
    color:#333;
    font: 20px/1 "微软雅黑", Arail;
}
.tab-title .tab-on a,
.online-visit .tab-title>div>a{ font-weight: bold; color: #3c6fa2}
.online-visit .tab-title>div,
.tab-on{ border-bottom: 2px solid #005293;}
.tab-more a,
.public-info-head .fr{
    float: right;
    width: 22px;
    height: 22px;
    margin-top: -38px;
    background: url("../img/more.png") no-repeat center;
}
.tab-more a:hover,
.list-name a:hover,
.public-info-head .fr:hover{ opacity: .5}
.in-tabs .tabberactive{ display: block}
.in-tabs .tabbertabhide,
.tabbertabhide{ display: none}

/*竖向tab*/
span.tabberlive>.tab-title{
    float: left;
    width: 140px;
    height: 368px;
    border:none;
    background-color: #f3f3f3;
}
span.tabberlive>.tab-title span{
    float: left;
    width: 170px;
    height: 92px;
}
span.tabberlive>.tab-title span a{
    float: left;
    width: 140px;
    border-bottom: 1px solid #cedbe4;
    color: #333;
    font: bold 20px/92px "微软雅黑", Arail;
    letter-spacing: 2px;
    text-indent: 65px;
}
.tab-icon1{ background: url("../img/gongkai.png") no-repeat 20px center}
.tab-icon2{ background: url("../img/fuwu02.png") no-repeat 20px center}
.tab-icon3{ background: url("../img/hudong02.png") no-repeat 20px center}
.tab-icon4{ background: url("../img/shuju02.png") no-repeat 20px center}
span.tabberlive>.tab-title .tab-on a{ color: #fff}
span.tabberlive>.tab-title .tab-on .tab-icon1{ background: url("../img/gongkai(2).png") no-repeat 20px center}
span.tabberlive>.tab-title .tab-on .tab-icon2{ background: url("../img/fuwu.png") no-repeat 20px center}
span.tabberlive>.tab-title .tab-on .tab-icon3{ background: url("../img/hudong.png") no-repeat 20px center}
span.tabberlive>.tab-title .tab-on .tab-icon4{ background: url("../img/shuju.png") no-repeat 20px center}
span.tabberlive>.tab-title span.tab-on{
    border: none;
    background: url("../img/dh.png") no-repeat left center;
}
.block_span{
    float: left;
    width: 1015px;
    margin-left: 45px;
    /*width: 1000px;*/
}
/*公开*/
.open-list{ margin-top: 40px}
.open-list li{
    position: relative;
    width: 190px;
    height: 40px;
    margin-bottom: 7px;
}
.open-list li img{
    position: absolute;
    top:0;
    left: 0;
}
.open-list li a{
    position: absolute;
    width: 100%;
    height: 40px;
    color: #444;
    font: 16px/40px "微软雅黑", Arail;
    text-indent: 44px;
}
.in-tabs{
    width: 440px;
    margin-top: 30px;
    margin-left: 22px;
}
.in-tabs .tabberlive .tab-title div{ margin-right: 22px}
.in-tabs .tabberlive .tab-title div a{ line-height: 37px}
.in-tabs .tab-more a{ margin-top: -30px}
.new-title-on {
    height: 38px;
    border-bottom: 1px solid #ccc;
}
.new-title-on span {
    margin-left: 10px;
}
.new-title-on span:nth-child(1) {
    margin-left: 0;
}
.new-title-on a {
    color: #333333;
    height: 38px;
    font: 20px/37px "微软雅黑", Arail;
    /* border-bottom: 2px solid #005293; */
}
.new-title-on a.tab-on {
    font-weight: bold;
    color: #3c6fa2;
}
.new-title-on .title-un-a{
    width: 80px;
    margin-left: 10px;
    margin-right: 30px;
    border: none;
    color: #333;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
}
.open-other{
    width: 347px;
    height: 280px;
    margin-top: 24px;
    padding-top: 58px;
    background: url("../img/sy_26.jpg") no-repeat center top;
}
.open-cont{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.open-cont a{
    float: left;
    width: 68px;
    color: #444;
    font: 16px/2.8 "微软雅黑", Arail;
    text-align: center;
}
.open-cont a span{
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #f1f1f1;
}
.open-cont a span img{
    margin: 15px auto;
    transition: all .4s;
}
.open-cont a:hover span img{ transform: scale(1.1)}
.open-down-cont{ margin-top: 12px}
.open-down-cont li{
    overflow: hidden;
    margin: 18px 0;
}
.open-down-cont li a,
.open-down-cont li font{
    float: left;
    color: #444;
    font: 16px/2 "微软雅黑", Arail;
    text-align: center;
}
.open-down-cont li a{ width: 23%}
.open-down-cont li .mid-text{
    width: 39%;
}
.open-down-cont li font{ margin: 0 10px}
/*服务*/
.type-box{
    margin-top: 17px;
}
.type-box .fl{
    width: 182px;
    height: 252px;
    margin-right: 10px;
    padding: 20px 14px;
    background: url("../img/brgb1.png") no-repeat center;
}
.type-bg{
    width: 154px;
    height: 39px;
    margin: 0 auto;
    text-align: center;
    background: url("../img/19.png") no-repeat center;
}
.type-bg a{
    color: #07438a;
    font: bold 20px/39px "微软雅黑", Arail;
}
.type-bg a span{ margin-right: .5em}
.type-link a{
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #444;
    font: 16px/20px "微软雅黑", Arail;
}
.type-link a img{
    float: left;
    width: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .2s;
}
.type-link a:hover img{ transform: scale(1.1)}
.type-box .fr{ width: 114px}
.type-box .fr>a{
    float: left;
    width: 114px;
    height: 74px;
    margin-bottom: 15px;
    color: #333;
    font: 16px/1.4 "微软雅黑", Arail;
    text-align: center;
    border-radius: 10px;
    border: 1px dotted #6c93b9;
}
.type-box .fr>a img{
    margin: 6px auto;
    transition: all .5s;
}
.type-box .fr>a:hover img{ transform: rotate(15deg)}
.type-box .other-bg{
    width: 315px;
    background: url("../img/brgb2.png") no-repeat center;
}
.other-bg .type-link a{ width: 50%}
.img-link{
    display: flex;
    justify-content: space-around;
    margin-top: 2px;
}

/*互动*/
.online-visit{
    width: 330px;
    margin-left: 0;
}
.online-visit .tab-more a{
    width: auto;
    color: #507eab;
    font-size: 16px;
    background: none;
}
.mail-scroll,
.mail-scroll .bd li{
    width: 330px;
    height: 290px;
    margin-top: 10px;
}
.mail-scroll .bd li{ margin-top: 0}
.mail-scroll .bd li h5{
    color: #444;
    font: 16px/1.8 "微软雅黑", Arail;
}
.mail-scroll .bd li h5 font{ color: #507eab}
.mail-scroll .bd img{
    width: 330px;
    height: 205px;
}
.slideBox .prev{ left:0;background: url("../img/online_l.png") no-repeat center}
.slideBox .next{ right:0;background: url("../img/online_r.png") no-repeat center}
.slideBox .prev,
.slideBox .next{ position:absolute;  top:35%; display:block; width:15px; height:40px;background-color: rgba(0, 0, 0, 0.49); z-index: 10}
.mail-tab{
    width: 450px;
    /* height: 257px; */
    height: auto;
    margin-left: 30px;
    margin-right: 30px;
}
.leader-mail{
    margin-right: 30px;
    color: #507eab;
    font-size: 18px;
    line-height: 36px;
}
.interact-link{
    width: 173px;
    margin-top: 20px;
}
.interact-link a{
    float: left;
    width: 173px;
    height: 41px;
    margin-bottom: 5px;
    color: #333;
    font: 16px/40px "微软雅黑", Arail;
    background: url("../img/hd08.png") no-repeat center;
}
.interact-link .last-e{
    height: 57px;
    padding-top: 10px;
    line-height: 1.2;
    background: url("../img/hd07.png") no-repeat center;
}
.interact-link a img{
    float: left;
    margin: 5px 15px 0 20px;
    transition: all .5s;
}
.interact-link a:hover img{ transform: rotate(15deg)}
/*数据*/
.data-box{
    width: 1015px;
    height: 368px;
    background: url("../img/databg.png") no-repeat right bottom;
    background-size: cover;
}
.data-box .list-name span{
    color: #07438a;
    font-weight: bold;
}
.data-cont a{
    float: left;
    width: 326px;
    height: 70px;
    margin-right: 16px;
    margin-top: 18px;
    border-radius: 10px;
    border: 2px dotted #7196bb;
    color: #444;
    font: 18px/70px "微软雅黑", Arail;
    text-indent: 60px;
    background: url("../img/data-icon.png") no-repeat 20px center;
    transition: all .3s;
}
.data-cont a:hover{ box-shadow: 0 0 10px #8e8e8e;}

/* 专题专栏css */
.picScroll-left{ position: relative;width:100%;height: 102px; overflow:hidden;}
.picScroll-left .hd{ overflow:hidden;height:100%;}
.picScroll-left .hd .prev,
.picScroll-left .hd .next{position: absolute;z-index: 5;width:36px; height:36px;top: 33px;overflow:hidden;cursor:pointer;opacity: 0}
.picScroll-left .hd .prev{ background: url("../img/l.png") no-repeat center}
.picScroll-left .hd .next{ right:0;background: url("../img/r.png") no-repeat center;}
.picScroll-left .hd a:hover{opacity: 1}
.picScroll-left .bd{ position: absolute;overflow: hidden;width: 100%; top: 0;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden;width: 292px !important; text-align:center;margin-right: 12px}
.picScroll-left .bd ul li a{ float: left}
.picScroll-left .bd ul li a img{ display:block;width: 100%;height: 102px}

/* 新闻列表 */
.list-name{
    height: 38px;
    border-bottom: 1px solid #ccc;
}
.list-name span{
    float: left;
    padding: 0 10px;
    border-bottom: 1px solid #005293;
    color: #444;
    font: bold 16px/37px "微软雅黑", Arail;
}
.list-name a{
    float: right;
    width: 22px;
    height: 22px;
    margin-top: 7px;
    margin-right: 10px;
    background: url("../img/more.png") no-repeat center;
}
.news-list{ margin-top: 12px;}
.news-title a,
.news-title span{
    color: #555;
    font: 16px/38px "微软雅黑", Arail;
}
.news-title span{
    color: #767676;
    font-size: 14px;
}
.common-box{
    width: 358px;
    height: 238px;
}
.common-tit{
    width: 32%;
    height: 27px;
    margin: 22px auto;
    color: #07438a;
    font: bold 20px/1 "微软雅黑", Arail;
    text-indent: 50px;
    background: url("../img/woyaocha.png") no-repeat left center;
}
.common-cont a{
    float: left;
    width: 156px;
    height: 45px;
    margin-left: 16px;
    /* margin-bottom: 16px; */
    color: #444;
    font: 16px/44px "微软雅黑", Arail;
    background: url("../img/sy_19.png") no-repeat center;
}
.common-cont .own-style,
.ask-link .own-style{ line-height: 20px}
.common-cont a img{
    float: left;
    margin-top: 2px;
    margin-left: 10px;
    transition: all .2s;
}
.ask-box{
    width: 480px;
    height: 238px;
}
.problem-box{
    width: 266px;
    margin-left: 28px;
}
.problem-box .news-title{ margin-top: 0}
.problem-box .news-title a{
    font-size: 14px;
    line-height: 26px;
}
.ask-link{
    width: 155px;
    margin-right: 8px;
}
.ask-link a{
    float: left;
    width: 155px;
    height: 51px;
    margin-bottom: 10px;
    color: #3c6fa2;
    font: 16px/50px "微软雅黑", Arail;
    background: url("../img/sy_20.png") no-repeat center;
}
.ask-link a img{
    float: left;
    margin: 8px 14px 0;
    transition: all .2s;
}
.ask-link a span{
    float: right;
    width: 92px;
    margin-top: 4px;
}

/* 当前位置 */
.seat-box{
    width: 100%;
    height: 50px;
}
.seat-box span,
.seat-box a{
    margin-right: 8px;
    color: #000;
    font: 16px/50px "微软雅黑", Arail;
}
.seat-box .seat-name{
    float: left;
    width: 24px;
    height: 50px;
    padding-left: 30px;
    color: #29a6fd;
    background: url("../img/seat.png") no-repeat center;
}

/* 分页栏目 */
.paging-catalog{
    width: 100%;
    height: 50px;
    color: #fff;
    font: bold 20px/50px "微软雅黑", Arail;
    text-align: center;
    background-color: #016fb3;
}
.paging-list{
    padding: 10px;
    background-color: #eaeaea;
}
.paging-list li{
    margin: 0 auto 10px;
    text-align: left;
    text-indent: 20px;
    background-color: #fff;
    cursor:pointer;
    overflow: hidden;
    padding: 10px;
}
.paging-list li a{
    float: right;
    width: 80%;
    text-indent: 0;
}
.paging-list li span,
.paging-list li font,
.paging-list li a{
    color: #333;
}
.paging-list li span{
    margin-right: 10px;
    transition: all .5s;
    float: left;
}
.paging-list li font{
    float: right;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.paging-list .active,
.paging-list li:hover{ background-color: #0c87d4;}
.paging-list .active a,
.paging-list .active span,
.paging-list .active font,
.paging-list li:hover a,
.paging-list li:hover span,
.paging-list li:hover font{ color: #fff}
.paging-list li:hover span{ margin-right: 5px}

/* 分页信息 */
.paging-tit{
    height: 50px;
    padding-left: 10px;
    color: #0d87d2;
    font: bold 20px/50px "微软雅黑", Arail;
    background-color: #ececee;
}
.info-icon{
    margin: 0 10px;
    color: #016fb3;
}
.info-box{
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
.info-box a{
    color: #333;
    font: bold 16px/40px "微软雅黑", Arail;
}
.info-box .ovf span{
    font-size: 12px;
    line-height: 20px;
    color: #A3A3A3;
}
.info-box .article-summary{
    font-size: 12px;
    line-height: 200%;
}
.summary-pic{
    width: 186px;
    height: 120px;
    margin-top: 10px;
}
.summary-pic img{
    width: 100%;
    height: 100%;
}
.paging-right .article-tit{ margin: 10px}
.article-cont{ padding: 0 20px;}
.article-cont img{ margin: 0 auto}
.single-article-cont{
    background: #f1f1f1;
}

/* 详情页 */
.article-box{
    overflow: hidden;
    padding-bottom: 20px;
}
.article-box img{
    display: inline-block;
    margin: 0 auto;
}
.article-tit{
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    color: #0c87d5;
    font: bold 30px/60px "微软雅黑", Arail;
    text-align: center;
}
.article-data{
    margin-bottom: 40px;
    font-size: 14px;
    font-family: "微软雅黑", Arail;
    text-align: center;
}
.article-size a{
    color: #b92523;
    font-weight: bold;
}
.article-data span{ margin-right: 20px}
#doZoom{ font-family: "微软雅黑", Arail;}
#doZoom *{ font-size: 16px;line-height: 36px;color: #000;  }
#doZoom td,#doZoom th{border: 1px solid #000;border-width: 1px !important;}
#doZoom table{ border-collapse: collapse;margin: 0 auto;  }
.printClose{
    height: 55px;
    margin-top: 50px;
    line-height: 55px;
    text-align: right;
}
.printClose a{
    color: #000;
    font-weight: bold;
}
.jumpToSel{ height: 31px}
.pagination{ margin-right: 10px}

/* 首页信件列表 */
.mailbox-box span,
.mailbox-box span a{
    color: #333;
    font: 16px/36px "微软雅黑", Arail;
    text-align: center;
}
.type-txt{ width: 15%}
span.type-title{
    width: 55%;
    text-align: left;
    text-indent:10px;
}
.type-time{ width: 15%}
.type-state{ width: 15%}

/*专题页*/
.subject-list{
    width: 100%;
    margin-bottom: 20px;
}
.subject-list a img{
    width: 292px;
    height: 102px;
    margin: 10px 4px;
}
/*领导页面*/
.lader-box {
    width: 100%;
    font-size: 0;
}
.lader-cont {
    float: left;
    width: 22%;
    margin: 0 4% 20px 0;
    border: solid 1px #f0f0f0;
    box-sizing: border-box;
}
.lader-photo {
    height: 158px;
    padding-top: 10px;
    text-align: center;
    background-color: #f6f6f6;
}
.lader-photo img {
    width: 92px;
    margin: 0 auto;
}
.lader-name, .lader-post {
    height: 50px;
    color: #070707;
    font: 14px/50px '微软雅黑';
    text-indent: 60px;
}
.lader-name a:hover{ color: #e54138}
.lader-name {
    border-bottom: solid 1px #f0f0f0;
    background: url(../img/name.png) no-repeat 20px center;
}
.lader-post {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/zhiwu.png) no-repeat 25px center;
}
.leader-list li{
    padding:0 10px;
    text-align: center;
    text-indent: 0;
}
.leader-list li a{ float: none}
.list-infos{ padding: 10px}
.list-infos h3 {
    height: 40px;
    border-bottom: solid 2px #d0d0d0;
}
.list-infos h3 span {
    float: left;
    color: #070707;
    font: 18px/38px '微软雅黑';
    padding: 0 10px;
    border-bottom: solid 2px #07438a;
}
.lader-left {
    float: left;
    width: 30%;
    text-align: center;
}
.lader-left img {
    width: 120px;
    margin: 20px auto;
}
.lader-right {
    float: right;
    width: 70%;
    min-height: 200px;
    height: auto;
    padding-top: 20px;
}
.lader-right li p,
.lader-right li span{
    text-indent: 2em;
    font-size: 16px;
}
.lader-right li h4, .lader-down {
    margin-bottom: 10px;
    color: #07438a;
    font: 18px/20px '微软雅黑';
}
.lader-down {
    padding-top: 10px;
    border-top: solid 2px #f1f1f1;
    text-indent: 20px;
}
.boxStyle>p, .boxStyle>p>span {
    color: #070707;
    font: 16px/30px '微软雅黑';
    text-indent: 2em;
}
/* 网站地图 */
.map-bg{
    width: 100%;
    min-height: 900px;
    height: auto;
    padding-top: 20px;
}
.map-box{
    /*width: 95%;*/
    margin: 0 auto 20px;
    overflow: hidden;
}
.map-icon{
    width: 8px;
    height: 20px;
    margin: 10px 14px;
    background-color: #9e0001;
}
.map-tit{
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #b7b7b7;
    color: #145383;
    font: bold 20px/40px "微软雅黑", Arail;
    background-color: #efefef;
}
.web-map{ font-size: 0;}
.web-map a{
    float: left;
    width: 14.6%;
    height: 40px;
    margin: 0 1% 10px;
    color: #040201;
    font: 20px/40px "微软雅黑", Arail;
    text-align: center;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 组件样式end */
/*公开二级页*/
.public-l{
    width: 840px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.file-search{
    height: 66px;
    padding: 16px 20px;
    background-color: #f2f0f1;
}
.search-tit{
    margin-top: 5px;
    margin-right: 40px;
    padding-left: 20px;
    color: #05498f;
    font: 18px/24px "微软雅黑", Arail;
    border-left: 12px solid #4f7eaa;
}
.search-set label{
    float: left;
    color: #333;
    font: 18px/32px "微软雅黑", Arail;
}
.search-set input{
    float: left;
    width: 320px;
    height: 32px;
    margin-left: 10px;
    text-indent: 1em;
    border: 1px solid #ddd;
}
.search-set button{
    border: none;
    outline: none;
    width: 105px;
    height: 33px;
    margin-left: 20px;
    color: #fff;
    font: 18px/32px "微软雅黑", Arail;
    background: url("../img/gk.png") no-repeat center;
}
.common-tab, .double-tab{ margin-top: 15px}
.common-tab{ height: 240px; }
.double-tab{ height: 280px;}
.common-tab .tab-title div a,
.double-tab .tab-title div a{ line-height: 36px; }
span.tabberlive .public-tab{
    width: 100%;
    height: auto;
    padding-top: 12px;
    background: transparent;
}
span.tabberlive .public-tab span{
    width: auto;
    height: auto;
    border-radius: 13px;
}
span.tabberlive .public-tab span a{
    width: auto;
    padding: 0 22px;
    border: none;
    color: #507eab;
    font: 18px/26px "微软雅黑", Arail;
    text-indent: 0;
}
span.tabberlive .public-tab span.tab-on{
    background: #507eab;
}
.double-tab .block_span{
    width: 100%;
    margin: 0;
}
.double-tab .block_span .news-list .news-title{
    float: left;
    width: 50%;
}
.common-tab .tab-more a,
.double-tab .tab-more a{ margin-top: -30px; }
.public-r{
    width: 340px;
    margin-top: 30px;
    padding: 16px;
    background: #f1f1f1;
}
.public-info-head{
    border-bottom: 1px solid #cfcfcf;
}
.public-info-head span{
    margin-left: 10px;
    margin-bottom: 10px;
    border-left: 12px solid #507eab;
    color: #07438a;
    font: bold 20px/24px "微软雅黑", Arail;
    text-indent: 10px;
}
.public-info-list{ margin-top: 12px}
.public-info-list a{
    float: left;
    width: 308px;
    margin-bottom: 10px;
    padding: 0 26px;
    color: #444;
    font: 16px/40px "微软雅黑", Arail;
    background: #fff;
}
.public-info-list a span{
    float: right;
    width: 20px;
    height: 40px;
    background: url("../img/arrow.png") no-repeat center;
    transition: all .2s;
}
.public-info-list a:hover span{ background-position: 12px center}
.icon-link{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 1px dashed #aba9a9;
}
.icon-link a{
    float: left;
    color: #444;
    font: 14px/2 "微软雅黑", Arail;
}
.icon-link a img{
    margin: 0 auto;
    transition: all .2s;
}
.apply-list a{
    width: 288px;
    margin: 0 10px 15px;
    border-radius: 8px;
    color: #333;
    text-align: center;
    background: #d4dce4;
}
.apply-other{
    padding: 0 10px 10px;
    border-bottom: 1px dashed #aba9a9;
}
.apply-other span,
.apply-other a{
    color: #444;
    font: 16px/40px "微软雅黑", Arail;
}
.apply-other span{ margin: 0 25px}
.down-img{
    padding: 37px 0;
    background: #f1f1f1;
}
/*互动二级页*/
.search-term button, a.mailbox-link{
    border:none;
    outline: none;
    width: 100px;
    margin-left: 20px;
    border-radius: 4px;
    color: #fff;
    font: 16px/28px "微软雅黑", Arail;
    text-align: center;
    background-color: #507eab;
}
.search-term label{
    float: left;
    margin-left: 10px;
    color: #333;
    font: 16px/28px "微软雅黑", Arail;
}
.search-term label input,
.search-term label select{
    height: 28px;
    margin-left: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 14px;
    background-color: #f7f7f7;
}
.online-title span{
    border-bottom-width: 2px;
    color: #07438a;
    font-size: 20px;
    line-height: 36px;
}
.online-title a{ margin-right: 0}
.replay-tab{ height: 435px}
.replay-tab .tabberlive{ margin-top: 12px}
.replay-tab .tab-title,
.replay-tab .tab-on{ border: none}
.replay-tab .tab-title div{
    margin-right: 20px;
}
.replay-tab .tab-title div a{
    width: 88px;
    height: 30px;
    border-radius: 4px;
    color: #07438a;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}
.replay-tab .tab-title .tab-on a{
    color: #fff;
    background-color: #507eab;
}
.common-replay-head span,
.common-replay-info a,
.common-replay-info span{
    float: left;
    width: 15%;
    color: #333;
    font: 16px/36px "微软雅黑", Arail;
    text-align: center;
}
.common-replay-head span{ color: #05498f}
.common-replay-head span:first-child,
.common-replay-info a{
    width: 70%;
    text-align: left;
}
.common-replay-info a font{ margin-right: 5px}
.question-box{ height: 285px}
.mid-img{ margin: 0 7px}
.public-info-head a{
    float: right;
    padding: 0 10px;
    color: #fff;
    font: 14px/28px "微软雅黑", Arail;
    background-color: #507eab;
}
.visit-cont{ overflow: hidden}
.visit-cont .slideBox{
    width: 100%;
    height: 420px;
    margin-top: 14px;
}
.visit-cont .slideBox .bd img{ height: 188px}
.visit-cont .slideBox .prev,
.visit-cont .slideBox .next{ top: 18%}
.mailbox-num-title{
    font-size: 20px;
    font-weight: bold;
    color: #3286bb;
    padding-left: 10px;
}
.mailbox-num{
    padding-left: 10px;
    font-size: 16px;
    line-height: 2.5;
}
.mailbox-num font{ color: #f00}
.visit-phone a{ margin-top: 10px; }
.visit-phone .clear{ padding-top: 10px}
.visit-det p{
    overflow: hidden;
    margin-top: 10px;
    color: #07438a;
    font: 16px/24px "微软雅黑", Arail;
}
.visit-det p .fr{
    width: 83.5%;
    color: #333;
}
.visit-enter{
    width: 100%;
    margin-top: 15px;
    border-radius: 6px;
    color: #07438a;
    font: 16px/30px "微软雅黑", Arail;
    text-align: center;
    background-color: #fff;
}
.meeting-other{
    display: flex;
    justify-content: space-between;
}
.meeting-other a img,
.visit-phone a img{ transition: all .2s}
.meeting-other a:hover img,
.visit-phone a:hover img{
    box-shadow: 0 0 10px #999;
}
/*服务二级页*/
.mt0{ margin-top: 0}
.service-sort .fl{
    width: 167px;
    height: 204px;
    padding: 0;
    background: url("../img/bg02.png") no-repeat center;
}
.service-sort .other-bg{
    width: 314px;
    background: url("../img/bg01.png") no-repeat center;
}
.service-sort .fl{ margin-right: 8px}
.service-sort .type-bg{
    width: 100%;
    margin-top: 18px;
    background: url("../img/bg03.png") no-repeat center;
}
.service-sort .type-link{ padding: 0 12px}
.service-sort .type-link a {
    margin-top: 12px;
}
.guide-tab .block_span{
    width: 100%;
    margin-left: 0;
}
.guide-tab .span-more{
    float: right;
    width: auto;
    margin-top: 12px;
}
.common-bg{
    float: left;
    width: 300px;
    height: 57px;
    margin: 0 4px 6px;
    color: #333;
    font: 18px/56px "微软雅黑", Arail;
    text-indent: 100px;
}
.img-bg1{ background: url("../img/fuwu_03.jpg") no-repeat center}
.img-bg2{ background: url("../img/fuwu_06.png") no-repeat center}
.img-bg3, .img-bg4, .img-bg5{
    color: #07438a;
    font-size: 20px;
}
.img-bg3{ background: url("../img/fuwu_08.jpg") no-repeat center}
.img-bg4{ background: url("../img/fuwu_10.jpg") no-repeat center}
.img-bg5{ background: url("../img/fuwu_12.jpg") no-repeat center}
.img-bg6{ background: url("../img/fuwu_13.jpg") no-repeat center}
.img-bg7{ background: url("../img/fuwu_14.jpg") no-repeat center}
.img-bg8{ background: url("../img/fuwu_02.jpg") no-repeat center}
.public-info-head .fr{ margin-top: 4px;}
.mt20{
    margin-top: 20px;
    margin-bottom: 12px;
}
.remind-list{
    height: 430px;
}
.service-search, .search-word{
    margin: 10px 0;
}
.service-search label{
    margin-right: 10px;
    color: #333;
    font: 16px/24px "微软雅黑", Arail;
}
.service-search input,
.search-word input{
    width: 164px;
    height: 25px;
    margin-left: 5px;
    border: 1px solid #a4aeb6;
    font-size: 14px;
    text-indent: 10px;
}
.service-search button,
.search-word button{
    outline: none;
    border: none;
    width: 80px;
    height: 25px;
    border-radius: 4px;
    color: #fff;
    font: 14px/25px "微软雅黑", Arail;
    background-color: #507eab;
}
.list-head{
    width: 100%;
    height: 32px;
    color: #628bb4;
    font: 16px/32px "微软雅黑", Arail;
    background-color: #f1f1f1;
}
.list-head span{
    float: left;
    height: 32px;
    text-align: center;
}
.list-num{ width: 5%}
.list-key{ width: 24%}
.list-title{ width: 22%}
.list-dept{ width: 22%}
.list-type{ width: 22%}
.list-det-btn{ width: 5%}
.list-state, .list-time{ width: 12%}
.list-det{
    color: #444;
    background: none;
}
.search-word input{
    width: 386px;
    margin-right: 10px;
}
.txtScroll-left{
    position: relative;
    height: 235px;
}
.txtScroll-left .hd{
    position: absolute;
    right: 0;
    bottom: 0;
    overflow:hidden;
    width: auto;
    height:34px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #337ab7;
    font: 14px/34px "微软雅黑", Arail;
}
.txtScroll-left .num{
    float: left;
    overflow: hidden;
}
.txtScroll-left .hd .prev,
.txtScroll-left .hd .next,
.txtScroll-left .num li{
    float: left;
    width: 34px;
    border-right: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
}
.txtScroll-left .hd .prev{ border: none }
.txtScroll-left .hd ul li.on{
    color: #fff;
    background-color: #337ab7;
}
.txtScroll-left .bd{width: 840px; overflow:hidden; }
.txtScroll-left .bd ul li{
    float:left;
    /*width: 50%;*/
    width: 420px !important;
}
.txtScroll-left .bd ul li div a{
    color: #444;
    font: 16px/34px "微软雅黑", Arail;
}
.txtScroll-left .tempWrap{ width: 100% !important}
.remind-list{ padding: 0 10px}
.remind-head span,
.remind-head span a{
    float: left;
    color: #333;
    font: 16px/36px "微软雅黑", Arail;
}
.mine-name{ width: 77%}
.remind-head .day-color{
    width: 23%;
    color: #f00;
    text-align: center;
}
/*机构分页*/
.organ-l{
    width: 177px;
    margin-bottom: 10px;
}
.organ-r{
    width: 1000px;
    min-height: 500px;
    height: auto;
}
.organ-head{
    width: 177px;
    height: 100px;
    padding-top: 18px;
    color: #fff;
    font: 26px/1.2 "微软雅黑", Arail;
    text-align: center;
    background: url("../img/erji.jpg") no-repeat center;
}
.organ-head span{ font-size: 18px}
.organ-sort a {
    float: left;
    width: 177px;
    margin-top: 6px;
    color: #333;
    font-size: 18px;
    line-height: 68px;
    text-align: center;
    background-color: #ebebeb;
}
.organ-sort a:hover,
.organ-sort a.active{ background-color: #adcbe7}
.organ-title{
    width: 1000px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dddcd8;
}
.organ-title span{
    padding-right: 10px;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 2px solid #07438b;
}
.organ-list{ border: 1px solid #e8e8e8}
.organ-list li{
    height: 75px;
    padding: 10px 20px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fafafa;
}
.organ-list .even-li{ background-color: #fff}
.organ-list li:last-child{ border: none}
.organ-list li a{
    color: #333;
    font-size: 16px;
    line-height: 2;
}
.organ-list li p{
    color: #999;
    font-size: 14px;
}
.dept-box{
    min-height: 650px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-top: 2px solid #07438a;
}
.dept-head {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-indent: 10px;
}
.dept-type {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 32px;
    font-size: 16px;
    text-indent: 10px;
    clear: both;
    background-color: #f5f5f5;
}
.dept-type span {
    float: left;
    width: 5px;
    height: 20px;
    margin-top: 6px;
    margin-left: 10px;
    background: #4d91d0;
}
.dept-list{
    float: left;
    width: 25%;
    text-indent: 10px;
}
.dept-list a{
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}
.dep-head{
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
    background-color: #f5f5f5;
}
.dep-info{
    position: relative;
}
.dep-duty{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 100px;
    height: 34px;
    border: 1px solid #d0ccc9;
    border-bottom: none;
    color: #01b4f6;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    background: #fdfdfd;
}
.duty-cont{
    position: absolute;
    top: 53px;
    left: 20px;
    right: 20px;
    min-height: 150px;
    padding: 15px;
    border: 1px solid #d0ccc9;
    font-size: 14px;
    line-height: 2;
    background: #fdfdfd;
}

/*jsp页面样式*/
.search-common{
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 0;
    overflow: hidden;
}
.search-common label{
    float: left;
    color: #333;
    font: 16px/30px "微软雅黑", Arail;
}
.search-common label input,
.search-common label select{
    width: 180px;
    height: 30px;
    margin-left: 5px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-indent: 10px;
}
.search-common label select{
    width: 90px;
    text-indent: 0;
    text-align: center;
    text-align-last: center;
}
.search-common button{
    outline: none;
    border: none;
    width: 70px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background-color: #0c87d4;
}
.search-common button:last-child{ margin-left: 8px}
.other-common label{
    width: 340px;
    text-align: right;
}
.letter-table-box table.letter-table thead{
    background-color: #f5f5f5;
}
.letter-table-box table.letter-table{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.letter-table-box table.letter-table-det{
    width: 80%;
}
.letter-table-box table.letter-table th,
.letter-table-box table.letter-table td{
    text-align: center;
    line-height: 34px;
}
.common-table-title{
    width: 90%;
    height: 73px;
    margin: 0 auto 40px;
    border-bottom: 1px solid #CCC;
    line-height: 73px;
    font-size: 18px;
    font-weight: bolder !important;
    color: #b50100;
    text-align: center;
}
.common-return-btn{
    float: right;
    width: 58px;
    height: 90px;
    cursor: pointer;
    background: url("../img/back.png") no-repeat center top;
}
/*jsp审批*/
.land-tabs{
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.land-tabs div{
    float: left;
    height: 43px;
    padding: 0 15px;
}
.land-tabs div a{
    color: #333;
    font-size: 16px;
    line-height: 44px;
}
.land-tabs .active{
    border-bottom: 2px solid #2b73ba;
}
.land-tabs .active a{
    color: #2b73ba;
}
.spsx iframe{
    outline: none;
    border: none;
    width: 100%;
    min-height: 550px;
    height: auto;
    margin-bottom: 20px;
}

/*双公示专题*/
.sgs-bg{ background-color: #eee;width: 100%;height: 100%}
.sgs_top{width:100%; height:430px; background:url(../img/heder.jpg) center top no-repeat; margin:0px auto;}
.sgs_main{width:1009px; margin:0 auto ; padding-top: 5px}
.main_top{width:1019px; padding-left:20px; height:780px;background:url(../img/sgs_mid_bg.png) repeat-y;margin:0px auto;}
.sgs_foot_bg{width:1029px; height:14px; background:url(../img/sgs_foot01.png) no-repeat; margin:0px auto;}
.zhuce_pic{width:1029px; height:153px;  padding-left:20px;margin:20px auto 30px auto;}
.xzxk{width:978px; padding-top:15px; margin:0px auto;}
/*行政审批*/
.xzsp{width:974px; overflow: hidden; margin:0px auto;}
.xzxk_title{width:978px; height:53px; background:url(../img/tu01.jpg) no-repeat;}
.xzsp_left{width:66px; height:270px; margin-top:20px; background:url(../img/tu2.png) no-repeat; float:left;}
.xzsp_right{width:900px; margin-top:20px; height:275px; float:right;}
.xzsp_right ul li{ list-style:none; float:left;width:217px; height:135px; margin-left:7px; margin-bottom:5px;}
.xzsp_right ul li img {
    width: 217px;
    height: 135px;
}
.xzsp_right ul li a{display:block;}
/*资质证书*/
.zzzs{width:974px; margin:0px auto;}
.zzzs_left{width:66px; margin-top:15px; height:144px; background:url(../img/tu3.png) no-repeat; float:left;}
.zzzs_right{width:888px; height:144px; margin-top:15px; margin-left: 15px; float:left;}
/*行政处罚*/
.xzcf{width:978px; margin:0px auto; margin-top:24px;}
.xzcf_title{width:978px; height:53px;background:url(../img/tu02.jpg) no-repeat;}
.more_sgs{width:46px; height:11px; margin:25px;display:block; float:right;}
.clear{ clear:both;}
/*尾部样式*/
.sgs_foot{width:100%; height:133px; background:#024b90; margin:0px auto;}
.mid_main{width:400px; margin:0px auto; font-size:14px; padding-top:30px; line-height:30px; text-align:center;color:#fff; font-family:'微软雅黑';}
.txtMarquee-top .tempWrap{ width: 100%; padding-right: 10px}
.txtMarquee-top .infoList li{
    height: 86px !important;
    padding: 5px 0;
    border-bottom: 1px dashed #c3c3c3;
}
.txtMarquee-top .infoList li a{
    color: #000;
    font-size: 16px;
    line-height: 40px;
}
.txtMarquee-top .infoList li a span{ margin: 0 5px}
.txtMarquee-top .infoList li p a{
    color: #4a4a4a;
    font-size: 14px;
}
/*重点领域公开专栏*/
.zdly-head{
    width: 100%;
    height: 461px;
    background: url("../img/zdly01.jpg") no-repeat center top;
}
.zdly-cont{
    width: 1002px;
    height: 707px;
    margin: 0 auto;
    background: url("../zt/zdly/zdly02.jpg") no-repeat center;
}
.zdly-other{
    width: 998px;
    height: 373px;
    margin: 0 auto;
    background: url("../zt/zdly/zdly12.jpg") no-repeat center;
}
.zdly-img{
    margin-left: 105px;
    margin-right: 10px;
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
}
.zdly-img a{ float: left; }
.zdly-img2{
    margin: 0;
    padding: 0;
    margin-top: 140px;
    justify-content: space-around;
}
.zdly-list{
    float: left;
    width: 50%;
    padding: 118px 65px 0;
}
.zdly-list a{
    display: block;
    height: 40px;
    margin-bottom: 32px;
}

/*图片分页*/
.picList {
    float: left;
    border: none;
    width: 23%;
    margin: 0 1%;
    padding-bottom: 0;
    text-align: center;
}
.picList a img {
    width: 100%;
    height: 120px;
}
/*业务办理指南二级*/
.paging-top{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
}
.paging-top span,
.paging-top>a{
    float: left;
    color: #3c6fa2;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 2px solid #005293;
}
.paging-top>span>a{
    color: #3c6fa2;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.paging-top>a{
    font-size: 18px;
    line-height: 24px;
    border: none;
    margin-top: 10px;
    margin-left: 15px;
    padding: 0 20px;
    border-radius: 12px;
}
.paging-top>a:hover,
.paging-top>a.active{
    color: #fff;
    background: #3c6fa2;
}
.paging-down{
    padding: 0 25px;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 20px;
}
.paging-search{
    overflow: hidden;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}
.paging-search input{
    float: left;
    width: 300px;
    height: 32px;
    padding: 0 5px;
    border: 1px solid #cacaca;
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.paging-search button{
    width: 70px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #3477c5;
}
/*地址公园*/
.paging-park-l{
    width: 221px;
}
.paging-park-r{
    width: 950px;
}
.sideMenu h3{ height:66px; padding-left:20px; background: #ebebeb; cursor:pointer; font:normal 18px/66px "Microsoft YaHei";margin-top: 6px}
.sideMenu h3 a{ color: #063d8f;}
.sideMenu h3 em{ float:right; display:block; width:60px; height:66px;cursor:pointer; background: url("../img/xia.png") no-repeat center; transition: all .3s}
.sideMenu h3.on em{ background: url("../img/up.png") no-repeat center; transform: rotate(180deg)}
.sideMenu ul{margin-top: 6px;padding: 5px 0 5px 5px ;font-size: 14px; display:none;background: #ebebeb}
.sideMenu ul li{ margin: 15px 0}
.sideMenu ul .active{ background: url("../img/r_arrow.png") no-repeat 195px center}
.sideMenu ul li span{ margin-right: 5px}
.sideMenu ul li a{ color:#666; }
.sideMenu h3:hover,
.sideMenu h3.on{
    background: #adcbe7;
}
.sideMenu ul li a:hover,
.sideMenu ul li.active a{
    color: #005dd0;
}
.park-pics a{
    float: left;
    width: 276px;
    height: 232px;
    margin-right: 60px;
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
}
.park-pics a div{
    width: 270px;
    height: 186px;
    padding: 5px;
    border: 1px solid #c8c7c2;
    box-shadow: 6px 6px 0 #e8e8e8;
}
.park-pics a div img{
    width: 100%;
    height: 100%;
}
.park-name{
    color: #07438b;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.park-content{
    text-indent: 2em;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}
.park-scroll-img{ margin-top: 40px}

.park-scroll{ width: 100%; position:relative;}
.park-scroll .bd{ position:relative; width: 680px; height: 476px; z-index:0; margin: 0 auto }
.park-scroll .bd li{ zoom:1;width: 678px !important;margin-right: 6px;margin-bottom: 6px; padding: 5px; border: 1px solid #c8c7c2; box-shadow: 6px 6px 0 #e8e8e8;position: relative }
.park-scroll .bd li a span{
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
    background: rgba(0, 0, 0, 0.39);
}
.park-scroll .bd img{ width: 100%; height: 460px; display:block;}
.park-scroll .hd{
    display: flex;
    justify-content: center;
    width: 680px;
    height: 124px;
    margin: 12px auto 50px;
    padding-top: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #efefef;
}
.park-scroll .hd li{
    float: left;
    margin: 0 5px;
}
.park-scroll .hd img{
    width: 126px;
    height: 86px;
    padding: 5px;
    border: 1px solid #c8c7c2;
    cursor: pointer;
    background: #fff;
}
.park-scroll .prev,
.park-scroll .next{ position:absolute; top: 170px;width: 63px; height: 122px}
.park-scroll .next{ background: url("../img/al.png") no-repeat center}
.park-scroll .prev{ background: url("../img/ar.png") no-repeat center; right: 0}

/* hover事件 */
.online-visit .tab-more a:hover,
.new-title-on .title-un-a:hover,
.news-title a:hover,
.seat-box a:hover,
.info-box a:hover,
.printClose a:hover,
.map-tit:hover,
.mailbox-name a:hover,
.mailbox-box span a:hover,
.head-top a:hover,
.foot-text li a:hover,
.first-news a:hover,
.first-other a:hover,
.open-list li a:hover,
.open-cont a:hover,
.open-down-cont li a:hover,
.type-box .fr>a:hover,
.type-bg a:hover,
.type-link a:hover,
.interact-link a:hover,
.common-cont a:hover,
.ask-link a:hover,
.data-cont a:hover,
.public-info-list a:hover,
.icon-link a:hover,
.apply-other a:hover,
.common-replay-info a:hover,
.visit-enter:hover,
.common-bg:hover,
.list-head span a:hover,
.txtScroll-left .bd ul li div a:hover,
.remind-head span a:hover,
.seat-box .active,
.txtMarquee-top .infoList li a:hover,
.organ-list li a:hover,
.dept-list a:hover,
.park-pics a:hover{ color: #009eed}
.common-cont a:hover img,
.ask-link a:hover img,
.icon-link a:hover img{ transform: scale(.9)}
.web-map a:hover{
    color: #00aeff;
    border-radius: 4px;
    border: 1px solid #00aeff;
}
/*首页服务图片链接滚动start*/
.rollImg-multy {
    width: 1011px;
    overflow: hidden;
    position: relative;
}

.rollImg-multy .hd {
    width: 0px;
    height: 0px;
}

.rollImg-multy .hd .prev,
.rollImg-multy .hd .next {
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 71px;
    overflow: hidden;
    cursor: pointer;
    z-index:2;
}

.rollImg-multy .hd .prev {
    left: 0;
    /*background: url(../img/index_left.png) center center no-repeat;*/
}

.rollImg-multy .hd .next {
    right: 0;
    /*background: url(../img/index_right.png) center center no-repeat;*/
}



.rollImg-multy .hd ul {
    display: none;
    float: right;
    overflow: hidden;
    zoom: 1;

}

.rollImg-multy .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
}

.rollImg-multy .hd ul li.on {
    background-position: 0 0;
 /*   background: #ee6f12;*/
}

.rollImg-multy .bd {
    width: 1011px;
    margin: 0 auto;
    overflow: hidden;
}

.rollImg-multy .bd ul {
    overflow: hidden;
    zoom: 1;
}

.rollImg-multy .bd ul li {
    position: relative;
    float: left;
    _display: inline;
    margin-right: 3px;
    overflow: hidden;
    text-align: center;
	width:166px;
	height:76px;
}

.rollImg-multy .bd ul li .pic {
    text-align: center;
}

.rollImg-multy .bd ul li .pic a {
    display: block;
    position: relative;
	width:166px;
	height:76px;
}

.rollImg-multy .bd ul li .pic img {
    display: block;
    width: 166px;
    height: 76px;
    border: 0;
}

.pageState {
    display: none;
}
/*首页服务图片链接滚动end*/

/* ------------------------   无障碍    ------------------------ */
.oldModel .nav-box div>a{ font-size: 28px;text-indent: 25px; }
.oldModel .nav-box div>a img{ left: 0px; }
.oldModel .first-box{ height: auto;padding-bottom: 20px; }
.oldModel .first-news a{ font-size: 60px; }
.oldModel .first-other{ height: 35px; }
.oldModel .first-other a{ font-size: 32px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.oldModel .scroll-box{ width: 100%;height: 700px; }
.oldModel .slideBox{ width: 100%;height: 700px; }
.oldModel .slideBox .bd img{ height: 700px; }
.oldModel .slideBox-title a{ font-size: 28px;line-height: 2; }
.oldModel .slideBox-title{ height: 56px;margin-top:-56px }
.oldModel .news-tab{ width: 100%;height: auto; }
.oldModel .tab-title{ height: 48px; }
.oldModel .tab-title div a{ font-size: 32px;height: 45px; }
.oldModel .news-title a, .oldModel .news-title span{ font-size: 32px;line-height: 2; }
.oldModel .theme-box{ margin: 20px 0; }
.oldModel .tabs-box{ height: auto; }
.oldModel .gk_box1{width: 100% !important; }
.oldModel .open-list li{ float: left;margin-right: 30px;width: 300px;margin-bottom: 20px;}
.oldModel .gk_box2{width: 100%;margin-left: 0; }
.oldModel .open-other{width: 100%; padding-top: 0;height: auto;}
.oldModel .open-cont a{ font-size: 32px;width: auto; line-height: 68px;}
.oldModel .open-cont a span{margin-right: 10px; }
.oldModel .open-down-cont li a,.oldModel .open-down-cont li font{font-size: 32px; }
.oldModel .type-box .fl{width: 260px;padding: 20px 0px;margin-right: 0;margin-bottom: 20px;background-size: 100% 100%;height: 280px;}
.oldModel .type-box .other-bg{width: 490px; }
.oldModel .type-link a{ font-size: 28px;line-height: 1; }
.oldModel .type-bg a{font-size: 40px; }
.oldModel .type-box .fr{ width: auto;}
.oldModel .type-box .fr>a{ margin-top: 85px;margin-left: 30px;width: 200px; height: 100px;font-size: 28px;}
.oldModel .hd_box1 .slideBox .bd img{ height: 205px; }
.oldModel .new-title-on a{ font-size: 28px;width:auto; }
.oldModel .online-visit .tab-more a{ font-size: 28px;margin-top: -40px; }
.oldModel .hd_box2{ width: 680px !important; }
.oldModel .mail-tab{width: 100%; }
.oldModel .new-title-on span{height: 47px;}
.oldModel .mailbox-box span, .oldModel .mailbox-box span a{ font-size: 28px;line-height: 2; }
.oldModel .mail-scroll .bd li h5{ font-size: 28px;line-height: 1.8; }
.oldModel .mail-scroll, .oldModel .mail-scroll .bd li{ height: 450px; }
.oldModel .hd_box3{width: 100% !important;border-top: 1px solid #dedede;margin-top: 15px;}
.oldModel .interact-link {width: 100%; }
.oldModel .interact-link a{font-size: 28px;width: 320px;background: none; border: 1px dotted #4a79a9;border-radius: 10px;margin-right: 15px;}
.oldModel .interact-link .last-e{ padding-top: 0;height: 41px; width: 350px;}
.oldModel .data-cont a{font-size: 28px;text-indent: 45px;width: 480px;}
.oldModel .tabberlive{display: block;}
.oldModel span.tabberlive>.tab-title span a{ font-size: 28px; }
.oldModel .common-tit{font-size: 32px;width: 54%; }
.oldModel .common-cont a{ font-size: 28px; line-height: 28px;margin-bottom: 30px;}
.oldModel .common-cont a img{display: none;}
.oldModel .common-cont .own-style, .oldModel .ask-link .own-style{ line-height: 1; }
.oldModel .person-box{ background-position-y: top; height: 380px;}
.oldModel .problem-box .news-title{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.oldModel .problem-box .news-title a{font-size: 28px;}

/* ---------------版权------------ */
.oldModel .foot-text{line-height: 2.5;}
.oldModel .foot-text li span, .oldModel .foot-text li a{font-size: 28px; }
.oldModel .foot-box{height: auto;padding-bottom: 40px;overflow: hidden;}
.oldModel .links-cont select{font-size: 28px;}

/* 单位概况 */
.oldModel .seat-box{height: 70px;line-height: 70px}
.oldModel .seat-box span, .oldModel .seat-box a{ font-size: 28px; }
.oldModel .seat-box .seat-name{ height: 70px; }
.oldModel .organ-head{ font-size: 32px; }
.oldModel .organ-sort a{ font-size: 32px;line-height: 2.5; }
.oldModel .article-tit{ font-size: 46px;padding: 30px 0; }
.oldModel .article-cont p{ font-size: 32px !important;line-height:2 !important; }
.oldModel .dept-head{ font-size: 36px;line-height: 2; }
.oldModel .dept-type{font-size: 32px;line-height: 2; }
.oldModel .dept-type span{height: 32px;margin-top: 20px;}
.oldModel .dept-list{width: 50%;}
.oldModel .dept-list a{font-size: 28px;line-height: 1.8;}
.oldModel .dep-head{font-size: 32px;line-height: 2;}
.oldModel .dep-duty{font-size: 32px;line-height: 1.5;height: 50px;width: 150px;top: 5px;}
.oldModel .duty-cont *{font-size: 32px !important;line-height: 2;}
.oldModel .organ-title span{font-size: 36px;line-height: 1.5;}
.oldModel .organ-list li{height: auto;padding: 20px;}
.oldModel .organ-list li a{ font-size: 32px;line-height: 1.5; }
.oldModel .organ-list li p{font-size: 28px;}
.oldModel .paging-list li{height: auto;}
.oldModel .paging-list li span{margin-top: 5px;font-size: 24px;}
.oldModel .paging-list li a{font-size: 32px;}
.oldModel .list-infos h3{height: 74px;}
.oldModel .list-infos h3 span{font-size: 36px;line-height: 2;}
.oldModel .lader-right li h4, .oldModel .lader-down{font-size: 36px;line-height: 1.5;}
.oldModel .lader-right li p, .oldModel .lader-right li span{font-size: 28px;}
.oldModel .boxStyle>p,.oldModel .boxStyle>p>span{font-size: 28px !important;line-height: 2;}
/* 列表 */
.oldModel .info-box a{font-size: 32px;line-height: 1.7;}
.oldModel .info-box .ovf span{font-size: 28px;line-height: 1.5}
.oldModel .info-box .article-summary{font-size: 28px;}
.oldModel #pageArea{width: max-content;font-size: 28px;}
.oldModel #pageArea #pageDec span{height: 34px;}
.oldModel #pageArea .btn2{font-size: 28px;width: 50px;}
/* 公开 */
.oldModel .search-tit{font-size: 28px;margin-right: 10px;}
.oldModel .search-set label{font-size: 28px;}
.oldModel .search-set input{width: 200px;}
.oldModel .search-set button{font-size: 28px;}
.oldModel.gk .tab-title div a{font-size: 28px;}
.oldModel.gk .tab-title div{margin-right: 10px;}
.oldModel.gk .news-title font{display: none;}
.oldModel.gk .news-title a{white-space: nowrap;width: 610px;overflow: hidden;display: inline-block;text-overflow: ellipsis;}
.oldModel.gk .common-tab{height: auto;}
.oldModel.gk span.tabberlive .public-tab span a{padding: 0 10px;}
.oldModel.gk .double-tab .block_span .news-list .news-title{width: 100%;}
.oldModel.gk .double-tab{height: auto;}
.oldModel.gk .double-tab .block_span .news-list .news-title a{width: 100%;}
.oldModel.gk .public-info-list a{font-size: 28px;line-height: 2;}
.oldModel.gk .icon-link a{font-size: 28px;}
.oldModel.gk .public-info-head span{font-size: 28px;}
.oldModel.gk .apply-other a{font-size: 28px;}
.oldModel .open-list li a{font-size: 28px;}
.oldModel.gk .tab-title a{width: auto !important;font-size: 28px !important}
/* 服务 */
.oldModel.fw .service-sort .type-bg{ background-size:contain; }
.oldModel.fw .list-head{ font-size: 28px; }
.oldModel.fw .service-search label{ font-size: 28px;margin-right:0; }
.oldModel.fw .service-search label select{ font-size: 28px; }
.oldModel.fw .tab-title div a{font-size: 30px;}
.oldModel.fw .service-search button{ font-size: 28px;height: 30px; }
.oldModel.fw .type-bg a{font-size: 30px;}
.oldModel.fw .common-bg{font-size: 28px;}
.oldModel.fw .public-info-head span{font-size: 28px;}
/* 互动 */
.oldModel.hd .search-term label{font-size: 28px;}
.oldModel.hd .search-term button,.oldModel.hd a.mailbox-link{font-size: 28px;margin-left: 10px;width: 230px;height: 40px;margin-top: 10px;}
.oldModel.hd .search-term label input,.oldModel.hd .search-term label select{font-size: 28px;width: 230px!important;height: 38px;}
.oldModel.hd .list-name{height: 58px;margin-bottom: 10px;}
.oldModel.hd span.type-title{width: 53%;}
.oldModel.hd .type-time{width: 17%;}
.oldModel.hd span.type-title a{width: 100%;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.oldModel.hd .online-title span{font-size: 28px;line-height: 56px;}
.oldModel.hd .list-name a{margin-top: 25px;}
.oldModel.hd .common-replay-head span, .oldModel.hd .common-replay-info a,.oldModel.hd .common-replay-info span{font-size: 28px;}
.oldModel.hd .mailbox-box span, .oldModel.hd .mailbox-box span a{font-size: 28px;white-space: nowrap;}
.oldModel.hd .replay-tab{height: auto;}
.oldModel.hd .news-title a{font-size: 28px;width: 80%;display: inline-block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.oldModel.hd .news-title span{font-size: 28px;}
.oldModel.hd .question-box{height: auto;}
.oldModel.hd .public-info-head span{font:bold 28px/1.6 "微软雅黑", Arail;}
.oldModel.hd .public-info-head a{font:28px/1.6 "微软雅黑", Arail;}
.oldModel.hd .visit-cont .slideBox{height: auto;}
.oldModel.hd .visit-cont .slideBox .bd img{height: 188px;}
.oldModel.hd .visit-det p{font: 28px/1.6 "微软雅黑", Arail;}
.oldModel.hd .visit-det p .fr{width: 80%; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.oldModel.hd .visit-enter{font-size: 28px;}
.oldModel.hd .mailbox-num-title{font-size: 28px;}
.oldModel.hd .mailbox-num{font-size: 28px;}
.oldModel .list-name span{font-size: 28px;}
.oldModel .ask-link a{font-size: 28px;width: 175px;}
.oldModel .article-data{font-size: 28px;}
.oldModel .nav-draw-down li{height: auto;line-height: 2;}
.oldModel .nav-draw-down li a{font-size: 28px;}
.oldModel .nav-draw-down li a:hover{font-size: 28px;}
.oldModel .printClose a{font-size: 28px;}
.oldModel .wza-box a{font-size: 28px;}
.oldModel .head-top a,.oldModel .head-top span{font-size: 28px;}
.oldModel #doZoom *{font-size: 36px;line-height: 2;}
/* layui table表格适老化 */
.oldModel .layui-table td,.oldModel .layui-table th{font-size: 28px;line-height: 1.5; }
.oldModel .layui-laypage a,.oldModel  .layui-laypage span{font-size: 28px;height: 38px;line-height: 38px;}

html.grey img{
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%);
 filter: gray;
 }
 html.grey { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); filter: gray;-webkit-filter: grayscale(1);}