@charset "utf-8";

/**************************** 整体风格，根据需要增删改模块 ****************************/


/* 全局界面 */

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
}

.mt20 {
    margin-top: 20px;
}

.inner,
.nav ul,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: relative;
    background: #fff url(../images/head.jpg) 50% 0 no-repeat;
}

.header h1 {
    width: 50%;
    height: 150px;
    background: url(../images/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 150px;
}

.nav {
    height: 60px;
    background-color: #224b7f;
}

.nav li {
    position: relative;
    float: left;
    width: 12%;
}

.nav li.current {
    background-color: rgba(0, 0, 0, .2);
}

.nav li a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.nav li a:hover {
    background-color: rgba(0, 0, 0, .2);
}

.nav li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;

    background-size: 320px auto;
    transition: all .3s;
}

.nav li a img {
    width: 20px;
    position: relative;
    top: -3px;
    margin-right: 6px;
}

.headerline a h2 {
    height: 90px;
    font-size: 32px;
    font-weight: bold;
    line-height: 90px;
}

.headline-s {
    font-size: 20px;
    font-weight: bold;
    color: #205190;
    margin-bottom: 20px;
}

.TitleIcon {
    float: left;
    width: 24px;
    margin-right: 6px;
}

.ht {
    height: 40px;
    line-height: 40px;
    background-color: #eee;
}

.ht a {
    margin: 0 10px;
}

.ht i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: -2px;
}

.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #224B7F;
    color: #fff;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    /*    background: #fff url(../images/links_arr.png) 96% 50% no-repeat;*/
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright p a,
.copyright p span {
    // margin: 0 10px;
    color: #fff;
}

.footer-map {
    margin-left: 300px;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
    margin-right: 20px;
}

.t3 b {
    font-weight: bold;
    font-size: 22px;
    color: #333;
    border-left: 8px solid #2d8fff;
}

.mt10 {
    margin-top: 10px;
}


/* 搜索 */

.search-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    display: none;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M146.286 475.429h14.628c0 168.228 138.972 307.2 307.2 307.2s307.2-138.972 307.2-307.2-138.971-307.2-307.2-307.2-307.2 138.971-307.2 307.2h-14.628zm804.571 402.285c21.943 21.943 21.943 58.515 0 80.457-21.943 21.943-58.514 21.943-80.457 0L724.114 811.886c-73.143 58.514-160.914 87.771-256 87.771-234.057 0-424.228-190.171-424.228-424.228S234.057 51.2 468.114 51.2s424.229 190.171 424.229 424.229c0 95.085-29.257 182.857-87.772 256l146.286 146.285z' fill='%23048'/%3E%3C/svg%3E") 50% 50% no-repeat;
    cursor: pointer;
}

.search-box {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    margin-top: -10px;
    line-height: 0;
    text-align: center;
    font-size: 0;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button,
.search .go {
    display: inline-block;
}

.search input {
    width: 220px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
    border: none;
    background: #fff;
    margin-top: -20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    outline: none;
    border-radius: 4px 0 0 4px;
}

.search button {
    width: 40px;
    height: 40px;
    border: none;
    background: #ffa735;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 0;
    font-size: 0;
    color: transparent;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.search button .iconfont {
    font-size: 24px;
    color: #fff;
    margin: 0px auto;
    line-height: 40px;
}

.search .go {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: bold;
    background-color: #fff;
    color: #048;
    margin-top: -20px;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}


/*.robot {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 -5px;
	vertical-align: middle;
	background-image: url(../images/icons_03.png);
	background-image: url(../images/icons_03_ie8.png)\9;
	background-position: -200px 0;
	background-size: 320px auto;
}*/

.robot {
    font-size: 24px;
    color: #224b7f;
    margin: 0px auto;
    margin-right: 10px;
}

.lang {
    position: absolute;
    top: 15px;
    right: 0;
}

.lang a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: bold;
    background-color: #fff;
    color: #048;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}


/* 公用部分 */

.grid {
    width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 40px;
}

.grid>.row>.col,
.grid>.row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

h3.tab {
    border-bottom: 1px solid #ddd;
}

h3.tab a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
}

h3.tab a.current span {
    color: #205190;
}

h3.tab a.cxz {
    color: #205190;
}

h3.tab a.current {
    color: #205190;
}

h3.tab a+a:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-left: 1px solid #ddd;
}


/*首页 开始*/


/* part1 */

.headline {
    padding: 20px;
}

.headline h2 {
    padding: 8px 0;
    line-height: 34px;
    font-size: 26px;
}

.headline h2>strong {
    color: #ffa735;
}

.headline p {
    line-height: 24px;
}

.headline p a {
    margin: 0 15px;
}


/* 焦点图 */

.focus {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 450px;
}

.focus .pic {
    height: 450px;
    background-position: center;
    background-size: cover;
}

.focus .pic img {
    display: block;
    width: 100%;
}

.focus .text {
    height: 450px;
    padding: 40px;
    background: #eee;
}

.focus .text h4 {
    /* margin-bottom: 60px; */
    line-height: 46px;
    font-size: 30px;
    font-weight: bold;
}

.banner-hpage {
    width: 98%;
    margin-left: 10px;
}

.focus .date {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #999;
}

.focus .text p {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    line-height: 32px;
    font-size: 16px;
}

.focus .swiper-pagination {
    bottom: 10px;
    right: 0;
    left: auto;
    width: 400px;
    line-height: 60px;
    font-size: 20px;
    color: #769fc6;
}

.focus .swiper-pagination-current,
.focus .pageState span {
    font-size: 28px;
    color: #333;
}

.focus .swiper-pagination .swiper-pagination-total {
    font-size: 20px;
    color: #769fc6;
}

.focus .swiper-button {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 400px;
    height: 40px;
}

