﻿@charset "utf-8";
body {
    color: #333;
    font-size: 14px;
    font-family: "Arial", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    padding-top: 115px;
}

.img-hide {
    overflow: hidden;
}

.img-hide img {
    transition: 0.5s all;
}

.img-hide:hover img {
    transform: scale(1.1, 1.1);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,
button:hover,
input:focus {
    outline: none!important;
}

img {
    max-width: 100%;
}

.container {
    width: 1430px;
}

.header {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100000;
    height: 115px;
}

.header-left {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 50%;
    top: 0;
    margin-right: 700px;
    background: url(../images/header-left.png) center repeat;
}

.logo {
    height: 115px;
    background: url(../images/logo-back.png) right center no-repeat;
    width: 485px;
    line-height: 116px;
}

.header-right {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    top: 0;
    margin-left: 700px;
    background: url(../images/header-right.png) center repeat;
}

.back-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/back-box.png) center no-repeat;
    background-size: cover;
}

.header-r {
    width: 973px;
    height: 115px;
    margin-left: -58px;
    background: url(../images/header-r.png) left bottom no-repeat;
}

.header-top {
    height: 35px;
    margin-left: 40px;
    background: url(../images/back-top.png) left center no-repeat;
    position: relative;
}

.header-top:before {
    display: block;
    content: "";
    position: absolute;
    width: 10000px;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #e0e0e0;
}

.header-top-left a {
    display: inline-block;
    margin-right: 17px;
    color: #666;
    line-height: 35px;
    background: url(../images/icon01.png) left center no-repeat;
    padding-left: 28px;
}

.header-top-left {
    padding-left: 20px;
}

.header-top-right-a {
    line-height: 35px;
    color: #666;
}

.header-top-right-a a {
    color: #666;
}

.header-top-right-a span {
    padding: 0 5px;
}

.icon-search {
    display: block;
    float: right;
    width: 60px;
    height: 35px;
    background: url(../images/icon-search.png) center no-repeat;
    margin-left: 25px;
}

.nav-list li {
    float: left;
    width: 12.285714%;
}

.nav-list li a {
    font-size: 20px;
    position: relative;
    color: #222;
    line-height: 80px;
    display: block;
}

.nav-list {
    padding-left: 60px;
}

.nav-list li a:hover:before,
.nav-list li.active a:before {
    display: block;
    content: "";
    width: 146px;
    margin-left: -73px;
    left: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/hover-back.png) center no-repeat;
}

.nav-list li a:hover span,
.nav-list li.active a span {
    color: #fff;
    position: relative;
    z-index: 10;
}

.center-box {
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
    padding: 35px 15px;
    margin-top: 45px;
}

.left-width {
    width: 29.5%;
}

.title {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

.title span {
    display: inline-block;
    padding: 0 18px 10px 18px;
    font-size: 18px;
    color: #015293;
    border-bottom: solid 2px #015293;
}

.left-img {
    margin-bottom: 25px;
}

.cx-list li {
    float: left;
    width: 33.333333%;
    padding: 0 7px;
    margin-bottom: 10px;
}

.cx-list {
    margin: 0 -7px;
}

.cx-list li a {
    display: block;
    text-align: center;
    border: solid 1px #e3f5fb;
    line-height: 32px;
    background: #e3f5fb;
    font-size: 16px;
    color: #333;
}

.cx-list li a:hover {
    border: solid 1px #015293;
}

.center-width {
    width: 44%;
    padding: 0 30px;
}

.title a {
    float: right;
    color: #999;
    margin-top: 8px;
}

.news-list li {
    position: relative;
    line-height: 35px;
    padding-right: 110px;
    font-size: 15px;
    color: #999;
}

.news-list li a {
    font-size: 16px;
    color: #242424;
    position: relative;
    padding-left: 15px;
}

.news-list li a span {
    color: #015293;
}

.news-list li font {
    position: absolute;
    right: 0;
    top: 0;
}

.news-list {
    margin-top: -10px;
}

.center-width .title {
    margin-top: -5px;
}

.news-list li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #adadad;
    margin-top: -2px;
}

.right-width {
    width: 26.5%;
}

.right-width .title {
    border: none;
}

.right-width .title span {
    border: none;
}

.right-border {
    border: solid 1px #ddd;
    height: 387px;
    margin-top: -22px;
}

.right-tabs {
    background: #f5f5f5;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-left: 13px;
    border-bottom: solid 1px #ddd;
}

.right-tabs li a {
    display: block;
    margin-bottom: -1px;
    padding: 0 25px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    border: solid 1px #f5f5f5;
    border-bottom: solid 1px #ddd;
}

.right-tabs li.active a {
    background: #fff;
    border: solid 1px #ddd;
    border-bottom: solid 1px #fff;
}

.right-tabs li {
    float: left;
}

.dt-box {
    position: relative;
    padding-left: 42px;
    margin-bottom: 20px;
}

.dt-box span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    color: #333;
}

.dt-box input {
    box-shadow: none;
    background: none;
    border-radius: 0;
    height: 28px;
}

.btn-dt {
    background: #166eb5;
    color: #fff;
    padding: 6px 25px;
}

.map {
    margin: 28px 8px 0 8px;
}

.back-bottom {
    height: 205px;
    padding-top: 116px;
    background: url(../images/back-bottom.png) center top no-repeat;
    background-size: cover;
}

.bottom-left {
    width: 70px;
    height: 70px;
    background: #3499e8;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 13px;
}

.bottom-left span {
    padding-top: 30px;
    display: inline-block;
    background: url(../images/icon-b01.png) center top no-repeat;
}

.bottom-list li {
    float: left;
    margin-left: 20px;
    margin-top: 8px;
}

.bottom-list li a {
    font-size: 16px;
    color: #333;
}

.back-bottom .col-xs-3 {
    width: 20%;
}

.bottom-left02 {
    background: #f03939;
}

.bottom-left03 {
    background: #ceb039;
}

.bottom-left04 {
    background: #ed4e89;
}

.bottom-left05 {
    background: #5cb85c;
}

.bottom-left02 span {
    background: url(../images/icon-b02.png) center top no-repeat;
}

.bottom-left03 span {
    background: url(../images/icon-b03.png) center top no-repeat;
}

.bottom-left04 span {
    background: url(../images/icon-b04.png) center top no-repeat;
}

.bottom-left05 span {
    background: url(../images/icon-b05.png) center top no-repeat;
}

.footer {
    background: rgba(1, 82, 147, 0.85);
    padding: 15px 0 10px 0;
}

.footer-p {
    color: #fff;
    margin: 10px 20px 0 10px;
}

.footer-p p {
    margin-bottom: 5px;
}

.footer-p p a {
    color: #fff;
}

.footer-r {
    margin-top: 10px;
}

.footer-center {
    display: inline-block;
}

.left-fix {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -177px;
}

.left-fix li a {
    display: block;
    width: 82px;
    margin: 2px 0;
    height: 82px;
    background: #015293;
    text-align: center;
    color: #fff;
    padding-top: 13px;
}

.left-fix li a span {
    padding-top: 43px;
    display: block;
}

.left-fix li a span.l01 {
    background: url(../images/icon-l01.png) center top no-repeat;
}

.left-fix li a span.l02 {
    background: url(../images/icon-l02.png) center top no-repeat;
}

.left-fix li a span.l03 {
    background: url(../images/icon-l03.png) center 5px no-repeat;
}

.fix-right {
    position: fixed;
    left: 0;
    top: 62%;
    margin-top: -111px;
}

.fix-right-box {
    background: #000;
    cursor: pointer;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 42px;
    border-radius: 0 30px  30px 0;
}

.fix-right li {
    margin: 2px 0;
}

.fix-right01 {
    padding-left: 17px;
    height: 42px;
    line-height: 42px;
    width: 60px;
}

.fix-right03 {
    padding-left: 23px;
}

.fix-hover {
    text-align: center;
    display: none;
    position: absolute;
    line-height: 42px;
    color: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    width: 84px;
    background: #015293;
}

