        @charset "utf-8";
        html * {
            outline: 0;
            -webkit-text-size-adjust: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            -webkit-font-smoothing: antialiased;
            /* -webkit-appearance: none; */
        }
        
        body,
        div,
        dl,
        dt,
        dd,
        ul,
        ol,
        li,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        form,
        fieldset,
        legend,
        input,
        button,
        textarea,
        p,
        th,
        td {
            margin: 0;
            padding: 0;
        }
        
        fieldset,
        img {
            border: 0;
        }
        
        address,
        cite,
        dfn,
        em,
        var {
            font-style: normal;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 100%;
        }
        
        ol,
        ul {
            list-style: none;
        }
        
        table {
            border-collapse: collapse;
            border-spacing: 0;
            font-size: 14px;
        }
        
        caption,
        th {
            text-align: left;
            font-weight: normal;
        }
        /* ͨ�ù��� */
        
        .vm,
        input,
        label {
            vertical-align: middle;
        }
        
        .tc {
            text-align: center;
        }
        
        .fl {
            float: left;
            _display: inline;
        }
        
        .fr {
            float: right;
            _display: inline;
        }
        
        .h>li {
            float: left;
            max-width: 50%;
        }
        
        .clearfix:after,
        .nav:after,
        .content:after,
        .grid:after,
        .h:after,
        .jr-row:after,
        .jr-grids:after {
            content: '\20';
            display: block;
            height: 0;
            clear: both;
        }
        
        .clearfix,
        .nav,
        .content,
        .grid,
        .row,
        .h {
            *zoom: 1;
        }
        
        .clear {
            clear: both;
            height: 0;
            font: 0/0 Arial;
            visibility: hidden;
        }
        
        .mb10 {
            margin-bottom: 10px;
        }
        
        .mr10 {
            margin-right: 10px;
        }
        
        .mb20 {
            margin-bottom: 20px;
        }
        
        .mr20 {
            margin-right: 20px;
        }
        
        .p10 {
            padding: 10px;
        }
        
        .p15 {
            padding: 15px;
        }
        
        .p20 {
            padding: 20px;
        }
        
        .hide {
            display: none;
        }
        
        .nt {
            text-align: left;
            letter-spacing: -3em;
            overflow: hidden;
        }
        
        .nt:first-letter {
            margin-left: -20em;
        }
        
        .et {
            overflow: hidden;
            white-space: nowrap;
            word-break: keep-all;
            text-overflow: ellipsis;
        }
        /* �����ֺ� */
        
        body,
        button,
        input,
        select,
        textarea {
            font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
            font-size: 16px;
            line-height: 1.5em;
            color: #333;
        }
        /* ���� */
        
        body {
            background: #eef5fb url(../images/2020/zwfw-bj.png) 0% 0 no-repeat;
            
        }
        

        @media (min-width:1200px) {
            body{
                background-size: 100%;
            }
        }

        a {
            color: #666666;
            text-decoration: none;
        }
        
        a:hover {
            color: #007bde;
            text-decoration: none;
        }
        
        a:active {
            outline: none;
        }
        
        a:focus {
            text-decoration: none
        }
        /* 头部 */
        
        .content,
        .header {
            position: relative;
            width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .where {
            height: 60px;
            line-height: 60px;
            background-color: #fff;
            border-radius: 3px;
            font-size: 16px;
            color: #666;
        }
        
        .where h2 {
            display: inline-block;
            font-size: 24px;
            font-weight: 700;
            color: #007bde;
            padding: 17px 25px 17px 15px;
            box-shadow: 0 0 15px rgba(0, 0, 0, .2);
            margin-right: 25px;
        }
        
        .where img {
            margin-right: 15px;
            vertical-align: middle;
            margin-bottom: 4px;
        }
        
        .where a,
        .where span {
            font-size: 15px;
            color: #666;
            margin: 0 5px;
        }
        /* .row {
        margin: 0;
    } */
        
        .mb15 {
            margin-bottom: 15px;
        }
        
        .bsbj {
            height: 152px;
            background-image: url(../images/2020/bsbj.png);
            background-repeat: no-repeat;
            padding-top: 60px;
            /* background-size: 100%; */
        }
        /* .row .col-md-6 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .row .col-md-6:first-child {
        padding-right: 10px;
        padding-left: 0px;
    }

    .row .col-md-6:last-child {
        padding-right: 0px;
        padding-left: 10px;
    } */
        
        .searchh {
            width: 430px;
            margin: 0 auto;
        }
        
        .searchh input {
            box-sizing: border-box;
            width: 360px;
            height: 35px;
            line-height: 20px;
            font-size: 16px;
            padding: 20px;
            border: none;
            background: #fff;
            outline: none;
        }
        
        .searchh button {
            box-sizing: border-box;
            width: 66px;
            height: 40px;
            padding-left: 40px;
            border: none;
            background: #017bdc url(../images/2020/q.png) 20px 50% no-repeat;
            color: #fff;
            cursor: pointer;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
            border-radius: 2px;
            vertical-align: middle;
        }
        
        .searchh p {
            margin-top: 10px;
            color: #fff;
            font-size: 14px;
        }
        
        .searchh p a {
            color: #fff;
        }
        
        .searchh p span {
            margin: 0 5px;
        }
        
        .rdfw {
            height: 152px;
            border: 1px solid #e5e5e5;
            padding-top: 10px;
        }
        
        .rdfw h4 {
            padding-left: 12px;
            color: #007bde;
            font-weight: 700;
            font-size: 18px;
        }
        
        .rdfw h4 a {
            color: #007bde;
        }
        
        .rdls {
            /* padding: 20px 15px 5px; */
            padding: 20px 0px 5px 35px;
        }
        
        .rdls li {
            float: left;
            width: 25%;
            margin-bottom: 24px;
        }
        
        .rdls li a {
            display: inline-block;
            height: 27px;
            line-height: 27px;
        }
        
        .rdls li a i {
            display: inline-block;
            width: 30px;
            height: 27px;
            background-image: url(../images/2020/rdtt.png);
            background-repeat: no-repeat;
            vertical-align: bottom;
            margin-right: 3px;
        }
        
        .rdls li a i.r2 {
            background-position: -118px 0px;
        }
        
        .rdls li a i.r3 {
            background-position: -242px 0px;
        }
        
        .rdls li a i.r4 {
            background-position: -362px 0px;
        }
        
        .rdls li a i.r5 {
            background-position: 0px -47px;
        }
        
        .rdls li a i.r6 {
            background-position: -118px -47px;
        }
        
        .rdls li a i.r7 {
            background-position: -242px -47px;
        }
        
        .rdls li a i.r8 {
            background-position: -362px -47px;
        }
        
        h3.tab {
            border-bottom: 1px solid #ddd;
        }
        
        h3.tab a {
            position: relative;
            display: inline-block;
            padding: 0 20px;
            line-height: 50px;
            font-size: 18px;
            font-weight: 400;
        }
        
        h3.tab a.current {
            color: #007bde;
            font-weight: 700;
        }
        
        h3.tab a+a:before {
            content: '';
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 0;
            border-left: 1px solid #ddd;
        }
        
        h3.tab a+a:before {
            top: 16px;
            height: 20px;
        }
        
        .rdfw-gk,
        .zdxx-gk,
        .rdfw,
        .bmf,
        .gqfwdt,
        .jcfw,
        .qzzx,
        .lyb {
            box-shadow: 0 0 10px rgba(0, 0, 0, .05);
            background-color: #fff;
        }
        
        .jayw-bs {
            box-shadow: 0 0 10px rgba(0, 0, 0, .05);
            background-color: #fff;
            padding-bottom: 1.6px;
        }
        
        .jayw-bs .pane {
            padding: 0 15px;
        }
        
        .nebs {
            height: 270px;
            box-shadow: 0 0 10px rgba(0, 0, 0, .05);
            background-color: #fff;
        }
        
        .rdfw-gk>ul {
            padding: 0 15px 13px;
        }
        
        .rdfw-gk>ul li {
            float: left;
            width: 48%;
            height: 50px;
            line-height: 49px;
            border-radius: 8px;
            border: 1px solid #eee;
            padding-left: 5px;
            margin-bottom: 12px;
        }
        
        .rdfw-gk>ul li a {
            font-size: 17px;
        }
        
        .rdfw-gk>ul li i {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url(../images/2020/rdfw-it.png);
            background-repeat: no-repeat;
            vertical-align: middle;
            margin-right: 8px;
        }
        
        .rdfw-gk>ul li i.rd2 {
            background-position: -155px 0px;
        }
        
        .rdfw-gk>ul li i.rd3 {
            background-position: 0px -61px;
        }
        
        .rdfw-gk>ul li i.rd4 {
            background-position: -154px -61px;
        }
        
        .rdfw-gk>ul li i.rd5 {
            background-position: 0px -120px;
        }
        
        .rdfw-gk>ul li i.rd6 {
            background-position: -155px -121px;
        }
        
        .rdfw-gk>ul li i.rd7 {
            background-position: 0px -180px;
        }
        
        .rdfw-gk>ul li i.rd8 {
            background-position: -155px -180px;
        }
        
        .rdfw-gk>ul li:nth-child(odd) {
            margin-right: 8px;
        }
        
        .zdxx-gk>ul {
            padding: 0 15px 12px;
        }
        
        .zdxx-gk>ul li {
            width: 100%;
            height: 73px;
            /* border-radius: 8px; */
            text-align: center;
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 700;
        }
        
        .zdxx-gk>ul li a {
            color: #fff;
        }
        
        .zdxx-gk>ul li:nth-child(1) {
            background-color: #67c6d8;
        }
        
        .zdxx-gk>ul li:nth-child(2) {
            background-color: #8ab0e2;
            padding: 12px 0;
        }
        
        .zdxx-gk>ul li:nth-child(3) {
            background-color: #6dc1e9;
        }
        
        .zdxx-gk>ul li:nth-child(1),
        .zdxx-gk>ul li:nth-child(3) {
            line-height: 73px;
        }
        
        .list-t {
            padding: 10px 0;
        }
        
        .list-t li {
            position: relative;
            padding-left: 15px;
            line-height: 43px;
            font-size: 16px;
        }
        
        .list-t li:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 4px;
            margin-top: -2px;
            background-color: #ddd;
            border-radius: 100px;
        }
        
        .list-t li a {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            /* color: #555555; */
        }
        
        .list-t li .date {
            position: absolute;
            top: 0;
            right: 0;
            color: #bbb;
        }
        
        @media (max-width: 480px) {
            .list-t li .date {
                display: none;
            }
        }
        
        .list-d {
            padding: 5px 15px 0;
        }
        
        .list-d li {
            float: left;
            width: 20%;
            text-align: center;
            margin-bottom: 16px;
        }
        
        .list-d li a i {
            display: block;
            width: 55px;
            height: 52px;
            border-radius: 15px;
            background-color: #f1f9ff;
            background-image: url(../images/2020/zrrtt.png);
            background-repeat: no-repeat;
            margin: 0 auto;
            margin-bottom: 10px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
        }
        
        .list-d li:hover a i {
            transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
        }
        
        .list-d li a i.a1 {
            background-position: 15px 12px;
        }
        
        .list-d li a i.a2 {
            background-position: -102px 12px;
        }
        
        .list-d li a i.a3 {
            background-position: -219px 12px;
        }
        
        .list-d li a i.a4 {
            background-position: -344px 12px;
        }
        
        .list-d li a i.a5 {
            background-position: 15px -54px;
        }
        
        .list-d li a i.a6 {
            background-position: -102px -54px;
        }
        
        .list-d li a i.a7 {
            background-position: -221px -54px;
        }
        
        .list-d li a i.a8 {
            background-position: -344px -53px;
        }
        
        .list-d li a i.a9 {
            background-position: 15px -118px;
        }
        
        .list-b {
            padding: 5px 15px 0;
        }
        
        .list-b li {
            float: left;
            width: 20%;
            text-align: center;
            margin-bottom: 16px;
            font-size: 16px;
        }
        
        .list-b li a i {
            display: block;
            width: 55px;
            height: 52px;
            border-radius: 15px;
            background-color: #f1f9ff;
            background-image: url(../images/2020/frbst.png);
            background-repeat: no-repeat;
            margin: 0 auto;
            margin-bottom: 10px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
        }
        
        .list-b li:hover a i {
            transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
        }
        
        .list-b li a i.a1 {
            background-position: 15px 12px;
        }
        
        .list-b li a i.a2 {
            background-position: -85px 12px;
        }
        
        .list-b li a i.a3 {
            background-position: -182px 12px;
        }
        
        .list-b li a i.a4 {
            background-position: -284px 12px;
        }
        
        .list-b li a i.a5 {
            background-position: -386px 12px;
        }
        
        .list-b li a i.a6 {
            background-position: 15px -54px;
        }
        
        .list-b li a i.a7 {
            background-position: -85px -54px;
        }
        
        .list-b li a i.a8 {
            background-position: -182px -54px;
        }
        
        .list-b li a i.a9 {
            background-position: -284px -52px;
        }
        
        .list-b li a i.a10 {
            background-position: -386px -54px;
        }
        
        .list-b li a i.a11 {
            background-position: 13px -118px;
        }
        
        .list-b li a i.a12 {
            background-position: -85px -118px;
        }
        
        .list-b li a i.a13 {
            background-position: -184px -118px;
        }
        
        .txtScroll-le .list-a {
            display: none;
        }
        
        .list-a {
            padding: 5px 15px 0;
        }
        
        .list-a li {
            float: left;
            margin-bottom: 14px;
            margin-right: 12px;
        }
        
        .list-a .mr4 {
            margin-right: 4px
        }
        
        .list-a li a {
            font-size: 14px;
        }
        
        .list-a li a i {
            display: inline-block;
            width: 12px;
            height: 13px;
            background-image: url(../images/2020/bssjt.png);
            background-repeat: no-repeat;
            background-position: 0px 4px;
        }
        
        .rdls li a span {
            font-size: 16px;
        }
        
        .bmf {
            height: 270px;
            border: 1px solid #e5e5e5;
            padding-top: 10px;
            font-size: 18px;
        }
        
        .bmf h4 {
            padding-left: 12px;
            color: #205e95;
            font-weight: 700;
        }
        
        .bmf h4 a {
            color: #007bde;
        }
        
        .bmfw {
            padding: 15px 15px 3px;
        }
        
        .bmfw li {
            float: left;
            /* width: 25%; */
            margin-bottom: 15px;
        }
        
        .bmfw li a {
            display: inline-block;
            width: 130px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            background-color: #edf7ff;
            border-radius: 5px;
            margin-right: 12px;
        }
        
        .bmfw li:nth-child(4n+4) a {
            margin-right: 0;
        }
        
        .gqfwdt {
            height: 140px;
            border: 1px solid #e5e5e5;
            padding-top: 10px;
        }
        
        .bd {
            padding: 25px 0px 5px 20px;
        }
        
        .infoList li {}
        
        .infoList li a {
            display: inline-block;
            float: left;
            /* width: 15%; */
            width: 82px;
            /* text-align: center; */
            margin-right: 14px;
            font-size: 16px;
            margin-bottom: 12px;
        }
        
        .infoList .mr0 {
            margin-right: 0;
        }
        
        .hd h4 {
            display: inline-block;
            padding-left: 12px;
            color: #007bde;
            font-weight: 700;
            font-size: 18px;
        }
        
        .hd h4 a {
            color: #007bde;
        }
        
        .txtScroll-left .hd .prev,
        .txtScroll-left .hd .next {
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 1px solid #ccc;
            float: right;
            margin-right: 8px;
            margin-top: 5px;
            overflow: hidden;
            cursor: pointer;
            background: url(../images/2020/jt.png) no-repeat;
        }
        
        .txtScroll-left .hd .prev {
            background-position: 6px 6px;
        }
        
        .txtScroll-left .hd .next {
            background-position: -18px 6px;
        }
        
        .jcfw h4 a.fr {
            font-size: 14px;
            color: #666;
            margin-right: 12px;
            font-weight: 400;
        }
        
        .jcfw {
            height: 140px;
            border: 1px solid #e5e5e5;
            padding-top: 10px;
        }
        
        .jcfw h4 {
            padding-left: 12px;
            color: #007bde;
            font-weight: 700;
            font-size: 18px;
        }
        
        .jcfw h4 a {
            color: #007bde;
        }
        
        .list-c {
            padding: 20px 12px 5px;
        }
        
        .list-c li {
            float: left;
            /* width: 25%; */
            /* margin-bottom: 10px; */
        }
        
        .list-c li a {
            padding-top: 10px;
            display: inline-block;
            width: 133px;
            height: 73px;
            border-radius: 5px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            margin-right: 8px;
        }
        
        .list-c li a:nth-child(1) {
            background-color: #97daf0;
        }
        
        .list-c li:nth-child(2) a {
            background-color: #85bae5;
        }
        
        .list-c li:nth-child(3) a {
            background-color: #adadf7;
        }
        
        .list-c li:nth-child(4) a {
            background-color: #a5cff5;
        }
        
        .list-c li a i {
            display: block;
            width: 25px;
            height: 25px;
            background-image: url(../images/2020/lsct.png);
            background-repeat: no-repeat;
            margin: 0 auto;
            margin-bottom: 5px;
        }
        
        .list-c li a i.c2 {
            background-position: -121px 0px;
        }
        
        .list-c li a i.c3 {
            background-position: -237px 0px;
        }
        
        .list-c li a i.c4 {
            background-position: -358px 0px;
        }
        
        .mb30 {
            margin-bottom: 30px;
        }
        /* 底部 */
        
        .footer {
            padding: 20px 0 30px;
            background-color: #017bdc;
        }
        
        .links,
        .copyright {
            position: relative;
            width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .links>ul li {
            position: relative;
            margin-bottom: 30px;
            line-height: 30px;
            font-size: 14px;
        }
        
        .links>ul>li>a {
            position: relative;
            display: block;
            margin: 0 -5px;
            text-align: center;
            background: #017bdc;
            color: #fff;
            border: 1px solid #4a9be2;
        }
        
        .links li ul {
            display: none\9;
            z-index: -1;
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 30px;
            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;
            background: #fff;
        }
        
        .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;
            margin: 0;
        }
        
        .row {
            margin-right: -10px;
            margin-left: -10px;
        }
        
        .row .col-md-6,
        .row .col-md-4,
        .row .col-md-8 {
            padding-right: 10px;
            padding-left: 10px;
        }
        
        .row .col-md-12 {
            padding-right: 10px;
            padding-left: 10px;
        }
        
        .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;
            line-height: 40px;
            background: #fff;
            color: #666;
        }
        
        .copyright {
            line-height: 32px;
            padding-left: 185px;
        }
        
        .copyright p {
            font-size: 14px;
            color: #fff;
        }
        
        .copyright p a {
            margin: 0 10px;
            font-size: 14px;
            color: #fff;
        }
        
        .copyright p span {
            margin: 0 10px;
            font-size: 14px;
            color: #b8daf5;
        }
        
        .gov {
            position: absolute;
            top: 50%;
            left: 100px;
            width: 80px;
            height: 80px;
            margin-top: -40px;
        }
        
        .jc {
            position: absolute;
            top: 40%;
            left: -15px;
            width: 330px;
            height: 55px;
            margin-top: -22px;
        }
        
        .credit-img {
            position: absolute;
            bottom: 10px;
            right: 0px;
            width: 330px;
        }
        
        .credit-img a {
            float: left;
            margin: 0 5px;
            width: 100px;
            height: 33px;
            overflow: hidden;
        }
        
        .credit-img a:hover img {
            transform: scale(1.1);
            transition: transform 0.4s linear;
        }
        
        .links .row .col-md-3 {
            width: 20%;
        }
        
        .links .row .col-md-3:first-child {
            /* padding-left: 5px; */
        }
        
        .links .row .col-md-3:last-child {
            /* padding-right: 5px; */
        }
        /* .links ul.row {
            padding: 0 5px;
        } */
        
        .links .row .col-md-3 a::before {
            content: "";
            background-image: url(../images/2020/skin_arrows_1.png);
            background-size: 8px 8px;
            background-position: center center;
            background-repeat: no-repeat;
            transform: rotate(0deg);
            width: 10px;
            height: 32px;
            position: absolute;
            right: 10px;
            top: 0;
        }
        
        .list-d li a span {
            font-size: 14px;
        }
        
        .list-b li a span {
            font-size: 14px;
        }
        
        .bbd>li {
            width: 580px !important;
            height: 100%;
        }
        
        .picScroll-left .bd {
            padding: 0;
        }
        
        .picScroll-left .hd ul {
            position: absolute;
            left: 50%;
            bottom: 8px;
        }
        
        .picScroll-left .hd ul li {
            float: left;
            width: 22px;
            height: 4px;
            background-color: #e5e5e5;
            text-indent: -999em;
            margin-right: 5px;
        }
        
        .picScroll-left .hd ul li.on {
            background-color: #007bde;
        }
        /* .picScroll-left .prev,
        .picScroll-left .next {
            position: absolute;
            left: 3%;
            top: 57%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            background: #eee url(../images/2020/slider-arrow.png) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            background-color: rgba(0, 0, 0, .5);
            opacity: 0;
            z-index: 9;
            transition: all .3s;
        } */
        
        .picScroll-left .prev {
            position: absolute;
            left: 1.8%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            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'%23fff'%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            filter: alpha(opacity=50);
            background-color: rgba(0, 0, 0, .3);
            opacity: 0;
            z-index: 9;
            transition: all .3s;
            background-size: 40%;
            border-radius: 0 4px 4px 0;
        }
        
        .picScroll-left .next {
            position: absolute;
            left: 1.8%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            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'%23fff'%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            filter: alpha(opacity=50);
            background-color: rgba(0, 0, 0, .3);
            opacity: 0;
            z-index: 9;
            transition: all .3s;
            background-size: 40%;
            border-radius: 4px 0 0 4px;
        }
        
        .picScroll-left .prev {
            /* transform: translate(-50px, 0); */
            background-position: 10px 12px;
        }
        
        .picScroll-left .next {
            left: auto;
            right: 1.8%;
            background-position: 10px 12px;
            /* transform: translate(50px, 0); */
        }
        
        .picScroll-left:hover .next,
        .picScroll-left:hover .prev {
            opacity: 1;
            transform: translate(0, 0);
        }
        
        .sj-lsb {
            display: none;
        }
        
        .txtScroll-le {
            position: relative;
            height: 190px;
            /* padding: 0px 20px; */
            /* background-color: #f1f9ff; */
        }
        
        .fw-pad {
            padding: 0px 29px;
        }
        
        .txtScroll-le .bd {
            padding: 0px 0px 0px 0px;
            overflow: hidden;
        }
        
        .txtScroll-le .bd ul li a {
            float: left;
            padding-left: 20px;
            position: relative;
            width: 25%;
            /* line-height: 44px; */
            margin-bottom: 25px
        }
        
        .txtScroll-le .bd ul li a:before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -3px;
            left: 3px;
            width: 7px;
            height: 7px;
            border-top: 2px solid #e3e3e3;
            border-right: 2px solid #e3e3e3;
            transform: rotate(45deg);
        }
        
        .txtScroll-le .hd ul {
            position: absolute;
            left: 50%;
            bottom: -12px;
            /* margin-left: -30px; */
            z-index: 10;
        }
        
        .txtScroll-le .hd ul li.on {
            background-color: #007bde;
        }
        
        .txtScroll-le .hd ul li {
            float: left;
            width: 22px;
            height: 4px;
            background-color: #e5e5e5;
            text-indent: -999em;
            margin-right: 5px;
        }
        
        .txtScroll-le .tempWrap .infoLi li {
            width: 556px !important;
        }
        
        @media (max-width: 1200px) {
            .ht .fr,
            .header h1,
            .inner,
            .content,
            .links,
            .copyright,
            .header {
                width: 100%;
            }
            .txtScroll-le {
                height: auto;
            }
            .footer .gov,
            .footer .jc {
                position: relative;
                display: inline-block;
                top: 0;
                width: auto;
                margin-top: 20px;
                vertical-align: middle;
            }
            .gov {
                left: 0px;
            }
            .copyright p span {
                display: block;
            }
            .copyright p {
                margin: 0 10px;
            }
            .credit-img {
                position: relative;
            }
            .copyright {
                padding: 0;
            }
            .sj-lsb {
                display: block;
            }
            .picScroll-left .hd {
                display: none
            }
            .picScroll-left .bd {
                display: none
            }
            .txtScroll-le .list-a {
                display: block;
            }
            .txtScroll-le .hd {
                display: none;
            }
            .txtScroll-le .bd {
                display: none;
            }
            .bmfw li {
                width: 25%;
            }
            .rdls {
                padding: 20px 20px 0;
            }
            .copyright {
                text-align: center;
            }
            .credit-img {
                display: flex;
                justify-content: center;
                margin-top: 15px;
                width: auto;
              }
        }
        
        @media (max-width: 992px) {
            .bsbj {
                background-size: 100% 152px;
            }
            .searchh {
                width: 100%;
                text-align: center;
            }
            .searchh input {
                width: 70%;
            }
            .searchh button {
                width: 20%;
                background: #017bdc url(../images/2020/q.png) 50% 50% no-repeat;
            }
            .row {
                margin: 0;
            }
            h3.tab a {
                padding: 0 10px;
            }
            .sy-zwfw h3.tab a {
                width: 50%;
                text-align: center;
            }
            .jcfw,
            .rdfw,
            .nebs,
            .bmf,
            .gqfwdt {
                height: auto;
            }
            .links .row .col-md-3 {
                width: 100%;
            }
            .links .row .col-md-3:first-child {
                padding-left: 15px;
            }
            .links .row .col-md-3:last-child {
                padding-right: 15px;
            }
        }
        
        @media (max-width: 480px) {
            .rdls li,
            .list-b li,
            .list-d li {
                width: 33%;
            }
            /* h3.tab a {
            padding: 0;
        } */
            .bmfw li a {
                width: 95%;
            }
            .list-c li {
                float: left;
                width: 50%;
                margin-bottom: 10px;
            }
            .list-c li a {
                width: 95%;
            }
            .where h2 {
                display: none;
            }
            .where {
                padding-left: 10px;
            }
            .ershida div {
                width: auto;
        
              }
        
              .toutiao {
                width: auto;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
              }
        
              .links {
                width: auto;
                margin-top: 10px;
              }
              .blp a{
                display: block;
            }
              
        }
        /* .t6 h3 {
        line-height: 50px;
        padding-left: 20px;
        padding-right: 25px;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
    } */
        /* .qzzx h3 {
        background-color: #6ac7d8;
    } */
        
        .qzzx .list-a {
            padding: 34px 0px 34px 25px;
        }
        
        .qzzx .list-a li {
            margin: 0;
            width: 25%;
        }
        
        .qzzx .list-a li a {
            font-size: 16px;
        }
        /* .lyb h3 {
        background-color: #8cb1e2;
    } */
        
        .t6 h3 span {
            float: right;
            color: #007bde;
            font-size: 16px;
            font-weight: 700;
            line-height: 50px;
            padding-right: 25px;
        }
        
        .t6 h3 span img {
            margin-right: 5px;
            vertical-align: middle;
        }
        
        .qzzx h3 span img {
            margin-bottom: 3px;
        }
        
        .lyb h3 span a {
            font-size: 14px;
            font-weight: 400;
            color: #007bde;
            padding: 0;
        }
        
        h3.tab span a.current {
            font-weight: 400;
        }
        
        .list-l li {
            position: relative;
            float: left;
            line-height: 92px;
            width: 50%;
            text-align: center;
        }
        
        .list-l li+li:before {
            content: '';
            position: absolute;
            top: 22px;
            height: 45px;
            left: 0;
            border-left: 1px solid #ccc;
        }
        
        .list-l li a img {
            margin-right: 15px;
        }
        
        .list-h li {
            float: left;
            width: 193px;
            height: 75px;
            line-height: 75px;
            text-align: center;
            font-size: 18px;
            margin-right: 8px;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        .list-h li:nth-child(1) {
            background-color: #6dc1e9
        }
        
        .list-h li:nth-child(2) {
            background-color: #88abda
        }
        
        .list-h li:nth-child(3) {
            background-color: #90c274
        }
        
        .list-h li:nth-child(4) {
            background-color: #d5b7d2
        }
        
        .list-h li:nth-child(5) {
            background-color: #f29b76
        }
        
        .list-h li:nth-child(6) {
            background-color: #84ccc9
        }
        
        .list-h li:last-child {
            margin-right: 0;
        }
        
        .list-h li a {
            color: #fff;
        }
        
        .list-h li:hover a {
            display: inline-block;
            transform: scale(1.1);
            transition: transform 0.4s linear;
        }
        
        .list-c li:hover a {
            display: inline-block;
            transform: scale(1.05);
            transition: transform 0.2s linear;
        }
        
        @media(max-width:480px) {
            .qzzx .list-a {
                padding: 15px;
            }
            .list-h li {
                width: 100%;
            }
        }
        /* header 开始 */
        
        .header {
            width: 100%;
            position: relative;
            background: url(../images/2020/head.png) 50% 0 no-repeat;
            color: #fff;
        }

        @media (min-width:1200px) {
            .header{
                background: url(../images/2020/head.png);
                background-size: 100% 100%;
                /* height: 210px; */
                background-repeat: no-repeat;
            }
        }
        
        .inner,
        .nav ul {
            position: relative;
            width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .header h1 {
            width: 50%;
            height: 135px;
            background: url(../images/2020/logo.png) 0 50% no-repeat;
        }
        
        .header h1 a {
            display: block;
            height: 170px;
        }
        
        .nav {
            height: 68px;
        }
        
        .nav li {
            position: relative;
            float: left;
            width: 14.285%;
        }
        
        .nav li a {
            display: block;
            line-height: 68px;
            text-align: center;
            font-size: 20px;
            color: #fff;
        }
        
        .nav li a:hover,
        .nav li.current a {
            background-color: #0a71b3;
        }
        /* 搜索 */
        
        .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: 21%;
            right: 0;
            z-index: 9;
            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: 364px;
            height: 40px;
            line-height: 20px;
            font-size: 14px;
            padding: 0px 51px 0px 40px;
            background: #fff url(../images/2020/search.png) 10px center no-repeat;
            outline: none;
            border-radius: 10px;
            border: 0;
            color: #999999;
        }
        
        .search button {
            position: relative;
            width: 76px;
            height: 40px;
            margin-left: -76px;
            cursor: pointer;
            line-height: 40px;
            font-size: 18px;
            background: #007bde;
            color: #fff;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            padding: 0;
            vertical-align: middle;
            border: 0;
        }
        
        .search p {
            margin-top: 25px;
            font-size: 14px;
            text-align: left;
        }
        
        .search .go {
            width: 2.4em;
            height: 40px;
            line-height: 20px;
            font-size: 14px;
            margin-left: 20px;
            vertical-align: middle;
            color: #fff;
        }
        /* 高级菜单 */
        
        .mask {
            visibility: hidden;
            position: fixed;
            z-index: 596;
            right: 0;
            bottom: 0;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0);
            filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#d8000000, endcolorstr=#d8000000);
        }
        
        .mask.on {
            visibility: visible;
        }
        
        .mask:after {
            content: '';
            display: block;
            position: fixed;
            z-index: 597;
            right: 0;
            bottom: 0;
            width: 4px;
            height: 4px;
            background: rgba(0, 0, 0, 0.85);
            opacity: 0;
            border-radius: 50%;
            box-shadow: 0 0 0 0 rgba(0, 0, 0, .85);
            transition: all .3s ease-in;
        }
        
        .mask.on:after {
            opacity: 1;
            box-shadow: 0 0 0 3000px rgba(0, 0, 0, .85);
        }
        
        body.modal-open {
            position: fixed;
            width: 100%;
        }
        
        .menu {
            display: none;
            position: fixed;
            z-index: 598;
            top: 0;
            right: 20%;
            bottom: 0;
            width: 60%;
            margin-right: -200%\9;
            -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
            -webkit-transition: transform .3s;
            transition: transform .3s;
        }
        
        .menu.on {
            margin-right: 0\9;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        
        .menu img {
            display: block;
            width: 60%;
            max-width: 210px;
            margin: 60px auto;
        }
        
        .menu>ul>li {
            float: left;
            width: 46%;
            min-height: 240px;
            margin: 2%;
            padding: 20px;
            background-color: #06b;
            color: #fff;
            border-radius: 4px;
            animation-duration: .3s;
        }
        
        .menu>ul>li.home {
            display: none;
        }
        
        .menu li li {
            float: left;
            width: 50%;
        }
        
        .menu li ul {
            margin-top: 10px;
        }
        
        .menu>ul>li>a {
            display: block;
            line-height: 40px;
            font-weight: bold;
            font-size: 18px;
            color: #fff;
        }
        
        .menu li li a {
            position: relative;
            display: block;
            margin: 0 10px;
            padding: 0 15px 0 25px;
            line-height: 50px;
            font-size: 16px;
            color: #fff;
            border-radius: 4px;
            transition: opacity .3s;
        }
        
        .menu li ul:hover li:not(:hover) a {
            opacity: 0.5;
        }
        
        .menu li li a:after {
            content: " ";
            display: inline-block;
            height: 6px;
            width: 6px;
            border-width: 2px 2px 0 0;
            border-color: #fff;
            border-style: solid;
            -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
            transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
            position: absolute;
            top: 50%;
            margin-top: -2px;
            left: 10px;
        }
        
        .menu>ul>li:nth-child(1) {
            animation-delay: .4s;
        }
        
        .menu>ul>li:nth-child(2) {
            animation-delay: .5s;
        }
        
        .menu>ul>li:nth-child(3) {
            animation-delay: .6s;
        }
        
        .menu>ul>li:nth-child(4) {
            animation-delay: .7s;
        }
        
        .menu>ul>li:nth-child(5) {
            animation-delay: .8s;
        }
        
        .menu-btn {
            display: none;
            position: fixed;
            bottom: 60px;
            right: 60px;
            z-index: 599;
            width: 88px;
            height: 88px;
            padding: 24px;
            line-height: 20px;
            text-align: center;
            cursor: pointer;
            /* background: url(../images/2020/menu.png) center no-repeat; */
            color: #fff;
        }
        
        .menu-btn>b {
            display: block;
            width: 40px;
            height: 40px;
            transition: transform .3s;
        }
        
        .menu-btn.on b {
            line-height: 0;
            font-size: 0;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA5LTE3VDE1OjMzOjM0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHN0RXZ0OndoZW49IjIwMTktMDktMTdUMTU6MzM6MzQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/rxV8AAABA0lEQVRIibWUsW3DMBBFv7SCiiDxMCo1RJLGExiwVtE0LlS7DBAD8QL2AE7/UuSYEIIkXkjngIMI8u49ENKpAvSfUdvzVdJBUnsHZmusZ0kSIOCd7/gAGtvLycYYAG/Aj2DHb5wzJY31htjFAgH7AskUvg9n08IcySJ8TvBXySp8SeCVJOFrgpTEBU8J5iS1pQvuEUwlR0sX3CsQsAVuEfhme8neCtz/ooukR1tfJT15mup0iRpJpwguW5/sbD0SV5x+LS+W8YtfHcbcCXUPY/aEeiW5cLekBO6SlMKTklCwKYAvSTaxYCyEz0nGWDAAn0BfAA/ZG2uIBQ9Adwd4yM6Y+gIsJSD6TQ2Y9QAAAABJRU5ErkJggg==) center no-repeat;
            transform: rotateZ(180deg);
        }
        
        .menu-btn>span {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            width: 22px;
            height: 2px;
            margin: 0 auto;
            background: #fff;
            border-radius: 2px;
            transition: .25s;
        }
        
        .menu-btn>span:nth-child(1) {
            top: 36px;
        }
        
        .menu-btn>span:nth-child(2) {
            top: 42px;
        }
        
        .menu-btn>span:nth-child(3) {
            top: 48px;
        }
        
        .menu-btn.on span,
        .hd+.menu-btn>span {
            background: #fff;
        }
        
        .menu-btn.on span:nth-child(1) {
            top: 42px;
            transform: rotate(45deg);
        }
        
        .menu-btn.on span:nth-child(2) {
            opacity: 0;
            transform: rotate(90deg);
        }
        
        .menu-btn.on span:nth-child(3) {
            top: 42px;
            transform: rotate(135deg);
        }
        
        @media (max-width: 1200px) {
            .menu-btn {
                display: block;
                position: absolute;
                bottom: auto;
                top: 0px;
                right: 0px;
                background: none;
            }
            .menu {
                display: block;
                width: 90%;
                right: 5%;
            }
            .menu img {
                margin: 60px 0;
            }
            .modal-open .header h1 {
                background: none;
            }
            .menu>ul>li.home {
                display: block;
                width: 96%;
                text-align: center;
            }
            .menu>ul>li {
                min-height: inherit;
                padding: 10px;
            }
            .menu li ul {
                display: none;
            }
            .menu-btn>b {
                display: none;
            }
            .menu-btn>span {
                display: block;
            }
            .ht .fr,
            .inner,
            .header h1,
            .search-box,
            .nav ul,
            .links,
            .copyright {
                width: 100%;
            }
            .header h1 {
                height: 100px;
                background-position: 24px 50%;
                background-size: auto 54%;
            }
            .ht .fl,
            .nav,
            .side-bar {
                display: none;
            }
            .search-box {
                position: relative;
                top: 0;
                right: 0;
                margin: 0;
                padding: 10px;
                padding-top: 20px;
                background-color: rgba(0, 0, 0, .2);
                padding-bottom: 0;
            }
            .search p {
                text-align: center;
                margin-bottom: 20px;
                padding-bottom: 18px;
            }
            .search input {
                width: 80%
            }
        }
        
        @media (max-width: 320px) {
            .header h1 {
                background-size: auto 40%;
            }
        }
        /* 网站导航开始 */
        
        .content.wzdh {
            background: #fff;
            margin-top: 20px;
            padding: 25px;
            margin-bottom: 28px;
        }
        
        .content.wzdh>.tab-pane2 h3.tab2 {
            border-bottom: 0px;
            text-align: center;
            margin-bottom: 30px;
            line-height: 40px;
        }
        
        .content.wzdh>.tab-pane2 h3.tab2 a {
            padding: 0 46px;
            position: relative;
            color: #999999;
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
        }
        
        .content.wzdh>.tab-pane2 h3.tab2 a:active {
            text-decoration: none;
        }
        
        .content.wzdh>.tab-pane2 h3.tab2 a.current {
            color: #2285e7;
        }
        
        .content.wzdh>.tab-pane2 h3.tab2 a+a::before {
            top: 5px;
            height: 15px;
            content: '';
            position: absolute;
            bottom: 10px;
            left: 0;
            border-left: 1px solid #ddd;
        }
        
        .content [class*="p"] ul:after,
        .content [class*="p"]::after,
        .slideBox .bd ul li::after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        
        .content.wzdh .zqdh .list-t li {
            width: 25%;
            float: left;
        }
        
        .content.wzdh .zqdh .list-t li::before {
            background-color: #fff
        }
        
        .content.wzdh .tab-pane2 ul {
            border-bottom: 1px solid #ccc;
            margin-bottom: 38px;
            padding-bottom: 28px;
        }
        
        .content.wzdh .tab-pane2 .wzdh-body ul {
            border-bottom: 1px solid #ccc;
            margin-bottom: 25px;
            padding-bottom: 25px;
        }
        
        .content.wzdh .pane2 .zqdh h3 {
            margin-bottom: 15px;
        }
        
        .content.wzdh .pane2 .zqdh h3 a {
            width: 120px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            text-align: center;
            background: #2285e7;
            display: inline-block;
            color: #fff;
        }
        
        .content .wzdh-body ul {
            margin-bottom: 22px;
            padding-bottom: 22px;
            line-height: 106px;
        }
        
        .content .wzdh-body li {}
        
        .content .wzdh-body li a {
            margin: 0 16px 0 16px;
            float: left;
        }
        
        .content .wzdh-body li a:first-child {
            width: 120px;
            line-height: 106px;
            background: #444;
            color: #fff;
            display: inline-block;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            margin: 0;
            float: left;
        }
        
        .content .wzdh-body li a.a1 {
            background: #6dc1e9
        }
        
        .content .wzdh-body li a.a2 {
            background: #88abda
        }
        
        .content .wzdh-body li a.a3 {
            background: #90c274
        }
        
        .content .wzdh-body li a.a4 {
            background: #f19149
        }
        
        .content .wzdh-body li a.a5 {
            background: #84ccc9
        }
        
        .content .wzdh-body ul.mzhd,
        .content .wzdh-body ul.zjja {
            line-height: 33px;
            margin-top: 40px;
        }
        /* .content .wzdh-body ul.mzhd a,
    .content .wzdh-body ul.zjja a{
        margin-top: 20px;
    } */
        
        .content .wzdh-body ul.mzhd a.a3,
        .content .wzdh-body ul.zjja a.a4 {
            margin-top: -20px;
        }
        
        @media (max-width:1200px) {
            .content.wzdh>.tab-pane2 h3.tab a {
                padding: 0 10px;
            }
            .content.wzdh .zqdh .list-t li {
                width: 50%;
                float: left;
            }
            .content .wzdh-body li a {
                float: left;
                width: 50%;
                margin: 0;
                line-height: 40px;
            }
            .content .wzdh-body li a:first-child {
                width: 100%;
                line-height: 60px;
            }
        }
        /* 新闻资讯开始 */
        
        .content.xwzx {
            margin-top: 25px;
            margin-bottom: 20px;
        }
        
        .content.xwzx .row {
            margin-right: -10px;
            margin-left: -10px;
        }
        
        .content.xwzx .list-t a {
            width: 80%;
        }
        
        .content.xwzx .row .col-md-6 {
            padding-right: 10px;
            padding-left: 10px;
        }
        
        .content.xwzx .bd {
            padding: 0;
        }
        
        .slideBox .hd {
            height: 15px;
            overflow: hidden;
            position: absolute;
            right: 20px;
            bottom: 13px;
            z-index: 1;
        }
        
        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }
        
        .slideBox .hd ul li {
            float: left;
            margin-right: 7px;
            width: 8px;
            height: 8px;
            border-radius: 100%;
            background: #fff;
            cursor: pointer;
        }
        
        .slideBox .hd ul li.on {
            background: #f00;
            color: #fff;
            width: 20px;
            border-radius: 8px;
        }
        
        .slideBox .hd ul li.on {
            background: #0073d4;
        }
        
        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }
        
        .slideBox .bd li span {
            position: absolute;
            bottom: 0;
            height: 80px;
            line-height: 109px;
            width: 100%;
            padding-left: 20px;
            padding-right: 97px;
            background: url(../images/2020/span-body.png);
            color: #fff;
            font-size: 16px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .slideBox .bd img {
            width: 100%;
            height: 332px;
            display: block;
        }
        
        .content.xwzx .jayw-bs {
            padding-bottom: 20px
        }
        
        .content.xwzx .djja {
            padding: 20px 24px;
        }
        
        .djja-body {
            float: left;
            width: 356px;
            margin: 3px 14px 10px;
            box-shadow: 4px -3px 10px #f3fbff, -3px 5px 10px #f3fbff;
            overflow: hidden;
        }
        
        .djja .slideBox .bd img {
            height: 194px;
            transition: all .3s
        }
        
        .djja .slideBox .bd img:hover {
            transform: scale(1.1)
        }
        
        .djja .slideBox .hd ul li {
            background: #dcdcdc
        }
        
        .djja .slideBox .hd ul li.on {
            background: #0073d4;
            width: 8px;
            text-align: center;
        }
        
        .djja>h3 {
            background: url(../images/2020/djja-h3.png) center center no-repeat;
            line-height: 55px;
            margin: 25px 0
        }
        
        .djja>h3 a {
            background: url(../images/2020/djja-h3-2.png) center center;
            display: block;
            width: 219px;
            height: 55px;
            display: block;
            margin: 0 auto;
        }
        
        .slideBox {
            position: relative;
        }
        
        .slideBox a.prev,
        .slideBox a.next {
            display: none;
            color: #fff;
            background: #44444469;
            /* height: 70px; */
            position: absolute;
            width: 40px;
            border-radius: 2px;
            text-align: center;
            line-height: 70px;
            font-family: '宋体';
            font-size: 30px;
            font-weight: bold;
            top: 50%;
            margin-top: -35px;
            text-decoration: none;
        }
        
        .slideBox:hover a.next,
        .slideBox:hover a.prev {
            display: block;
            transition: all .3s
        }
        
        .slideBox a.next {
            right: 0;
        }
        
        .djja .slideBox a.prev {
            left: 14px;
        }
        
        .slideBox a.next {
            right: 0px;
        }
        
        .djja .slideBox a.next {
            right: 13px;
        }
        
        .djja .slideBox a.next,
        .djja .slideBox a.prev {
            margin-top: -29px
        }
        
        .djja .slideBox .hd {
            position: relative;
            height: 30px;
            text-align: center;
            bottom: -10px;
        }
        
        .djja .slideBox .hd ul {
            float: none;
            display: inline-block;
        }
        
        .djja .slideBox .djja-body h3 {
            font-size: 18px;
            line-height: 30px;
            padding: 17px 20px 0;
        }
        
        .djja .slideBox .djja-body p {
            padding: 5px 20px 20px;
            font-size: 15px;
            color: #848484;
        }
        
        @media (max-width:1200px) {
            .content.xwzx .slideBox .bd img {
                width: 100%;
                height: 200px;
                display: block;
            }
            .list-t li .date {
                display: block;
            }
            .zqdh .list-t li a {
                width: 100%;
            }
            .list-t li a {
                width: 69%;
            }
            .djja-body {
                float: left;
                width: 100%;
                margin: 0px;
            }
        }
        /* 走进江岸开始 */
        
        .content.zjja {
            margin: 20px auto;
        }
        
        .content.zjja .p1 {
            background: #fff;
            padding: 40px 35px 20px;
        }
        
        .content.zjja .p2 {
            background: #fff;
            padding: 40px 35px;
        }
        
        .content.zjja .p1 {
            margin-bottom: 20px;
        }
        
        .content.zjja .p1>h3 {
            margin-bottom: 35px;
        }
        
        .content.zjja .p1 .col-md-7 {
            width: 654px
        }
        
        .content.zjja .p1 .col-md-5 {
            background: url(../images/2020/zjja-5.png) center center no-repeat;
            margin: 0;
            padding: 8px 12px 10px 9px;
            margin-left: 15px;
        }
        
        .content.zjja .p1 .col-md-5 p {
            font-size: 16px;
            line-height: 31px;
        }
        
        .content.zjja .p1 .col-md-5 p+p {
            margin-top: 15px;
        }
        
        .content.zjja .p1>h3 {
            background: url(../images/2020/djja-h3.png) center center no-repeat;
        }
        
        .content.zjja .p1>h3 a {
            background: url(../images/2020/zjja-1.png) center center;
            display: block;
            width: 146px;
            height: 26px;
            display: block;
            margin: 0 auto;
        }
        
        .content.zjja .p2 .tab-pane h3 {
            margin-bottom: 31px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }
        
        .content.zjja .p2 .tab-pane h3 a {
            display: inline-block;
            position: relative;
            overflow: hidden;
            margin-bottom: 2px;
            vertical-align: middle;
        }
        
        .content.zjja .p2 .tab-pane h3 a+a::before {
            display: none;
        }
        
        .content.zjja .p2 .tab-pane h3 a i {
            background: url(../images/2020/zjja-2.png) center center;
            width: 40px;
            height: 32px;
            display: block;
            margin: 0 auto;
            background-position: 0 0;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a1 i {
            background-position: 0 0;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a2 i {
            background-position: -116px 2px;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a3 i {
            background-position: -226px 2px;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a4 i {
            background-position: -344px 2px;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a5 i {
            background-position: -462px 0px;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a6 i {
            background-position: -573px -1px;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a7 i {
            background-position: -686px 0px;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a8 i {
            background-position: -798px 1px;
        }
        
        .content.zjja .p2 .tab-pane h3 a.a9 i {
            background-position: -916px 1px;
            width: 26px;
        }
        
        .content.zjja .p2 .tab-pane h3 a.current {
            border-bottom: 2px solid;
            margin-bottom: 0
        }
        /* .content.zjja .p2 .tab-pane h3 a.current i {
            filter: drop-shadow(120px 0 0 #007bde);
            position: relative;
            left: -120px;
        } */
        
        .content.zjja .p2 .tab-pane h3 a.current i {
            background-image: url(../images/2020/zjja-22.png);
            filter: none;
            position: relative;
            left: 0px;
        }
        
        .content.zjja .p2 .pane ul li {
            float: left;
            width: 262px;
        }
        
        .content.zjja .p2 .pane ul li div.video {
            height: 199px;
        }
        
        .content.zjja .p2 .pane ul li div.video img {
            width: 100%;
            height: 100%;
        }
        
        .content.zjja .p2 .pane ul li div.mg {
            background: #f1f9ff;
            padding: 10px;
            text-align: center;
        }
        
        .content.zjja .p2 .pane ul li div.mg p {
            line-height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        
        .content.zjja .p2 .pane ul li div.mg span {
            color: #7c7d7e;
            display: block;
            line-height: 26px;
            margin-bottom: 2px;
        }
        
        .content.zjja .p2 .pane ul li+li {
            margin-left: 27px;
        }
        
        @media (max-width:1200px) {
            .content.zjja .p2 .pane ul li+li {
                margin-left: 0px;
                margin-top: 20px;
            }
            .content.zjja .p1 {
                padding: 30px 10px 10px;
            }
            .content.zjja .p2 {
                padding: 10px;
            }
            .content.zjja .p1 .col-md-7,
            .content.zjja .p1 .col-md-7 img {
                width: 100%;
            }
            .content.zjja .p2 .pane ul li {
                width: 100%;
            }
            .content.zjja .p2 .tab-pane h3 {
                margin-bottom: 0;
            }
            .content.zjja .p2 .tab-pane h3 a {
                width: 32%;
                padding: 0;
            }
            .content.zjja .p2 .tab-pane h3 a {
                margin-bottom: 10px;
            }
            .content.zjja .p2 .tab-pane h3 a.current {
                margin-bottom: 8px;
            }
        }
        /* 首页 */
        
        .cont {
            position: relative;
            width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .pat1,
        .pat2 {
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, .05);
        }
        
        .pat1 .row {
            margin-right: -10px;
            margin-left: -10px;
        }
        
        .pat1 .row>.col,
        .pat1 .row>[class*="col-"] {
            padding-right: 10px;
            padding-left: 10px;
        }
        /* 轮播图 */
        
        .focus,
        .focus .pic {
            position: relative;
            width: 570px;
            height: 331px;
        }
        
        .focus .pic>div {
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        /* .focus .pic img {
            height: 100%;
        } */
        
        .focus .pic span {
            /* position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        padding: 30px 80px 12px 10px;
        line-height: 26px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .8)); */
            position: absolute;
            bottom: 0;
            height: 80px;
            line-height: 109px;
            width: 100%;
            padding-left: 20px;
            padding-right: 97px;
            background: url(../images/2020/span-body.png);
            color: #fff;
            font-size: 16px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }
        
        .focus .focus-prev,
        .focus .focus-next {
            position: absolute;
            top: 50%;
            z-index: 3;
            display: block;
            width: 60px;
            height: 60px;
            margin-top: -30px;
            line-height: 60px;
            text-align: center;
            font-size: 18px;
            cursor: pointer;
            background-color: rgba(0, 0, 0, .5);
            background-size: 24px auto;
            color: #fff;
            opacity: 0;
            transition: all .3s;
        }
        
        .focus .focus-prev {
            transform: translate(-50px, 0);
            left: 0;
            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'%23fff'%2F%3E%3C%2Fsvg%3E");
            background-image: url(../images/2020/arr_l.png)\0;
        }
        
        .focus .focus-next {
            transform: translate(50px, 0);
            right: 0;
            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'%23fff'%2F%3E%3C%2Fsvg%3E");
            background-image: url(../images/2020/arr_r.png)\0;
        }
        
        .focus:hover .focus-prev,
        .focus:hover .focus-next {
            opacity: 1;
            transform: translate(0, 0);
        }
        
        .focus .navi {
            position: absolute;
            bottom: 14px;
            right: 0;
            z-index: 9;
            text-align: right;
            padding: 0 10px;
            margin-bottom: 4px\9;
        }
        
        .focus .navi li {
            float: left;
            width: 8px;
            height: 8px;
            margin: 0 2px;
            font: 0/0 lx;
            border: 1px solid #fff;
            color: transparent;
            border-radius: 100px;
            transition: all .3s;
        }
        
        .focus .navi li.on {
            background-color: #fff;
        }
        
        .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 2px;
        }
        
        .focus .swiper-pagination-bullet {
            background-color: #fff;
            opacity: 1;
        }
        
        .focus .swiper-pagination-bullet-active {
            background-color: #0073d4;
            width: 20px;
            border-radius: 20px;
        }
        /* 轮播图结束 */
        
        .sy-yw h3.tab a {
            font-weight: 700;
            padding: 0;
        }
        
        .sy-yw .list-t li {
            line-height: 40px;
        }
        
        .sy-yw h3.tab a+a:before {
            content: none
        }
        
        .sy-yw h3.tab a.current {
            border-bottom: 1.5px solid #007bde;
            margin-bottom: -1px;
        }
        
        .sy-yw h3 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .tai a {
            position: relative;
            display: inline-block;
            /* padding: 0 20px; */
            line-height: 50px;
            font-size: 18px;
            color: #007bde;
            font-weight: 700;
        }
        
        .tai img {
            margin-right: 10px;
        }
        
        .sy-zwgg {
            padding: 20px;
            border: 1px solid #ccc;
        }
        
        .zwgg-ls1 li {
            float: left;
            height: 45px;
            line-height: 45px;
            /* text-align: center; */
            border: 1px solid #ccc;
            margin-bottom: 10px;
            margin-right: 10px;
            width: 169px;
            padding-left: 16px;
        }
        
        .zwgg-ls1 li i {
            display: inline-block;
            width: 35px;
            height: 35px;
            vertical-align: middle;
            margin-bottom: 10px;
            background-image: url(../images/2020/zwgk-ls1.png);
            background-repeat: no-repeat;
            transition: all .3s;
        }
        
        .zwgg-ls1 li:hover i {
            transform: rotateY(360deg);
        }
        
        .zwgg-ls1 li:nth-child(1),
        .zwgg-ls1 li:nth-child(2),
        .zwgg-ls1 li:nth-child(6),
        .zwgg-ls1 li:nth-child(8)  {
            width: 259px;
            padding-left: 0;
            text-align: center;
        }
        
        .zwgg-ls1 li:nth-child(2),
        .zwgg-ls1 li:nth-child(5),
        .zwgg-ls1 li:nth-child(8) {
            margin-right: 0;
        }
        
        .zwgg-ls1 li i.gk1 {
            background-position: -47px 7px;
        }
        
        .zwgg-ls1 li i.gk2 {
            background-position: -297px 7px;
        }
        
        .zwgg-ls1 li i.gk3 {
            background-position: 0px -49px;
        }
        
        .zwgg-ls1 li i.gk4 {
            background-position: -181px -48px;
        }
        
        .zwgg-ls1 li i.gk5 {
            background-position: -360px -47px;
        }
        
        .zwgg-ls1 li i.gk6 {
            background-position: 0px -102px;
        }
        
        .zwgg-ls1 li i.gk7 {
            background-position: -181px -102px;
        }
        
        .zwgg-ls1 li i.gk8 {
            background-position: -360px -102px;
        }
        
        .zwgg-ls1 {
            margin-bottom: 5px;
        }
        /* 政务公开滚动 */
        
        .txtScroll-lef {
            position: relative;
            height: 104px;
            background-color: #f1f9ff;
        }
        
        .txtScroll-lef .bd {
            /* padding: 0px 0px 0px 20px; */
            padding: 0px 0px 0px 70px;
        }
        
        .txtScroll-lef .bd ul li a {
            float: left;
            padding-left: 10px;
            position: relative;
            width: 33%;
            line-height: 44px;
        }
        
        .txtScroll-lef .bd ul li a:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 4px;
            height: 4px;
            margin-top: -2px;
            background-color: #007bde;
            border-radius: 100px;
        }
        
        .txtScroll-lef .hd ul {
            position: absolute;
            left: 50%;
            bottom: 8px;
            margin-left: -40px;
        }
        
        .txtScroll-lef .hd ul li.on {
            background-color: #007bde;
        }
        
        .txtScroll-lef .hd ul li {
            float: left;
            width: 22px;
            height: 4px;
            background-color: #e5e5e5;
            text-indent: -999em;
            margin-right: 5px;
        }
        
        .sy-zwfw {
            padding: 5px 10px 0px 10px;
            border: 1px solid #ccc;
            height: 316px;
        }
        
        .cont .bbd>li {
            width: 550px !important;
            height: 100%;
        }
        
        .cont .list-d li {
            margin-bottom: 30px;
        }
        
        .cont .list-d {
            padding: 5px 5px 16px;
        }
        
        .cont .list-b li {
            margin-bottom: 18px;
        }
        
        .cont .list-b {
            padding: 5px 5px 16px;
        }
        
        .cont .picScroll-left .hd ul {
            position: absolute;
            left: 47%;
            bottom: 30px;
            z-index: 9;
        }
        
        .cont .picScroll-left .prev,
        .cont .picScroll-left .next {
            top: 63%;
        }
        
        .sy-zwfw h3.tab a:nth-child(1) {
            padding-left: 3px;
        }
        
        .list-q li {
            float: left;
            width: 25%;
            text-align: center;
        }
        
        .list-q li:nth-child(5) {
            width: 100%;
            border-bottom: 1px solid #eee;
            margin: 25px 0;
        }
        
        .list-q li i {
            display: block;
            width: 40px;
            height: 40px;
            background-image: url(../images/2020/sy_rdfwt.png);
            background-repeat: no-repeat;
            margin: 0 auto;
            margin-bottom: 15px;
        }
        
        .list-q li i.q1 {
            background-position: 2px 5px;
        }
        
        .list-q li i.q2 {
            background-position: -139px 7px;
        }
        
        .list-q li i.q3 {
            background-position: -286px 6px;
        }
        
        .list-q li i.q4 {
            background-position: -429px 7px;
        }
        
        .list-q li i.q5 {
            background-position: 3px -117px;
        }
        
        .list-q li i.q6 {
            background-position: -142px -118px;
        }
        
        .list-q li i.q7 {
            background-position: -283px -116px;
        }
        
        .list-q li i.q8 {
            background-position: -431px -118px;
        }
        
        .sy-zh1 li {
            float: left;
            width: 49%;
            margin-right: 10px;
            background-color: #f1f9ff;
            margin-bottom: 10px;
        }
        
        .sy-zh1 li h5 {
            line-height: 40px;
            border-bottom: 1px solid #ccc;
            font-size: 16px;
            font-weight: 700;
            color: #017bdc;
            padding-left: 15px;
            margin-bottom: 10px;
        }
        
        .sy-zh1 li h5 span {
            float: right;
            padding-right: 15px;
            color: #017bdc;
        }
        
        .sy-zh1 li h5 span a {
            font-size: 14px;
            font-weight: 400;
            color: #017bdc;
        }
        
        .sy-zh1 li h5 span img {
            vertical-align: middle;
            margin-right: 5px;
            margin-bottom: 3px;
        }
        
        .sy-zh1 li:nth-child(2),
        .sy-zh1 li:nth-child(4) {
            margin-right: 0;
        }
        
        .sy-zh1 li>a {
            float: left;
            width: 50%;
        }
        
        .sy-zh1 li:nth-child(1)>a {
            position: relative;
            padding-left: 10px;
            text-align: center;
            line-height: 40px;
        }
        
        .sy-zh1 li:nth-child(1)>a:before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -3px;
            left: 20px;
            width: 7px;
            height: 7px;
            border-top: 1.5px solid #017bdc;
            border-right: 1.5px solid #017bdc;
            transform: rotate(45deg);
        }
        
        .sy-zh1 li:nth-child(2) h5 {
            margin-bottom: 0;
        }
        
        .sy-zh1 li:nth-child(2)>a {
            line-height: 90px;
            text-align: center;
            position: relative;
        }
        
        .sy-zh1 li:nth-child(2)>a+a:before {
            content: '';
            position: absolute;
            top: 29px;
            height: 35px;
            left: 0;
            border-left: 1px solid #ccc;
        }
        
        .sy-zh1 li:nth-child(2)>a img {
            margin-right: 10px;
        }
        
        .sy-zh1 li:nth-child(3),
        .sy-zh1 li:nth-child(4) {
            line-height: 54px;
            text-align: center;
        }
        
        .sy-zh1 li:nth-child(3) a,
        .sy-zh1 li:nth-child(4) a {
            float: none;
            width: auto;
        }
        
        .sy-zh1 li:nth-child(3) a img,
        .sy-zh1 li:nth-child(4) a img {
            margin-right: 10px;
        }
        
        .list-w li {
            float: left;
            width: 32%;
            height: 49px;
            line-height: 49px;
            text-align: center;
            font-size: 16px;
            margin-right: 9.6px;
            margin-bottom: 8px;
            overflow: hidden;
        }
        
        .list-w li a {
            color: #fff;
        }
        
        .list-w li:nth-child(1) {
            background-color: #6dc1e9
        }
        
        .list-w li:nth-child(2) {
            background-color: #88abda
        }
        
        .list-w li:nth-child(3) {
            background-color: #90c274;
            margin-right: 0
        }
        
        .list-w li:nth-child(4) {
            background-color: #d5b7d2;
            margin-bottom: 0
        }
        
        .list-w li:nth-child(5) {
            background-color: #f29b76;
            margin-bottom: 0
        }
        
        .list-w li:nth-child(6) {
            background-color: #84ccc9;
            margin-right: 0;
            margin-bottom: 0
        }
        
        .list-w li:hover a {
            display: inline-block;
            transform: scale(1.1);
            transition: transform 0.4s linear;
        }
        
        .sy-zwhd {
            padding: 18px 20px 20px;
            border: 1px solid #ccc;
        }
        
        .sy-zjja {
            height: 350px;
            border: 1px solid #ccc;
            background-image: url(../images/2020/sy_zjjat1.png);
        }
        
        .sy-zjja p {
            padding: 35px 33px 35px 129px;
            font-size: 14px;
            line-height: 30px;
            text-indent: 2em;
        }
        
        .sy-zjja p a {
            color: #f19c57;
        }
        
        .list-e li {
            float: left;
            width: 20%;
            text-align: center;
            margin-bottom: 10px;
        }
        
        .list-e li img {
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
            height: 25px;
            transition: all .3s;
        }
        
        .list-e li:hover img {
            transform: rotateY(360deg);
        }
        
        .topic-prev,
        .topic-next {
            position: absolute;
            top: 31%;
            z-index: 3;
            display: block;
            width: 22px;
            height: 96px;
            margin-top: -30px;
            line-height: 60px;
            text-align: center;
            font-size: 18px;
            cursor: pointer;
            background-color: rgba(0, 0, 0, .3);
            /* background-size: 24px auto; */
            color: #fff;
            /* opacity: 0; */
            transition: all .3s;
            background-repeat: no-repeat;
            background-position: 6px;
        }
        
        .topic-prev {
            left: 10px;
            /* 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'%23fff'%2F%3E%3C%2Fsvg%3E"); */
            background-image: url(../images/2020/arr_l.png);
        }
        
        .topic-next {
            right: 15px;
            /* 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'%23fff'%2F%3E%3C%2Fsvg%3E"); */
            background-image: url(../images/2020/arr_r.png);
        }
        
        .topic li a {
            display: block;
            width: 280px;
            margin: 0 10px;
        }
        
        .list {
            margin-left: -10px;
        }
        
        .list .pic img,
        .pic-text .pic img {
            display: block;
            width: 100%;
            min-height: 100%;
            transition: all 0.3s;
        }
        
        .sy-gdw {
            padding-top: 10px;
            border: 1px solid #ccc;
            height: 135px;
            overflow: hidden;
        }
        
        .sy-dwlst>li {
            float: left;
            width: 25%;
            text-align: center;
            position: relative;
            padding-right: 8px;
        }
        
        .sy-dwlst>li>h5 {
            text-align: center;
            margin-bottom: 10px;
        }
        
        .sy-dwlst>li>h5>img {
            vertical-align: text-top;
            margin-right: 5px;
        }
        
        .sy-dwlst>li+li:before {
            content: '';
            position: absolute;
            top: 5px;
            height: 105px;
            left: 0;
            border-left: 1px solid #ccc;
        }
        
        .sy-dwlst>li ul {
            max-height: 145px;
            overflow-x: hidden;
            overflow-y: auto;
        }
        
        .sy-dwlst>li ul li {
            line-height: 30px;
            font-size: 14px;
        }
        
        .sy-dwlst>li ul::-webkit-scrollbar {
            /*滚动条整体样式*/
            width: 6px;
            /*高宽分别对应横竖滚动条的尺寸*/
            height: 1px;
        }
        
        .sy-dwlst>li ul::-webkit-scrollbar-thumb {
            /*滚动条里面小方块*/
            border-radius: 10px;
            /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
            background: #d2d2d2;
        }
        
        .sy-dwlst>li ul::-webkit-scrollbar-track {
            /*滚动条里面轨道*/
            /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
            border-radius: 10px;
            background: #eeeeee;
        }
        
        .sy-dwlst>li:nth-child(4)>a:nth-child(2) {
            margin-right: 35px;
        }
        
        .sy-dwlst>li:nth-child(4)>a {
            margin-bottom: 6px;
            display: inline-block;
            font-size: 14px;
        }
        
        .sy-dwlst>li:nth-child(4)>a:nth-child(4) {
            display: block
        }
        
        @media(max-width:1200px) {
            .cont {
                width: 100%;
            }
            .focus,
            .focus .pic {
                position: relative;
                width: 100%;
                height: 210px;
            }
            .focus .pic img {
                width: 100%;
                height: 100%;
            }
            .zwgg-ls1 li {
                width: 100%;
            }
            .zwgg-ls1 li:nth-child(1),
            .zwgg-ls1 li:nth-child(2){
                width: 100%;
                padding-left: 23px;
                text-align: left;
            }
            .txtScroll-lef {
                height: auto;
            }
            .txtScroll-lef .bd {
                /* padding: 0; */
            }
            .txtScroll-lef .hd ul {
                z-index: 5;
            }
            .txtScroll-lef .bd ul li a {
                width: 50%;
                margin-bottom: 20px;
            }
            .sy-zwfw {
                height: auto;
            }
            .sy-zh1 li {
                width: 100%;
            }
            .list-w li {
                width: 100%;
            }
            .list-e li {
                width: 33%;
                height: 80px;
            }
            .sy-zjja {
                height: auto;
                background-color: #ebf8ff;
                background-repeat: no-repeat;
            }
            .topic-prev,
            .topic-next {
                display: none;
            }
            .topic li a {
                display: block;
                width: 95%;
                margin: 0 10px;
            }
            .sy-dwlst>li {
                width: 100%;
                margin-bottom: 30px;
            }
            .sy-gdw {
                height: auto;
            }
            .sy-dwlst>li+li:before {
                content: none;
            }
            .sy-zwhd {
                padding: 0px;
            }
            .list-w li:nth-child(4),
            .list-w li:nth-child(5),
            .list-w li:nth-child(6) {
                margin-bottom: 10px;
            }
        }
        /* 首页 */
        
        .tai a {
            font-size: 22px;
        }
        
        .tai img {
            margin-bottom: 5px;
        }
        
        .sy-zwgg,
        .zwgg-ls1 li,
        .sy-zwfw,
        .sy-zwhd,
        .sy-zjja,
        .sy-gdw {
            border: 1px solid #e5e5e5;
        }
        
        .sy-zjja p {
            padding: 35px 33px 28px 129px;
        }
        
        .list-e li {
            margin-bottom: 25px;
        }
        
        .picScroll-left .prev,
        .picScroll-left .next {
            height: 45px;
            transform: translate(0, 0);
        }
        
        .cont .txtScroll-le .hd ul {
            position: absolute;
            left: 46.8%;
            bottom: -19px;
            margin-left: 0px;
            z-index: 10;
        }
        
        .topic-next {
            right: 12px;
        }
        
        .sy-zjja {
            background-size: 102%;
        }
        
        .list-d li a span {
            font-size: 16px;
        }
        
        .list-b li a span {
            font-size: 16px;
        }
        
        @media (max-width: 1200px) {
            .sy-dwlst>li {
                padding-bottom: 15px;
                border-bottom: 1px solid #e5e5e5;
            }
            .sy-dwlst>li:last-child {
                border-bottom: none;
            }
            .sy-zjja {
                background-size: auto;
            }
        }
        /* 改 */
        
        .content.xwzx .row .col-md-6 .list-t li {
            line-height: 42px
        }
        
        .content.xwzx .jayw-bs {
            padding-bottom: 8px;
        }
        
        .content.zjja .p2 .pane ul {
            min-height: 277px;
        }
        
        .content.zjja .c-blue {
            color: #007bde
        }
        
        .content.zjja .p2 .pane ul .col-md-7 {
            width: 56.333333%;
        }
        
        .content.zjja .p2 .pane ul .col-md-5 p {
            line-height: 30px;
        }
        
        .content.zjja .p2 .pane ul>p {
            line-height: 30px;
            padding: 0 57px;
        }
        
        .content.zjja .p2 .pane ul>p+p {
            margin-top: 34px;
        }
        
        .djja .slideBox .hd {
            right: 0;
            bottom: -2px;
        }
        
        .content.xwzx .jayw-bs.djja {
            padding-bottom: 20px;
        }
        
        .content.xwzx .list-t a {
            color: #666666;
        }
        
        .content.wzdh .tab-pane2 ul,
        .content.wzdh .tab-pane2 .wzdh-body ul {
            border-bottom: 1px solid #eceaea;
        }
        /* 改 */
        
        .sy-yw .pane {
            height: 280px;
        }
        
        @media(max-width:1200px) {
            .content.zjja .p2 .pane ul .col-md-7,
            .content.zjja .p2 .pane ul .col-md-7 img {
                width: 100%;
                margin-bottom: 10px;
            }
            .content.zjja .p2 .pane ul>p {
                padding: 0 10px;
            }
            .content.wzdh>.tab-pane2 h3.tab2 a {
                padding: 0 20px;
            }
            .sy-yw h3.tab a {
                width: 33%;
                text-align: center;
            }
            .sy-zh1 li:nth-child(1)>a {
                text-align: left;
                padding-left: 36px;
            }
            .ta50 h3.tab a {
                width: 50%;
                text-align: center;
            }
            .sy-yw .pane {
                height: auto;
            }
        }
        
        .sy-dwlst>li ul li a {
            color: #666666;
        }
        
        .sy-dwlst>li ul li a:hover {
            color: #007bde;
        }
        
        .sy-zjja p:hover {
            color: #007bde;
        }
        
        .leinm {
            overflow: hidden;
        }
        
        .leinm img {
            transition: all .3s;
        }
        
        .leinm img:hover {
            transform: scale(1.1);
        }
        
        .phave:hover p {
            color: #007bde;
        }
        
        .content.zjja .phave:hover p a {
            color: #f19c57;
        }
        
        .topic li a {
            overflow: hidden;
        }
        
        .topic li a img {
            transition: all .3s;
        }
        
        .topic li a img:hover {
            transform: scale(1.1);
        }
        
        .content.xwzx .list-t a:hover {
            color: #007bde;
        }
        /* 改 */
        /* .content.zjja .p2 .tab-pane h3 a.current i {
        filter: none;
        position: relative;
        left: 0px;
    }
    
    .content.zjja .p2 .tab-pane h3 a.current i {
        background-image: url(images/zjja-22.png);
    } */
        
        .txtScroll-lef .prev {
            position: absolute;
            left: 0%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            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'%23fff'%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            filter: alpha(opacity=50);
            background-color: rgba(0, 0, 0, .3);
            opacity: 0;
            z-index: 9;
            transition: all .3s;
            background-size: 40%;
            border-radius: 0 4px 4px 0;
        }
        
        .txtScroll-lef .next {
            position: absolute;
            left: 0%;
            top: 50%;
            margin-top: -25px;
            display: block;
            width: 32px;
            height: 40px;
            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'%23fff'%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            filter: alpha(opacity=50);
            background-color: rgba(0, 0, 0, .3);
            opacity: 0;
            z-index: 9;
            transition: all .3s;
            background-size: 40%;
            border-radius: 4px 0 0 4px;
        }
        
        .txtScroll-lef .prev {
            /* transform: translate(-50px, 0); */
            background-position: 10px 9px;
        }
        
        .txtScroll-lef .next {
            left: auto;
            right: 0%;
            background-position: 10px 9px;
        }
        
        .txtScroll-lef:hover .next,
        .txtScroll-lef:hover .prev {
            opacity: 1;
            /* transform: translate(0, 0); */
        }
        
        @media (max-width: 1200px) {
            .txtScroll-lef .bd {
                padding: 0px 0px 0px 30px;
            }
        }
        /* 2020-06-22 开始  顶部样式*/
        
        .ht {
            height: 40px;
            line-height: 40px;
        }
        
        .ht a {
            margin: 0 10px;
            color: #fff;
        }
        
        @media (max-width: 1200px) {
            .ht .fl {
                display: none;
            }
            .ht .fr {
                text-align: center;
                font-size: 12px;
            }
        }
        /* 2020-06-22 结束 */
        /* 6-22*/
        /* 新闻细览 */
        
        .content.zjja .p2 .tab-pane h3 a.current i {
            filter: none;
            position: relative;
            left: 0px;
            background-image: url('../images/zjja-22.png');
        }
        
        @media (max-width: 1200px) {
            .content.zjja .p2 .pane ul li div.video {
                height: auto;
            }
            .content.zjja .p2 .pane ul li div video {
                width: 100%;
            }
        }
        
        .content .where {
            /* background: #58AEE2; */
            /* opacity: 0.2; */
            background: rgba(90, 175, 230, 0.2);
            border-radius: 3px;
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8196078431372549)
        }
        
        .content .where img {
            margin-right: 8px;
        }
        
        .content .where a,
        .content.xwgl .where span {
            color: rgba(255, 255, 255, 0.8196078431372549);
        }
        
        .content.xwgl {
            margin-bottom: 26px
        }
        
        .content.xwgl .row {
            margin-right: 0px;
            margin-left: 0px;
        }
        
        .content.xwgl .col-md-3 {
            background-color: #fff;
            height: 994px;
            margin-right: 10px;
            width: 285px;
            padding: 0;
        }
        
        .content.xwgl .col-md-3 h2 {
            background-color: #1581EF;
            line-height: 78px;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }
        
        .content.xwgl .col-md-3 h2 i {
            background-image: url('../images/xwzx.png');
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px;
            margin-right: 20px;
        }
        
        .content.xwgl .col-md-3 ul li {
            line-height: 70px;
            border-bottom: 1px solid #E5E5E5;
            padding: 0 25px;
        }
        
        .content.xwgl .col-md-3 ul li a {
            font-size: 20px;
        }
        
        .content.xwgl .col-md-3 ul li::before {
            width: 20px;
            line-height: 20px;
            background-color: #D2D2D2;
            display: inline-block;
            border-radius: 100%;
            content: '>';
            font-family: '宋体';
            color: #fff;
            font-size: 12px;
            font-weight: bolder;
            text-align: center;
            margin-right: 26px;
            vertical-align: middle;
            vertical-align: middle;
            margin-top: -5px;
        }
        
        .content.xwgl .col-md-3 ul li.current::before,
        .content.xwgl .col-md-3 ul li:hover::before {
            background-color: #1581EF;
        }
        
        .content.xwgl .col-md-3 ul li.current a,
        .content.xwgl .col-md-3 ul li:hover a {
            color: #1581EF;
            font-weight: bold;
        }
        
        .content.xwgl .col-md-9 {
            background-color: #fff;
            height: 994px;
            margin-left: 10px;
            width: 895px;
            padding: 10px 20px 0 30px;
        }
        
        .content.xwgl .col-md-9 ul {
            overflow: hidden;
            border-bottom: 1px solid #dedede;
            padding-bottom: 7px;
            margin-bottom: 8px;
        }
        
        .content.xwgl .col-md-9 ul li {
            line-height: 40px
        }
        
        .content.xwgl .col-md-9 ul li span {
            display: block;
            float: left;
            width: 85%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        
        .content.xwgl .col-md-9 ul li i {
            font-size: 16px;
            float: right;
            color: #999;
            padding-right: 2px;
            font-style: normal;
        }
        
        .pages {
            font: 0/0 microsoft yahei;
            padding: 10px 0;
            text-align: center;
        }
        
        .pages span {
            display: inline-block;
            line-height: 18px;
            margin: 0 2px;
            padding: 10px 15px;
            font-size: 14px;
            vertical-align: middle;
            background-color: #eee;
            border-radius: 2px;
        }
        
        .pages a {
            display: inline-block;
            line-height: 18px;
            margin: 5px 2px;
            padding: 10px 15px;
            font-size: 14px;
            vertical-align: middle;
            background-color: #eee;
            border-radius: 2px;
        }
        
        .pages span.current {
            background-color: #00a0e9;
            color: #fff;
            position: relative;
        }
        
        @media (max-width: 1200px) {
            .content.xwgl .col-md-3 {
                height: auto;
                margin-right: 0px;
                width: 100%;
            }
            .content.xwgl .col-md-9 {
                height: auto;
                margin-left: 0px;
                width: 100%;
            }
            .content.xwgl .col-md-9 ul li span {
                width: 70%;
            }
            .content.xwgl {
                margin-bottom: 0;
            }
        }
        /*功能导航*/
        
        #floatDivBoxs {
            width: 80px;
            position: fixed;
            top: 0px;
            right: -90px;
            z-index: 999;
            background: rgba(62, 62, 62, 0.6);
            filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#73e3e3e, endcolorstr=#73e3e3e);
            bottom: 0px;
        }
        
        #floatDivBoxs .floatDqq {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -160px;
        }
        
        #floatDivBoxs .floatDqq li {
            width: 80px;
            height: 80px;
            padding: 10px 0px;
        }
        
        #floatDivBoxs .floatDqq li a {
            display: block;
            width: 80px;
            padding: 10px 5px;
            color: #fff;
            text-align: center;
            font: normal 14px/20px microsoft yahei, smihei;
            position: relative;
        }
        
        #floatDivBoxs .floatDqq li a:hover {
            background-color: #007BDE;
        }
        
        #floatDivBoxs .floatDqq li .iconfont {
            display: block;
            margin: 10px 15px;
            fill: #fff;
            font-size: 24px;
        }
        
        #rightArrow {
            width: 80px;
            height: 80px;
            position: fixed;
            top: 400px;
            right: 120px;
            z-index: 999;
        }
        
        #rightArrow a {
            display: block;
            height: 80px;
            background: url('../images/hs.png') no-repeat;
        }
        
        .span-tre {
            display: block;
            height: 35px;
        }
        
        .floatDqq li span.wx {
            display: none;
            width: 90px;
            position: absolute;
            top: -20px;
            right: 124px;
            z-index: 9999999;
        }
        
        .floatDqq li:hover span.wx {
            display: block;
        }
        
        .floatDqq li span.wx img {
            width: 134px;
            height: 120px;
        }
        
        @media (max-width: 1024px) {
            #rightArrow,
            #floatDivBoxs {
                display: none;
            }
        }
        
        .content.xwxl .col-md-9 {
            height: auto;
            padding: 20px;
        }
        
        .content.xwxl .col-md-9 .grid {
            width: auto;
            margin: 0;
            padding: 0;
        }
        /* 首页添加左右切换按钮 增加 开始*/
        
        .txtScroll-le .prev,
        .txtScroll-le .next {
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -20px;
            display: block;
            width: 32px;
            height: 45px;
            background: #eee url(../images/slider-arrow.png) -110px 5px no-repeat;
            filter: alpha(opacity=50);
            background-color: rgba(0, 0, 0, .3);
            opacity: 0;
            z-index: 9;
            transition: all .3s;
            /* transform: translate(-50px, 0); */
            border-radius: 0 4px 4px 0;
        }
        
        .txtScroll-le .prev {
            left: -10px;
            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'%23fff'%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            background-size: 40%;
            background-position: 10px 12px;
        }
        
        .txtScroll-le .next {
            right: -10px;
            left: auto;
            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'%23fff'%2F%3E%3C%2Fsvg%3E");
            background-repeat: no-repeat;
            background-size: 40%;
            border-radius: 4px 0 0 4px;
            background-position: 10px 12px;
        }
        
        .txtScroll-le:hover .next,
        .txtScroll-le:hover .prev {
            opacity: 1;
            transform: translate(0, 0);
        }
        
        .nebs .txtScroll-le .prev {
            left: 0px;
        }
        
        .nebs .txtScroll-le .next {
            right: 0px;
        }