.focus .swiper-button-next,
.focus .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: auto 32px;
}

.focus .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236e97be'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_l.png)\0;
}

.focus .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236e97be'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_r.png)\0;
}


/* part2 */

.p2 {
    padding-bottom: 20px;
}

.p2 .list-t {
    /*  height: 400px; */
}

.row {
    margin-right: 0px;
    margin-left: 0px
}


/* part3 */

.p3 {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.epidemicPrevention img {
    width: 370px;
    float: right;
    height: 115px;
    margin-right: 20px;
}

h2.tab {
    margin: -75px 0 35px;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

h2.tab a {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 70px;
    margin: 0 10px;
    line-height: 70px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-radius: 4px;
    background-color: #86a5cd;
    color: #fff;
}

h2.tab a span {
    position: relative;
    z-index: 2;
}

h2.tab a.current {
    background-color: #204f8b;
}

h2.tab a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    display: none\9;
    border-width: 30px 40px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) transparent;
}

h2.tab a.current:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: block;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #204f8b transparent transparent transparent;
}

h2.tab a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    /* background-image: url(../images/icons_03.png); */
    background-image: url(../images/icons_03_ie8.png)\9;
    background-size: 320px auto;
    transition: all .3s;
}

h2.tab .s1 {
    background-position: -40px 0;
}

h2.tab .s2 {
    background-position: -80px 0;
}

h2.tab .s3 {
    background-position: -120px 0;
}

h2.tab .s4 {
    background-position: -160px 0;
}

.t0 {
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
}

.m_0 .t0 {
    margin: 0 0 10px 0
}

.t0 b {
    font-size: 22px;
}

.t0 i {
    float: left;
    margin-right: 10px;
}

.t0 i,
.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    /* background-image: url(../images/icons_03.png); */
    background-image: url(../images/icons_03_ie8.png)\9;
    background-size: 320px auto;
}

.t0 .s1 {
    background-position: 0 -120px;
}

.t0 .s2 {
    background-position: -40px -120px;
}

.t0 .s3 {
    background-position: -80px -120px;
}

.t0 .s4 {
    background-position: -120px -120px;
}

.t0 .s5 {
    background-position: -160px -120px;
}

.a1 {
    margin: 0 -10px;
    padding-top: 10px;
}

.a1 li {
    width: 33.33%;
}

.a1 li a {
    position: relative;
    height: 150px;
    border: 1px solid #eaeaea;
    margin: 10px;
    padding: 40px 15px 0;
    text-align: left;
    background: #fff url(../images/a1.jpg) 0 100% no-repeat;
    background-size: 100% auto;
}

.a1 li a i {
    position: absolute;
    top: -25px;
    left: 50%;
    box-sizing: content-box;
    border: 5px solid #a9c5e4;
    margin-left: -25px;
    background-color: #a9c5e4;
    background-position: 0 -80px;
    border-radius: 100px;
}

.a1 li a:hover i {
    background-color: #048;
    border-color: #048;
}

.public .pic {
    margin: 0 10px 10px 0;
    border-radius: 8px;
}

.public .pic-text h4 {
    line-height: 26px;
    font-size: 18px;
}

.public .pic-text h4+p {
    font-size: 14px;
}

.b1 {
    margin: 15px 0px;
}

.b1 li {
    position: relative;
    margin-top: 10px;
    padding: 15px 15px 15px 75px;
    background-color: #fff;
    border-radius: 8px;
}

.b1 li i {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    /* background-image: url(../images/icons_03.png); */
    background-image: url(../images/icons_03_ie8.png)\9;
    background-size: 320px auto;
    background-position: -40px -80px;
    border-radius: 100px;
}

.b1 .state {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: inline-block;
    padding: 0 15px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border-radius: 100px;
}