.fw-ewm {
    position: absolute;
    display: none;
    left: 84px;
    padding-top: 10px;
    top: 0;
    width: 106px;
    height: 135px;
    background: #015293;
    text-align: center;
    color: #fff;
}

.fw-ewm img {
    margin-bottom: 5px;
    width: 86px;
    height: 86px;
}

.fix-right-box:hover .fix-hover,
.fix-right-box:hover .fw-ewm {
    display: block;
}

.news-list li a:hover {
    color: #015293;
}

.btn-dt:hover {
    color: #fff;
    background: #1583dc;
}

.map {
    text-align: center;
}

.footer-p img {
    margin-right: 5px;
}

.menu-button {
    position: absolute;
    display: none;
    top: 53px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.search-box {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 115px;
    background: rgba(0, 0, 0, 0.6);
    padding: 105px 0;
    z-index: 10000000;
}

.search-width {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding-right: 100px;
}

.search-width .form-control {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    border: 1px solid #ccc;
}

.btn-search,
.btn-search:hover,
.btn-search:focus {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    border-radius: 0;
    height: 50px;
    background: #015293;
}

.header-top-right-a a:hover,
.header-top-left a:hover,
.bottom-list li a:hover,
.title a:hover {
    color: #015293;
}

.left-img {
    text-align: center;
}


/*************单篇正文**************/

.list-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/list-header.png) center top no-repeat;
}

.list-box {
    background: #fff;
    padding: 15px;
    margin-top: 45px;
}

.nav-b {
    color: #666;
    margin-top: 15px;
    margin-bottom: 20px;
}

.nav-b a {
    color: #666;
}

.left-box {
    width: 280px;
    background: #f7f7f7;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.left-tt {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #015293;
    line-height: 54px;
    text-align: center;
}

.left-nav li a {
    line-height: 46px;
    display: block;
    font-size: 16px;
    color: #333;
    position: relative;
    text-align: center;
}

.left-nav li a:hover:before,
.left-nav li.active a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #015293;
}

.left-nav li a:hover,
.left-nav li.active a {
    background: #ebebeb;
    color: #015293;
}

.right-box {
    width: 1060px;
    margin-bottom: 50px;
    min-height: 550px;
}

.article-p p {
    font-size: 16px;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 15px;
}


/***************服务************/

.fw-left {
    width: 18%;
}

.fw-left-img img {
    width: 100%;
}

.fw-list li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
}

.fw-list {
    margin: 0 -10px;
}

.fw-list li a {
    display: block;
    position: relative;
    height: 115px;
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
}

.fw-list li a.icon-fw01 {
    background: #74b2eb;
}

.fw-list li a:hover:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.2;
}

.fw-list li a span {
    position: relative;
    z-index: 10;
}

.fw-list li a.icon-fw01 span {
    display: inline-block;
    padding-top: 60px;
    background: url(../images/icon-fw01.png) center top no-repeat;
}

.fw-list li a.icon-fw02 {
    background: #bf91f3;
}

.fw-list li a.icon-fw02 span {
    display: inline-block;
    padding-top: 60px;
    background: url(../images/icon-fw02.png) center top no-repeat;
}

.fw-list li a.icon-fw03 {
    background: #a6d16e;
}

.fw-list li a.icon-fw03 span {
    display: inline-block;
    padding-top: 60px;
    background: url(../images/icon-fw03.png) center top no-repeat;
}

.fw-list li a.icon-fw04 {
    background: #ebbc86;
}

.fw-list li a.icon-fw04 span {
    display: inline-block;
    padding-top: 60px;
    background: url(../images/icon-fw04.png) center top no-repeat;
}

.fw-center {
    width: 46%;
    padding: 0 30px;
}

.fw-tabs li {
    float: left;
    margin-right: 20px;
}

.fw-tabs li a {
    font-size: 18px;
    color: #333;
    display: block;
    padding-bottom: 5px;
}

.fw-tabs li.active a {
    border-bottom: solid 3px #015293;
    color: #015293;
}

.fw-tabs {
    border-bottom: solid 1px #dadada;
}

.fw-table>thead>tr>th {
    font-size: 16px;
    border: none!important;
    background: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.fw-table>thead>tr>th span {
    color: #015293;
}

.fw-table>tbody>tr>td {
    font-size: 15px;
    border: none!important;
    color: #333;
    text-align: center;
    vertical-align: middle;
}

.fw-center-list li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
}

.fw-center-list {
    margin: 0 -10px;
}

.fw-center-list li a {
    display: block;
    height: 72px;
    line-height: 72px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.fw-center-list li a.fw-center01 {
    background: url(../images/fw-back01.png) center no-repeat;
    background-size: cover;
}

.fw-center-list li a.fw-center02 {
    background: url(../images/fw-back02.png) center no-repeat;
    background-size: cover;
}

.fw-center-list li a.fw-center03 {
    background: url(../images/fw-back03.png) center no-repeat;
    background-size: cover;
}

.fw-right {
    width: 36%;
}

.cx-box-tabs li {
    float: left;
    padding-left: 20px;
}

.cx-box-tabs li a {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 40px;
}

.cx-box-tabs li.active a,
.cx-box-tabs li a:hover {
    color: #015293;
}

.cx-box-tabs {
    background: #f5f5f5;
    margin-bottom: 20px;
}

.cx-box {
    border: solid 1px #dadada;
    border-top: none;
    padding-bottom: 15px;
    min-height: 206px;
}

.dt-box-lg {
    padding-left: 100px;
}

.dt-box-lg span {
    width: 100px;
}

.dt-box-c {
    padding: 0 15px;
}

.fw-right-bottom {
    position: relative;
    padding-right: 74px;
}

.fw-bottom-tabs li {
    float: left;
    margin-top: 16px;
}

.fw-bottom-tabs li a {
    display: block;
    width: 119px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.fw-bottom-tabs li.active a {
    color: #fff;
    background: url(../images/tabs-back.png) right center no-repeat;
}

.fw-bottom-tabs li a:hover {
    color: #166eb5;
}

.fw-bottom-tabs li.active a:hover {
    color: #fff;
}

.fw-bottom-tabs {
    border-bottom: solid 2px #166eb5;
}

.bottom-list-b li {
    float: left;
    width: 25%;
    margin-bottom: 5px;
}

.bottom-list-b {
    border: solid 1px #ddd;
    /* height: 177px; */
    padding: 13px 5px;
}

.bottom-list-b li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #333;
    height: 32px;
    line-height: 30px;
    border: solid 1px #166eb5;
    border-color: transparent;
}

.bottom-list-b li a:hover {
    color: #166eb5;
    border-color: #166eb5;
}

.login-a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.table-responsive {
    border-top: none;
}


/********互动*******/

.hd-width {
    width: 20%;
}

.hd-img img {
    width: 100%;
    max-width: 280px;
}

.hd-img {
    text-align: center;
}

.hd-p p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin: 0;
}

.hd-p p span {
    color: #015293;
}

.hd-p {
    margin-top: 10px;
}

.hd-a a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    width: 110px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    background: #4589be;
    margin-right: 12px;
}

.hd-a a:hover {
    background: #2e79b6;
    color: #fff;
}

.ts-link {
    float: right;
    margin-top: 2px!important;
    color: #fff;
    border-radius: 30px;
    background: #2e79b6;
    font-size: 14px;
    color: #fff!important;
    width: 116px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.ts-link font {
    padding-left: 27px;
    background: url(../images/icon-hd01.png) left center no-repeat;
}

.center-hd {
    width: 46%;
    padding: 0 30px;
}

.cs-box {
    max-width: 505px;
    margin: 28px auto;
    /* position: relative; */
    padding-left: 20px;
    padding-right: 20px;
}

.cs-box .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    background: none;
    display: inline;
    width: 120px;
    margin-right: 10px;
}

.cs-box-left {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    line-height: 30px;
    display: inline;
}

.cx-btn {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    height: 30px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #2e79b6;
    font-size: 15px;
    border: none;
}

.cx-btn:hover {
    color: #fff;
    background: #0a71c4;
}

.hd-table>thead>tr>th {
    border-width: 1px;
    font-size: 16px;
    padding: 15px 5px;
    color: #015293;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.hd-table>tbody>tr>td {
    text-align: center;
    font-size: 16px;
    padding: 15px 5px;
    vertical-align: middle;
}

