/* 样式重置 */
* {
    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;
}

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: 16px/2 '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: 1260px;
    height: 289px;
    background: ;
    background-size: 100% 100%;
}

.head-box {
    position: relative;
    height: 239px;

    background-size: cover;
}

.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-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:  no-repeat center;
}

.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;
    width: 178px;
    margin-right: 44px;
} */
/* .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:  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:  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;
    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;
    margin-left: 10px;
    /*padding-top: 12px;*/
    /*background:  repeat-x left top;*/
}

.person-box {
    width: 1200px;
    height: 300px;
    padding-top: 50px;
    background:  no-repeat center;
}

.other-l,
.other-r {
    width: 596px;
    height: 65px;
    margin-top: 15px;
}

.other-l {
    background:  no-repeat center
}

.other-r {
    background:  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: 25%;
    /* height: 188px; */
}

.foot-text {
    width: 50%;
    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:  no-repeat center;
}

.police-icon {
    width: 69px;
    margin-right: 20px;
    background:  no-repeat center;
}

.icp-icon {
    width: 36px;
    background:  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:  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:  no-repeat 20px center
}

.tab-icon2 {
    background:  no-repeat 20px center
}

.tab-icon3 {
    background:  no-repeat 20px center
}

.tab-icon4 {
    background:  no-repeat 20px center
}

span.tabberlive>.tab-title .tab-on a {
    color: #fff
}

span.tabberlive>.tab-title .tab-on .tab-icon1 {
    background: .png") no-repeat 20px center
}

span.tabberlive>.tab-title .tab-on .tab-icon2 {
    background:  no-repeat 20px center
}

span.tabberlive>.tab-title .tab-on .tab-icon3 {
    background:  no-repeat 20px center
}

span.tabberlive>.tab-title .tab-on .tab-icon4 {
    background:  no-repeat 20px center
}

span.tabberlive>.tab-title span.tab-on {
    border: none;
    background:  no-repeat left center;
}

.block_span {
    float: left;
    width: 1055px;
    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:  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:  no-repeat center;
}

.type-bg {
    width: 154px;
    height: 39px;
    margin: 0 auto;
    text-align: center;
    background:  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:  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:  no-repeat center
}

.slidebox .next {
    right: 0;
    background:  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;
    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:  no-repeat center;
}

.interact-link .last-e {
    height: 57px;
    padding-top: 10px;
    line-height: 1.2;
    background:  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:  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:  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:  no-repeat center
}

.picscroll-left .hd .next {
    right: 0;
    background:  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:  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:  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:  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:  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:  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 {
    height: 44px;
    margin: 0 auto 10px;
    text-align: left;
    text-indent: 20px;
    background-color: #fff;
}

.paging-list li span,
.paging-list li font,
.paging-list li a {
    color: #333;
    font: 16px/44px "微软雅黑", arail;
}

.paging-list li span {
    margin-right: 10px;
    font-size: 20px;
    transition: all .5s;
}

.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:  no-repeat 20px center;
}

.lader-post {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background:  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:  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:  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:  no-repeat center;
}

.service-sort .other-bg {
    width: 314px;
    background:  no-repeat center;
}

.service-sort .fl {
    margin-right: 8px
}

.service-sort .type-bg {
    width: 100%;
    margin-top: 18px;
    background:  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:  no-repeat center
}

.img-bg2 {
    background:  no-repeat center
}

.img-bg3,
.img-bg4,
.img-bg5 {
    color: #07438a;
    font-size: 20px;
}

.img-bg3 {
    background:  no-repeat center
}

.img-bg4 {
    background:  no-repeat center
}

.img-bg5 {
    background:  no-repeat center
}

.img-bg6 {
    background:  no-repeat center
}

.img-bg7 {
    background:  no-repeat center
}

.img-bg8 {
    background:  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:  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: 30px;
}

.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:  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:  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:  repeat-y;
    margin: 0px auto;
}

.sgs_foot_bg {
    width: 1029px;
    height: 14px;
    background:  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:  no-repeat;
}

.xzsp_left {
    width: 66px;
    height: 270px;
    margin-top: 20px;
    background:  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:  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:  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:  no-repeat center top;
}

.zdly-cont {
    width: 1002px;
    height: 707px;
    margin: 0 auto;
    background:  no-repeat center;
}

.zdly-other {
    width: 998px;
    height: 373px;
    margin: 0 auto;
    background:  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:  no-repeat center;
    transition: all .3s
}

.sidemenu h3.on em {
    background:  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:  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:  no-repeat center
}

.park-scroll .prev {
    background:  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:  center center no-repeat;*/
}