.b1 li h4 {
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b1 li p {
    line-height: 22px;
    font-size: 14px;
}

.a2 li {
    width: 50%;
}

.color-b {
    color: #205190
}

.pic-text .list-t .md-gray {
    display: inline-block;
    height: 30px;
    overflow: hidden;
}

.a2 li a {
    padding-top: 10px;
    line-height: 20px;
}

.a2 li a i {
    box-sizing: content-box;
    border: 10px solid #a9c5e4;
    margin: 0 auto 10px;
    background-color: #a9c5e4;
    border-radius: 100px;
}

.a2 li a:hover i {
    border-color: #205190;
    background-color: #205190;
}

.a2 .s1 {
    background-position: -80px -80px;
}

.a2 .s2 {
    background-position: -120px -80px;
}

.a2 .s3 {
    background-position: -160px -80px;
}

.contact {
    min-height: 230px;
    padding: 25px 60px;
    background: url(../images/contact.jpg) 0 0 no-repeat;
    background-size: 100% auto;
}

.contact h3 {
    line-height: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #4372b0;
    text-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.contact p {
    line-height: 24px;
}

.service h3 span {
    display: block;
}

.service h3 span img {
    width: 100%;
}

.service h3 .tag {
    padding: 20px 20px 20px 180px;
}

.textse {
    color: #AAAAAA;
    margin-left: 40px;
}

.textse b {
    font-size: 18px;
}

.col-md-4 .contact p {
    font-size: 15px
}

.t10 {
    /* display: block; */
    width: 30px;
    height: 20px;
    background-image: url(../images/news.png);
    background-size: 320px auto;
}

.news-icon {
    margin-bottom: 16px;
    background-image: url(../images/news.png);
    background-repeat: no-repeat;
    height: 22px;
}

.news-icon i {
    margin-right: 30px;
    width: 30px;
    height: 24px;
    background-image: url(../images/news.png);
    background-repeat: no-repeat;
}

.service h3 .tag a {
    display: inline-block;
    min-width: 64px;
    border: 1px solid #fadb92;
    margin: 0 5px;
    padding: 0 10px;
    line-height: 34px;
    background-color: #ffe9c1;
    color: #bd761b;
    border-radius: 2px;
}

.service-list {
    padding: 10px;
    background-color: #fff;
}

.service-list li {
    width: 25%;
    height: 270px;
    border: 5px solid #fff;
    padding-top: 50px;
    text-align: center;
    background: #e7f0fd url(../images/grad1.png) bottom repeat-x;
    color: #fff;
}

.service-list li a {
    color: #fff;
}

.service-list li:hover {
    background: #96b5d8 url(../images/grad2.png) bottom repeat-x;
}

.service-list li h4 {
    line-height: 38px;
    font-size: 22px;
    font-weight: bold;
    color: #205190;
    transition: all .3s;
}

.service-list li:hover h4 {
    margin-top: -26px;
    color: #fff;
}

.service-list li p {
    line-height: 26px;
    font-size: 18px;
}

.service-list li h4+p {
    display: none;
}

.service-list li:hover h4+p {
    display: block;
}

.service-list li p a {
    margin: 0 5px;
}

.service-list li i {
    display: block;
    width: 140px;
    height: 140px;
    margin: 10px auto 0;
    /* background-image: url(../images/icons_03.png); */
}

.service-list .s1 {
    background-position: -10px -340px;
}

.service-list .s2 {
    background-position: -170px -340px;
}

.service-list .s3 {
    background-position: -330px -340px;
}

.service-list .s4 {
    background-position: -490px -340px;
}

.a3 {
    margin: 0 5px;
    padding-top: 5px;
}

.a3 li {
    width: 33.33%;
}

.a3 li a {
    height: 150px;
    border: 1px solid #eaeaea;
    margin: 5px;
    padding: 20px 0;
    line-height: 20px;
    background-color: #fff;
}

.a3 li a i {
    margin: 0 auto 20px;
    background-color: #a9c5e4;
    border-radius: 100px;
}

.a3 li a:hover i {
    background-color: #205190;
}

.a3 .s1 {
    background-position: 0 -40px;
}

.a3 .s2 {
    background-position: -40px -40px;
}

.a3 .s3 {
    background-position: -80px -40px;
}

.a3 .s4 {
    background-position: -120px -40px;
}

.a3 .s5 {
    background-position: -160px -40px;
}

.a3 .s6 {
    background-position: -200px -40px;
}


/* part4 */

.topic {
    position: relative;
}

.topic .scroll {
    position: relative;
    margin: 0px 67px;
}

.topic li {
    width: 360px\9;
}

.topic li a {
    display: block;
    width: 340px\9;
    border: 10px solid #fff;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.topic li img {
    width: 100%;
}

.topic-prev,
.topic-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.topic-prev {
    left: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_l.png)\0;
    background-color: #F2F7FD;
    width: 30px;
}

.topic-next {
    right: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2337e'%2F%3E%3C%2Fsvg%3E");
    background-image: url(../images/arr_r.png)\0;
    background-color: #F2F7FD;
    width: 30px;
}


/* 首页 结束 */


/* 发布解读 开始 */

.a4 {
    padding-top: 5px;
    margin-left: -20px;
}

.a4 li {
    width: 25%;
}

.a4 li a {
    height: 120px;
    margin: 10px 0px 10px 20px;
    padding: 0px 10px;
    line-height: 120px;
    border-radius: 3px;
    color: #205190;
    font-size: 20px;
    font-weight: bold;
    background-color: #cae1ff;
    /*    background-image: -webkit-linear-gradient(left, #cae1ff, #eff6ff);
    background-image: -moz-linear-gradient(left, #cae1ff, #eff6ff);
    background-image: -o-linear-gradient(left, #cae1ff, #eff6ff);
    background-image: -ms-linear-gradient(left, #cae1ff, #eff6ff);
    background-image: linear-gradient(to right, #cae1ff, #eff6ff); */
}

.a4 li a:hover {
    background-color: #cbe2ff;
    background-image: -webkit-linear-gradient(left, #cbe2ff, #cbe2ff);
    background-image: -moz-linear-gradient(left, #cbe2ff, #cbe2ff);
    background-image: -o-linear-gradient(left, #cbe2ff, #cbe2ff);
    background-image: -ms-linear-gradient(left, #cbe2ff, #cbe2ff);
    background-image: linear-gradient(to right, #cbe2ff, #cbe2ff);
}

.a4 li a i {
    float: right;
    margin: 20px auto;
    width: 80px;
    height: 80px;
    /* background-image: url(../images/icons_03.png); */
    background-size: auto;
    transition: all .3s;
}

.a4 .s1 {
    background-position: 0px -480px;
}

.a4 .s2 {
    background-position: -80px -480px;
}

.a4 .s3 {
    background-position: -160px -480px;
}

.a4 .s4 {
    background-position: -240px -480px;
}

.a4 .s5 {
    background-position: -320px -480px;
}

.a4 .s6 {
    background-position: -400px -480px;
}

.a4 .s7 {
    background-position: -480px -480px;
}

.a4 .s8 {
    background-image: url("../images/5_03.png");
    background-repeat: no-repeat;
    margin-top: 30px;
}

.box {
    /*  padding: 1px 20px 20px 20px;*/
    background-color: #f5f5f5;
}

.box h3 {
    border-bottom: 1px solid #ccc;
}

.box p {
    line-height: 36px;
    text-indent: 2em;
}

.zcjd {
    display: inline-block;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: 15px 0px;
    overflow: hidden;
}

.zcjd img {
    max-width: 140px;
    max-height: 90px;
    transition: all 0.3s;
}

.zcjd:hover img {
    transform: scale(1.05);
}

.zcjd h4 {
    line-height: 32px;
    margin: 13px;
}

.zcjd h4 span {
    color: #fff;
    padding: 2px 10px;
    line-height: 24px;
    background-color: #a9c5e4;
}


/* 发布解读 结束 */


/* 互动交流 开始 */

.szxx li {
    background-color: #f5f5f5;
    width: 47.3%
}

.szxx li span {
    font-size: 18px;
    line-height: 40px;
}

.iesearch {
    color: #999999;
    margin-left: 10px;
}


/* .lxgs .t0 {
    border-bottom: 1px solid #ccc;
} */

.lxgs .list-t li {
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 9px;
    margin-top: 14px;
}

.lxgs .list-t li:first-child {
    margin-top: 30px;
}

.lxgs .list-t li a {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: normal;
}

.lxgs .list-t li a span {
    padding-left: 20px;
}

.lxgs .list-t li:before {
    top: 30%;
}

.dczj_detaiil .list-b li {
    background-color: #f5f5f5;
    border-bottom: none;
    width: 48.6%;
    margin-bottom: 10px;
}

.dczj_detaiil .list-b li+li {
    margin-left: 20px;
}

.jd {
    display: inline-block;
    border-radius: 3px;
    line-height: 26px;
    padding: 0px 5px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #a9c5e4;
}

.dczj_detaiil .list-t li {
    padding-left: 0px;
}

.dczj_detaiil .t0 strong {
    font-size: 22px;
    font-weight: bold;
}

.dczj_detaiil .iesearch {
    font-size: 22px;
}

.dczj_detaiil .list-t li:before {
    display: none;
}

.zxft .pic-text .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
    border-radius: 8px;
}

.zxft .pic-text .pic {
    display: block;
    position: relative;
    overflow: hidden;
    width: 50%;
    margin-right: 20px;
}

.zxft h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
}

.zxft .pic-text p {
    line-height: 28px;
    float: left;
    width: 47%;
    font-size: 14px;
}

.zxft .list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    background-color: transparent;
    border-radius: 0px;
    background: url('../images/dot.png') 0px 0px no-repeat;
}

.zxft .list-t li:hover:before {
    background: url(../images/dot02.png) 0px 0px no-repeat;
}


/* 互动交流 结束 */


/* 办事服务 开始 */

.zwfw .service-list {
    background-color: #f5f5f5;
}

.zwfw .service-list li {
    border: 5px solid #f5f5f5;
}

.download .list-t li .ask {
    display: inline-block;
    border-radius: 3px;
    line-height: 26px;
    padding: 0px 5px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #a9c5e4;
}

.t0 .s6 {
    background-position: -200px -120px;
}

.info-list {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .06);
}

.info-list li {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
    transition: box-shadow .3s;
}

.info-list li>div:nth-child(1),
.info-list li>div:nth-child(3),
.info-list li>div:nth-child(4) {
    text-align: center;
}

.info-list li:hover {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #224b7f;
    font-weight: bold;
    background: #fff url(images/info_list_c02.jpg) 20px 50%/12px auto no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.info-list li:first-child {
    color: #224b7f;
    font-size: 18px;
    font-weight: bold;
    background-color: #eef3fa;
}

.info-list li:first-child:hover {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 5px;
    padding-right: 5px;
    background: #eef3fa;
    border-radius: 0px;
    box-shadow: normal;
}


/* 办事服务 结束 */


/* 部门动态 开始 */

.t4 {
    position: relative;
    overflow: hidden;
    line-height: 46px;
    height: 46px;
    margin: 20px 0;
    padding: 0px;
    text-align: center;
}

.t4 b {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #048;
    font-size: 22px;
}

.t4 b:before,
.t4 b:after {
    content: '';
    position: absolute;
    top: 50%;
    border-top: 1px solid #ddd;
    width: 2000px;
}

.t4 b:before {
    left: 100%;
}

.t4 b:after {
    right: 100%;
}

.xfjs {
    display: inline-block;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: 6px 0px;
    padding: 10px;
    max-height: 103px;
    overflow: hidden;
}

.xfjs img {
    max-width: 140px;
    max-height: 110px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
    transition: all 0.3s;
}

.xfjs:hover img {
    transform: scale(1.05);
}

.xfjs h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

.xfjs p {
    color: #818181;
}

.a5 {
    margin-left: -20px;
}

.a5 li {
    width: 33.33%;
    line-height: 80px;
    font-size: 18px;
}

.a5 li a {
    display: block;
    margin: 10px 0px 10px 20px;
    background-color: #f3f3f3;
}

.a5 li a:hover {
    color: #fff;
    font-weight: bold;
    background-color: #4d74a6;
}

.shai.a6 {
    background-color: #F2F7FD
}

.chahgecl {
    color: #3D669C;
}

.chcl-1 li a {
    color: #000;
    font-weight: 400;
    line-height: 38px;
}

.chcl-1 .a4 li a {
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    /*  background-image: linear-gradient(to right, #F2F7FD,#F2F7FD); */
    background-color: #F2F7FD;
}

.ztzl {
    display: inline-block;
    margin-bottom: 20px;
}

.a6 {
    margin-left: -15px;
    display: inline;
}

.a6 div {
    width: 31.65%;
    float: left;
    padding: 30px;
    border-radius: 3px;
    position: relative;
    background-color: #f5f5f5;
}

.a6 div+div {
    margin-left: 30px;
}

.a6 div img {
    width: 100%;
    margin-bottom: 10px;
}

.a6 div .more {
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    line-height: 50px;
    border-radius: 50px;
    position: absolute;
    left: 35%;
    background-color: #89a8d0;
}


/* 部门动态 结束 */


/* 侧栏 开始 */

.side-menu03 ul {
    margin: 0px;
}

.side-menu03 li {
    width: 16.66%;
}

.side-menu03 li a {
    position: relative;
    display: inline-block;
    width: 214px;
    height: 70px;
    margin: 0 40px;
    line-height: 70px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border-radius: 4px;
    background-color:
        #86a5cd;
    color:
        #fff;
}

.side-menu03 li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    display: none\9;
    border-width: 30px 40px;
    border-style: solid;
    border-color:
        transparent rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) transparent;
}