.hd-list li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
}

.hd-list li a {
    display: block;
    height: 68px;
    background: #e7f2fb;
    border: solid 1px #015293;
    font-size: 18px;
    color: #015293;
}

.hd-list li a span {
    display: inline-block;
    height: 66px;
    line-height: 66px;
    padding-left: 45px;
}

.hd-list {
    margin: 0 -10px;
}

.hd-list li a span.hd01 {
    background: url(../images/icon-hd02.png) left center no-repeat;
}

.hd-list li a span.hd02 {
    background: url(../images/icon-hd03.png) left center no-repeat;
}

.hd-list li a span.hd03 {
    background: url(../images/icon-hd04.png) left center no-repeat;
}

.hd-list li a:hover span.hd01 {
    background: url(../images/icon-hd02-1.png) left center no-repeat;
}

.hd-list li a:hover span.hd02 {
    background: url(../images/icon-hd03-1.png) left center no-repeat;
}

.hd-list li a:hover span.hd03 {
    background: url(../images/icon-hd04-1.png) left center no-repeat;
}

.hd-list li a:hover {
    background: #015293;
    color: #fff;
}

.hd-right {
    width: 34%;
}

.hd-tabs li {
    float: left;
}

.hd-tabs li a {
    color: #242424;
    display: inline-block;
    padding: 0 18px 10px 18px;
    font-size: 18px;
}

.hd-tabs li.active a {
    color: #015293;
    border-bottom: solid 2px #015293;
}

.hd-tabs {
    border-bottom: solid 1px #ddd;
}

.hd-ul li {
    position: relative;
    line-height: 34px;
    padding-right: 145px;
}

.hd-ul li>span {
    position: absolute;
    right: 0;
    top: 0;
}

.hd-ul li a {
    position: relative;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
}

.hd-ul li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #adadad;
    width: 4px;
    height: 4px;
}

.hd-ul {
    padding-top: 15px;
    margin-bottom: 20px;
}

.title-sm {
    margin-bottom: 0;
}

.hd-box {
    position: relative;
}

.hd-more {
    position: absolute;
    right: 0;
    top: -30px;
    color: #999;
}


/****************机构**************/

.jg-width {
    width: 33.57%;
}

.jg-title {
    position: relative;
    font-size: 18px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    background: #166eb5 url(../images/jg-tt.png) right center no-repeat;
    padding-left: 40px;
}

.jg-title:before {
    display: block;
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -8px;
    width: 3px;
    background: #fff;
}

.jg-table>tbody>tr>td {
    border-color: #fff!important;
    vertical-align: middle;
    padding: 5px!important;
    background: #f5f5f5;
    color: #333;
    font-size: 15px;
}

.jg-table {
    border: none!important;
    margin: 0;
}

.jg-center {
    width: 32.5%;
    padding: 0 30px;
}

.jg-list li {
    float: left;
    margin-bottom: 18px;
    width: 33.333333%;
    padding: 0 10px;
}

.jg-list {
    margin: 5px -10px;
}

.jg-list li a {
    font-size: 16px;
    color: #333;
}

.zz-txt {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}

.jg-right {
    width: 33%;
}

.hd-ul-jg {
    padding-top: 0;
    margin: 0;
}


/************内容页**********/

.nav-b-c {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}

.article-title {
    font-size: 24px;
    color: #333;
    margin-top: 50px;
}

.article-date {
    color: #888;
    padding-bottom: 12px;
    border-bottom: dashed 1px #ddd;
    margin-top: 20px;
    margin-bottom: 55px;
}

.article-txt p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    /*text-indent: 2em;*/
}

.article-txt {
    border-bottom: dashed 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
    padding: 10px 50px;
}

.share-left {
    background: url(../images/icon-share.png) left center no-repeat;
    padding-left: 40px;
}

.bdshare-button-style0-16 .bds_sqq {
    background: url(../images/icon-share03.png) center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0!important;
    background-position: 0 0!important;
    margin-right: 8px!important;
}

.bdshare-button-style0-16 .bds_weixin {
    background: url(../images/icon-share01.png) center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0!important;
    background-position: 0 0!important;
    margin-right: 8px!important;
}

.bdshare-button-style0-16 .bds_tsina {
    background: url(../images/icon-share02.png) center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0!important;
    background-position: 0 0!important;
    margin-right: 8px!important;
}

.bdshare-button-style1-16 .bds_more {
    background-image: url(../images/icon-share04.png)!important;
    width: 30px!important;
    height: 30px!important;
    margin: 0!important;
    background-position: 0 0!important;
    margin-right: 8px!important;
}

.icon-bc {
    color: #999;
    margin-left: 28px;
    display: inline-block;
    margin-top: 5px;
    padding-left: 20px;
    background: url(../images/icon-bc.png) left center no-repeat;
}

.icon-gb {
    background: url(../images/icon-gb.png) left center no-repeat;
}

.icon-dy {
    background: url(../images/icon-dy.png) left center no-repeat;
}

.article-link a {
    font-size: 16px;
    color: #333;
}

.article-link {
    margin: 40px 0;
}

.footer-article {
    background: #333;
    color: #c0c0c0;
}


/***************厅领导内容页**************/

.t-header {
    font-size: 18px;
    color: #333;
    height: 48px;
    line-height: 48px;
    padding-left: 25px;
    background: #f6f6f6;
}

.t-box {
    position: relative;
    min-height: 220px;
    margin-bottom: 40px;
    padding-left: 210px;
    margin-top: 30px;
}

.t-img {
    position: absolute;
    left: 0;
    top: 0;
}

.t-img img {
    width: 165px;
    height: 220px;
}

.jl-tt {
    font-size: 19px;
    color: #015293;
    margin-bottom: 20px;
}

.jl-p p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.gz-p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 40px;
}


/******************图片新闻*****************/

.news-ul-img img {
    width: 165px;
    /* height: 140px; */
}

.news-ul li {
    padding: 20px;
}

.news-right-tt a {
    font-size: 16px;
    color: #333;
}

.news-ul-right {
    width: 800px;
}

.news-right-p {
    color: #888;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
}

.icon-news-date {
    color: #888;
    padding-left: 24px;
    background: url(../images/icon-news01.png) left center no-repeat;
    margin-right: 35px;
}

.icon-news-date-r {
    padding-left: 33px;
    margin-right: 0;
    background: url(../images/icon-news02.png) left center no-repeat;
}

.news-ul li:hover {
    background: #f5f5f5;
}

.news-right-tt a:hover {
    color: #015293;
}

.pagination li a {
    margin: 0 3px;
    border-radius: 0!important;
    color: #333;
    background: none;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
}

.pagination>.active>a,
.pagination li a:hover,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #006ec7;
    border-color: #006ec7;
    color: #fff;
}

.page-box {
    padding: 30px 0 0 0;
}

.page-l {
    line-height: 25px;
    margin-right: 5px;
    margin-left: 15px;
}

.page-input {
    width: 40px;
    box-shadow: none;
    border-radius: 0;
    background: none;
    height: 25px;
}

.page-l-l {
    margin-left: 10px;
}

.page-number {
    height: 25px;
    line-height: 23px;
    border: solid 1px #ddd;
    padding: 0 5px;
    margin-left: 5px;
}

.page-box {
    display: inline-block;
}

.page-r {
    margin: 20px 0;
}


/*************新闻*************/

.xw-width {
    width: 36.6%;
    overflow: hidden;
}

.xw-slick {
    overflow: hidden;
}

.xw-slick a {
    display: block;
    position: relative;
}