.rollimg-multy .hd .next {
    right: 0;
    /*background:  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*/

/* 智能问答 */
.znwd-nav {
    position: fixed;
    right: 20px;
    top: 35%;
    z-index: 9999;
}

.znwd-nav li {
    margin-bottom: 10px;
    background: #fff;
    width: 60px;
    height: 60px;
    position: relative;
}

.znwd-nav li:hover {
    color: #fff;
    background-color: #216fb9;
}

.znwd-nav li i {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.znwd-nav li:first-child i {
    background:  center center no-repeat;
}

.znwd-nav li:first-child:hover i {
    background:  center center no-repeat;
}

.znwd-nav li.gbbtn {
    cursor: pointer;
}

.show-ewm {
    position: absolute;
    opacity: 0;
    z-index: -1;
    filter: alpha(opacity=0);
    width: 140px;
    height: 130px;
    left: -50px;
    display: none;
}

.znwd-nav li {
    border: 1px solid #dcdcdc;
}

.znwd-nav li p {
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #216fb9;
}

.znwd-nav li:hover p {
    color: #fff;
}

.znwd-nav li:hover a {
    color: #fff;
}

.znwd-nav li p a {
    color: #216fb9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

li {
    list-style-type: none;
}

.cl::after {
    zoom: 1;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header-box {
    /* background:  bottom center no-repeat; */
    background:  bottom center no-repeat;
    height: 202px;
    width: 100%;
    min-width: 1200px;
}

.header {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    top: 20px;
}

.logo-href {
    display: block;
    position: absolute;
    width: 350px;
    height: 170px;
}

.search {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.search form {
    position: absolute;
    top: 100px;
    right: 0px;
}

.search-box {
    float: right;
    width: 374px;
    height: 40px;
    border: 1px solid #c9cbcd;
    border-radius: 14px;
    background-color: #ffffff3b;
}

.search-input {
    width: 372px;
    height: 100%;
    border: none;
    border-radius: 14px;
    text-indent: 10px;
}

.search-btn {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background:  no-repeat center;
}

.pa {
    position: absolute;
}

#keywords {
    background-color: #ffffffa3;
}

.nav {
    top: 202px;
    margin: 0 auto;
    width: 1200px;
}

.nav-box {
    min-width: 1200px;
    background-color: #355e92;
}

.nav ul {
    display: inline-block;
}

.nav ul li {
    text-align: center;
    display: inline-block;
    font-size: 20px;
    width: 195px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    border-left: 1px solid #fff;
    padding-left: 0;
}

.nav ul li:first-child {
    border-left: none;
}

.nav ul li a {
    color: #fff;
    display: block;
    width: 198px;
}

.nav ul li:hover,
.nav ul li:hover a {
    background-color: #204072;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.main-top {
    /* width: 100%; */
    height: 335px;
    overflow: hidden;
    margin-top: 30px;
    width: 1200px;
}

.slidebox {
    width: 580px;
    height: 335px;
    position: relative;
    float: left;
}

.slidebox .hd {
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}

.slidebox .hd ul li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #959595;
    border-radius: 5px;
}

.slidebox .hd ul li.on {
    background: #fff;
}

.slidebox .bd {
    position: relative;
    z-index: 0;
}

.slidebox .bd li {
    position: relative;
}

.slidebox .bd li img {
    width: 100%;
    height: 335px;
}

.slidebox .bd p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background-color: #11111191;
    text-indent: 10px;
    z-index: 1;
}

.slidebox .bd p a {
    display: block;
    color: #fff;
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slidetxt {
    width: 580px;
    display: inline-block;
    margin-left: 10px;
    padding: 10px;
    padding-top: 0px;
}

.slidetxt ul li {
    display: inline-block;
}

.slidetxt .hd ul li {
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 172px;
}

.slidetxt .hd ul li.on {
    font-weight: bold;
}

.slidetxt .hd ul li a {
    font-size: 20px;
    color: #355e92;
}

.slidetxt .bd ul li {
    width: 100%;
    position: relative;
    height: 35px;
    line-height: 21px;
    padding-left: 15px;
}

.slidetxt .bd ul li::before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 4px;
    height: 4px;
    background: #355e92;
}

.slidetxt .bd ul {
    margin-top: 20px;
}

.slidetxt .bd ul li a {
    font-size: 17px;
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.date {
    position: absolute;
    right: 0px;
    font-size: 16px;
    color: #999;
}

.top-text {
    width: 610px;
    padding-right: 0px;
    padding-left: 25px;
}

.top-text .hd ul {
    background-color: #f5f5f5;
}

.top-text .hd ul li {
    padding-left: 30px;
}

.top-text .hd ul li.on {
    background-color: #dbedf9;
}

.top-text .hd li:first-child {
    background:  left center no-repeat;
    background-position-x: 30px;
}

.top-text .hd li:nth-child(2) {
    background:  left center no-repeat;
    background-position-x: 30px;
}

.middle-text .bd ul {
    min-height: 320px;
}

.middle-text .hd ul {
    border-bottom: 1px solid #ccc;
}

.middle-text .hd ul li {
    height: 45px;
    line-height: 45px;
}

.middle-text .hd ul li.on {
    background:  center bottom no-repeat;
}

.main-middle {
    padding: 15px 0 15px;
    margin-top: 40px;
    width: 1200px;
    height: 340px;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.main-bottom {
    margin-top: 40px;
    width: 1200px;
    height: 165px;
    background: #ffffff;
    position: relative;
}

.main-bottom h3 a {
    font-weight: bold;
    color: #355e92;
    font-size: 20px;
}

.main-bottom h3 {
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 163px;
    background: #dbedf9;
    font-size: 20px;
    text-align: center;
    padding: 26px 15px;
    left: 0px;
}

.main-bottom ul {
    position: absolute;
    right: 2px;
    border: 1px solid #cccccc;
    border-left: none;
    display: inline-block;
    height: 162px;
    margin-left: -5px;
    width: 1150px;
}

.main-bottom li {
    display: inline-block;
    padding-left: 15px;
    padding-top: 20px;
}

.main-bottom img {
    width: 207px;
    height: 125px;
}

.links-cont div {
    float: left;
    width: 20%;
}

.links-cont select {
    float: left;
    width: 100%;
    height: 34px;
    border: none;
    border: 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;
}

.foot-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.left-icons,
.right-icons {
    width: 25%;
}

.left-icons {
    position: absolute;
    left: 240px;
    height: 50px;
    z-index: 10;
    top: 8px;
}

.right-icons {
    position: absolute;
    right: 50px;
    top: 30px;
}

.foot-text {
    width: 50%;
    margin: 40px;
    text-align: center;

    margin: 30px auto 0;
}

.foot-text li span,
.foot-text li a {
    margin: 0 10px;
    color: #444;
    font: 14px/30px 'å®‹ä½“';
}