.side-menu03 li .current::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: block;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color:
        #204f8b transparent transparent transparent;
}

.side-menu03 li a img {
    width: 32px;
    position: relative;
    top: -2px;
}

.side-menu03 li>.current {
    background-color: #224b7f !important;
    color: #fff;
}

.main .list-b li p.date {
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin-right: 30px;
    height: 150px;
    line-height: 70px;
    z-index: 999;
    border-top: 2px solid #224b7f;
}

.main .list-b li p.date span {
    font-size: 28px;
    font-weight: bold;
    z-index: 999;
}

.main .list-b li h4 {
    width: 65%
}

.main .list-b li p.info {
    width: 65%;
    font-size: 14px;
}

.main .list-b li p.rq {
    color: #830002;
}


/* 列表hover样式 */

.hover-style3 li {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hover-style3 li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 0;
    left: 0%;
    top: 50%;
    color: #fff;
    background-color: #224b7f;
    transition: all 0.3s ease-in-out;
    border-radius: 0 15px 0 15px;
}

.hover-style3 li:hover:before {
    width: 100%;
    color: #fff;
    height: 100%;
    left: 0%;
    top: 0%;
    content: '';
    z-index: 0;
}

.hover-style3 li:hover h4,
.hover-style3 li:hover p,
.hover-style3 li:hover strong,
.hover-style3 li:hover a,
.hover-style3 li:hover span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.hover-style3 li:hover p.date {
    position: relative;
    z-index: 1;
    color: #fff;
    border-top: 2px solid #fff;
}