.xw-slick a span {
    position: absolute;
    line-height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    font-size: 16px;
    padding: 0 90px 0 25px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.xw-slick .slick-prev {
    right: 45px;
    left: auto;
    top: auto;
    text-indent: -9999px;
    bottom: 16px;
    width: 20px;
    height: 18px;
    background: url(../images/left.png) center no-repeat;
}

.xw-slick .slick-next {
    right: 18px;
    left: auto;
    top: auto;
    text-indent: -9999px;
    bottom: 16px;
    width: 20px;
    height: 18px;
    background: url(../images/right.png) center no-repeat;
}

.xw-right {
    width: 61.3%;
}

.xw-header-link a {
    font-size: 22px;
    color: #015293;
}

.xw-header-link {
    margin-top: 25px;
}

.xw-bottom {
    padding-right: 205px;
    position: relative;
}

.xw-bottom .hd-more {
    right: -205px;
    top: -35px;
}

.hd-ul li>span {
    color: #999;
    font-size: 15px;
}

.news-bottom-r {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 176px;
}

.news-bottom-r li {
    margin-top: 20px;
}

.news-bottom-r li a {
    display: block;
    height: 110px;
    padding-top: 24px;
    border: solid 1px #015293;
    background: #c6e3fa;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.news-bottom-r li a span {
    display: inline-block;
    padding-top: 45px;
    background: url(../images/icon-tp.png) center top no-repeat;
}

.news-bottom-r li a span.icon-xx {
    background: url(../images/icon-xx.png) center top no-repeat;
}

.news-bottom-r li a:hover {
    background: #015293;
    color: #fff;
}

.news-bottom-r li a:hover span {
    background: url(../images/icon-tp01.png) center top no-repeat;
}

.news-bottom-r li a:hover span.icon-xx {
    background: url(../images/icon-xx02.png) center top no-repeat;
}

.multiple-items img {
    margin: 0 auto;
}

.multiple-items a {
    padding: 0 8px;
    display: block;
}

.slick-slide img {
    width: 100%;
}

.multiple-items {
    margin: 0 -8px;
}

.multiple-items .slick-prev {
    left: 10px;
    text-indent: -9999px;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    background: url(../images/left02.png) center no-repeat;
}

.multiple-items .slick-next {
    right: 10px;
    text-indent: -9999px;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    background: url(../images/right02.png) center no-repeat;
}


/************公开目录************/

.left-box-ml {
    background: #fff;
    border: solid 1px #ddd;
}

.ml-box {
    padding: 35px;
}

.ml-t {
    padding-left: 18px;
    position: relative;
    z-index: 10;
    background: url(../images/ml01.jpg) left center no-repeat;
    font-size: 12px;
    color: #666;
}

.ml-nav li a {
    display: inline-block;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding-left: 35px;
    background: url(../images/ml02.jpg) 15px center no-repeat;
}

.ml-nav {
    position: relative;
}

.ml-nav:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: -10px;
    bottom: 10px;
    border-right: dashed 1px #808080;
}

.ml-nav li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 10px;
    border-top: dashed 1px #808080;
}

.ml-click {
    z-index: 10;
    cursor: pointer;
    background: url(../images/ml04.jpg) left center no-repeat;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding-left: 15px;
    position: relative;
}

.ml-click span {
    background: url(../images/ml03.jpg) left center no-repeat;
    padding-left: 20px;
}

.ml-click:before {
    display: block;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 5px;
    border-top: dashed 1px #808080;
}

.ml-box-sm .ml-nav {
    margin-left: 16px;
    display: none;
}

.ml-box-sm {
    position: relative;
}

.ml-box-sm:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: -10px;
    bottom: 10px;
    border-right: dashed 1px #808080;
}

.ml-click.active {
    background: url(../images/ml05.jpg) left center no-repeat;
}

.ml-box-sm .ml-nav.active {
    display: block;
}

.ml-ss-left {
    position: relative;
    padding-left: 66px;
    width: 310px;
}

.ml-ss-txt {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    color: #333;
    font-size: 15px;
}

.ml-ss-left input,
.search-r select {
    height: 30px;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.search-r {
    margin-left: 10px;
}

.search-btn button {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    width: 65px;
    font-size: 15px;
    background: #015293;
    border: none;
}

.ml-ss {
    margin: 30px 0;
    margin-left: 145px;
}

.ml-header {
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
    background: #e3f2ff;
}

.ml-header-left {
    width: 82%;
    padding: 0 15px;
}

.ml-header-center {
    width: 24.4%;
}

.ml-header-right {
    width: 17%;
}

.ml-ul li {
    line-height: 38px;
    font-size: 16px;
    color: #333;
}

.ml-ul li .ml-header-right {
    font-size: 15px;
    color: #999;
}


/**************在线访谈列表**************/

.news-ft-img img {
    width: 280px;
    height: 200px;
}

.news-ft-right {
    width: 755px;
    padding-top: 15px;
}

.news-ft-right p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}

.news-ft-right p span {
    color: #015293;
}

.news-ul-ft li {
    border-bottom: dashed 1px #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}


/***************政策***************/

.zc-width {
    width: 21%;
}

.zc-nav li a {
    display: block;
    margin-bottom: 14px;
    position: relative;
    padding-left: 84px;
    background: #c6e3fa;
    line-height: 60px;
    font-size: 16px;
    color: #333;
}

.zc-nav li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    width: 36px;
    border-radius: 50%;
}

.zc-nav li a.zc01:before {
    background: #f7fbfe url(../images/zc01.png) center no-repeat;
}

.zc-nav li a.zc02:before {
    background: #f7fbfe url(../images/zc02.png) center no-repeat;
}

.zc-nav li a.zc03:before {
    background: #f7fbfe url(../images/zc03.png) center no-repeat;
}

.zc-nav li a.zc04:before {
    background: #f7fbfe url(../images/zc04.png) center no-repeat;
}

.zc-nav li a.zc05:before {
    background: #f7fbfe url(../images/zc05.png) center no-repeat;
}

.zc-nav li a.zc06:before {
    background: #f7fbfe url(../images/zc06.png) center no-repeat;
}

.zc-nav li a.zc01:hover:before {
    background: #d0e2f0 url(../images/zc01.png) center no-repeat;
}

.zc-nav li a.zc02:hover:before {
    background: #d0e2f0 url(../images/zc02.png) center no-repeat;
}

.zc-nav li a.zc03:hover:before {
    background: #d0e2f0 url(../images/zc03.png) center no-repeat;
}

.zc-nav li a.zc04:hover:before {
    background: #d0e2f0 url(../images/zc04.png) center no-repeat;
}

.zc-nav li a.zc05:hover:before {
    background: #d0e2f0 url(../images/zc05.png) center no-repeat;
}

.zc-nav li a.zc06:hover:before {
    background: #d0e2f0 url(../images/zc06.png) center no-repeat;
}

.zc-nav li a:hover {
    background: #166eb5;
    color: #fff;
}

.zc-center {
    width: 53%;
    padding: 0 30px;
}

.zc-b li {
    float: left;
    width: 33.333333%;
    padding: 0 6px;
}

.zc-b {
    margin: 0 -6px;
    text-align: center;
    padding-top: 13px;
}

