@charset "UTF-8"; body {
    font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

a:hover {
    text-decoration: none;}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;}

.clearfix {
    zoom: 1;}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox */
    -webkit-box-sizing: border-box;
    /* safari */
    border: none;
    outline: none;}

.fl {
    float: left;}

.fr {
    float: right;}

.container {
    width: 95%;
    margin: 0 auto;}

@media (min-width: 992px) {
    .container {
        width: 940px;}
}

@media (min-width: 1080px) {
    .container {
        width: 1000px;}
}

@media (min-width: 1280px) {
    .container {
        width: 1200px;}
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.wrapper {
    position: relative;
    overflow: hidden;}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;}

/* ie8提示样式 */
/* header */
.header {
    position: relative;
    background: url(../images/header-bg.png) center top no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;}

.header .top {
    padding: 10px 0;
    line-height: 24px;}

.header .top:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;}

.header .top .lf {
    float: left;
    font-size: .875rem;
    color: #1151af;}

.header .top .lf p {
    display: inline-block;}

.header .top .lf p div {
    display: inline-block;}

.header .top .rt {
    float: right;}

.header .top .rt li {
    float: left;
    font-size: .875rem;
    color: #333333;
    padding: 0 8px;
    position: relative;}

.header .top .rt li:last-child {
    padding-right: 0;}

.header .top .rt li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #97bef7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;}

.header .top .rt li:first-child:after, .header .top .rt li:last-child:after {
    display: none;}

.header .top .rt a {
    color: #1151af;
    display: block;
    padding: 0 8px;
    border-radius: 12px;
    text-align: center;
    transition: .5s;}

.header .top .rt li:hover a{
    background: #1151af;
    color: #fff;}

.header .top .rt li.weixin {
    position: relative;}

.header .top .rt li.weixin .ewm {
    position: absolute;
    top: 120%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    transform: translateY(-150%);
    transition: .5s
;}

.header .top .rt li.weixin:hover .ewm {
    transform: translateY(0);}

.header .logo-box {
    padding: 100px 0 30px;}

.header .logo {
    text-align: center;
    position: relative;}

.search-box {
    margin: 30px auto;
    max-width: 660px;
    width: 95%;
    height: 54px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;}

.search-box .text {
    float: left;
    width:calc(100% - 101px);
    padding: 0 3%;
    line-height: 54px;
    height: 54px;
    font-size: 1.125rem;
    color: #555;
    background: none;
    border: none;}

.search-box .btn {
    float: right;
    width: 100px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    text-align: center;
    background: #1151af;}

.search-box .btn img {
    vertical-align: text-bottom;}

.search-box .btn span {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;}

.search-box input::-webkit-input-placeholder {
    color: #999999;}

.search-box input::-moz-placeholder {
    /* mozilla firefox 19+ */
    color: #999999;}

.search-box input:-moz-placeholder {
    /* mozilla firefox 4 to 18 */
    color: #999999;}

.search-box input:-ms-input-placeholder {
    /* internet explorer 10-11 */
    color: #999999;}

/* 导航 */
.navbar {
    position: relative;
    width: 100%;
    background: url(../images/nav-bg.png) center top no-repeat;
    margin-top: -75px;}

.navbar li {
    float: left;
    width: 16.66%;
    text-align: center;}

.navbar li a {
    display: inline-block;
    text-align: center;
    line-height: 75px;
    font-size: 1.625rem;
    color: #fff;
    transition: .5s;
    position: relative;}

.navbar li a:hover {
    font-weight: bold;}

.navbar li.current a {
    font-weight: bold;}

.navbar li:hover a:after, .navbar li.current a:after {
    content: "";
    width: 50px;
    height: 5px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -25px;}

/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
/* banner焦点图结束 */
/* 中部版块 */
@keyframes waveFlow {
    from {
        background-position-x: -10px, 0;}

    to {
        background-position-x: -30px, -20px;}
}

@keyframes circleAnim {
    from {
        transform: rotate(0);}

    to {
        transform: rotate(360deg);}
}

@keyframes oline {
    0% {
        transform: scale(1);
        opacity: 0.25;}

    70% {
        transform: scale(1.2);
        opacity: 0.3;}

    100% {
        transform: scale(1);
        opacity: 0.25;}
}

@keyframes mline {
    0% {
        transform: scale(1);
        opacity: 0.55;}

    65% {
        transform: scale(1.2);
        opacity: 0.6;}

    75% {
        transform: scale(1.2);
        opacity: 0.6;}

    100% {
        transform: scale(1);
        opacity: 0.55;}
}

/* 首页中部区域 */
.row1 {
    padding: 30px 0 40px;
    position: relative;
    background: url(../images/index-news-bg.png) top center no-repeat;
    background-size: 100%;
    margin-top: -5px;}

.row1:before {
    content: "";
    width: 96%;
    height: 16px;
    background: url(../images/index-news-topbg.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 15px;}

.row2 {
    background: url(../images/index-zmhd-bg.png) bottom center no-repeat;
    background-size: 100%;}

.tt {
    overflow: hidden;
    margin-top: 5px;}

.tt a {
    display: block;
    color: #fff;}

.tt h2 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;}

.tt p {
    display: none;
    font-size: 1rem;
    line-height: 28px;
    opacity: .7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.index-news {
    margin-top: 25px;}

.pic-news {
    float: left;
    width: 51.66%;}

.pic-news li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;}

.pic-news li a .pic {
    position: relative;
    width: 100%;
    height: 415px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.pic-news li a .pic:hover {
    transform: scale(1.05);}

.pic-news li a .tit {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;}

.pic-news li a .tit p {
    width: calc(100% - 140px);
    font-size: 1.125rem;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.pic-news .news-pagination {
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 10px;
    text-align: right;
    z-index: 9;}

.pic-news .news-pagination span {
    background: url(../images/index-news-dot.png) no-repeat;
    width: 26px;
    height: 23px;
    background-size: 100% 100%;
    opacity: 1;}

.pic-news .news-pagination .swiper-pagination-bullet-active {
    background: url(../images/index-news-doton.png) no-repeat;
    width: 31px;
    height: 28px;
    background-size: 100% 100%;}

.tab-news {
    float: right;
    width: 45.8%;}

.index-tab .hd {
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    background: #90bbef;}

.index-tab .hd li {
    float: left;
    width: 25%;
    font-size: 1.25rem;
    color: #1151af;
    font-weight: bold;
    text-align: center;
    cursor: pointer;}

.index-tab .hd li.on {
    color: #fff;
    background: url(../images/index-hdbg.png) left bottom no-repeat #0e4eab;}

.index-tab .bd {
    margin-top: 20px;}

.index-tab .bd li {
    padding: 9px 0;
    line-height: 23px;
    padding-left: 15px;
    background: url(../images/index-bdico.png) left center no-repeat;
    overflow: hidden;}

.index-tab .bd .index-zmhd-more{
display:none;}

.index-tab .bd li * {
    transition: .5s;}

.index-tab .bd li h2 {
    float: left;
    width: calc(100% - 95px);
    font-weight: normal;
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.index-tab .bd li .date {
    float: right;
    width: 88px;
    text-align: center;
    background: #73a8ed;
    color: #fff;
    font-size: .875rem;
    border-radius: 15px;
    overflow: hidden;}

.index-tab .bd li:hover h2 {
    color: #1151af;}

.index-tab .bd li:hover .date {
    background: #1a5dc2;}

.btn-news {
    overflow: hidden;
    margin-top: 5px;}

.btn-news li {
    float: left;
    width: 33.3%;}

.btn-news li a {
    display: block;
    position: relative;
    margin: 0 1px;
    background: #0e4eab;
    background-size: 100% 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;}

.btn-news li .pic {
    display: inline-block;
    margin-top: 4px;
    width: 42px;
    height: 42px;
    position: relative;}

.btn-news li .pic img {
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}

.btn-news li .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/index-news-ico.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in;}

.btn-news li .tit {
    margin-left: 8px;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;}

.btn-news li:hover .pic:before {
    transform: rotateY(180deg);}

.index-adpic {
    margin-top: 25px;
    position: relative;}

.index-adpic li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.index-adpic li a:hover {
    transform: scale(1.05);}

.index-adpic .ad-pagination {
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
    padding-right: 30px;
    z-index: 9;}

.index-adpic .ad-pagination span {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: .3;}

.index-adpic .ad-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;}

/* 通用样式 */
.index-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;}

.index-title * {
    transition: .5s;}

.index-title h2 {
    position: relative;
    text-align: center;}

.index-title h2 a {
    display: inline-block;
    padding: 0 35px;
    position: relative;
    font-size: 2rem;
    color: #1151af;
    font-weight: bold;}

.index-title h2 a:before, .index-title h2 a:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #1151af;
    position: absolute;
    top: 50%;
    margin-top: -3px;}

.index-title h2 a:before {
    left: 0;}

.index-title h2 a:after {
    right: 0;}

.index-title h2:before, .index-title h2:after {
    content: "";
    width: calc(50% - 108px);
    height: 100%;
    position: absolute;
    top: 0;}

.index-title h2:before {
    left: 0;
    background: url(../images/index-title-line.png) left center repeat-x;}

.index-title h2:after {
    right: 0;
    background: url(../images/index-title-line.png) right center repeat-x;}

/* 通用样式 */
/* 政府信息公开 */
.index-xxgk {
    margin-top: 40px;}

.index-xxgk .index-title h2:before, .index-xxgk .index-title h2:after {
    width: calc(50% - 140px);}

.xxgk-section .lf {
    float: left;
    width: 73.33%;}

.xxgk-section .rt {
    float: right;
    width: 25%;}

.tab-zc {
    overflow: hidden;
    border-radius: 15px;
    background: #e8f2ff;
    border: 1px solid #fff;
    height: 530px;}

.tab-zc .hd {
    overflow: hidden;
    line-height: 64px;
    background: #1151af;
    padding: 0 15px;}

.tab-zc .hd li {
    float: left;
    cursor: pointer;}

.tab-zc .hd li h2 {
    padding: 0 15px;
    position: relative;
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    transition: .5s;}

.tab-zc .hd .more {
    float: right;
    margin-right: 10px;
    display: none;}

.tab-zc .hd .more a {
    font-size: .875rem;
    color: rgba(242, 215, 156, 0.6);}

.tab-zc .hd .more a:hover {
    color: #fff;}

.tab-zc .hd li.on h2 {
    color: #f2d79c;
    background: url(../images/tab-zc-tit.png) center 50px no-repeat;}

.tab-zc .bd {
    padding: 0 25px;}

.index-zcwj .title {
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0deef;
    margin-top: 15px;}

.index-zcwj .title h2 {
    float: left;
    font-size: 1.125rem;
    color: #333333;}

.index-zcwj .title a {
    float: right;
    font-size: .875rem;
    color: #999999;}

.index-zcwj .title a:hover {
    color: #1151af;}

.zcwj {
    margin-top:20px;}

.zcwj * {
    transition: .5s;}

.zcwj li {
    overflow: hidden;
    line-height: 54px;
    padding-right: 20px;
    background: url(../images/list-ico1.png) right center no-repeat;}

.zcwj li a {
    display: block;
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zcwj li:hover a {
    color: #1151af;}

.zc-search {
    margin-top: 15px;}

.zc-search .tit {
    position: relative;
    overflow: hidden;}

.zc-search .tit h2 {
    position: relative;
    font-size: 1.125rem;
    color: #000000;
    font-weight: bold;
    text-align: center;}

.zc-search .tit h2:before, .zc-search .tit h2:after {
    content: "";
    width: calc(50% - 75px);
    height: 1px;
    background: #cfa64c;
    position: absolute;
    top: 50%;}

.zc-search .tit h2:before {
    left: 0;}

.zc-search .tit h2:after {
    right: 0;}

.zc-search .tit:before {
    content: "";
    width: calc(100% + 90px);
    height: 100%;
    /* background: url(../images/zc-search-tit.png) repeat; */
    position: absolute;
    top: 0;
    left: -45px;}

.zc-search .ss {
    padding: 15px 25px;
    background: #fff;
    margin-top: 15px;}

.zc-search .ss h2 {
    float: left;
    width: 100px;
    line-height: 50px;}

.zc-search .ss h2 p {
    text-align: center;
    font-size: 1rem;
    color: #cfa64c;
    background: url(../images/jiantou.png) right center no-repeat;}

.zc-search .ss .laybox {
    float: right;
    width: calc(100% - 150px);
    border: 1px solid #cfa64c;
    line-height: 50px;}

.zc-search .ss .laybox .txt {
    background: #fff;
    height: 50px;
    width: calc(100% - 105px);
    float: left;
    padding: 0 10px;}

.zc-search .ss .laybox .btn {
    float: right;
    width: 100px;
    background: #cfa64c;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;}

.zcjd-btn {
    margin-top: 5px;
    overflow: hidden;
    /*     background: url(../images/zcjd-bg.png) repeat-x; */
    border-top: 1px solid #fff;
    background-size: auto 100%;
    padding: 15px 0;}

.zcjd-btn ul {
    margin: 0 -15px;
    overflow: hidden;}

.zcjd-btn li {
    width: 50%;
    float: left;}

.zcjd-btn a {
    display: block;
    margin: 0 10px;
    padding: 15px;
    text-align: center;}

.zcjd-btn h2 {
    padding: 6px 0;
    font-size: 1.125rem;
    font-weight: bold;
    white-space: nowrap;}

.zcjd-btn li:nth-child(1) a {
    background: url(../images/zcjd-bg1.png) center center no-repeat #d6e3f9;}

.zcjd-btn li:nth-child(1) h2 {
    color: #284caf;}

.zcjd-btn li:nth-child(2) a {
    background: url(../images/zcjd-bg2.png) center center no-repeat #e4f3ef;}

.zcjd-btn li:nth-child(2) h2 {
    color: #2b5649;}

.zcjd-btn li:nth-child(3) a {
    background: url(../images/zcjd-bg3.png) center center no-repeat #dadcf6;}

.zcjd-btn li:nth-child(3) h2 {
    color: #4a3ba5;}

.zcjd-btn li:hover img {
    transform: rotateY(180deg);}

.zfgb {
    margin-top: 30px;
    overflow: hidden;}

.gbjj {
    float: left;
    width: 43%;
    background: #fff;
    padding: 20px 30px;
    overflow: hidden;}

.gbjj .tit {
    position: relative;}

.gbjj .tit h2 {
    font-size: 1.5rem;
    color: #333333;
    text-align: center;
    position: relative;}

.gbjj .tit:before, .gbjj .tit:after {
    content: "";
    width: 100%;
    height: 8px;
    background: #f2d79c;
    position: absolute;
    top: 50%;
    margin-top: -4px;}

.gbjj .tit:before {
    right: 50%;
    margin-right: 75px;}

.gbjj .tit:after {
    left: 50%;
    margin-left: 75px;}

.gbjj .jj {
    margin-top: 25px;
    font-size: 1rem;
    color: #333;
    line-height: 25px;
    height: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

.gbjj .jj p {
    margin-bottom: 25px;}

.gbjj .more {
    display: block;
    margin-top: 30px;
    text-align: right;
    font-size: .875rem;
    color: #1151af;}

.gbls {
    float: right;
    position: relative;
    width: 53%;
    background: url(../images/zfgb-bg.png) top center no-repeat #fff;
    background-size: 100%;
    overflow: hidden;}

.gbls .gbpic {
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #f2d79c;}

.gbls .gbpic img {
    height: 255px;
    border: 1px solid #ccc;}

.gbls .gbbtn {
    overflow: hidden;
    background: #ae8835;
    margin-top: 20px;}

.gbls .gbbtn li {
    width: 33.3%;
    float: left;}

.gbls .gbbtn li a {
    display: block;
    margin: 0 5px;
    text-align: center;
    padding: 20px 0;
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;}

.gbls .tit {
    width: 100%;
    height: 46px;
    line-height: 46px;
    position: relative;
    overflow: hidden;}

.gbls .tit h2 {
    float: left;
    width: 170px;
    background: url(../images/gbls-bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 1rem;
    color: #f2d79c;
    text-align: center;
    font-weight: normal;}

.gbls .tit:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f2d79c;
    position: absolute;
    top: 50%;
    left: 175px;}

.gbls .zcwj {
    margin: 0 22px;}

.gbls .zcwj li {
    line-height: 47px;}

.gbls .more {
    margin: 12px 22px;
    background: #d6e3f9;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: .5s;}

.gbls .more a {
    padding-right: 35px;
    font-size: 1.125rem;
    color: #284caf;
    font-weight: bold;
    display: inline-block;
    background: url(../images/jiantou2.png) center right no-repeat;
    transition: .5s;}

.gbls .more:hover {
    background: #1151af;}

.gbls .more:hover a {
    color: #fff;}

.zfcwhy {
    margin-top: 20px;}

.zfcwhy .title {
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0deef;}

.zfcwhy .title h2 {
    float: left;
    font-size: 1.125rem;
    color: #333333;}

.zfcwhy .title a {
    float: right;
    font-size: .875rem;
    color: #999999;}

.zfcwhy .title a:hover {
    color: #1151af;}

.zfcwhy .inner {
    margin-top: 10px;
    overflow: hidden;}

.zfcwhy .inner .pic {
    float: left;
    width: 360px;
    height: 203px;}

.zfcwhy .inner .pic a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;}

.zfcwhy .inner .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;}

.zfcwhy .inner .pic .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.6);}

.zfcwhy .inner .pic .tit p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zfcwhy .inner .pic a:hover img {
    transform: scale(1.05);}

.zfcwhy .inner .zcwj {
    width: calc(100% - 375px);
    float: right;
    margin-top: -9px;}

.zfcwhy .inner .zcwj li {
    line-height: 46px;}


.index-zfhy li h2 {
    overflow: hidden;
    position: relative;
    /* padding-left: 15px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    transition: .5s;}

.index-zfhy li p {
    font-weight: normal;
    font-size: 1rem;
    color: #333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;}

.index-zfhy li h2.has p {
    max-width: calc(100% - 105px);
    width: auto;}

.index-zfhy li span {
    margin-left: 15px;
    width: 79px;
    height: 24px;
    font-weight: normal;
    padding-left: 14px;
    font-size: .875rem;
    color: #654f0b;
    background: url(../images/list-text-ico.png) no-repeat;
    background-size: 100% 100%;
    line-height: 24px;
    margin-top: 10px;}

.index-zfhy li:hover h2 {
    transform: translateX(5px);}

.zfhy-btn {
    margin-top: 10px;
    padding: 20px 0;
    overflow: hidden;}

.zfhy-btn ul {
    margin: 0 -10px;
    overflow: hidden;}

.zfhy-btn li {
    float: left;
    width: 50%;}

.zfhy-btn li a {
    display: block;
    margin: 0 10px;
    height: 98px;
    line-height: 98px;
    text-align: center;}

.zfhy-btn li img {
    vertical-align: middle;}

.zfhy-btn li span {
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    margin-left: 40px;}

.zfhy-btn li:nth-child(1) a {
    background: url(../images/zfhy-bg1.png) no-repeat;
    background-size: cover;}

.zfhy-btn li:nth-child(2) a {
    background: url(../images/zfhy-bg2.png) no-repeat;
    background-size: cover;}

.zfhy-btn li:hover img {
    transform: rotateY(180deg);}

.zdly ul {
    overflow: hidden;
    margin: 20px -10px 0;}

.zdly * {
    transition: .5s;}

.zdly li {
    float: left;
    width: 33.3%;
    margin-bottom: 15px;}

.zdly li a {
    display: block;
    margin: 0 10px;
    background: #fff;
    line-height: 54px;
    position: relative;
    padding: 0 15px;
    border-radius: 5px;}

.zdly li p {
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    position: relative;}

.zdly li a:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #e9f1fb;
    border-radius: 5px;
    position: absolute;
    left: 5px;
    top: 5px;}

.zdly li:hover a {
    background: #1151af;}

.zdly li:hover p {
    color: #fff;}

.zdly li:hover a:before {
    border: 1px solid rgba(255, 255, 255, 0.4);}

.qsydw {
    margin-top: 15px;}
.qsydw .zcwj{
    margin-top:0px;}
.qsydw .index-zmhd-more{
    margin:5px 0 0;}
.qsydw .title {
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0deef;}

.qsydw .title h2 {
    float: left;
    font-size: 1.125rem;
    color: #333333;}

.qsydw .title a {
    float: right;
    font-size: .875rem;
    color: #999999;}

.qsydw .title a:hover {
    color: #1151af;}

.qsydw .inner {
    overflow: hidden;}

.qsydw .inner .zcwj li {
    line-height: 46px;}

.qsydw-btn {
    margin-top: 5px;
    overflow: hidden;
    background: url(../images/zcjd-bg.png) repeat-x;
    background-size: auto 100%;
    padding: 8px 0;}

.qsydw-btn li {
    width: 50%;
    float: left;
    margin: 5px 0;}

.qsydw-btn a {
    display: block;
    margin: 0 10px;
    padding: 15px 20px;
    overflow: hidden;
    line-height: 40px;}

.qsydw-btn .pic {
    float: left;
    width: 40px;}

.qsydw-btn .pic img {
    vertical-align: middle;}

.qsydw-btn h2 {
    float: right;
    width: calc(100% - 50px);
    font-size: 1rem;
    font-weight: bold;
    color: #333;}

.qsydw-btn li:nth-child(1) a {
    background: #eff5ff;}

.qsydw-btn li:nth-child(2) a {
    background: #f0fafa;}

.qsydw-btn li:nth-child(3) a {
    background: #f9f4ed;}

.qsydw-btn li:nth-child(4) a {
    background: #f3f4ff;}

.qsydw-btn li:hover img {
    transform: rotateY(180deg);}

.xxgk-lis {
    background: url(../images/zfxxgk-rtbg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 35px;
    padding-bottom: 25px;}

.xxgk-lis * {
    transition: .5s;}

.xxgk-lis li {
    overflow: hidden;
    padding: 26px 10px 15px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;}

.xxgk-lis li a {
    display: block;}

.xxgk-lis li .ico {
    float: left;
    width: 36px;
    height: 36px;
    background: url(../images/zfxxgk-ico-bg.png) no-repeat;
    background-size: 100% 100%;}

.xxgk-lis li .ico img {
    height: 20px;
    margin: 8px auto;
    display: block;}

.xxgk-lis li h2 {
    width: calc(100% - 48px);
    float: right;}

.xxgk-lis li h2 p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
    line-height: 36px;}

.xxgk-lis li a:hover img {
    transform: rotateY(180deg);}

.xxgk-lis li:last-child {
    border-bottom: none;}

.xxgk-lis:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/zfxxgk-rt.png) bottom center no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;}

/* 政府信息公开 */
/* 政务服务 */
.index-zwfw {
    margin-top: 40px;}

.zwfw-section .lf {
    float: left;
    width: 65.5%;}

.zwfw-section .rt {
    float: right;
    width: 31.8%;}

.tab-zwfw {
    background: #e8f2ff;
    border-radius: 10px;
    overflow: hidden;}

.tab-zwfw * {
    transition: .5s;}

.tab-zwfw .hd {
    overflow: hidden;
    background: url(../images/zwfw-tit-bg.png) center top no-repeat #cce0ff;
    padding: 10px 0 5px;}

.tab-zwfw .hd ul {
    width: 320px;
    margin: 0 auto;}

.tab-zwfw .hd ul li {
    float: left;
    width: 150px;
    background: transparent;
    text-align: center;
    height: 40px;
    padding-top: 5px;
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;}

.tab-zwfw .hd ul li.on {
    background: url(../images/zwfw-tit-ico.png) no-repeat;
    background-size: 100% 100%;}

.tab-zwfw .bd {
    padding: 9px 5px;}

.tab-zwfw .inner {
    overflow: hidden;}

.tab-zwfw .inner li {
    float: left;
    width: 20%;
    margin: 5px 0;}

.tab-zwfw .inner li * {
    transition: .5s;}

.tab-zwfw .inner li a {
    display: block;
    margin: 0 5px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #fff;
    padding: 20px;}

.tab-zwfw .inner li .ico {
    margin: 0 auto 20px;
    height: 42px;}

.tab-zwfw .inner li .ico img {
    height: 100%;}

.tab-zwfw .inner li h2 {
    font-size: 1rem;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;}

.tab-zwfw .inner li:hover a {
    border: 1px solid #5c87de;}

.bmfw {
    background: #d0e2ff;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;}

.bmfw .tit {
    overflow: hidden;
    position: relative;
    line-height: 55px;}

.bmfw .tit h2 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    columns: #222222;}

.bmfw .tit a {
    display: block;
    font-size: .875rem;
    color: #666666;
    position: absolute;
    bottom: 0;
    right: 10px;}

.bmfw .tit a:hover {
    color: #1151af;}

.bmfw ul {
    margin-top: 6px;}

.bmfw li {
    width: 50%;
    float: left;
    margin-bottom: 10px;}

.bmfw li * {
    transition: .5s;}

.bmfw li a {
    display: block;
    margin: 0 5px;
    background: #fff;
    overflow: hidden;
    position: relative;
    height: 80px;}

.bmfw li h2 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    color: #333333;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);}

.bmfw li a:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -30px;}

.bmfw li:nth-child(1) a:before {
    background: url(../images/bmfw-ico01.png) center center no-repeat;}

.bmfw li:nth-child(2) a:before {
    background: url(../images/bmfw-ico02.png) center center no-repeat;}

.bmfw li:nth-child(3) a:before {
    background: url(../images/bmfw-ico03.png) center center no-repeat;}

.bmfw li:nth-child(4) a:before {
    background: url(../images/bmfw-ico04.png) center center no-repeat;}

.bmfw li:nth-child(5) a:before {
    background: url(../images/bmfw-ico05.png) center center no-repeat;}

.bmfw li:nth-child(6) a:before {
    background: url(../images/bmfw-ico06.png) center center no-repeat;}

.bmfw li:hover a {
    background: #648de1;}

.bmfw li:hover h2 {
    color: #fff;}

.bmfw li:hover a:before {
    opacity: .2;}

/* 政务服务 */
/* 政民互动 */
.tab-zmhd {
    overflow: hidden;
    background: #cce0ff;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 10px;}

.tab-zmhd .hd {
    overflow: hidden;
    padding-top: 8px;
    position: relative;}

.tab-zmhd .hd * {
    transition: .5s;}

.tab-zmhd .hd ul {
    display: block;
    width: 80%;
    margin: 0 auto;}

.tab-zmhd .hd li {
    float: left;
    text-align: center;
    width: 16.66%;
    cursor: pointer;}

.tab-zmhd .hd li h2 {
    padding: 10px 15px 14px;
    display: inline-block;
    position: relative;}

.tab-zmhd .hd li h2:before {
    content: "";
    width: 52px;
    height: 52px;
    background: url(../images/zmhd-hd-ico.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;}

.tab-zmhd .hd li h2:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #316fca;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;}

.tab-zmhd .hd li span {
    position: relative;
    font-size: 1.25rem;
    color: #222222;
    font-weight: bold;}

.tab-zmhd .hd li.on span {
    color: #316fca;}

.tab-zmhd .hd li.on h2:before, .tab-zmhd .hd li.on h2:after {
    opacity: 1;}

.tab-zmhd .hd .more {
    font-size: .875rem;
    color: #666666;
    position: absolute;
    right: 5px;
    top: 23px;
    display: none;}

.tab-zmhd .hd .more:hover {
    color: #316fca;}

.tab-zmhd .bd {
    background: #fff;
    border-radius: 15px;
    padding: 25px 0;
    height: 555px;}

.tab-zmhd .bd .xzxx-box {
    padding: 0 15px;
    background: #fff;}

.tab-zmhd .bd .xzxx-box .txt {
    border: 1px solid #d9ecff;
    padding: 15px 20px;
    background: url(../images/xzxx-txtbg.png) center no-repeat;
    background-size: 100% 100%;}

.tab-zmhd .bd .xzxx-box .rt {
    padding: 0;}

.tab-zmhd .bd .xzxx-box .xx-data {
    border: 1px solid #cce0ff;
    padding: 15px;
    border-radius: 15px;
    margin: 0;}

.tab-zmhd .bd .xzxx-box .xx-list {
    padding-bottom: 0;
    margin-top: 0;}

.tab-zmhd .zwft {
    padding: 0 25px;
    margin-top: -10px;}

.tab-zmhd .zwft .first {
    overflow: hidden;
    border-bottom: 1px solid #e2e7eb;
    padding-bottom: 10px;}

.tab-zmhd .zwft .pic {
    float: left;
    width: 380px;}

.tab-zmhd .zwft .pic a {
    display: block;}

.tab-zmhd .zwft .pic .img {
    width: 100%;
    height: 243px;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}

.tab-zmhd .zwft .txt {
    float: right;
    width: calc(100% - 425px);}

.tab-zmhd .zwft .txt .tit {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.tab-zmhd .zwft .txt .tit:hover {
    color: #1151af;}

.tab-zmhd .zwft .info {
    margin-top: 15px;}

.tab-zmhd .zwft .info span {
    display: inline-block;
    background: #e8f1fe;
    padding: 5px 8px;
    border-radius: 15px;
    text-align: center;
    color: #333333;
    font-size: .875rem;}

.tab-zmhd .zwft .info p {
    display: inline-block;
    font-size: 1rem;
    color: #666666;}

.tab-zmhd .zwft dl {
    overflow: hidden;}

.tab-zmhd .zwft dd {
    float: left;
    width: 38%;}

.tab-zmhd .zwft dd:nth-child(1) {
    width: 24%;}

.tab-zmhd .zwft .abst {
    overflow: hidden;
    margin-top: 18px;}

.tab-zmhd .zwft .abst span {
    float: left;}

.tab-zmhd .zwft .abst p {
    float: right;
    width: calc(100% - 65px);
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}

.tab-zmhd .zwft .zcwj {
    overflow: hidden;
    margin: 10px -5px;}

.tab-zmhd .zwft .zcwj li {
    width: 33.3%;
    float: left;
    background: none;
    padding: 0;
    line-height: 30px;}

.tab-zmhd .zwft li a {
    display: block;
    margin: 0 5px;
    background: url(../images/zwft-bg2.png) bottom center no-repeat #fff;
    border: 1px solid #e2e7eb;
    padding: 15px 20px;
    overflow: hidden;}

.tab-zmhd .zwft li .tit {
    font-size: 1rem;
    color: #333333;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;}

.tab-zmhd .zwft li .date {
    margin-top: 10px;
    float: right;
    width: 92px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #8cafed;
    border-radius: 15px;
    font-size: .875rem;
    color: #fff;}

.tab-zmhd .zwft li:hover a {
    background: url(../images/zwft-bg2.png) bottom center no-repeat #3470cb;}

.tab-zmhd .zwft li:hover .tit {
    color: #fff;}

.zwft-tab .zwft li:hover .date {
    background: #fff;
    color: #333333;}

.tab-zmhd .zwft-btn {
    padding-top: 10px;
    margin: 15px 10px 0;
    border-top: 1px solid #e1e8f2;}

.tab-zmhd .zwft-btn ul {
    overflow: hidden;
    margin: 0 -4px;}

.tab-zmhd .zwft-btn li {
    float: left;
    width: 20%;}

.tab-zmhd .zwft-btn li a {
    display: block;
    margin: 0 4px;
    background: url(../images/zwft-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;}

.tab-zmhd .zwft-btn li .ico {
    margin: 15px auto 10px;
    height: 30px;}

.tab-zmhd .zwft-btn li .ico img {
    max-height: 30px;}

.tab-zmhd .zwft-btn li h2 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    height: 48px;}

.tab-zmhd .zwft-btn li:hover img {
    transform: rotateY(180deg);}
.tab-zmhd  .wjdc{
    padding: 0 15px;
    overflow: hidden;}

.tab-zmhd  .wjtxt {
       width: 450px;
    float: left;
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto;
    height: 335px;
    background: url(../images/wjdc-left-pic.png) center no-repeat;
    background-size: cover;}

.tab-zmhd  .wjtxt p {
    font-size: 1rem;
    line-height: 32px;
    text-indent: 2em;
    display: none;}

.tab-zmhd  .wjlist {
    width: calc(100% - 470px);
    float: right;}

.tab-zmhd  .wjlist li {
    overflow: hidden;
    padding: 10px 0;
    line-height: 28px;
    cursor: pointer;}

.tab-zmhd  .wjlist li h2 {
    float: left;
    width: calc(100% - 100px);
    font-size: 1rem;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.tab-zmhd .wjlist li h2 p{
   max-width: calc(100% - 85px);
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.tab-zmhd .wjlist .info {
    float: right;
    /* width: 90px; */
    margin-top: 0;}

.tab-zmhd  .wjlist li:hover h2 {
    color: #1151af;}

.zmhd-list {
    padding: 0 25px;}

.zmhd-list .zcwj {
    margin-top: -10px;
    overflow: hidden;}

.zmhd-list .zcwj li {
    width: 48%;
    float: left;
    margin: 0 1%;}

.zmhd-list .zfkfr {
    overflow: hidden;}

.zfkfr .zfkfr-txt {
    width: 430px;
    float: left;
    border: 1px solid #e2e7eb;
    padding: 20px 25px;
    height: 326px;
    overflow-y: auto;}

.index-zmhd-more {
    margin: 10px 15px 0;
    text-align: center;
    background: url(../images/default-more.png) no-repeat;
    background-size: cover;}

.index-zmhd-more a {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #316fca;
    text-align: center;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;}

.index-zmhd-more a:hover {
    background: #0342a1;
    color: #fff;}

.zfkfr .zfkfr-txt p {
    text-indent: 2em;
    line-height: 30px;}

.zmhd-list .zfkfr ul {
    float: right;
    width: calc(100% - 450px);}

.zmhd-list .zfkfr li {
    margin-bottom: 3px;
    border: 1px solid #e2e7eb;
    padding: 10px 30px;
    position: relative;}

.zmhd-list .zfkfr li a {
    display: block;}

.zmhd-list .zfkfr li * {
    transition: .5s;}

.zmhd-list .zfkfr li:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #e8d09d;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;}

.zmhd-list .zfkfr h2 {
    font-size: 1rem;
    color: #333333;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zmhd-list .zfkfr h2.img {
    padding-left: 27px;
    background: url(../images/img.png) left center no-repeat;}

.zmhd-list .zfkfr h2.video {
    padding-left: 27px;
    background: url(../images/vedio.png) left center no-repeat;}

.zmhd-list .zfkfr .info {
    font-size: .875rem;
    color: #666666;
    margin-top: 10px;}

.zmhd-list .zfkfr .info span {
    margin-right: 30px;}

.zmhd-list .yjzj ul {
    margin: 0 -5px;
    overflow: hidden;}

.zmhd-list .yjzj li {
    float: left;
    width: 33.3%;
    margin-bottom: 10px;}

.zmhd-list .yjzj a {
    display: block;
    margin: 0 5px;
    border: 1px solid #e2e7eb;
    overflow: hidden;
    padding: 15px 25px;
    background: url(../images/yjzj-bg.png) bottom center no-repeat;}

.zmhd-list .yjzj h2 {
    font-size: 1rem;
    color: #333333;
    font-weight: normal;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

.zmhd-list .yjzj .bm {
    padding: 5px 15px;
    background: #1151af;
    border-radius: 15px;
    display: inline-block;
    font-size: 1rem;
    color: #fff;}

/* 政民互动 */
/* 专题专栏 */
.index-ztzl {
    margin-top: 30px;
    padding-bottom: 50px;}

.index-ztzl .ztzl-section {
    margin-top: 5px;
    position: relative;}

.index-ztzl .ztzl-section li .pic {
    overflow: hidden;
    padding-bottom: 44%;
    position: relative;}

.index-ztzl .ztzl-section li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
    object-position: center center;}

.index-ztzl .ztzl-section li img:hover {
    transform: scale(1.05);}

.index-ztzl .ztzl-section .ztzl-left, .index-ztzl .ztzl-section .ztzl-right {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 9;
    cursor: pointer;}

.index-ztzl .ztzl-section .ztzl-left {
    background: url(../images/ztzl-left.png) no-repeat;
    background-size: 100% 100%;
    left: -50px;}

.index-ztzl .ztzl-section .ztzl-right {
    background: url(../images/ztzl-right.png) no-repeat;
    background-size: 100% 100%;
    right: -50px;}

.index-ztzl .ztzl-section .ztzl-pagination {
    display: none !important;
    margin-top: 30px;
    text-align: center;}

.index-ztzl .ztzl-section .ztzl-pagination span {
    margin: 0 5px;}

/* 专题专栏 */
/* 首页中部区域 */
/* 底部 */
.footer {
    position: relative;
    background: url(../images/footer-bg.png) center top no-repeat #1151af;}

.foot-link .link-list {
    width: calc(100% - 120px);
    margin: 0 auto;
    position: relative;}

.foot-link .link-list .box {
    float: left;
    width: 25%;
    position: relative;}

.foot-link .link-list .tit {
    line-height: 70px;
    text-align: center;
    cursor: pointer;}

.foot-link .link-list .tit p {
    display: inline-block;
    padding-right: 20px;
    font-size: 1rem;
    background: url(../images/select-ico.png) right center no-repeat;
    color: #fff;}

.foot-link .link-list ul {
    position: absolute;
    width: 100%;
    max-height: 390px;
    left: 0;
    bottom: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    overflow-y: auto;
    display: none;}

.foot-link .link-list ul li {
    padding: 5px 0;}

.foot-link .link-list ul li a {
    display: block;
    font-size: .875rem;
    color: #333;}

.foot-link .link-list ul li:hover a {
    color: #1151af;}

.foot-link .link-list ul::-webkit-scrollbar {
    width: 4px;}

.foot-link .link-list ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px;}

.foot-link .link-list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg, #1151af 0%, #1151af 100%);}

.foot-info {
    padding: 25px 0 25px;}

.foot-info .lf {
    float: left;
    padding-top: 25px;}

.foot-info .lf a {
    float: left;
    margin-right: 8px;}

.foot-info .lf img {
    vertical-align: middle;
    height: 54px;}

.foot-info .mid {
    float: left;
    margin-left: 20px;}

.foot-info .mid p, .foot-info .mid a {
    font-size: .875rem;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);}

.foot-info .rt {
    float: right;
    margin-top: 0;}

.foot-info .rt li {
    float: left;
    margin-left: 25px;}

.foot-info .rt li h2 {
    height: 80px;
    width: 22px;
    line-height: 22px;
    float: left;
    text-align: center;
    background: url(../images/ewm-bg.png) top no-repeat;
    font-size: .75rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    writing-mode: tb-rl;
    letter-spacing: 1px;}

.foot-info .rt li img {
    width: 100px;
    height: 100px;}

.cory {
    padding: 10px 0;
    text-align: center;
    background: #0b49a5;}

.cory * {
    font-size: .875rem;
    color: rgba(255, 255, 255, 0.9);}

.cory img {
    vertical-align: middle;}

/* 底部 */
/* ------------------------- 首页结束 ------------------------- */
/* ------------------------- 二级页面开始 ------------------------- */
/* 栏目页 */
.list-header {
    background: url(../images/list-header.png) top center no-repeat;}

.list-header .logo-box {
    padding: 65px 0;}

.list-header .logo {
    float: left;}

.list-header .search-box {
    float: right;
    max-width: 600px;}

.list-navbar {
    background: #1151af;}

.list-colmun {
    padding: 30px 0 40px;}

/* 政务公开栏目页 */
.leader-row .lf {
    float: left;
    width: 600px;
    background: #edf3fd;
    padding: 15px;
    overflow: hidden;}

.leader-row .rt {
    float: right;
    width: calc(100% - 630px);
    background: #1151af;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 15px;}

.leader-row .rt .tit {
    position: relative;
    margin-bottom: 12px;}

.leader-row .rt .tit h2 {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;}

.leader-row .rt .tit:before, .leader-row .rt .tit:after {
    content: "";
    width: 100%;
    height: 14px;
    background: url(../images/zfhy-line.png) repeat-x;
    position: absolute;
    top: 50%;
    margin-top: -7px;}

.leader-row .rt .tit:before {
    right: 50%;
    margin-right: 60px;}

.leader-row .rt .tit:after {
    left: 50%;
    margin-left: 60px;}

.leader-box .tit {
    position: relative;
    margin-bottom: 20px;}

.leader-box .tit h2 {
    font-size: 1.5rem;
    color: #222222;
    font-weight: bold;
    text-align: center;}

.leader-box .tit:before, .leader-box .tit:after {
    content: "";
    width: 100%;
    height: 14px;
    background: url(../images/ldzc-line01.png) repeat-x;
    position: absolute;
    top: 50%;
    margin-top: -7px;}

.leader-box .tit:before {
    right: 50%;
    margin-right: 60px;}

.leader-box .tit:after {
    left: 50%;
    margin-left: 60px;}

.leader-box .leader-fr {
    float: left;
    width: calc(100% - 190px);}

.leader-box .leader-rt {
    float: right;
    width: 180px;}

.leader-box .leader-rt li {
    line-height: 70px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/leader-bg01.png) no-repeat;
    background-size: cover;
    text-align: center;
    transition: .5s;}

.leader-box .leader-rt li a {
    display: block;
    font-size: 1rem;
    color: #ffffff;}

.leader-box .leader-rt li:hover {
    background: url(../images/leader-bg02.png) no-repeat;
    background-size: cover;}

.leader-box .leader-rt li:hover a {
    font-weight: bold;
    color: #333;}

.leader-box .xz {
    background: #fff;
    border: 1px solid #ccd7e7;
    padding: 15px 12px;
    overflow: hidden;}

.leader-box .xz .pic {
    float: left;
    width: 130px;
    height: 182px;
    overflow: hidden;
    position: relative;}

.leader-box .xz .pic img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;}

.leader-box .xz .txt {
    width: calc(100% - 150px);
    float: right;
    padding-top: 0px;}

.leader-box .xz .info {
    text-align: center;}

.leader-box .xz .info h2 {
    font-size: 1.5rem;
    color: #222222;}

.leader-box .xz .info p {
    font-size: 1rem;
    color: #333333;}

.leader-box .xz ul {
    overflow: hidden;
    /* background: #f5f9ff; */
    /* border: 1px solid #cbdcee; */
    margin-top: 10px;}

.leader-box .xz ul * {
    transition: .5s;}

.leader-box .xz ul li {
    /* float: left; */
    width: 190px;
    text-align: center;
    line-height: 32px;
    margin: 5px auto;
    background: #f5f9ff;
    border: 1px solid #cbdcee;}

.leader-box .xz ul li a {
    display: block;}

.leader-box .xz ul li p {
    font-size: 1rem;
    color: #333333;
    padding-left: 20px;
    display: inline-block;}

.leader-box .xz ul li:last-child {}

.leader-box .xz ul li:nth-child(1) p {
    background: url(../images/leader-ico01.png) left center no-repeat;}

.leader-box .xz ul li:nth-child(2) p {
    background: url(../images/leader-ico02.png) left center no-repeat;}

.leader-box .xz ul li:nth-child(3) p {
    background: url(../images/leader-ico03.png) left center no-repeat;}

.leader-box .xz ul li:hover p {
    transform: translateY(-5px);}

.leader-box .other {
    margin-top: 20px;
    overflow: hidden;}

.leader-box .other h2 {
    overflow: hidden;
    text-align: center;}

.leader-box .other h2 span {
    /* float: left; */
    padding: 0 12px;
    line-height: 28px;
    font-size: .875rem;
    font-weight: bold;
    color: #fff;
    background: #2465c5;
    display: inline-block;}

.leader-box .other p {
    font-size: 1rem;
    line-height: 30px;
    color: #333333;
    margin-top: 10px;
    text-align: center;}

.leader-box .other p a {
    display: inline-block;
    margin: 0 5px;}

.leader-box .xz01 {
    float: left;
    width: 140px;}

.leader-box .xz02 {
    float: right;
    width: calc(100% - 150px);}

.zfhy-tab .hd {
    overflow: hidden;
    margin-bottom: 10px;}

.zfhy-tab .hd li {
    float: left;
    width: 31.3%;
    text-align: center;
    cursor: pointer;
    margin: 0 1%;
    line-height: 34px;}

.zfhy-tab .hd li {
    font-size: 1.125rem;
    display: block;
    color: #fff;
    background: #3c76ca;}

.zfhy-tab .hd li.on {
    font-weight: bold;
    background: #fff;
    color: #1151af;}

.zfhy-tab .bd li {
    padding: 9px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    overflow: hidden;
    position: relative;}

.zfhy-tab .bd li a {
    display: block;}

.zfhy-tab .bd .index-zmhd-more {
    margin: 10px 0 0;
    background: none;}

.zfhy-tab .bd li h2 {
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    transition: .5s;}

.zfhy-tab .bd li h2:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transition: .5s;}

.zfhy-tab .bd li p {
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;}

.zfhy-tab .bd li h2.has p {
    max-width: calc(100% - 105px);
    width: auto;}

.zfhy-tab .bd li span {
    margin-left: 15px;
    width: 79px;
    height: 24px;
    font-weight: normal;
    padding-left: 14px;
    font-size: .875rem;
    color: #654f0b;
    background: url(../images/list-text-ico.png) no-repeat;
    background-size: 100% 100%;}

.zfhy-tab .bd li:hover h2 {
    transform: translateX(5px);}

.zfhy-tab .bd .first {
    background: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 5px;}

.zfhy-tab .bd .first a {
    display: block;}

.zfhy-tab .bd .first h2 {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;}

.zfhy-tab .bd .first p {
    width: 100%;
    font-weight: bold;
    font-size: 1.125rem;
    color: #333333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zfhy-tab .bd .first .has p  {
    max-width: calc(100% - 105px);
    width: auto;}

.zfhy-tab .bd .first h2:hover p {
    color: #1151af;}

.zfhy-tab .bd .first span {
    margin-left: 15px;
    width: 79px;
    height: 26px;
    font-weight: normal;
    padding-left: 14px;
    font-size: .875rem;
    color: #654f0b;
    background: url(../images/list-text-ico.png) no-repeat;
    background-size: 100% 100%;}

.zfhy-tab .bd .first .abst {
    margin-top: 10px;
    font-size: .875rem;
    color: #666666;
    line-height: 21px;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}

.zfgk-btns {
    margin-top: 30px;
    position: relative;
    z-index: 99;}

.zfgk-btns * {
    transition: .5s;}

.zfgk-btns li {
    width: calc(20% - 13px);
    margin-right: 15px;
    float: left;
    position: relative;}

.zfgk-btns li > a {
    display: block;
    border: 1px solid #e4e8ef;
    padding: 20px 2px;
    text-align: center;
    background: #edf3fd;}

.zfgk-btns li > a img {
    height: 40px;
    /* float: left; */
    vertical-align: middle;
    display: inline-block;}

.zfgk-btns li > a p {
    font-size: 1.125rem;
    color: #222222;
    font-weight: bold;
    display: inline-block;}

.zfgk-btns li:last-child {
    margin-right: 0;}

.zfgk-btns dl {
    display: none;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #1151af;}

.zfgk-btns dl a {
    display: block;
    font-size: 1rem;
    color: #333;
    text-align: center;
    position: relative;
    font-weight: bold;}

.zfgk-btns dl a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1151af;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    display: none;}

.zfgk-btns dl dd {
    padding: 8px 0;}

.zfgk-btns li:hover img {
    transform: rotateY(180deg);}

.zfgk-btns li:hover dl {
    display: block;}

.zfgk-btns li:hover p {
    color: #fff;}

.zfgk-btns li:hover a, .zfgk-btns li:hover dl {
    background: #2465c5;
    color: #fff;}

.zcwj-row {
    margin-top: 30px;}

.zcwj-row .lf {
    float: left;
    width: 920px;}

.zcwj-row .rt {
    float: right;
    width: calc(100% - 940px);}

.zcwj-tab {
    /* background: #f5f9ff; */
    /* border: 1px solid #eaedf0; */
    border-radius: 15px;
    height: 520px;
    position: relative;
    padding-top: 10px;}

.zcwj-tab .title {
    width: 180px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    background: #2462be;
    line-height: 70px;
    border-radius: 15px 15px 0 0;}

.zcwj-tab .title:before {
    content: "";
    width: 15px;
    height: 6px;
    background: #dbbf9f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;}

.zcwj-tab .hd {
    overflow: hidden;
    line-height: 60px;
    background: #1151af;
    padding: 0 10px;
    padding-left: 188px;}

.zcwj-tab .hd li {
    float: left;
    /* width: 33.3%; */
    text-align: center;
    cursor: pointer;}

.zcwj-tab .hd h2 {
    padding: 0 9px;
    position: relative;
    font-size: 1.125rem;
    color: #fff;
    font-weight: normal;
    transition: .5s;}

.zcwj-tab .hd li.on h2 {
    font-weight: bold;
    color: #e2cf94;
    background: url(../images/tab-zc-tit.png) center 85% no-repeat;}

.zcwj-tab .hd li.on h2:before {
    display: block;}

.zcwj-tab .hd .more {
    float: right;
    margin-right: 10px;
    font-size: .875rem;
    color: rgba(242, 215, 156, 0.6);
    display: none;}

.zcwj-tab .hd .more:hover {
    color: #e2cf94;}

.zcwj-tab .tabbox {
    padding: 15px 25px;
    background: #f5f9ff;
    border: 1px solid #eaedf0;}

.zcwj-tab .bd li {
    padding: 12px 0;
    border-bottom: 1px solid #e1e9f5;
    position: relative;}

.zcwj-tab .bd li * {
    transition: .5s;}

.zcwj-tab .bd li a {
    display: block;}

.zcwj-tab .bd li h2 {
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    transition: .5s;}

.zcwj-tab .bd li h2 p {
    font-weight: normal;
    font-size: 1rem;
    color: #333333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;}

.zcwj-tab .bd li h2.has p {
    max-width: calc(100% - 105px);
    width: auto;}

.zcwj-tab .bd li h2 span {
    margin-left: 15px;
    width: 79px;
    height: 24px;
    font-weight: normal;
    padding-left: 14px;
    font-size: .875rem;
    color: #654f0b;
    background: url(../images/list-text-ico.png) no-repeat;
    background-size: 100% 100%;}

.zcwj-tab .bd li h2:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9ebce8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;}

.zcwj-tab .bd li .info {
    position: relative;
    display: none;
    margin-top: 10px;
    overflow: hidden;
    background: #faf8f0;
    line-height: 30px;
    white-space: nowrap;}

.zcwj-tab .bd li .info span {
    float: left;
    width: 25%;
    text-align: center;
    font-size: .875rem;
    color: #666666;}

.zcwj-tab .bd li:before {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;}

.zcwj-tab .bd li.active {
    border-bottom: 1px solid #fff;}

.zcwj-tab .bd li.active p {
    font-weight: bold;}

.zcwj-tab .bd li.active .info {
    display: block;}

.zcwj-tab .bd li.active h2:before {
    background: #1151af;}

.zcwj-tab .bd li.active:before {
    opacity: 1;
    visibility: visible;}

.zcwj-tab .bd .index-zmhd-more {
    margin: 10px 0 0 0;}

.zcwj-search {
    margin-top: 10px;
    position: relative;
    background: url(../images/zcwj-search.png) no-repeat;
    background-size: cover;
    padding: 15px 20px;}

.zcwj-search .tit {
    float: left;}

.zcwj-search input, .zcwj-search select, .zcwj-search button, .zcwj-search option {
    background: #fff;
    border: none;
    outline: none;
    line-height: 38px;
    height: 38px;
    padding: 0 15px;
    border-radius: 5px;
    width: 100%;
    color: #aaaaaa;}

.zcwj-search select, .zcwj-search option {
    color: #555;}

.zcwj-search .ss01 {
    float: right;
    width: calc(100% - 150px);}

.zcwj-search .ss01 .text, .zcwj-search .ss01 .fwzh {
    float: left;
    width: 48%;
    margin: 0 1%;}

.zcwj-search .ss01 option {
    padding: 5px 0;}

.zcwj-search .ss02 {
    margin-top: 60px;
    overflow: hidden;
    width: 100%;
    padding-left: 30px;}

.zcwj-search .ss02 .year {
    float: left;}

.zcwj-search .ss02 .year input {
    width: 100px;}

.zcwj-search .ss02 .year span {
    margin: 0 10px;
    color: #bcc2c9;}

.zcwj-search .ss02 .lm {
    float: left;
    width: calc(100% - 470px);
    margin-left: 15px;}

.zcwj-search .ss02 .btn {
    float: right;}

.zcwj-search .ss02 .btn button {
    width: 90px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    background: #acc3ec;
    cursor: pointer;
    margin-left: 15px;}

.zcwj-search .ss02 .btn button:first-child {
    background: #4f85e7;}

.zfxxgk-btns {
    background: url(../images/zfxxgk-rt.png) 100% bottom no-repeat #1151af;
    background-size: 350px auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;}

.zfxxgk-btns h2 {
    line-height: 74px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;}

.zfxxgk-btns li {
    line-height: 73px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 10px 0 20px;
    overflow: hidden;}

.zfxxgk-btns li * {
    transition: .5s;}

.zfxxgk-btns li a {
    display: block;}

.zfxxgk-btns li .ico {
    float: left;
    width: 39px;}

.zfxxgk-btns li .ico img {
    width: 100%;
    vertical-align: middle;}

.zfxxgk-btns li p {
    float: right;
    width: calc(100% - 50px);
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;}

.zfxxgk-btns li:hover img {
    transform: rotateY(180deg);}

.zcjd-tab {
    position: relative;
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ebeef1;
    border-top: none;}

.zcjd-tab .tit {
    width: 180px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    background: #2462be;
    line-height: 70px;
    border-radius: 15px 15px 0 0;}

.zcjd-tab .tit:before {
    content: "";
    width: 15px;
    height: 6px;
    background: #dbbf9f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;}

.zcjd-tab .hd {
    overflow: hidden;
    line-height: 60px;
    background: #1151af;
    padding: 0 15px;
    padding-left: 240px;
    margin-top: 10px;}

.zcjd-tab .hd li {
    float: left;
    cursor: pointer;}

.zcjd-tab .hd li h2 {
    padding: 0 20px;
    position: relative;
    font-size: 1.125rem;
    color: #fff;
    font-weight: normal;
    transition: .5s;}

.zcjd-tab .hd .more {
    float: right;
    margin-right: 10px;
    display: none;}

.zcjd-tab .hd .more a {
    font-size: .875rem;
    color: rgba(242, 215, 156, 0.6);}

.zcjd-tab .hd .more a:hover {
    color: #fff;}

.zcjd-tab .hd li.on h2 {
    font-weight: bold;
    color: #e2cf94;
    background: url(../images/tab-zc-tit.png) center 85% no-repeat;}

.zcjd-tab .bd {
    padding: 20px;}

.zcjd-tab .bd .index-zmhd-more {
    margin: 10px 0 0;}

.zcjd-tab .bd li {
    padding: 12px 0;
    border-bottom: 1px solid #e1e9f5;
    position: relative;}

.zcjd-tab .bd li * {
    transition: .5s;}

.zcjd-tab .bd li a {
    display: block;}

.zcjd-tab .bd li h2 {
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    transition: .5s;}

.zcjd-tab .bd li h2 p {
    width: 100%;
    font-weight: normal;
    font-size: 1rem;
    color: #333333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zcjd-tab .bd li h2.has p {
    max-width: calc(100% - 105px);
    width: auto;}

.zcjd-tab .bd li h2 span {
    margin-left: 15px;
    width: 79px;
    height: 24px;
    font-weight: normal;
    padding-left: 14px;
    font-size: .875rem;
    color: #654f0b;
    background: url(../images/list-text-ico.png) no-repeat;
    background-size: 100% 100%;}

.zcjd-tab .bd li h2:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9ebce8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;}

.zcjd-tab .bd li .info {
    position: relative;
    display: none;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 30px;
    white-space: nowrap;}

.zcjd-tab .bd li .info span {
    float: left;
    margin-right: 20px;
    text-align: left;
    font-size: .875rem;
    color: #666666;}

.zcjd-tab .bd li:before {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    left: -10px;
    top: -1px;
    background: #f5f8fb;
    opacity: 0;
    visibility: hidden;}

.zcjd-tab .bd li.active {
    border-bottom: 1px solid #fff;}

.zcjd-tab .bd li.active p {
    font-weight: bold;}

.zcjd-tab .bd li.active .info {
    display: block;}

.zcjd-tab .bd li.active h2:before {
    background: #1151af;}

.zcjd-tab .bd li.active:before {
    opacity: 1;
    visibility: visible;}

.zcjd-tab .zcjd-list {
    overflow: hidden;
    padding: 0 20px 20px;}

.zcjd-tab .zcjd-list ul {
    margin: 0 -13px;}

.zcjd-tab .zcjd-list li {
    float: left;
    width: 50%;}

.zcjd-tab .zcjd-list li * {
    transition: .5s;}

.zcjd-tab .zcjd-list a {
    display: block;
    margin: 0 13px;
    line-height: 70px;
    padding: 0 20px;
    overflow: hidden;
    border-radius: 10px;}

.zcjd-tab .zcjd-list .ico {
    float: left;
    width: 34px;
    text-align: center;}

.zcjd-tab .zcjd-list .ico img {
    max-width: 100%;
    vertical-align: middle;}

.zcjd-tab .zcjd-list h2 {
    float: right;
    width: calc(100% - 47px);
    background: url(../images/jiantou01.png) right center no-repeat;
    font-size: 1.25rem;
    color: #222222;
    font-weight: bold;}

.zcjd-tab .zcjd-list li:nth-child(1) a {
    background: #eff5ff;
    border: 1px solid #d1e0f8;}

.zcjd-tab .zcjd-list li:nth-child(2) a {
    background: #f0fafa;
    border: 1px solid #cff2f2;}

.zcjd-tab .zcjd-list li:nth-child(3) a {
    background: #f3f4ff;
    border: 1px solid #dadcf9;}

.zcjd-tab .zcjd-list li:hover h2 {
    transform: translateX(5px);}

.zdlygk-list {
    margin-top: 30px;}

.zdlygk-list .index-title h2 {
    line-height: 28px;}

.zdlygk-list .index-title h2 a {
    font-size: 1.5rem;}

.zdlygk-list .index-title h2 a:before, .zdlygk-list .index-title h2 a:after {
    display: none;}

.zdlygk-list ul {
    margin: 0 -10px;
    overflow: hidden;}

.zdlygk-list li {
    float: left;
    width: 20%;
    margin-bottom: 20px;}

.zdlygk-list li a {
    display: block;
    margin: 0 10px;
    background: #e9f1fb;
    position: relative;
    font-size: 1rem;
    color: #333333;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;}

.zdlygk-list li a:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 10px;}

.zdlygk-list li p {
    position: relative;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zdlygk-list li:hover a {
    background: #1151af;
    color: #fff;}

.zwgkzt-list {
    margin-top: 30px;}

.zwgkzt-list .index-title h2 {
    line-height: 28px;}

.zwgkzt-list .index-title h2 a {
    font-size: 1.5rem;}

.zwgkzt-list .index-title h2 a:before, .zwgkzt-list .index-title h2 a:after {
    display: none;}

.zwgkzt-list ul {
    overflow: hidden;
    margin: 0 -15px;}

.zwgkzt-list li {
    float: left;
    width: 25%;
    margin-bottom: 20px;}

.zwgkzt-list li a {
    display: block;
    margin: 0 15px;
    position: relative;
    overflow: hidden;}

.zwgkzt-list li a img {}

.zwgkzt-list li:hover img {
    transform: scale(1.05);}

.zwgkzt-list li a p{
        text-align: center;
        overflow: inherit;
        white-space: inherit;
        text-overflow: ellipsis;
        font-size: 1.25rem;
        line-height: 26px;
        /* margin-top: 30px; */
        color: #066CCC !important;
        -webkit-text-stroke: 3px transparent;
        -webkit-background-clip: text;
        position: absolute;
        text-align: center;
        width: 96%;
        left: 2%;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;}

.zwgkzt-list .more {
    margin: 0px auto;
    width: 100px;
    height: 26px;
    line-height: 26px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #c1cfe1;
    transition: .5s;}

.zwgkzt-list .more a {
    display: block;
    font-size: .875rem;
    color: rgba(0, 0, 0, 0.5);}

.zwgkzt-list .more:hover {
    background: #1151af;}

.zwgkzt-list .more:hover a {
    color: #fff;}

/* 政务公开栏目页 */
/* 政民互动栏目页 */
.xzxx-box {
    overflow: hidden;
    background: url(../images/xzxx-bg.png) right center no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 20px 20px 20px 40px;}

.xzxx-box .tit {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333333;
    font-weight: bold;
    position: relative;
    background: url(../images/xzxx-line.png) 100px 20px no-repeat;}

.xzxx-box .lf {
    float: left;
    width: 45%;}

.xzxx-box .lf .txt {
    background: #fff;
    padding: 30px;
    border-radius: 15px;}

.xzxx-box .lf .txt p {
    font-size: 1rem;
    line-height: 29px;
    color: #333333;}

.xzxx-box .xx-btns {
    overflow: hidden;
    margin-top: 20px;}

.xzxx-box .xx-btns * {
    transition: .5s;}

.xzxx-box .xx-btns ul {
    margin: 0 -5px;}

.xzxx-box .xx-btns li {
    float: left;
    width: 33.3%;}

.xzxx-box .xx-btns a {
    display: block;
    margin: 0 5px;
    background: #d9ecff;
    padding: 20px 5px;
    border-radius: 10px;
    border: 1px solid #fff;
    text-align: center;}

.xzxx-box .xx-btns img {
    height: 50px;}

.xzxx-box .xx-btns p {
    font-size: 1.25rem;
    color: #222222;
    font-weight: bold;
    margin-top: 15px;}

.xzxx-box .xx-btns li:hover img {
    transform: rotateY(180deg);}

.xzxx-box .xx-btns li:hover p {
    color: #1151af;}

.xzxx-box .rt {
    float: right;
    width: 52%;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 15px;}

.xzxx-box .xx-data {
    margin-top: 15px;
    overflow: hidden;}

.xzxx-box .xx-data li {
    float: left;
    width: 25%;
    text-align: center;}

.xzxx-box .xx-data h2 {
    font-size: 1.5rem;
    color: #262626;
    font-weight: bold;}

.xzxx-box .xx-data p {
    font-size: 1rem;
    color: #262626;
    margin-top: 7px;}

.xzxx-box .xx-list {
    margin-top: 15px;
    background: #fff;
    border-radius: 15px;
    padding: 20px 15px;}

.xzxx-box .xx-list * {
    transition: .5s;}

.xzxx-box .xx-list li {
    padding: 10px 0;
    overflow: hidden;
    line-height: 22px;}

.xzxx-box .xx-list em {
    height: 22px;
    width: 60px;
    float: left;
    background: url(../images/xzxx-list-ico.png) no-repeat;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-style: normal;}

.xzxx-box .xx-list p {
    float: left;
    margin-left: 10px;
    font-size: 1rem;
    color: #333333;
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.xzxx-box .xx-list .date {
    float: right;
    font-size: .875rem;
    color: #666666;}

.xzxx-box .xx-list li:hover p {
    transform: translateX(5px);
    color: #1151af;}

.zwft-tab {
    margin-top: 30px;
    border-radius: 15px 15px 0 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    height: 540px;
    position: relative;}

.zwft-tab .title {
    width: 180px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -9px;
    background: #2462be;
    line-height: 70px;
    border-radius: 15px 15px 0 0;}

.zwft-tab .title:before {
    content: "";
    width: 15px;
    height: 6px;
    background: #dbbf9f;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;}

.zwft-tab .index-zmhd-more {
    margin: 10px 0 0 0;}

.zwft-tab * {
    transition: .5s;}

.zwft-tab .hd {
    overflow: hidden;
    line-height: 60px;
    background: #1151af;
    padding: 0 15px;
    padding-left: 245px;}

.zwft-tab .hd li {
    float: left;
    width: 20%;
    cursor: pointer;
    text-align: center;}

.zwft-tab .hd li h2 {
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold;
    transition: .5s;}

.zwft-tab .hd .more {
    position: absolute;
    top: 0;
    right: 25px;
    display: none;}

.zwft-tab .hd .more a {
    font-size: .875rem;
    color: rgba(242, 215, 156, 0.6);}

.zwft-tab .hd .more a:hover {
    color: #fff;}

.zwft-tab .hd li.on h2 {
    color: #f2d79c;
    background: url(../images/tab-zc-tit.png) center 90% no-repeat;}

.zwft-tab .bd {
    margin-top: 20px;
    padding: 0 20px;}

.zwft-tab .zfkfr .zfkfr-txt p{
    margin-top:70px
;}
.zwft-tab .zfkfr .zfkfr-txt:before,
.zwft-tab .zfkfr .zfkfr-txt:after{
   top:40px;}

.zwft-tab .zwft .first {
    overflow: hidden;
    border-bottom: 1px solid #e2e7eb;
    padding-bottom: 15px;}

.zwft-tab .zwft .pic {
    float: left;
    width: 380px;
    overflow: hidden;}

.zwft-tab .zwft .pic a {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    position: relative;}

.zwft-tab .zwft .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;}

.zwft-tab .zwft .pic img:hover {
    transform: scale(1.05);}

.zwft-tab .zwft .txt {
    float: right;
    width: calc(100% - 425px);}

.zwft-tab .zwft .txt .tit {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.zwft-tab .zwft .txt .tit:hover {
    color: #1151af;}

.zwft-tab .zwft .info {
    margin-top: 15px;}

.zwft-tab .zwft .info span {
    display: inline-block;
    background: #e8f1fe;
    padding: 5px 8px;
    border-radius: 15px;
    text-align: center;
    color: #333333;
    font-size: .875rem;}

.zwft-tab .zwft .info p {
    display: inline-block;
    font-size: 1rem;
    color: #666666;}

.zwft-tab .zwft dl {
    overflow: hidden;}

.zwft-tab .zwft dd {
    float: left;
    width: 38%;}

.zwft-tab .zwft dd:nth-child(1) {
    width: 24%;}

.zwft-tab .zwft .abst {
    overflow: hidden;
    margin-top: 18px;}

.zwft-tab .zwft .abst span {
    float: left;}

.zwft-tab .zwft .abst p {
    float: right;
    width: calc(100% - 65px);
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}

.zwft-tab .zwft ul {
    overflow: hidden;
    margin: 0 -5px;
    margin-top: 15px;}

.zwft-tab .zwft li {
    float: left;
    width: 33.3%;}

.zwft-tab .zwft li a {
    display: block;
    margin: 0 5px;
    background: url(../images/zwft-bg2.png) bottom center no-repeat #fff;
    border: 1px solid #e2e7eb;
    padding: 20px 30px 15px;
    overflow: hidden;}

.zwft-tab .zwft li .tit {
    font-size: 1rem;
    color: #333333;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}

.zwft-tab .zwft li .date {
    margin-top: 15px;
    float: right;
    width: 92px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #8cafed;
    border-radius: 15px;
    font-size: .875rem;
    color: #fff;}

.zwft-tab .zwft li:hover a {
    background: url(../images/zwft-bg2.png) bottom center no-repeat #1151af;}

.zwft-tab .zwft li:hover .tit {
    color: #fff;}

.zwft-tab .zwft li:hover .date {
    background: #1151af;}

.zwft-tab .zfkfr {
    overflow: hidden;}

.zwft-tab .zfkfr .zfkfr-txt {
    height: 400px;
    float: left;
    width: 430px;}

.zwft-tab .zfkfr ul {
    float: right;
    width: calc(100% - 450px);}

.zwft-tab .zfkfr li {
    margin-bottom: 3px;
    border: 1px solid #e2e7eb;
    padding: 10px 30px;
    background: url(../images/zfkfr-listbg.png) bottom right no-repeat #fff;
    background-size: cover;
    position: relative;}

.zwft-tab .zfkfr li a {
    display: block;}

.zwft-tab .zfkfr li:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #e8d09d;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;}

.zwft-tab .zfkfr h2 {
    font-size: 1rem;
    color: #333333;
    font-weight: normal;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zwft-tab .zfkfr h2.img {
    padding-left: 27px;
    background: url(../images/img.png) left center no-repeat;}

.zwft-tab .zfkfr h2.video {
    padding-left: 27px;
    background: url(../images/vedio.png) left center no-repeat;}

.zwft-tab .zfkfr .info {
    font-size: .875rem;
    color: #666666;
    margin-top: 9px;}

.zwft-tab .zfkfr .info span {
    margin-right: 30px;}

.zwft-tab .zfkfr li:hover {
    background: #1151af;}

.zwft-tab .zfkfr li:hover h2 {
    color: #fff;}

.zwft-tab .zfkfr li:hover span {
    color: #fff;}

.zwft-tab .hygq ul {
    overflow: hidden;
    margin: 0 -5px;
    margin-top: 10px;}

.zwft-tab .hygq li {
    float: left;
    width: 33.3%;
    /* margin: 10px 0; */
    margin-bottom: 10px;}

.zwft-tab .hygq li a {
    display: block;
    margin: 0 5px;
    background: url(../images/zwft-bg2.png) bottom center no-repeat #fff;
    border: 1px solid #e2e7eb;
    padding: 20px 30px 20px;
    overflow: hidden;}

.zwft-tab .hygq li .tit {
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.zwft-tab .hygq li .abst {
    margin-top: 10px;
    font-size: 0.875rem;
    color: #333333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.zwft-tab .hygq li .date {
    margin-top: 10px;
    float: right;
    width: 92px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #8cafed;
    border-radius: 15px;
    font-size: .875rem;
    color: #fff;}

.zwft-tab .hygq li:hover a {
    background: url(../images/zwft-bg2.png) bottom center no-repeat #1151af;}

.zwft-tab .hygq li:hover .tit {
    color: #fff;}

.zwft-tab .hygq li:hover .abst {
    color: #fff;}

.zwft-tab .hygq li:hover .date {
    background: #1151af;}

.zwft-tab .yjzj ul {
    margin: 0 -10px;}

.zwft-tab .yjzj li {
    float: left;
    width: 33.3%;
    margin-bottom: 12px;}

.zwft-tab .yjzj a {
    display: block;
    margin: 0 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 30px 25px;
    background: url(../images/yjzj-bg.png) bottom center no-repeat;}

.zwft-tab .yjzj h2 {
    font-size: 1rem;
    color: #333333;
    font-weight: normal;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

.zwft-tab .yjzj h2 span {
    transition: 0s;}

.zwft-tab .yjzj .info {
    margin-top: 15px;
    line-height: 24px;}

.zwft-tab .yjzj .info span {
    display: inline-block;
    width: 70px;
    text-align: center;
    background: url(../images/yjzj-ico.png) no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;}

.zwft-tab .yjzj .info p {
    display: inline-block;
    margin-left: 10px;
    font-size: .875rem;
    color: #6e91d2;}

.zwft-tab .yjzj .info.end span {
    background: #b4c2d8;}

.zwft-tab .yjzj .info.end p {
    color: #9fabbe;}

.zwft-tab .yjzj .bm {
    width: auto;
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    margin-top: 10px;
    padding: 3px 15px;
    background: #1151af !important;}

.zwft-tab .yjzj li:hover a {
    background: url(../images/yjzj-bg.png) bottom center no-repeat #1151af;}

.zwft-tab .yjzj li:hover h2 {
    color: #fff;}

.zwft-tab .yjzj li:hover p {
    color: #fff !important;}

.zwft-tab .wjtxt {
    width: 450px;
    float: left;
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto;
    height: 400px;
    background: url(../images/wjdc-left-pic.png) center no-repeat;
    background-size: cover;}

.zwft-tab .wjtxt p {
    font-size: 1rem;
    line-height: 32px;
    text-indent: 2em;
    display: none;}

.zwft-tab .wjlist {
    width: calc(100% - 470px);
    float: right;}

.zwft-tab .wjlist li {
    overflow: hidden;
    padding: 10px 0;
    line-height: 28px;
    cursor: pointer;}

.zwft-tab .wjlist li h2 {
    float: left;
    width: calc(100% - 100px);
    font-size: 1rem;
    color: #333333;
   
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;}


.zwft-tab .wjlist li h2 p{
    max-width: calc(100% - 85px);
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zwft-tab .wjlist li h2 i{
        color: #1151af;
 
    font-size:1rem;

    cursor: pointer;
    font-style: inherit;}

.zwft-tab .wjlist .info {
    float: right;
    margin-top: 0;}

.zwft-tab .wjlist li:hover h2 {
    color: #1151af;}

.zmhd-kslj {
    margin-top: 30px;}

.zmhd-kslj ul {
    overflow: hidden;
    margin: 0 -12px;}

.zmhd-kslj li {
    float: left;
    width: 25%;}

.zmhd-kslj li * {
    transition: .5s;}

.zmhd-kslj li a {
    display: block;
    margin: 0 12px;
    height: 126px;
    position: relative;
    overflow: hidden;}

.zmhd-kslj li .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;}

.zmhd-kslj li p {
    position: absolute;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 30px;
    color: #222222;
    left: 10%;
    top: 50%;
    margin-top: -15px;}

.zmhd-kslj li:hover p {
    transform: translateX(5px);}

/* 政民互动栏目页 */
/* 栏目页 */
/* 列表页 */
.list-page {
    position: relative;
    z-index: 3;
    min-height: 600px;
    background: #dfe4e9;;
    padding: 30px 0 60px;
	top:100px;}

.left-nav {
    width: 260px;
    float: left;
    position: relative;
    background: #1151af;
    border-top: 5px solid #729bd8;}

.left-nav .column {
    padding: 10px 35px;
    background: url(../images/leftnav-titbg.png) center top no-repeat;
    text-align: center;}

.left-nav .column h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;}

.left-nav .phone-column {
    display: none;}

.left-nav .sideMenu {
    padding: 30px 15px 160px;
    background: url(../images/leftnav-bg.png) right bottom no-repeat;}

.left-nav .sideMenu li {
    position: relative;
    margin-bottom: 10px;}

.left-nav .sideMenu li > a {
    position: relative;
    display: block;
    padding: 15px 20px;}

.left-nav .sideMenu li > a p {
    padding-right: 15px;
    font-size: 1.125rem;
    color: #fff;}

.left-nav .sideMenu .haschild > a p {
    background: url(../images/leftnav-ico1.png) right center no-repeat;}

.left-nav .sideMenu dl {
    padding: 0px 30px 15px 40px;
    display: none;}

.left-nav .sideMenu dl dd a {
    display: block;
    font-size: 1rem;
    color: #fff;
    padding: 7px 0 7px;
    position: relative;}

.left-nav .sideMenu dl dd:hover a, .left-nav .sideMenu dl dd.current a {
    color: #e2cf94;}

.left-nav .sideMenu li.current p, .left-nav .sideMenu li:hover p {
    font-weight: bold;}

.left-nav .sideMenu li.haschild.current p, .left-nav .sideMenu li.haschild:hover p {
    background: url(../images/leftnav-ico2.png) right center no-repeat;}

.left-nav .sideMenu li.current {
    background: rgba(82, 141, 226, 0.2);}

.left-nav .sideMenu li.current dl {
    display: block;}

.right-con {
    float: right;
    width: calc(100% - 285px);}

.curr-col {
    font-size: 1.25rem;
    color: #333333;
    font-weight: bold;
    line-height: 40px;}

.location {
    overflow: hidden;
    margin-bottom: 10px;}

.weizhi {
    font-size: 1rem;
    color: #666666;max-width: calc(100% - 120px);}

.weizhi a {
     font-size: 1rem;
    color: #666666;}

.list-box {
    background: #fff;}

.list-news {
    overflow: hidden;}

.list-news * {
    transition: .5s;}

.list-news li {
    padding: 15px 25px;
    margin-bottom: 5px;
    background: #fff;}

.list-news li a {
    overflow: hidden;
    display: block;
    padding-left: 20px;
    position: relative;
    line-height: 26px;}

.list-news li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #1151af;
    position: absolute;
    left: 0;
    top: 10px;}

.list-news li h2 {
    /*     overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; */
    /* line-height: 26px; */
    color: #333333;
    float: left;
    width: calc(100% - 120px);}

.list-news li h2 p {
    max-width: 100%;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.list-news li h2 p.has {
    max-width: calc(100% - 105px);}

.list-news li h2 span {
    margin-left: 15px;
    width: 79px;
    height: 26px;
    padding-left: 14px;
    font-size: .875rem;
    color: #654f0b;
    background: url(../images/list-text-ico.png) no-repeat;
    background-size: 100% 100%;}

.list-news li .info {
    margin-top: 0;
    float: right;}

.list-news li .info span {
    font-size: 1rem;
    color: #888888;
    margin-right: 25px;
    float: left;}

.list-news li .info span:last-child {
    float: right;}

.list-news li:hover a {
    transform: translateX(10px);}

.list-news li:hover h2 {
    color: #1151af;}

.list-text {
    overflow: hidden;}

.list-text * {
    transition: .5s;}

.list-text li {
    padding: 20px 30px 20px;
    border-bottom: 1px solid #f5f8fb;}

.list-text li a {
    overflow: hidden;
    display: block;
    padding-left: 20px;
    position: relative;}

.list-text li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #1151af;
    position: absolute;
    left: 0;
    top: 10px;}

.list-text li h2 {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
    color: #333333;}

.list-text li h2 p {
    max-width: 100%;
    font-weight: bold;
    font-size: 1.125rem;
    position: relative;}

.list-text li h2 p.has {
    max-width: calc(100% - 105px);}

.list-text li h2 .tip{
    margin-left: 15px;
    width: 79px;
    height: 26px;
    padding-left: 14px;
    font-size: .875rem;
    color: #654f0b;
    background: url(../images/list-text-ico.png) no-repeat;
    background-size: 100% 100%;}

.list-text li .info {
    margin-top: 15px;}

.list-text li .info span {
    font-size: .875rem;
    color: #999999;
    margin-right: 25px;
    line-height: 20px;}

.list-text li:hover a {
    transform: translateX(10px);}

.list-text li:hover h2 {
    color: #1151af;}

.list-yjzj li{
   padding: 20px 30px 20px;
   border-bottom: 1px solid #f5f8fb;
   line-height:30px;
   overflow: hidden;}

.list-yjzj li .tit{
    float: left;
    font-size:1rem;
    max-width: calc(100% - 190px);
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;}
.list-yjzj li .tit .isclose{
    display:inline-block;}
.list-yjzj li .jieguo{
    float: left;
    color:#1151af;
    margin-left: 10px;}
.list-yjzj li .date{
    float:right;
    font-size:1rem;}

.list-zmhd * {
    transition: .5s;}

.list-zmhd li {
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;}

.list-zmhd li .pic {
    float: left;
    width: 250px;
    height: 140px;overflow:hidden;}

.list-zmhd li .pic a {
    display: block;}

.list-zmhd li .pic img {
    width: 100%;}

.list-zmhd li .pic img:hover {
    transform: scale(1.05);}

.list-zmhd li .txt {
    float: right;
    width: calc(100% - 280px);}

.list-zmhd li .tit {
    display: block;
    line-height: 44px;
    padding-left: 30px;
    background: url(../images/vedio.png) left center no-repeat;
    font-size: 1.125rem;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.list-zmhd li .tit.img {
    background: url(../images/img.png) left center no-repeat;}

.list-zmhd li .tit:hover {
    color: #1151af;
    transform: translateX(5px);}

.list-zmhd li .info {
    margin-top: 10px;}

.list-zmhd li .info span {
    display: inline-block;
    background: #e8f1fe;
    padding: 5px 8px;
    border-radius: 15px;
    text-align: center;
    color: #333333;
    font-size: .875rem;}

.list-zmhd li .info p {
    display: inline-block;
    font-size: 1rem;
    color: #666666;}

.list-zmhd li dl {
    overflow: hidden;}

.list-zmhd li dd {
    float: left;
    width: 38%;}

.list-zmhd li dd:nth-child(1) {
    width: 24%;}

.list-zmhd li .abst {
    overflow: hidden;
    margin-top: 10px;}

.list-zmhd li .abst span {
    float: left;}

.list-zmhd li .abst p {
    float: right;
    font-size: 1rem;
    width: calc(100% - 65px);
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

/* 图片列表 */
.list-pic {
    overflow: hidden;
    margin: 0px -15px 0;}

.list-pic * {
    transition: .5s;}

.list-pic li {
    width: 33.3%;
    float: left;
    margin-bottom: 30px;}

.list-pic li a {
    display: block;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    background: #fff;}

.list-pic .pic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;}

.list-pic .pic img {
    width: 100%;
    position: absolute;}

.list-pic h4 {
    position: relative;
    padding: 15px 20px;
    font-weight: normal;
    line-height: 16px;}

.list-pic h4 p {
    font-size: 1rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.list-pic li:hover a {
    background: #1151af;}

.list-pic li:hover img {
    transform: scale(1.05);}

.list-pic li:hover p {
    color: #fff !important;}

/* 领导团队 */
.list-leader {
    margin: 40px -20px 0;
    overflow: hidden;}

.list-leader li {
    float: left;
    width: 25%;
    margin-bottom: 20px;}

.list-leader li a {
    display: block;
    overflow: hidden;
    margin: 0 20px;}

.list-leader li .pic {
    width: 100%;
    position: relative;
    padding-bottom: 141%;
    overflow: hidden;}

.list-leader li .pic img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;}

.list-leader li .tit {
    line-height: 44px;
    font-size: 1rem;
    text-align: center;}

/* 列表线条动画 */
.bottom-inOutSpread:before, .bottom-inOutSpread:after, .bottom-inOutSpread > .ui-border-element:before, .bottom-inOutSpread > .ui-border-element:after {
    content: "";
    position: absolute;}

.bottom-inOutSpread:after {
    border-bottom: 1px solid #005dab;
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;}

.bottom-inOutSpread:hover:after {
    left: 0%;
    right: 0%;}

.bottom-inOutSpread:not(:hover):after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;}

/* 列表线条动画结束 */
/* 正文页 */
.article {
    position: relative;
    padding-top: 20px;}

.article .langdu-wrap {
    position: absolute;
    z-index: 9;
    top: -40px;
    right: 0;
    text-align: center;
    background: #1151af;
    border-radius: 20px;}

.article .langdu-wrap a {
    display: inline-block;
    font-size: .875rem;
    color: #fff;
    padding-left: 28px;
    background: url(../images/read.png) left center no-repeat;}

.article .tit {
    font-size: 1.625rem;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;}

.article .info {
    padding-bottom: 17px;
    border-bottom: 1px dashed #cccccc;}

.article .info .lf {
    float: left;
    font-size: .875rem;
    color: #666666;}

.article .info .lf span {
    margin-right: 15px;}

.article .info .rt {
    float: right;
    font-size: .875rem;
    color: #3760ac;}

.article .info .print {
    display: inline-block;
    padding-left: 23px;
    background: url(../images/print.png) left center no-repeat;}

.article .info .zt {
    display: inline-block;
    margin-left: 20px;}

.article .info .zt a {
    display: inline-block;
    margin: 0 3px;}

.article .info .share {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    padding-left: 23px;
    background: url(../images/share.png) left center no-repeat;
    cursor: pointer;}

.article .info .share .social-share {
    position: absolute;
    z-index: 99;
    bottom: 100%;
    right: -15px;
    width: 80px;
    opacity: 0;
    visibility: hidden;}

.article .info .share:hover .social-share {
    opacity: 1;
    visibility: visible;}

.article .info .phone {
    margin-left: 20px;
    display: inline-block;
    padding-left: 23px;
    background: url(../images/phone.png) left center no-repeat;}

/* 内容页-政策解读 */
.zcwj-info {
    margin-top: -20px;
    margin-bottom: 50px;}

.article .zh {
    padding-bottom: 15px;
    font-size: 1rem;
    text-align: center;
    color: #333;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;}

.zcwj-info .zc-table {
    overflow: hidden;
    margin-top: 35px;
    border-bottom: 1px solid #e6e6e6;}

.zcwj-info .zc-table li {
    float: left;
    width: 50%;
    font-size: 1rem;
    color: #222222;
    line-height: 50px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;}

.zcwj-info .zc-table li.t {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    min-height: 50px;
    align-items: center;
    background: #e9f2ff;}

.zcwj-info .zc-table li span {
    width: 150px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    color: #666666;
    background: #e9f2ff;}

.zcwj-info .zc-table li em {
    display: inline-block;
    width: calc(100% - 160px);
    padding: 0 10px;
    text-align: center;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    font-style: normal;
    line-height: 25px;}

.zcwj-info .zc-table li > * {
    display: inline-block;
    vertical-align: middle;}

.zcwj-info .zc-table li.t span {
    border-right: none;}

.zcwj-info .zc-table li.t em {
    display: block;
    padding: 10px 0 10px 10px;
    text-align: left;
    line-height: 24px;
    border-left: 1px solid #e6e6e6;}

.article .con {
    margin-top: 30px;
    /* overflow: hidden; */
    padding-bottom: 30px;}

.article .article-text {
    float: left;
    width: calc(100% - 360px);}

.article .article-text iframe {
    max-width: 100%;
 width: 100%;}

.article .article-text p iframe {
    margin-left:-2em;}

.article .article-text .read-content-wrap,
.article .article-text .read-content-wrap div
{
max-width:100%;}

.article .article-text p {
    font-size: 1rem;
    color: #222222;
    line-height: 34px;
    text-indent: 2em;
    word-break: break-all;}

.article .article-text p img, .article .article-text p video {
    max-width: 90% !important;
    height: auto !important;}
.article .article-text p video{
max-width: 90% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;}
.article .article-text table {
       max-width: 98%;
    overflow-x: auto;
    border: none;
    margin: 0 auto;}

.article .article-text table p {
    text-indent: 0 !important;
    padding: 0;}

.article .article-text .other {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #cccccc;}

.article .article-text .other p {
    text-indent: 0;
    color: #666666;}

.article .article-rt {
    float: right;
    width: 324px;
    background: #e9f2ff;
    padding: 12px 12px 0;}

.article .item {
    margin-bottom: 30px;}

.article .item h2 {
    font-size: 1.125rem;
    color: #222222;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;}

.article .item h2:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1151af;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;}

.article .item ul {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 10px;}

.article .item ul * {
    transition: .5s;}

.article .item ul li {
    font-size: 1rem;
    color: #222222;
    line-height: 30px;
    padding: 5px 0;
    border-bottom: 1px solid #efefef;}

.article .item ul li a {
    display: block;}

.article .item ul li a:hover {
    color: #3760ac;}

.article .item ul li:last-child {
    border-bottom: none;}

.article .item dl {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 10px;}

.article .item dl dd {
    background: #f5f9ff;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;}

.article .item dl dd a {
    display: inline-block;
    padding-left: 65px;
    font-size: .875rem;
    color: #3760ac;}

.article .item dl dd a.word {
    background: url(../images/word.png) left center no-repeat;}

.article .item dl dd a.pdf {
    background: url(../images/pdf.png) left center no-repeat;}

.article .item dl dd a:hover {
    padding-left: 55px;}

.article .item .txt {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 1rem;
    line-height: 30px;
    color: #222222;}

.toolban{
   
    background:#e8f2ff;
    margin-bottom:30px;
     
     padding:0 20px;}
.toolban .print{
   font-size:16px;line-height:40px;
    float:left;}
.toolban .share{
    float:left;
    margin-left:15px;}
.toolban a{
    float:left;font-size:16px;line-height:40px;}
.toolban .social-share{
    float:left;}
.toolban .social-share .help{
    margin-top:-10px
;}
.toolban .social-share .help p{
    font-size: 12px !important;
    text-align: center;
    text-indent: 0;}
/* 内容页-政策解读 */
/*网站地图*/
.wzdt {
    margin-top: 20px;}

.wzdt table tr td {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
    border-top-color: rgb(184, 204, 237);
    border-right-color: rgb(184, 204, 237);
    border-bottom-color: rgb(184, 204, 237);
    border-left-color: rgb(184, 204, 237);}

.wzdt td {
    line-height: 22px;
    border: 1px solid #b8cced;}

/* 信件查询 */
.xjcx-form {
    overflow: hidden;
    margin: 20px auto;}

.xjcx-form>div {
    float: left;
    margin-right: 10px;
    line-height: 40px;}

.xjcx-form>div span {
    font-size: 1.125rem;}

.xjcx-form>div input {
    width: 220px;
    height: 40px;
    border: 1px solid #1151af;
    font-size: 1rem;
    border-radius: 10px;
    padding: 0 10px;}

.xjcx-form .input3 input {
    cursor: pointer;
    width: 120px;
    height: 40px;
    border: 1px solid #1151af;
    font-size: 1rem;
    border-radius: 5px;
    background: #1151af;
    color: #fff;}

.scollBox {
    overflow-x: auto;
    overflow-y: hidden;}

.scollBox table {
    width: 100%;
    min-width: 1024px;
    font-size: 1rem !important;}

.scollBox table * {
    font-size: 1rem !important;}

/* 信件提交 */
.xjtj-form {
    overflow-x: auto;}

@media (max-width: 992px) {
    .xjcx-form>div {
        float:none;
        margin-top: 10px;}

    .xjcx-form span {
        float: left;
        width: 90px;}

    .xjcx-form>div input {
        width: calc(100% - 100px);}

    .xjcx-form .input3 {
        width: 120px;
        margin: 10px auto 0;}
}

{
    padding-bottom: 0;
    margin-top: 0;}

.tab-zmhd .zwft {
    padding: 0 15px;
    margin-top: -10px;}

.tab-zmhd .zwft .first {
    overflow: hidden;
    border-bottom: 1px solid #e2e7eb;
    padding-bottom: 10px;}

.tab-zmhd .zwft .pic {
    float: left;
    width: 345px;}

.tab-zmhd .zwft .pic a {
    display: block;}

.tab-zmhd .zwft .pic .img {
    width: 100%;
    height: 243px;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}

.tab-zmhd .zwft .txt {
    float: right;
    width: calc(100% - 365px);}

.tab-zmhd .zwft .txt .tit {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
    line-height: 31px;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.tab-zmhd .zwft .txt .tit:hover {
    color: #1151af;}

.tab-zmhd .zwft .info {
    margin-top: 15px;}

.tab-zmhd .zwft .info span {
    display: inline-block;
    background: #e8f1fe;
    padding: 5px 8px;
    border-radius: 15px;
    text-align: center;
    color: #333333;
    font-size: .875rem;}

.tab-zmhd .zwft .info p {
    display: inline-block;
    font-size: 1rem;
    color: #666666;}

.tab-zmhd .zwft dl {
    overflow: hidden;}

.tab-zmhd .zwft dd {
    float: left;
    width: 38%;}

.tab-zmhd .zwft dd:nth-child(1) {
    width: 24%;}

.tab-zmhd .zwft .abst {
    overflow: hidden;
    margin-top: 18px;}

.tab-zmhd .zwft .abst span {
    float: left;}

.tab-zmhd .zwft .abst p {
    float: right;
    width: calc(100% - 65px);
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.tab-zmhd .zwft .zcwj {
    overflow: hidden;
    margin: 10px -5px 3px;}

.tab-zmhd .zwft .zcwj li {
    width: 33.3%;
    float: left;
    background: none;
    padding: 0;
    line-height: 30px;}

.tab-zmhd .zwft li a {
    display: block;
    margin: 0 5px;
    background: url(../images/zwft-bg2.png) bottom center no-repeat #fff;
    border: 1px solid #e2e7eb;
    padding: 15px 20px;
    overflow: hidden;}

.tab-zmhd .zwft li .tit {
    font-size: 1rem;
    color: #333333;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;}

.tab-zmhd .zwft li .date {
    margin-top: 10px;
    float: right;
    width: 92px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #8cafed;
    border-radius: 15px;
    font-size: .875rem;
    color: #fff;}

.tab-zmhd .zwft li:hover a {
    background: url(../images/zwft-bg2.png) bottom center no-repeat #3470cb;}

.tab-zmhd .zwft li:hover .tit {
    color: #fff;}

.zwft-tab .zwft li:hover .date {
    background: #fff;}

.tab-zmhd .zwft-btn {
    padding-top: 10px;
    margin: 15px 10px 0;
    border-top: 1px solid #e1e8f2;}

.tab-zmhd .zwft-btn ul {
    overflow: hidden;
    margin: 0 -4px;}

.tab-zmhd .zwft-btn li {
    float: left;
    width: 20%;}

.tab-zmhd .zwft-btn li a {
    display: block;
    margin: 0 4px;
    background: url(../images/zwft-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;}

.tab-zmhd .zwft-btn li .ico {
    margin: 15px auto 10px;
    height: 30px;}

.tab-zmhd .zwft-btn li .ico img {
    max-height: 30px;}

.tab-zmhd .zwft-btn li h2 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    height: 48px;}

.tab-zmhd .zwft-btn li:hover img {
    transform: rotateY(180deg);}

.zmhd-list {
    padding: 0 15px;}

.zmhd-list .zcwj {
    margin-top: -10px;
    overflow: hidden;}

.zmhd-list .zcwj li {
    width: 48%;
    float: left;
    margin: 0 1%;}

.zmhd-list .zfkfr {
    overflow: hidden;}

.zfkfr .zfkfr-txt {
    width: 430px;
    float: left;
    border-radius: 15px;
    padding: 15px;
    height: 333px;
    overflow-y: auto;
    background: url(../images/zfkfr-left-pic.png) center no-repeat;
    background-size: 100% 100%;
    position: relative;}

.zfkfr .zfkfr-txt:before {
    content: "";
    width: 190px;
    height: 61px;
    background: url(../images/zfkfr-title.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    left: 25px;}

.zfkfr .zfkfr-txt:after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/zfkfr-shuxie.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 2px;
    right: 25px;}

.zfkfr .zfkfr-txt p {
    text-indent: 2em;
    line-height: 28px;
    font-size: 0.875rem;
    background: #fff;
    padding: 20px;
    color: #333333;
    margin-top: 34px;
    border-radius: 20px;}

.zmhd-list .zfkfr ul {
    float: right;
    width: calc(100% - 450px);}

.zmhd-list .zfkfr li {
    margin-bottom: 3px;
    border: 1px solid #e2e7eb;
    padding: 10px 30px;
    position: relative;
    background: url(../images/zfkfr-listbg.png) bottom right no-repeat #fff;
    background-size: cover;}

.zmhd-list .zfkfr li a {
    display: block;}

.zmhd-list .zfkfr li * {
    transition: .5s;}

.zmhd-list .zfkfr li:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #e8d09d;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;}

.zmhd-list .zfkfr h2 {
    font-size: 1rem;
    color: #333333;
    line-height: 28px;}

.zmhd-list .zfkfr h2 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zmhd-list .zfkfr h2.img {
    padding-left: 27px;
    background: url(../images/img.png) left center no-repeat;}

.zmhd-list .zfkfr h2.video {
    padding-left: 27px;
    background: url(../images/vedio.png) left center no-repeat;}

.zmhd-list .zfkfr .info {
    font-size: .875rem;
    color: #666666;
    margin-top: 10px;}

.zmhd-list .zfkfr .info span {
    margin-right: 30px;}

.zmhd-list .zfkfr li:hover {
    background: #1151af;}

.zmhd-list .zfkfr li:hover p {
    color: #fff;}

.zmhd-list .zfkfr li:hover span {
    color: #fff;}

.zmhd-list .yjzj ul {
    margin: 0 -5px;
    overflow: hidden;}

.zmhd-list .yjzj li {
    float: left;
    width: 33.3%;
    margin-bottom: 10px;}

.zmhd-list .yjzj a {
    display: block;
    margin: 0 5px;
    border: 1px solid #e2e7eb;
    overflow: hidden;
    padding: 15px 25px;
    background: url(../images/yjzj-bg.png) bottom center no-repeat;}

.zmhd-list .yjzj h2 {
    font-size: 1rem;
    color: #333333;
    font-weight: normal;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}

.zmhd-list .yjzj .bm {
    padding: 5px 15px;
    background: #1151af;
    border-radius: 15px;
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;}

.zmhd-list .yjzj .info {
    margin-top: 19px;
    line-height: 24px;}

.zmhd-list .yjzj .info span {
    display: inline-block;
    width: 70px;
    text-align: center;
    background: url(../images/yjzj-ico.png) no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    margin-left: 10px;}

.zmhd-list .yjzj .info p {
    display: inline-block;
    margin-left: 10px;
    font-size: .875rem;
    color: #6e91d2;
    display: none;}

.zmhd-list .yjzj .info.end span {
    background: #b4c2d8;}

.zmhd-list .yjzj .info.end p {
    color: #9fabbe;}

.zmhd-list .yjzj li:hover a {
    background: url(../images/yjzj-bg.png) bottom center no-repeat #3572cb;}

.zmhd-list .yjzj li:hover h2 {
    color: #fff;}

.zmhd-list .yjzj li:hover p {
    color: #fff !important;}

.zmhd-list .hygq ul {
    overflow: hidden;
    margin: 0 -5px;
    margin-top: 0;}

.zmhd-list .hygq li {
    float: left;
    width: 33.3%;
    margin-bottom: 15px;}

.zmhd-list .hygq li a {
    display: block;
    margin: 0 5px;
    background: url(../images/zwft-bg2.png) bottom center no-repeat #fff;
    border: 1px solid #e2e7eb;
    padding: 10px 25px;
    overflow: hidden;}

.zmhd-list .hygq li .tit {
    font-size: 1rem;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.zmhd-list .hygq li .abst {
    font-size: 0.875rem;
    color: #333333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2px;}

.zmhd-list .hygq li .date {
    margin-top: 15px;
    float: right;
    width: 92px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #8cafed;
    border-radius: 15px;
    font-size: .875rem;
    color: #fff;}

.zmhd-list .hygq li:hover a {
    background: url(../images/zwft-bg2.png) bottom center no-repeat #3370ca;}

.zmhd-list .hygq li:hover .tit {
    color: #fff;}

.zmhd-list .hygq li:hover .abst {
    color: #fff;}

.zcjd-piclist ul {
    overflow: hidden;
    margin: 15px -10px 0;}

.zcjd-piclist li {
    float: left;
    width: 33.3%;
    margin-bottom: 17px;}

.zcjd-piclist li a {
    display: block;
    margin: 0 10px;}

.zcjd-piclist li img {
    width: 100%;}

.index-zcwj .zcwj li {
    line-height: 40px;}






.index-zcwj .zcwj  li {
    padding: 9px 0;
    border-bottom: 1px solid #e1e9f5;
    position: relative;
    overflow: inherit;}

.index-zcwj .zcwj  li * {
    transition: .5s;}

.index-zcwj .zcwj li a {
    display: block;}

.index-zcwj .zcwj li h2 {
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    transition: .5s;}

.index-zcwj .zcwj li h2 p {
    font-weight: normal;
    font-size: 1rem;
    color: #333333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;}

.index-zcwj .zcwj li h2.has p {
    max-width: calc(100% - 105px);
    width: auto;}

.index-zcwj .zcwj li h2 span {
    margin-left: 15px;
    width: 79px;
    height: 24px;
    font-weight: normal;
    padding-left: 14px;
    font-size: .875rem;
    color: #654f0b;
    background: url(../images/list-text-ico.png) no-repeat;
    background-size: 100% 100%;}

.index-zcwj .zcwj li h2:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9ebce8;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;}

.index-zcwj .zcwj li .info {
    position: relative;
    display: none;
    margin-top: 10px;
    overflow: hidden;
    background: #faf8f0;
    line-height: 30px;
    white-space: nowrap;}

.index-zcwj .zcwj li .info span {
    float: left;
    width: 25%;
    text-align: center;
    font-size: .875rem;
    color: #666666;}

.index-zcwj .zcwj li:before {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;}

.index-zcwj .zcwj li.active {
    border-bottom: 1px solid #fff;}

.index-zcwj .zcwj li.active p {
    font-weight: bold;}

.index-zcwj .zcwj li.active .info {
    display: block;}

.index-zcwj .zcwj li.active h2:before {
    background: #1151af;}

.index-zcwj .zcwj li.active:before {
    opacity: 1;
    visibility: visible;}




/* 当前位置 */
.tit-h3 {
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
    background: url(../images/tit-h3-bj.png) no-repeat;
    background-position: left center;}

.tit-h3:hover span {
    color: #245399;}

.tit-h3:hover i {
   
    background-position: center center;}

.ny-body {
    background: #f3f6fa ;
    background-position: center bottom;
    background-size: 1920px auto;
    padding-bottom: 40px;}

.ny-box {
    background: #fff;
    padding: 25px 30px 40px 30px;
    position: relative;}

.position {
    font-size: 0;
    padding: 15px 0;
    line-height: 30px;
    overflow: hidden;}

.position span {
    color: #666;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 5px;}

.position img {
    vertical-align: middle;
    margin-right: 5px;}

.position a {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
    vertical-align: middle;}

.pic-list-box ul {
    overflow: hidden;
    margin: 0 -1%;}

.pic-list-box ul li {
    float: left;
    width: calc(100% / 4);
    padding: 0 1%;
    margin: 2% 0;
    height: 144px;
    overflow: hidden;}

.pic-list-box ul li a {}

.pic-list-box ul li a div {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 56%;}

.pic-list-box ul li a div img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
    object-position: center center;}

.pic-list-box ul li a p {
    text-align: center;
    overflow: inherit;
    white-space: inherit;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
    color: #111111;}

.pic-list-box ul li:hover div img {
    transform: scale(1.1);}

.pic-list-box ul li:hover p {
    color: #0069C5;}

@media (max-width: 768px) {
    .pic-list-box ul li {
        width: calc(100% / 3);
        margin: 1% 0;}

    .ztnew>a>p {
        top: -66px !important;}
}

@media (max-width: 480px) {
    .pic-list-box ul li {
        width: calc(100% / 2);
        margin: 1% 0;
        height: 110px;}

    .ztnew>a>p {
        top: -54px !important;}

    .pic-list-box ul li a p {
        font-size: 16px;}
}

@media (max-width: 400px) {
    .pic-list-box ul li {
        width:100%;
        margin: 3% 0;
        height: 150px;}

    .ztnew>a>p {
        top: -80px !important;}

    .pic-list-box ul li a p {
        font-size: 16px;}
}




.ysqgk-txt{padding:10px 0;}
.ysqgk-txt p{font-size:1rem;line-height:2;text-indent:2em;}
.ysqgk-btn{overflow:hidden;margin-bottom:20px;}
.ysqgk-btn ul{
    overflow:hidden;margin:0 -20px;}
.ysqgk-btn li{
    float:left;width:20%;margin-bottom:10px;}
.ysqgk-btn li a{display:block;margin:0 20px;background:#0d52b2;font-size:1rem;text-align:center;line-height:36px;color:#fff;}
.ysqgk-btn li a:hover{background:#00357f;}



/* 机构设置 */
.jgsz .title{
   text-align: center;
    font-size:1.5rem;
    color: #245399;
    margin-bottom:20px;}

.jgsz .zw{
     width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #111;
    text-align: left;
    padding: 35px ;
    line-height: 1.8;
    font-size: 1.125rem;
    background:#fff;}

.jgsz .zw table{
        border-collapse: collapse;}
.jgsz .zw table td{
    border:none;
        padding: 10px 15px
;}

.p_pages span,.p_pages a{margin-bottom:5px !important;}

.syxgg{
    position:fixed;
    bottom:10%;
    left:0;
    width:300px;
    background:#fff;z-index:999999;display:none;}

.syxgg .close{
    padding:5px 20px;text-align:right;
    font-size:20px;    cursor: pointer;}

.syxgg img{
    width:100%;}


.pb_sys_common .p_t{
  vertical-align:initial !important;}

.pb_sys_common .p_goto input{
    width: 22px;
    text-align: center;
    height: 22px !important;
    margin-top: -5px !important;}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{

    vertical-align:initial !important;}