/* 常规列表分享 */

.list li .share {
    position: absolute;
    top: 50%;
    left: 20px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
}

.list li .share .share-box {
    position: absolute;
    top: 8px;
    left: 38px;
    z-index: 999;
    box-sizing: content-box;
    width: 80px;
    padding: 5px !important;
    opacity: 0;
    transition: opacity 0.35s;
}

.list li .share:hover .share-box {
    opacity: 1;
}

.list li .share .share-box a {
    float: left;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 0px !important;
    padding: 0 !important;
    vertical-align: middle;
    transform: scale(0.8);
    transition: transform 0.35s;
}

.list li .share:hover .share-box a {
    transform: scale(1);
}

.list li .share i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 13px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    color: #ccc;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: transparent;
}

.list li .share:hover i {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.list .bdshare_popup_box {
    margin-left: -200px;
}

.pages a {
    background-color: #eee;
    margin-bottom: 10px;
    cursor: pointer;
}

.pages a.current {
    background-color: #224b7f;
}


/* 侧栏 结束 */


/* 信息公开列表页 开始 */

.side_info {
    padding-bottom: 100px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.side_info .a1 {
    margin-top: -40px;
}

.side_info .a1 li {
    width: 28%;
    margin-left: 10px;
}

.side_info .a1 li a {
    padding: 10px;
    text-align: center;
    line-height: 26px;
    margin: 0px;
}


/* .a1 li a:hover, .a1 li a.current {
    background-color: #2d8fff;
    color: #fff;
}*/

ul.info-tree {
    padding-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px;
}

ul.info-tree>li ul {
    display: none;
    margin: 10px 0 0 10px;
}

ul.info-tree>li {
    position: relative;
    padding: 10px;
    line-height: 30px;
    background: #f4f5f6;
}

ul.info-tree>li+li {
    margin-top: 2px;
}

ul.info-tree li a {
    display: block;
    font-size: 18px;
    padding-left: 50px;
}

ul.info-tree li.level-1 a,
ul.info-tree li.level-2 a {
    display: inline-block;
}

ul.info-tree li li a:hover {
    text-decoration: underline;
}

ul.info-tree li li {
    position: relative;
    padding: 5px 0;
    line-height: 20px;
}

ul.info-tree li li a {
    font-size: 14px;
}

ul.info-tree>li>i {
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

ul.info-tree>li>i:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    /* background-image: url(../images/icons_03.png); */
    background-image: url(../images/icons_03_ie8.png)\9;
    background-size: 320px auto;
    background-position: 5px -285px;
    transition: transform .3s;
}

ul.info-tree>li:hover>i:after,
ul.info-tree>li.level-1>i:after,
ul.info-tree>li.current>i:after {}

ul.info-tree>li.level-1>i:after {
    margin-top: -10px;
    /* background-image: url(../images/icons_03.png); */
    background-image: url(../images/icons_03_ie8.png)\9;
    background-size: 320px auto;
    background-position: -35px -278px;
    transition: transform .3s;
}

ul.info-tree>li.current>i:after {
    margin-top: 0px;
    margin-left: 12px;
    /* background-image: url(../images/icons_03.png); */
    background-image: url(../images/icons_03_ie8.png)\9;
    background-size: 320px auto;
    background-position: -84px -277px;
    transition: transform .3s;
}

ul.info-tree li.level-1.current a {
    color: #fff;
    display: block;
    height: 50px;
    padding-left: 50px;
    line-height: 50px;
    border-radius: 8px;
    background: #224b7f;
}

ul.info-tree li li a:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 45%;
    left: 40px;
    width: 5px;
    height: 5px;
    background: #acacac;
}

ul.info-tree li li a:hover:after {
    background: #1e5fd8;
}

ul.info-tree li li a:hover:after {
    color: #102b63;
    background: #102b63;
}

ul.info-tree li.level-1.current ul li a {
    color: #333;
    padding-left: 60px;
    background-color: #f4f5f6;
}

ul.info-tree li.level-1.current ul li a:hover {
    color: #0a2357;
    font-weight: bold;
}

ul.info-tree>li.level-1 {
    *background: url(../images/arr_d.png) 98% 11px no-repeat;
}

ul.info-tree>li.current {
    *background: url(../images/arr_u.png) 98% 11px no-repeat;
}

ul.info-tree .current>ul {
    display: block;
}

ul.info-tree li.level-2>i {
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
}

ul.info-tree li.level-2>i:after {
    content: '+';
    font-style: normal;
}

ul.info-tree li.level-2.current>i:after {
    content: '\2013';
    font-style: normal;
}

ul.info-tree li a:focus {
    color: #048;
    font-weight: bold;
}

.info-query {
    padding: 15px;
    border-radius: 3px;
    border-top: 4px solid #2d8fff;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.info-query .form-control {
    padding: 6px 8px;
}

.info-list {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .06);
}