.zc-b li a {
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.zc-b li a.zc-b01 {
    background: url(../images/zc-back01.png) center no-repeat;
}

.zc-b li a.zc-b02 {
    background: url(../images/zc-back02.png) center no-repeat;
}

.zc-b li a.zc-b03 {
    background: url(../images/zc-back03.png) center no-repeat;
}

.zc-jd {
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: url(../images/zc-jd-back.png) center no-repeat;
    background-size: cover;
    margin-bottom: 15px;
}
.zc-xg{
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: url(../images/xxgk-bg.png) center no-repeat;
    background-size: cover;
}
.zc-right {
    width: 25.5%;
}

.zc-jd span {
    display: inline-block;
    height: 90px;
    background: url(../images/zc-jd.png) left center no-repeat;
    padding-left: 70px;
}

.zc-b-tt {
    position: relative;
    margin-top: 15px;
    height: 44px;
    background: #166eb5 url(../images/zc-b.png) right center no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    padding-left: 40px;
}

.hd-ul-b li {
    float: left;
    width: 50%;
    padding: 0 10px!important;
    line-height: 38px;
}

.hd-ul-b {
    margin: 0;
    background: #f5f5f5;
    padding: 20px 15px;
    height: 277px;
    background: #f5f5f5;
}


/************专题***********/

.zt-list li {
    float: left;
    width: 33.333333%;
    padding: 0 16px;
    margin-bottom: 25px;
}

.zt-list {
    margin: 0 -16px;
}

.zt-list-tt a {
    font-size: 16px;
    color: #333;
}

.zt-list-tt {
    margin-top: 15px;
}

.zt-img img {
    width: 100%;
    height: 93px;
}

.zt-list-tt a:hover,
.nav-b a:hover,
.fw-tabs li a:hover,
.hd-ul li a:hover,
.jg-list li a:hover,
.hd-tabs li a:hover {
    color: #166eb5;
}

.fix-right-box a {
    display: block;
}

.bdshare_popup_bg,
.bdshare_popup_box {
    left: auto!important;
    right: 30px!important;
}

.fix-right-box .icon-share {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    z-index: 10000!important;
    margin: 0!important;
    margin-left: -17px!important;
    height: 42px!important;
    padding: 0!important;
    padding-top: 10px!important;
    padding-left: 17px!important;
    width: 100%!important;
    background: none!important;
}

.search-btn button:hover,
.ts-link:hover {
    background: #0a79d1;
}

.input-c input {
    margin-bottom: 10px;
}

.input-c {
    height: 317px;
    padding-top: 30px;
}

.zc-b li a span,
.zc-jd span {
    position: relative;
    z-index: 10;
}

.zc-b li a {
    position: relative;
}

.zc-b li a:hover:before,
.zc-jd:hover:before,.zc-xg:hover:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.2;
}

.zc-jd,.zc-xg {
    display: block;
    position: relative;
}

.zc-jd:hover {
    color: #fff;
}

.footer-r a {
    margin-left: 5px;
    display: inline-block;
}

.index-tab {
    position: relative;
    overflow: hidden;
}

.tab-pane-a {
    display: block!important;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
}