.info-list li {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    transition: box-shadow .3s;
}

.info-list li>div:nth-child(1),
.info-list li>div:nth-child(3) {
    text-align: center;
}

.info-list li:hover {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff url(../images/info_list_c.png) 8px 50%/12px auto no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.info-list li:first-child {
    line-height: 30px;
    background-color: #f2f2f2;
}

.info-list li p {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-extra {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 32px;
    width: 90%;
    border: 1px solid #ddd;
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    animation-duration: .5s;
}

.info-extra:before,
.info-extra:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 20px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #ddd;
}

.info-extra:after {
    bottom: -13px;
    border-top: 7px solid #fff;
}

.info-list li:hover .info-extra {
    display: block;
}

.info-extra .row {
    padding: 5px;
    line-height: 22px;
    font-size: 14px;
}

.info-extra .row+.row {
    border-top: 1px solid #ddd;
}

.info-extra .info-th {
    background-color: #f2f2f2;
    color: #999;
    text-align: center;
}

.info-date .input-group {
    width: 105px;
}

label {
    font-weight: normal;
}

.info-list .row {
    margin-right: -15px;
    margin-left: -15px;
}

.side_info h2 {
    color: #fff;
    line-height: 80px;
    font-size: 30px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    background-color: #224b7f;
}

.pt30 {
    padding-top: 30px;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}


/* 信息公开列表页 结束 */


/* 功能页面 开始 */

.md-blue {
    background-color: #224b7f;
}

.md-orange {
    background-color: #ff9d08;
}

.t3 b {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    border-left: 2px solid #2C8FFF;
}

.borde_left {
    border-left: 2px solid #2C8FFF;
    font-size: 22px;
    font-weight: 600
}

.join,
.view {
    display: inline-block;
    padding: 0 15px;
    border-radius: 100px;
    line-height: 30px;
}

.interview {
    line-height: 28px;
    font-size: 16px;
}

.interview-video {
    background-image: linear-gradient(to bottom, #e9e9e9, #fff);
}

.interview-video video {
    width: 100%;
}

.interview-pic .prev,
.interview-pic .next {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    animation-duration: .3s;
}

.interview-pic:hover .prev,
.interview-pic:hover .next {
    display: block;
}

.interview-pic .prev:hover,
.interview-pic .next:hover {
    background: #37e;
    filter: none;
    color: #fff;
}

.interview-pic .prev {
    left: 0;
}

.interview-pic .next {
    right: 0;
}

.interview-info img {
    width: 60%;
    margin: 10px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.interview-info h3 {
    line-height: 40px;
    font-size: 22px;
    color: #224b7f;
}

.interview-info h3 b {
    font-weight: bold;
}

.interview-info h3 i {
    margin-right: 10px;
    color: #ccc;
    vertical-align: -1px;
}

.interview-info p {
    font-size: 16px;
    line-height: 32px;
}

.interview-text {
    max-height: 800px;
    overflow: hidden;
}

.interview-text:hover {
    overflow-x: hidden;
    overflow-y: auto;
}

.interview-text p {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.interview-text p.q {
    cursor: pointer;
}

.interview-text p.q,
.interview-text p.a {
    padding: 15px 15px 15px 55px;
}

.interview-text p.q:before,
.interview-text p.a:before {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
}

.interview-text p.q:before {
    content: 'Q';
    color: #048;
}

.interview-text p.a:before {
    content: 'A';
    color: #ccc;
}

.interview-text p.current {
    background-color: #f8f8f8;
}

.lnterview .list-b li .pic {
    float: left;
    position: relative;
    width: 330px;
    height: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.lnterview .list li:hover .pic img {
    transform: scale(1.1);
}

.lnterview .list .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}


/* 功能页面 结束 */


/* 网站地图  开始*/

.site-map h2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.site-map ul {
    padding: 15px;
}

.site-map .row {
    margin-right: -15px;
    margin-left: -15px;
}

.site-map .row>.col,
.site-map .row>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.site-map li {
    position: relative;
    border: 1px solid #bde;
    margin-bottom: -1px;
    transition: all .3s;
}

.site-map li h3,
.site-map li p {
    position: relative;
    padding: 15px;
    line-height: 24px;
}

.site-map li h3 a {
    position: relative;
    display: block;
    margin: -15px;
    padding: 15px;
    font-weight: normal;
    background-color: #f3f9ff;
    color: #2d8fff;
    transition: all .3s;
}

.site-map li:hover h3 a {
    background-color: #eaf4fe;
}

.site-map li h3 a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #ace;
    margin-top: -6px;
    transition: right .3s;
}

.site-map li:hover h3 a:after {
    right: 7px;
    border-left: 6px solid #048;
}

.site-map li p:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 0;
    background-color: #f3f9ff;
    transition: all .3s;
}

.site-map li:hover p:before {
    width: 100%;
}

.site-map li p a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    white-space: nowrap;
    word-break: keep-all;
    transition: all .3s;
}

.site-map li p a:hover {
    font-weight: bold;
    color: #048;
}

.site-map li[class*="col-"] {
    margin-right: -1px;
}

.site-map li[class*="col-"] h3 {
    margin-left: -15px;
    margin-right: -15px;
}


/* 网站地图  结束*/


/* 领导信息 开始 */

.leader dt {
    float: left;
    width: 140px;
    margin-right: -140px;
    padding: 120px 0 0 20px;
    line-height: 30px;
    font-size: 22px;
}

.leader dd {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 15px 155px;
}

.leader-menu li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    line-height: 60px;
}

.leader .list-p li a {
    padding: 15px 0;
    text-align: center;
}

.leader .list-p .pic,
.leader .pic {
    position: relative;
    overflow: hidden;
    display: block;
    width: 150px;
    height: 210px;
    margin: 0 auto 20px;
    background-color: #eee;
}

.leader .list-p .pic img,
.leader .pic img {
    width: 100%;
    height: 100%
}

.leader .list-p .pic+h4 {
    max-height: 70px;
}


/* 领导信息 结束 */


/* 工作动态 */

.a7 {
    margin-left: -10px;
    margin-right: -10px;
}

.a7 li {
    padding: 10px;
}

.a7 li a {
    position: relative;
    border-top: 2px solid #a9c5e4;
    padding: 5px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.a7 li a:hover {
    border-color: #205190;
    color: #048;
}

.a7 li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #f0f3f8;
    transition: all .3s;
}

.a7 li a:hover:before {
    height: 100%;
}

.a7 li i {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background-image: url(../images/icon_work.png);
    background-size: 400px auto;
}

.a7 li b {
    line-height: 80px;
    font-size: 24px;
}

.a7 li i,
.a7 li b {
    position: relative;
    z-index: 2;
}

.a7 .s1 {
    background-position: 0 0;
}

.a7 .s2 {
    background-position: 25% 0;
}

.a7 .s3 {
    background-position: 50% 0;
}

.a7 .s4 {
    background-position: 75% 0;
}

.a7 .s5 {
    background-position: 100% 0;
}


/* 媒体查询  开始*/

@media (min-width: 1200px) {
    .main .list-b li {
        float: left;
        width: 100%;
        margin: 0% 1%;
    }
}