.tab-pane-a.active {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.center-box {
    height: 495px;
}

.multiple-items .slick-dots {
    display: none!important;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 30px;
}


/***********服务详情页********/

.fw-xq-left {
    width: 70%;
}

.fw-xq-left .fw-left-img {
    width: 25.6%;
}

.fw-xq-left .fw-list {
    width: 74.4%;
    margin: 0;
    padding: 0 12px;
    margin-bottom: 45px;
}

.fw-xq-left .fw-list li {
    width: 33%;
    padding: 0 12px;
    margin-top: 0;
}

.fw-xq-left .fw-list li a {
    height: 154px;
}

.fw-xq-left .fw-list li a span {
    width: 100%;
    padding-top: 85px;
    font-size: 18px;
}

.fw-xq-left .fw-list li a.icon-fw01 span {
    display: inline-block;
    background: url(../images/con-fw-lg01.png) center top no-repeat;
}

.fw-xq-left .fw-list li a.icon-fw02 span {
    display: inline-block;
    background: url(../images/con-fw-lg02.png) center top no-repeat;
}

.fw-xq-left .fw-list li a.icon-fw03 span {
    display: inline-block;
    background: url(../images/con-fw-lg03.png) center top no-repeat;
}

.fw-xq-left .fw-list li a.icon-fw04 span {
    display: inline-block;
    background: url(../images/con-fw-lg04.png) center top no-repeat;
}

.fw-tabs-lg li a {
    width: 156px;
    text-align: center;
    padding-bottom: 12px;
}

.fw-tabs-lg li {
    width: 25%;
    margin: 0;
}

.td-l-lg,
.td-c-lg,
.td-c-lg,
.fw-date {
    font-size: 16px;
    color: #333;
    max-width: 100%!important;
}

.td-l-lg {
    text-align: left;
}

.fw-center-list-lg li a.fw-center01 span {
    height: 72px;
    display: inline-block;
    padding-left: 60px;
    background: url(../images/icon-fw-xq01.png) left center no-repeat;
}

.fw-center-list-lg li a.fw-center02 span {
    height: 72px;
    display: inline-block;
    padding-left: 60px;
    background: url(../images/icon-fw-xq02.png) left center no-repeat;
}

.fw-center-list-lg li a.fw-center03 span {
    height: 72px;
    display: inline-block;
    padding-left: 60px;
    background: url(../images/icon-fw-xq03.png) left center no-repeat;
}

.fw-cx-left {
    width: 42.5%;
}

.fw-center-list-lg {
    margin-bottom: 35px;
}

.fw-cx-right {
    width: 54.1%;
}

.fw-xq-left .input-c {
    height: 248px;
    padding-top: 10px;
}

.fw-xq-right {
    width: 27.7%;
}

.fw-xq-login {
    display: block;
    margin-bottom: 4px;
    text-align: center;
    height: 98px;
    line-height: 98px;
    color: #fff;
    font-size: 20px;
    background: url(../images/icon-fw-xq05.png) center no-repeat;
    background-size: cover;
}

.fw-xq-login span {
    display: inline-block;
    height: 98px;
    padding-left: 74px;
    background: url(../images/icon-fw-xq04.png) left center no-repeat;
}

.zc-b-tt-fw {
    margin-top: 26px;
    padding-left: 20px;
}

.bottom-list-b-lg li {
    width: 33.333333%;
}

.fw-xq-login:hover {
    color: #fff;
}

.fw-cx-right {
    margin-bottom: 50px;
}


/*****************互动详情页***********/

.hd-xq-left .hd-p {
    margin-top: 0;
    margin-left: 310px;
}

.hd-xq-left .hd-a {
    margin-left: 310px;
}

.hd-p p.lg {
    height: 56px;
}

.hd-xq-left .hd-p p {
    margin-bottom: 3px;
}

.hd-ul-xq {
    border-top: dashed 1px #ddd;
    margin-top: 25px;
}

.hd-xq-left .hd-list {
    margin-top: 25px;
}

.hd-p p.lg-g {
    height: 84px;
}

.hd-xq-right .hd-p {
    margin-top: 0;
    margin-left: 310px;
}


/***********机构详情页*********/

.jg-xq-left {
    width: 38.7%;
    padding-bottom: 40px;
}

.jg-table-xq>tbody>tr>td {
    background: none;
    padding: 8px!important;
}

.jg-table-xq>tbody>tr>td span {
    color: #015293;
}

.jg-xq-right {
    width: 58.4%;
    padding-bottom: 40px;
}

.jg-xq-right .jg-list li {
    width: 20%;
}

.jg-table-xq {
    margin-bottom: 30px;
    /* margin-top: 5px; */
}


/************新闻详情页*********/

.news-header-box {
    background: #f5f5f5;
    padding: 25px;
    margin: 15px 0;
}

.news-header-tt {
    font-size: 30px;
    color: #015293;
}

.news-header-width-tt {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #015293;
    color: #fff;
}

.news-header-a,
.news-header-a a {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.news-header-c {
    position: relative;
    padding-left: 90px;
}

.news-header-c-r .news-header-width-tt {
    width: 56px;
}

.news-header-c-r {
    padding-left: 66px;
    margin-left: 50px;
}

.news-header-width {
    display: inline-block;
    margin-top: 20px;
}

.news-header-a {
    max-width: 420px;
}

.news-xq-left {
    width: 48%;
}

.news-xq-right {
    width: 50%;
}

.news-xq-right .hd-ul-jg li {
    line-height: 35px;
}

.news-xq-right .hd-ul-jg {
    margin-top: -3px;
}

.zl-box {
    position: relative;
    margin-bottom: 30px;
    background: #f5f5f5;
    padding: 20px 20px 20px 65px;
}

.zl-box-tt {
    width: 39px;
    height: 79px;
    background: url(../images/icon-news-tt.png) center no-repeat;
    position: absolute;
    left: 14px;
    top: -10px;
}

.hd-ul-jg-zl li {
    line-height: 40px;
}

.news-ul-xq li {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 25px;
}

.news-ul-xq li img {
    height: 167px;
    width: 100%;
}

.news-ul-xq {
    margin: 0 -15px;
}

.news-ul-xq li.lg {
    width: 40%;
}

.news-ul-xq li a {
    display: block;
    position: relative;
}

.news-ul-xq li a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    background: url(../images/span-mask.png) center bottom no-repeat;
    background-size: 100% 100%;
}

.news-ul-xq li.lg img {
    width: 100%;
    height: 360px;
}

.news-ul-xq li.lg a span {
    padding: 15px;
}


/*************政策详情页*********/

.zc-left {
    width: 36%;
}

.zc-left .hd-ul-b li {
    width: 33.333333%;
}

.zc-left .hd-ul-b {
    background: none;
    height: auto;
    border: solid 1px #ddd;
    margin-bottom: 30px;
}

.zc-xq-list li {
    float: left;
    margin-bottom: 15px;
    width: 33.333333%;
    padding: 0 11px;
}

.zc-xq-list {
    margin: 0 -11px;
    padding-bottom: 20px;
}

.zc-xq-list li a {
    display: block;
    height: 130px;
    padding: 25px 10px 0 10px;
    background: #f5f5f5;
    font-size: 16px;
    color: #333;
}

.zc-xq-list li a span {
    display: inline-block;
    padding-top: 60px;
}

.zc-xq-list li a span.zc-xq01 {
    background: url(../images/icon-zc-xq01.png) center top no-repeat;
}

.zc-xq-list li a span.zc-xq02 {
    background: url(../images/icon-zc-xq02.png) center top no-repeat;
}

.zc-xq-list li a span.zc-xq03 {
    background: url(../images/icon-zc-xq03.png) center top no-repeat;
}

.zc-xq-list li a span.zc-xq04 {
    background: url(../images/icon-zc-xq04.png) center top no-repeat;
}

.zc-xq-list li a span.zc-xq05 {
    background: url(../images/icon-zc-xq05.png) center top no-repeat;
}

.zc-xq-list li a span.zc-xq06 {
    background: url(../images/icon-zc-xq06.png) center top no-repeat;
}

.zc-xq-list li a:hover span.zc-xq01 {
    background: url(../images/icon-zc-xq01-1.png) center top no-repeat;
}

.zc-xq-list li a:hover span.zc-xq02 {
    background: url(../images/icon-zc-xq02-1.png) center top no-repeat;
}

.zc-xq-list li a:hover span.zc-xq03 {
    background: url(../images/icon-zc-xq03-1.png) center top no-repeat;
}

.zc-xq-list li a:hover span.zc-xq04 {
    background: url(../images/icon-zc-xq04-1.png) center top no-repeat;
}

.zc-xq-list li a:hover span.zc-xq05 {
    background: url(../images/icon-zc-xq05-1.png) center top no-repeat;
}

.zc-xq-list li a:hover span.zc-xq06 {
    background: url(../images/icon-zc-xq06-1.png) center top no-repeat;
}

.zc-xq-list li a:hover {
    background: #166eb5;
    color: #fff;
}

.zc-right-c {
    width: 61.6%;
    padding-top: 18px;
}

.zc-right-c .hd-ul-jg {
    margin-bottom: 28px;
}

.zc-right-c .hd-ul-jg li {
    line-height: 36px;
}

.zc-left .hd-ul-jg li {
    line-height: 36px;
}

.center-box-height {
    height: auto;
}

@media( max-width: 1599px) {
    .container {
        width: 1230px;
    }
    .header-left {
        margin-right: 600px;
    }
    .header-right {
        margin-left: 600px;
    }
    .logo img {
        width: 300px;
    }
    .logo {
        width: 400px;
    }
    .header-r {
        width: 858px;
    }
    .header-top-left a {
        margin-right: 5px;
    }
    .right-tabs li a {
        padding: 0 15px;
    }
    .nav-list {
        padding-left: 40px;
    }
    .bottom-list li {
        margin-left: 10px;
    }
    .bottom-list li a {
        font-size: 14px;
    }
    .right-box {
        width: 860px;
    }
    .fw-tabs li a {
        font-size: 16px;
    }
    .fw-bottom-tabs li a {
        width: 114px;
    }
    .fw-list li {
        margin-top: 29px;
    }
    .hd-a a {
        width: 100px;
    }
    .news-ul-right {
        width: 590px;
    }
    .news-ft-right {
        width: 550px;
        padding-top: 0;
    }
    .news-ul-xq li img {
        height: 140px;
    }
    .news-ul-xq li.lg img {
        height: 305px;
    }
}

@media( max-width: 1279px) {
    .container {
        width: 970px;
    }
    .logo img {
        width: 200px;
    }
    .logo {
        width: 250px;
        padding-top: 15px;
    }
    .header-left {
        margin-right: 470px;
    }
    .header-right {
        margin-left: 470px;
    }
    .header-r {
        width: 748px;
    }
    .header-top-left {
        margin-left: -250px;
    }
    .cx-list li a {
        font-size: 13px;
    }
    .right-tabs li a {
        padding: 0 8px;
    }
    .bottom-list li {
        margin-top: 0px;
    }
    .right-border .col-xs-6 {
        width: 100%;
    }
    .header-top-left a.b {
        color: #fff;
    }
    .right-box {
        width: 600px;
    }
    .dt-box-c {
        padding: 0;
    }
    .fw-left {
        width: 50%;
    }
    .fw-center {
        width: 50%;
        padding-right: 0;
        padding-left: 15px;
    }
    .fw-tabs li a {
        font-size: 14px;
    }
    .fw-table>thead>tr>th {
        font-size: 14px;
    }
    .fw-table>tbody>tr>td {
        padding: 8px 3px;
    }
    .fw-right {
        width: 100%;
        margin-top: 20px;
    }
    .fw-list li {
        width: 25%;
        margin-top: 15px;
    }
    .hd-table>tbody>tr>td {
        font-size: 14px;
        padding: 8px 5px;
    }
    .hd-table>thead>tr>th {
        font-size: 14px;
        padding: 8px 5px;
    }
    .hd-list li a span {
        padding-left: 35px;
        height: 48px;
        line-height: 48px;
    }
    .hd-list li a {
        font-size: 15px;
        height: 50px;
    }
    .hd-a a {
        width: 80px;
        margin-right: 5px;
    }
    .jg-width,
    .jg-center {
        width: 100%;
    }
    .jg-center {
        padding: 0;
        margin-top: 20px;
    }
    .jg-list li a {
        font-size: 14px;
    }
    .jg-list li {
        margin-bottom: 15px;
    }
    .zz-txt {
        font-size: 14px;
    }
    .jg-right {
        width: 100%;
        margin-top: 20px;
    }
    .hd-ul li {
        padding-right: 100px;
    }
    .title {
        margin-bottom: 15px;
    }
    .news-ul-right {
        width: 320px;
    }
    .ml-ss {
        margin-left: 0;
    }
    .news-ft-right {
        width: 300px;
        padding-top: 0;
    }
    .center-box {
        height: auto;
    }
    .hd-xq-left .hd-img,
    .hd-xq-right .hd-img {
        width: 100%;
        text-align: center;
        float: none!important;
        margin-bottom: 20px;
    }
    .hd-xq-left .hd-p,
    .hd-xq-left .hd-a,
    .hd-xq-right .hd-p {
        margin-left: 0;
    }
    .hd-p p.lg-g {
        margin-bottom: 33px;
    }
    .news-ul-xq li img {
        height: 106px;
    }
    .news-ul-xq li.lg img {
        height: 237px;
    }
}

@media( max-width: 991px) {
    .container {
        width: 100%;
    }
    .header {
        height: 85px;
        padding-top: 35px;
        background: #256aa2;
        overflow: visible;
    }
    .logo img {
        width: auto;
        height: 30px;
    }
    .logo {
        line-height: 50px;
        padding: 0;
        background: none;
    }
    .header-left {
        width: 15px;
        left: 0;
        margin-right: 0;
        background: none;
        display: none;
    }
    .left-fix,
    .fix-right,
    .header-right,
    .header-top:before {
        display: none;
    }
    .center-box {
        margin: 15px 0;
        padding: 15px;
    }
    .left-width {
        width: 100%;
    }
    .center-width {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .news-list li {
        padding-right: 80px;
    }
    .right-width {
        width: 100%;
        margin-top: 15px;
    }
    .right-border {
        height: auto;
        padding-bottom: 8px;
    }
    .back-bottom {
        background: rgba(255, 255, 255, 0.9);
        height: auto;
        padding-top: 15px;
    }
    .back-bottom .col-xs-3 {
        width: 20%;
        margin-bottom: 15px;
    }
    .bottom-list {
        width: 100%;
    }
    .bottom-left {
        float: none!important;
        margin: 0 auto;
    }
    .bottom-list li {
        float: left;
        width: 50%;
        margin: 0;
        text-align: center;
        margin-top: 10px;
    }
    .left-img {
        margin-bottom: 15px;
    }
    .menu-button {
        display: block;
    }
    .header-right {
        display: none;
    }
    .header-top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #e0e0e0;
        margin-left: 0;
    }
    .header-top-left {
        display: none;
    }
    .nav-list {
        width: 100%;
        display: none;
        box-shadow: 1px 2px 3px #ddd;
        float: none!important;
        padding-left: 0;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    .nav-list li {
        float: none;
        margin: 0;
        width: 100%;
    }
    .nav-list li a {
        display: block;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
        text-align: left;
    }
    .nav-list li a {
        background: none!important;
    }
    .header-r {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .right-box {
        width: 100%;
    }
    .left-box {
        width: 100%;
    }
    .left-tt {
        text-align: left;
        padding-left: 20px;
    }
    .left-nav li {
        float: left;
        width: 33.333333%;
    }
    .fw-left {
        width: 100%;
    }
    .logo {
        height: 50px;
    }
    .fw-list li a {
        font-size: 14px;
        height: auto;
        padding: 10px 0;
    }
    .fw-center {
        width: 100%;
        padding: 0;
    }
    .hd-width {
        width: 100%;
    }
    .center-hd {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .hd-right {
        width: 100%;
        margin-top: 20px;
    }
    .hd-more {
        top: -35px;
    }
    .article-title {
        margin-top: 20px;
        font-size: 18px;
        padding: 0 10px 15px !important;
    }
    .article-date .span {
        display: inline-block;
    }
    .article-date {
        padding: 0 0 10px 0;
        margin-bottom: 20px;
    }
    .article-txt p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .page-r,
    .pagination {
        margin: 10px 0;
    }
    .news-ul-right {
        width: 100%;
    }
    .news-ul-img {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .news-ul li {
        padding: 10px;
    }
    .xw-width,
    .xw-right {
        width: 100%;
    }
    .xw-bottom {
        padding-right: 0;
    }
    .news-bottom-r {
        position: static;
        margin: 0 -5px;
        width: auto;
    }
    .news-bottom-r li {
        float: left;
        width: 50%;
        padding: 0 5px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .xw-bottom .hd-more {
        right: 0;
        top: -35px;
    }
    .ml-ss-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .search-r {
        margin-left: 0;
        margin-right: 10px;
    }
    .search-btn button {
        margin-left: 0;
    }
    .ml-ss {
        margin: 15px 0;
    }
    .ml-box {
        padding: 15px;
    }
    .news-ft-img img {
        width: 140px;
        height: 100px;
    }
    .news-ft-right {
        width: auto;
        float: none!important;
        margin-left: 150px;
    }
    .news-ft-right p {
        font-size: 13px;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        margin: 0;
    }
    .zc-width {
        width: 100%;
    }
    .zc-width li {
        width: 50%;
        float: left;
        padding: 0 5px;
    }
    .zc-center {
        width: 100%;
        padding: 0;
    }
    .zc-right {
        width: 100%;
        margin-top: 15px;
    }
    #left,
    #right {
        height: auto!important;
    }
    .nav-list li a:hover:before,
    .nav-list li.active a:before {
        display: none!important;
    }
    .nav-list li a:hover span,
    .nav-list li.active a span {
        color: #23527c!important;
    }
    .zz-txt {
        height: auto;
    }
    body {
        padding-top: 85px;
    }
    .fw-xq-left,
    .fw-xq-right,
    .fw-cx-left,
    .fw-cx-right {
        width: 100%;
    }
    .fw-cx-left,
    .fw-cx-right {
        margin-bottom: 20px;
    }
    .hd-xq-left,
    .hd-xq-right {
        width: 100%;
    }
    .hd-p p.lg-g {
        margin-bottom: 0;
        height: auto;
    }
    .hd-xq-left .hd-list {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .hd-xq-right .hd-tabs li a {
        padding: 0 5px 10px 5px;
    }
    .hd-ul-xq {
        margin-top: 15px;
    }
    .jg-xq-left,
    .jg-xq-right {
        width: 100%;
        padding-bottom: 20px;
    }
    .jg-xq-right .jg-list li {
        width: 33.333333%;
    }
    .news-ul-xq li img {
        height: auto;
    }
    .news-ul-xq li {
        width: 50%;
    }
    .news-ul-xq li.lg,
    .news-xq-left,
    .news-xq-right {
        width: 100%;
    }
    .news-ul-xq li.lg img {
        height: auto;
    }
    .news-header-width {
        display: block;
    }
    .news-header-c-r {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .news-header-a {
        max-width: 100%;
    }
    .news-header-tt {
        font-size: 18px;
    }
    .news-header-box {
        padding: 10px;
    }
    .news-header-a,
    .news-header-a a {
        font-size: 14px;
    }
    .zl-box {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .news-six {
        width: 100%;
    }
    .news-ul-xq li {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .news-ul-xq {
        margin: 0 -5px;
    }
    .hd-ul-jg-zl li {
        line-height: 30px;
    }
    .hd-ul-jg-zl {
        margin-bottom: 15px;
    }
    .zc-left,
    .zc-right-c {
        width: 100%;
    }
    .zc-left .hd-ul-b li {
        width: 50%;
    }
    /****991以下新闻模板下图片新闻样式控制***/
    .imgbed1 {
        position: relative;
        display: block;
        height: 0;
        width: 100%;
        padding-top: 60%;
        overflow: hidden;
    }
    .imgbed1 img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media( max-width: 768px) {
    .back-bottom .col-xs-3 {
        width: 50%;
    }
    .footer-img,
    .footer-r {
        width: 100%;
        text-align: center;
    }
    .footer-p {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .header-top-right-a span {
        padding: 0 5px;
    }
    .header-top .pull-right {
        width: 100%;
        padding-left: 15px;
    }
    .left-nav li a {
        font-size: 14px;
    }
    .left-box {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .left-tt {
        font-size: 18px;
        line-height: 45px;
    }
    .nav-b {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .article-p p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .right-box {
        margin-bottom: 20px;
    }
    .fw-tabs li {
        width: 50%;
        margin-right: 0;
        text-align: center;
        margin-top: 10px;
    }
    .fw-tabs li a {
        display: inline-block;
        text-align: center;
        border-bottom: solid 3px #015293;
        border-color: transparent;
    }
    .fw-list li a.icon-fw01 span {
        background-size: 40px auto;
        padding-top: 40px;
    }
    .fw-list li a.icon-fw02 span {
        background-size: 40px auto;
        padding-top: 40px;
    }
    .fw-list li a.icon-fw03 span {
        background-size: 40px auto;
        padding-top: 40px;
    }
    .fw-list li a.icon-fw04 span {
        background-size: 40px auto;
        padding-top: 40px;
    }
    .fw-center-list li a,
    .cx-box-tabs li a {
        font-size: 14px;
    }
    .dt-box-c .col-xs-6 {
        width: 100%;
    }
    .fw-bottom-tabs li a {
        font-size: 16px;
        width: 80px;
    }
    .bottom-list-b li {
        width: 50%;
    }
    .bottom-list-b {
        height: auto;
    }
    .cx-box-tabs li {
        padding-left: 10px;
    }
    .table-responsive-hd {
        border-top: solid 1px #ddd;
    }
    .hd-list li {
        padding: 0 1px;
    }
    .hd-list li a {
        font-size: 13px;
    }
    .hd-list {
        margin: 0 -1px;
    }
    .article-right {
        width: 100%;
        margin-top: 15px;
    }
    .icon-bc {
        margin-left: 0;
        margin-right: 20px;
    }
    .article-txt {
        margin-bottom: 20px;
        padding: 0;
    }
    .article-link {
        margin: 20px 0;
    }
    .article-link p a {
        font-size: 14px;
    }
    .left-nav li a:before,
    .left-nav li.active a:before {
        display: none!important;
    }
    .t-img img {
        width: 82px;
        height: 110px;
    }
    .t-box {
        padding-left: 95px;
        margin: 15px 0;
        min-height: 110px;
    }
    .jl-tt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .jl-p p {
        font-size: 14px;
        line-height: 22px;
    }
    .gz-p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .t-header {
        font-size: 16px;
        line-height: 40px;
        padding-left: 10px;
        height: 40px;
    }
    .search-box {
        padding: 20px 10px;
        top: 85px;
    }
    .xw-header-link a {
        font-size: 18px;
    }
    .xw-header-link {
        margin-top: 15px;
        margin-bottom: -5px;
    }
    .ml-header-left {
        width: 75%;
        padding: 0 5px 0 0;
    }
    .ml-header-right {
        width: 21%;
    }
    .ml-header {
        font-size: 14px;
        line-height: 35px;
        height: 35px;
        margin-bottom: 10px;
    }
    .ml-ul li {
        line-height: 35px;
        font-size: 14px;
    }
    .ml-ul li .ml-header-right {
        font-size: 13px;
    }
    .zc-width li {
        width: 100%;
        padding: 0;
    }
    .zc-nav li a {
        line-height: 45px;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .zc-center {
        margin-top: 20px;
    }
    .zc-center .hd-tabs li a {
        padding: 0 5px 10px 5px;
    }
    .zc-b {
        padding-top: 0;
    }
    .zc-b li a {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .zc-jd {
        height: 60px;
        line-height: 60px;
    }
    .zc-jd span {
        height: 60px;
    }
    .hd-ul-b {
        height: auto;
        padding: 15px 5px;
    }
    .hd-ul-b li a {
        font-size: 14px;
    }
    .zt-list li {
        width: 50%;
    }
    .zt-list-tt a {
        font-size: 14px;
    }
    .zt-list-tt {
        margin-top: 5px;
    }
    .zt-list li {
        margin-bottom: 10px;
    }
    .center-box .page-box {
        padding-top: 10px;
    }
    .fw-xq-left .fw-left-img {
        width: 100%;
    }
    .fw-xq-left .fw-list {
        width: auto;
        padding: 0;
        margin-right: -12px;
        margin-left: -12px;
        margin-bottom: 20px;
    }
    .fw-xq-left .fw-list li a span {
        padding-top: 60px;
    }
    .fw-xq-left .fw-list li a {
        height: 110px;
    }
    .fw-xq-left .fw-list li {
        width: 50%;
        margin-top: 20px;
    }
    .fw-xq-left .fw-list li a.icon-fw01 span {
        display: inline-block;
        background: url(../images/con-fw-lg01.png) center top no-repeat;
        background-size: 50px auto;
    }
    .fw-xq-left .fw-list li a.icon-fw02 span {
        display: inline-block;
        background: url(../images/con-fw-lg02.png) center top no-repeat;
        background-size: 50px auto;
    }
    .fw-xq-left .fw-list li a.icon-fw03 span {
        display: inline-block;
        background: url(../images/con-fw-lg03.png) center top no-repeat;
        background-size: 50px auto;
    }
    .fw-xq-left .fw-list li a.icon-fw04 span {
        display: inline-block;
        background: url(../images/con-fw-lg04.png) center top no-repeat;
        background-size: 50px auto;
    }
    .fw-center-list-lg li {
        width: 100%;
        margin-bottom: 15px;
    }
    .fw-center-list-lg {
        margin-bottom: 5px;
    }
    .fw-cx-left .fw-tabs li,
    .fw-cx-right .fw-tabs li {
        width: auto;
    }
}


/***新增提交信息样式**/

.zxlist table {
    line-height: 30px;
    font-size: 16px;
    font-family: microsoft yahei;
    width: 90%;
    margin: 0 auto;
}

.zxlist table td,
.zxlist table td span {
    font-family: microsoft yahei;
    font-size: 16px;
    font-weight: normal !important;
}

.zxlist table .titlestyle251573 {
    font-weight: normal;
    text-align: center !important;
}

.zxlist table td input[type="text"] {
    height: 28px;
    line-height: 28px;
    margin: 5px 0;
    width: 50%;
}

.zxlist table tr td:nth-child(2) {
    padding-left: 5px;
    width: 45%;
}

.zxlist table tr td:nth-child(3) {
    padding-left: 10px;
    font-size: 15px;
}

.zxlist table tr td iframe {
    width: 100%;
    padding: 1%;
    line-height: 30px;
}

.zxlist table tr td select {
    width: 50% !important;
    margin: 5px 0;
    height: 28px;
    line-height: 28px;
}


/***公开信息内容页表头样式***/

.gk_Tab {
    padding: 10px 50px;
    margin: 0 auto 30px;
}

.gk_Tab .tab {
    width: 100%;
    height: auto;
    background: #eff4f9;
    border: 1px solid #015293;
    padding: 10px 0;
}

.gk_Tab .tab p {
    font-size: 16px;
    color: #555;
    line-height: 26px;
}

.gk_Tab .tab b {
    text-align: right;
}
/* link */
.linkList{width: 1050px;margin: 10px auto 20px;overflow: hidden;}
.linkList select{width: 240px;height: 30px;margin-right: 30px;float: left;border: 1px solid #f7f7f7;padding-left: 10px;outline: none;}
.linkList select:last-child{margin-right: 0;}
@media (max-width: 991px) {
    .tab {
        padding: 10px;
    }
}


/***新增网站地图信息样式**/

.wzdt table {
    line-height: 30px;
}

.wzdt table tr td {
    padding-left: 10px;
}

.wzdt table tr td span {
    font-size: 14px;
    color: #6f6c6c;
    font-family: microsoft yahei;
}

.wzdt table tr td a font,
.wzdt table tr td a:hover {
    font-size: 16px !important;
    font-family: microsoft yahei !important;
}

.wzdt table tr td a:hover font {
    color: #015293 !important;
}

@media( max-width: 576px) {
    .cs-box {
        padding: 0 10px;
        margin: 10px auto 20px;
    }
    .cs-box .form-control {
        margin-bottom: 10px;
        width: 100%;
    }
    .cs-box .cx-btn {
        display: inherit;
        margin: 0 auto;
        width: 30%;
    }
    .wyxx a {
        height: 30px;
        line-height: 30px;
    }
    .zxlist table {
        width: 100%;
    }
    .zxlist table tr:nth-child(1) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr:nth-child(2) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr:nth-child(3) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr:nth-child(4) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr:nth-child(5) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr:nth-child(6) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr:nth-child(7) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr:nth-child(8) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr:nth-child(9) td:nth-child(3) {
        display: none;
    }
    .zxlist table tr td:nth-child(2) input[type="text"],
    .zxlist table tr td select {
        width: 80% !important;
    }
    .gk_Tab {
        width: 100%;
        padding: 0;
    }
    .gk_Tab .tab {
        padding: 10px 0px 10px 20px;
        .article-title {
            padding-left: 0;
            padding-right0;
        }
    }
    .zhjs li {
        margin: 0 !important;
        font-size: 15px !important;
        padding: 0 5px !important;
    }
    #lm_fl li {
        width: 25%;
        text-align: center;
    }
    .list-box {
        padding: 10px;
    }
    .hd-tabs li a {
        padding: 0 5px 10px 0;
        font-size: 16px;
    }
}

@media( max-width: 414px) {
    .gk_Tab .tab {
        padding: 10px 0px;
    }
    .gk_Tab .tab b {
        width: 41.66666667%;
        text-align: center;
        font-size: 15px;
        padding: 0;
    }
    .gk_Tab .tab span {
        width: 58.33333333%;
        padding: 0;
        font-size: 15px;
    }
    .header-top-right-a span {
        padding: 0 2px;
    }
    .icon-search {
        margin-left: 0;
    }
}

@media( min-width: 1280px) {
    .bottom-list-b li a {
        font-size: 13px;
    }
}