@media (max-width: 1200px) {

    .ht .fl,
    .lang,
    .search-box,
    .topic h2,
    .topic-prev,
    .topic-next {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .nav ul,
    .search,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .header {
        background-position: 40% 40px;
        background-size: auto 80px;
    }

    .header h1 {
        height: 100px;
        background-position: 20px 50%;
        background-size: auto 60%;
    }

    .header h1 a {
        height: 100px;
    }

    .robot {
        margin: 0;
    }

    .search-btn {
        display: block;
    }

    .search-box {
        position: static;
        top: 0;
        margin: -15px 0 0;
        padding: 15px 0;
        background-color: #f8f8f8;
    }

    .search-box:before {
        display: block;
    }

    .nav {
        padding: 10px 0;
    }

    .nav li a {
        position: relative;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }

    .nav li+li:before {
        content: '';
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 0;
        border-left: 1px solid rgba(255, 255, 255, .2);
    }

    .footer {
        padding: 20px;
    }

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }

    .grid {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;

    }

    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
        text-align: center;
    }

    .tab a {
        //width: 31%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }

    h2.tab a {
        width: 5em;
        height: auto;
        margin: 0 2px;
        padding: 10px 0;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
    }

    h2.tab a i {
        display: block;
        margin: 0 auto;
    }

    h3.tab a {
        padding: 0 8px;
        font-size: 16px;
    }

    .headline {
        margin-left: -20px;
        margin-right: -20px;
    }

    .headline h2 {
        padding: 8px 0;
        line-height: 26px;
        font-size: 18px;
    }

    .headline p {
        line-height: 22px;
        font-size: 14px;
    }

    .focus {
        width: auto;
        height: auto;
        margin-left: -16px;
        margin-right: -16px;
    }

    .focus .pic {
        height: auto;
    }

    .focus .text {
        height: auto;
        padding: 15px;
    }

    .focus .text h4 {
        width: 80%;
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .focus .text p {
        overflow: hidden;
        height: 50px;
        border-top: 0.5px solid #ddd;
        padding-top: 10px;
        line-height: 20px;
        font-size: 12px;
        opacity: .5;
    }

    .focus .swiper-button {
        width: 100%;
        bottom: 60%;
    }

    .focus .swiper-button-next,
    .focus .swiper-button-prev {
        background-color: rgba(255, 255, 255, .2);
        background-size: auto 24px;
    }

    .focus .swiper-pagination {
        width: 60px;
        bottom: 66px;
        line-height: 40px;
        font-size: 14px;
    }

    .focus .swiper-pagination-current {
        font-size: 20px;
        color: #fff;
    }

    .topic .scroll {
        position: relative;
        margin: 0 -28px;
    }

    .topic li a {
        border: 4px solid #fff;
    }

    .side-menu03 {
        margin-bottom: 20px;
    }

    .side-menu03 li {
        float: left;
        width: 33.33%;
    }

    .side-menu03 li a {
        margin: 5px;
        padding: 0 15px;
        line-height: 40px;
        font-size: 16px;
        background-color: #eee;
        border-radius: 3px;
    }

    .side-menu03 li.current a {
        background-color: #224b7f;
        color: #fff;
    }

    .leader dt {
        float: none;
        width: 100%;
        margin: 0;
        padding: 20px;
        line-height: 30px;
        text-align: center;
        font-size: 22px;
    }

    .leader dd {
        border-bottom: 1px solid #ddd;
        padding: 15px;
    }

    .a7 li i {
        display: block;
        width: 40px;
        height: 40px;
        margin: 5px auto;
        background-size: 200px auto;
    }

    .a7 li b {
        line-height: 34px;
        font-size: 18px;
    }
}

@media (max-width:700px) {
    .dczj_detaiil .list-b li {
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .dczj_detaiil .list-b li+li {
        margin-left: 0px;
    }
}

@media (max-width: 1024px) and (min-width:700px) {
    .dczj_detaiil .list-b li {
        width: 48.4%;
    }

    .changesize .a3 li {
        width: 50%;
    }

    .zxft .pic-text p {
        width: 46%;
    }

    .zxft .pic-text p.zxft_jl {
        width: 100%;
        margin-top: 10px;
    }

    .a6 div {
        width: 31.25%;
    }

    .a6 div .more {
        left: 30%;
    }
}

@media (max-width: 992px) {
    .headline p a {
        display: block;
        margin: 0;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis
    }

    .service-list {
        margin-left: -16px;
        margin-right: -16px;
    }

    .service-list li {
        height: 180px;
        padding-top: 30px;
    }

    .service-list li h4 {
        font-size: 16px;
    }

    .service-list li p a {
        display: block;
        font-size: 14px;
    }

    .service-list li i {
        width: 80px;
        height: 80px;
        background-size: 320px auto;
    }

    .service-list li:hover i {
        margin-top: -10px;
    }

    .service-list .s1 {
        background-position: 0 -160px;
    }

    .service-list .s2 {
        background-position: -80px -160px;
    }

    .service-list .s3 {
        background-position: -160px -160px;
    }

    .service-list .s4 {
        background-position: -240px -160px;
    }

    .where {
        margin-left: 0px;
        margin-right: 0px;
    }

    .where a,
    .where span {
        margin: 0 3px;
    }
}

@media (max-width: 768px) {
    .nav li a i {
        display: none;
    }

    .a1 li a {
        font-size: 14px;
    }

    .a1 li span {
        display: block;
        height: 100px;
        overflow: hidden;
    }

    .a2 {
        margin-top: 20px;
    }

    .a4 li {
        width: 50%;
    }

    .info-list li>div:nth-child(1),
    .info-list li>div:nth-child(3),
    .info-list li>div:nth-child(4) {
        text-align: left;
    }

    .info-list li:hover {
        background: transparent;
    }

    .a5 li {
        font-size: 16px;
        line-height: 30px;
    }

    .a5 li a {
        padding: 20px;
    }

    .a6 div {
        width: 30.50%;
        padding: 20px;
    }

    .a6 div .more {
        left: 24%;
        line-height: 30px;
    }

    .main .list-b li {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .side-menu03 li a {
        padding: 0 10px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .a4 li {
        width: 100%;
    }

    .a4.h>li {
        float: left;
        max-width: 100%;
    }

    .a4.h>li {
        float: left;
        max-width: 100%;
    }

    .chcl-1 .a4 li a {
        line-height: 75px;
        height: 75px;
        font-size: 17px;
    }

    .dczj_detaiil .h>li {
        float: left;
        max-width: 100%;
        width: 100%;
    }

    .dczj_detaiil .list-b li+li {
        margin-left: 0px;
    }

    .zxft .pic-text .pic {
        margin-bottom: 10px;
    }

    .zxft .pic-text .pic,
    .zxft .pic-text p {
        width: 100%;
    }

    .a5 li a {
        padding: 15px;
    }

    .a6 div {
        width: 100%;
        padding: 20px;
    }

    .a6 div+div {
        margin-left: 0px;
        margin-top: 40px;
    }

    .a6 div .more {
        left: 35%;
        line-height: 40px;
    }

    .main .list-b li p.date {
        margin-right: 10px;
    }

    .list-b li .pic img {
        width: 100%;
    }

    .leader .list-p .pic {
        width: 120px;
        height: 168px;
    }

    .service-list li i {
        width: 60px;
    }

    .service-list .s1 {
        background-position: -10px -160px;
    }

    .service-list .s2 {
        background-position: -90px -160px;
    }

    .service-list .s3 {
        background-position: -170px -160px;
    }

    .service-list .s4 {
        background-position: -250px -160px;
    }
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    margin-right: 9px;
    margin-left: 14px;
}

.col-xs-1-5 {
    width: 18%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 18%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 30%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 18%;
        float: left;
    }
}


/* 媒体查询  结束*/


/*首页*/


/*办事服务*/

.zwfw .row {
    margin-left: -15px;
}


/*水务*/

.topicw .a4 a {
    background-image: none;
    background-color: #F8F8F8;
    color: #000;
    font-weight: 400;
    padding-left: 60px;
}

.topicw-p2 .p2 .list-t {
    height: 0px;
}

.w-s1 {
    background-image: url(../images/8_03.png);
}

.w-s2 {
    background-image: url(../images/8_05.png);
}

.w-s3 {
    background-image: url(../images/8_07.png);
}

.w-s4 {
    background-image: url(../images/8_09.png);
}

.w-s5 {
    background-image: url(../images/8_15.png);
}

.w-s6 {
    background-image: url(../images/8_16.png);
}

.w-s7 {
    background-image: url(../images/8_18.png);
}

.w-s8 {
    background-image: url(../images/8_19.png);
}



/* 媒体查询  开始*/

@media (min-width: 1200px) {
    .main .list-b li {
        float: left;
        width: 100%;
        margin: 0% 1%;
    }
}


.row .list-b li h4 {
    position: unset;
    overflow: hidden;
    max-height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}


.row .main .list-b li p.date {
    display: block;
    color: #999;
    font-size: 12px;
    margin-right: 30px;
    height: 50px;
    line-height: 50px;
    z-index: 999;
    border-top: 2px solid #224b7f;
    float: right;
}