﻿@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    list-style-type: none;
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
    display: block;
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, th, var, i, b {
    font-style: normal;
    font-weight: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button {
    /*overflow: visible;
    vertical-align: middle;
    outline: none;*/
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a, area {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

    a:focus, a:hover, a:active {
        outline: none;
        blr: expression(this.onFocus=this.blur());
    }

sub, sup {
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

input[type="submit"], input[type="button"] {
    cursor: pointer;
}

img {
    border: 0;
    vertical-align: middle;
}

a img, img {
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #777;
}

    a:hover {
        text-decoration: none;
    }

body {
    min-width: 1200px;
}

body, th, td, button, input, select, textarea {
    font-family: Arial,"微软雅黑";
    font-size: 14px;
    color: #777;
}

.layout {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.fix {
    *zoom: 1;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    background: #f8f8f8;
}

.g-bg {
    /*background: #f7f7f7;*/
    background: #eeeeee;
}
/* header */
.header {
    height: 120px;
    /*background: url(../../images/index/headerbg.jpg) no-repeat top center/cover;*/
}

.logo {
    float: left;
    height: 120px;
    line-height: 140px;
}

    .logo img {
        /*width: 75px;*/
        height: 70px;
        margin-bottom: 10px;
    }

    .logo h1 {
        display: inline;
        position: relative;
        bottom: 10px;
        font-size: 30px;
        letter-spacing: 6px;
        color: #aa0011;
        font-weight: 550;
        font-weight: bold;
    }

    .logo p {
        position: absolute;
        margin-left: 80px;
        top: 20px;
        font-size: 13px;
        color: #333;
        height: 50px;
        font-weight: bold;
    }

.h-search {
    float: right;
    margin-top: 32px;
}

.p-zhuce {
    text-align: right;
    font-size: 16px;
    margin: 6px;
    /* color: white; */
    font-weight: 600;
}

    .p-zhuce a {
        padding: 0px 5px;
    }

.h-search .sinput {
    width: 287px;
    border: 2px solid #015293;
    border-right: 0;
    height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    outline: none;
    margin-top: 1px;
}

    .h-search .sinput::placeholder {
        color: #999;
    }

.h-search .sbtn {
    line-height: 40px;
    padding: 0 32px;
    color: #fff;
    background-color: #015293;
    border: none;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin-left: -4px;
    font-size: 16px;
}

/*浮动公告栏 */
.f-gonggao-l {
    position: fixed;
    top: 40%;
    left: 20px;
    width: 230px;
    border: 1px solid #015293;
    z-index: 0;
    background: white;
}

.f-gonggao-r {
    position: fixed;
    top: 40%;
    right: 20px;
    width: 230px;
    border: 1px solid #015293;
    z-index: 0;
    background: white;
}

.f-head {
    height: 45px;
    background: #015293;
}

    .f-head span {
        font-size: 16px;
        color: white;
        font-weight: bold;
        line-height: 45px;
        padding: 10px;
        margin-left: 13px;
    }

    .f-head a {
        float: right;
        margin-top: 2px;
    }

        .f-head a img {
            width: 40px;
            height: 40px;
        }

.f-body {
    height: 300px;
    padding: 10px;
    overflow-y: hidden;
}

    .f-body ul li {
        line-height: 36px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .f-body ul li:before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #cccccc;
            vertical-align: middle;
            margin-right: 10px;
        }

        .f-body ul li a {
            color: #333;
        }

            .f-body ul li a:hover {
                color: #015293;
            }
/*浮动公告栏 */

/* nav */
.g-nav {
    height: 54px;
    background: #015293;
    overflow: hidden;
}

    .g-nav li {
        float: left;
        line-height: 54px;
        font-size: 20px;
        padding: 0 14px;
        /*font-weight: 550;*/
        font-weight: bold;
    }

        .g-nav li > a {
            display: inline-block;
            color: #fff;
        }

        .g-nav li.on {
            /*background: #cf0010;*/
        }

        .g-nav li:hover {
            background: #23739a;
        }
/* banner */
.banner-top {
    text-align: center;
    height: auto;
    padding: 40px 0px;
    background: #fff;
}

.banner-title {
    color: #005293;
    font-size: 38px;
}

    .banner-title a {
        color: #005293;
    }

.banner {
    position: relative;
    padding: 0px 0px 15px 0;
    margin-bottom: 15px;
}

    .banner .hd {
        position: absolute;
        bottom: 30px;
        right: 5px;
        z-index: 2;
    }

        .banner .hd ul {
            overflow: hidden;
            float: left;
            zoom: 1;
            margin-right: 40px;
        }

        .banner .hd a {
            position: absolute;
            right: 5px;
            bottom: -8px;
        }

            .banner .hd a img {
                width: 28px;
                height: 28px;
            }

        .banner .hd ul li {
            float: left;
            margin-right: 8px;
            width: 12px;
            height: 12px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            border-radius: 10px;
        }

            .banner .hd ul li.on {
                background: #8bc34a;
            }

.banner-wrapper .slide {
    width: 100%;
    height: 600px;
}

    .banner-wrapper .slide .tit {
        /*display: block;*/
        /*background: rgba(0, 0, 0, 0.5);*/
        background: #015293;
        padding: 10px 20px;
        color: #fff;
        font-size: 18px;
        position: relative;
        text-align: left;
        bottom: 44px;
    }

        .banner-wrapper .slide .tit span {
            /*display: inline-block;
            width: 1000px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
        }

        .banner-wrapper .slide .tit a {
            display: inline-block;
            width: 1000px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #fff;
        }

    .banner-wrapper .slide a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .banner-wrapper .slide img {
        width: 100%;
        height: 100%;
    }

.banner-list {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
    width: 400px;
    height: 450px;
    background: #fffafa;
}

    .banner-list li {
        padding: 0 20px;
        line-height: 64px;
    }

        .banner-list li .tit a {
            display: block;
            color: #333;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .banner-list li .info {
            display: none;
        }

            .banner-list li .info p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                line-height: 24px;
            }

        .banner-list li.on {
            position: relative;
            background: #ffffff;
            height: 130px;
        }

            .banner-list li.on:before {
                content: "";
                position: absolute;
                left: -10px;
                top: 50%;
                height: 0;
                width: 0;
                margin-top: -10px;
                border-width: 10px 10px 10px 0;
                border-color: transparent #fff transparent;
                border-style: solid;
            }

            .banner-list li.on .tit {
                padding-top: 25px;
                padding-bottom: 14px;
                line-height: 1.1em;
            }

                .banner-list li.on .tit a {
                    color: #015293;
                }

            .banner-list li.on .info {
                display: block;
                line-height: 18px;
                font-size: 14px;
                color: #999999;
            }

                .banner-list li.on .info .more {
                    color: #015293;
                }

                    .banner-list li.on .tit a:hover,
                    .banner-list li.on .info .more:hover,
                    .news-header .r_cont p .more:hover {
                        opacity: 0.7;
                    }
/* news */
.news .w49:first-child {
    margin-right:2%;
}
.news .c-list {
  padding:17px 10px 18px 10px;
}
.news-warpper {
    width: 100%;
    padding: 0 24px 0 30px;
    box-sizing: border-box;
    background: #fff;
}

    .news-warpper ul.c-list {
        padding-top: 17px;
        padding-bottom: 18px;
    }

    .news-warpper .c-list li {
        padding-right: 8em;
    }

        .news-warpper .c-list li .rep_tags {
            color: #015293;
            margin: 0px -10px 0 -15px;
        }


/*政策要闻*/
.news-zcyw {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

    .news-zcyw .hd {
        position: absolute;
        bottom: 15px;
        right: 8px;
        z-index: 2;
        font-size: 16px;
        color: #fff;
    }

        .news-zcyw .hd .pageState {
            /*padding: 5px;*/
        }

        .news-zcyw .hd a.next {
            position: relative;
            top: 10px;
            display: inline-block;
            height: 32px;
            width: 32px;
            background: url(/templates/zcyjw/images/icon_r.png) no-repeat;
        }

        .news-zcyw .hd a.prev {
            position: relative;
            top: 10px;
            display: inline-block;
            height: 32px;
            width: 32px;
            background: url(/templates/zcyjw/images/icon_l.png) no-repeat;
        }

    .news-zcyw .slide {
        width: 100%;
        /*height: 350px;*/
        height: 315px;
    }

        .news-zcyw .slide .tit {
            background-color: rgba(5,5,5,0.7);
            /*background: #015293;*/
            padding: 10px 20px;
            color: #fff;
            font-size: 18px;
            position: relative;
            text-align: left;
            bottom: 50px;
        }

            .news-zcyw .slide .tit a {
                display: inline-block;
                width: 80%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #fff;
            }

        .news-zcyw .slide img {
            width: 100%;
            height: 100%;
        }

.news-header {
    padding: 22px 0 17px 0;
}

    .news-header .himg {
        width: 184px;
        height: 100px;
        border: 1px solid #f3f3f3;
        float: left;
        margin-right: 19px;
    }

        .news-header .himg > img {
            width: 100%;
            height: 100%;
        }

    .news-header .r_cont {
        height: 86px;
    }

        .news-header .r_cont h4 {
            font-size: 18px;
            line-height: 1em;
            padding: 9px 0 12px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .news-header .r_cont h4 .rep_tags {
                color: #015293;
            }

            .news-header .r_cont h4 a {
                color: #333;
            }

                .news-header .r_cont h4 a:hover {
                    color: #015293;
                }

        .news-header .r_cont p {
            font-size: 14px;
            color: #999;
            line-height: 20px;
        }

            .news-header .r_cont p .more {
                color: #015293;
            }


/* recommend */
.section1 {
    margin: 30px 0px;
}

.recommend {
    position: relative;
    background: #fff;
    /*width: 66.6%;*/
}

    .recommend .word {
        position: relative;
        z-index: 9;
        /*width: 11%;*/
        width: 86px;
        height: 240px;
        line-height: 30px;
        padding-top: 60px;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        background: #015293;
        font-size: 20px;
        font-weight: bold;
    }

        .recommend .word a {
            color: #fff;
            font-size: 12px;
            margin-top: 35px;
            display: inline-block;
        }

.recommend-video {
    position: relative;
    padding-left: 135px;
}

    .recommend-video .control {
        position: absolute;
        left: 115px;
        top: 50%;
        width: 1000px;
        z-index: 2;
    }

        .recommend-video .control .prev {
            float: left;
            width: 12px;
            height: 24px;
            background: url(../../images/prev.png) no-repeat center/cover;
        }

        .recommend-video .control .next {
            float: right;
            width: 12px;
            height: 24px;
            background: url(../../images/next.png) no-repeat center/cover;
        }

    .recommend-video .card_group {
        padding: 0 70px;
    }

.itemcard {
    float: left;
    width: 280px;
    padding: 30px 22px 10px 20px;
}

    .itemcard:hover h4 {
        color: #015293;
    }

.itemcard-img {
    width: 100%;
    height: 149px;
}

    .itemcard-img > img {
        width: 100%;
        height: 100%;
    }

.itemcard-text {
    padding: 17px 0 21px 10px;
    box-shadow: 0px 2px 8px 2px rgba(130, 130, 130, 0.2);
}

    .itemcard-text h4 {
        font-size: 16px;
        color: #333;
        padding-bottom: 10px;
    }

    .itemcard-text p {
        font-size: 14px;
        color: #999;
        line-height: 20px;
        text-indent: 32px;
    }

.itemcard .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section1 .c-list li {
    padding: 0 30px 0 10px;
}

.section1 .c-list {
    padding-top: 17px;
    padding-bottom: 18px;
}
/* section2 */
.section2 .c-list li {
    padding: 0 30px 0 10px;
}

.section2 .c-list {
    padding-top: 17px;
    padding-bottom: 18px;
}

.w32 {
    width: 32%;
}

.w48 {
    width: 48%;
}

.w49 {
    width: 49%;
}

.section2 .w32:nth-child(2) {
    margin: 0 2%;
}

#zchb .tab {
    padding-top: 20px;
    padding-left: 19px;
}

    #zchb .tab li {
        float: left;
        cursor: pointer;
    }

        #zchb .tab li:after {
            content: "|";
            display: inline-block;
            padding: 0 13px;
            color: #333;
        }

        #zchb .tab li:nth-last-child(1):after {
            content: "";
        }

        #zchb .tab li.on {
            color: #015293;
        }

#zchb .c-list li {
    padding-right: 8em;
}

#zchb .c-list .date {
    right: 16px;
}

#zchb {
    margin: 0 2%;
}

.c-banner-img {
    width: 100%;
    height: 200px;
}

    .c-banner-img:hover .c-banner-tit {
        color: #015293;
    }

    .c-banner-img > img {
        width: 100%;
        height: 100%;
    }

.c-banner li {
    overflow: hidden;
}

.c-banner-img {
    position: relative;
}

.c-banner-tit {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 12px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.c-banner-item {
    height: 51px;
    line-height: 51px;
    background: #fff;
}

    .c-banner-item a {
        padding-left: 10px;
        color: #333;
    }

        .c-banner-item a:hover {
            color: #015293;
        }
/* section3 */
.section3 {
    margin: 15px 0;
}

.left_enter,
.right_enter {
    width: 595px;
    height: 116px;
}

    .left_enter a,
    .right_enter a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .left_enter img,
    .right_enter img {
        width: 100%;
        height: 100%;
    }

/*轮播头条*/
.lbzt {
    margin-top: 30px;
    overflow: hidden;
}

    .lbzt .hd {
        position: relative;
        bottom: 20px;
        left: 50%;
    }

        .lbzt .hd ul {
            overflow: hidden;
            float: left;
            zoom: 1;
        }

            .lbzt .hd ul li {
                float: left;
                margin-right: 8px;
                width: 12px;
                height: 12px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                border-radius: 10px;
            }

                .lbzt .hd ul li.on {
                    background: #8bc34a;
                }

    .lbzt .bd ul li {
        display: inline-block;
        width: 100%;
        height: 116px;
    }

        .lbzt .bd ul li img {
            width: 100%;
            height: 116px;
        }

/* section4 */
.section4 {
    margin: 30px 0;
}

    .section4 .enterimg {
        width: 100%;
        height: 100px;
    }

        .section4 .enterimg > img {
            width: 100%;
            height: 100%;
        }

.database-warppper {
    background: #fff;
}

.database-group {
    height: 350px;
    overflow: hidden;
    padding-bottom: 3px;
}

.database-warppper .clickall {
    padding: 20px 0;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.database-group-card {
    width: 32.3%;
    background: #fff;
    float: left;
    box-shadow: 0 0 2px 2px rgba(130, 130, 130, 0.2);
    margin-top: 10px;
    margin-left: 10px;
}

    .database-group-card h3 {
        color: #015293;
        font-size: 18px;
        padding: 19px 0 10px 10px;
    }

    .database-group-card .l-img {
        width: 130px;
        height: 85px;
        padding: 0 10px;
    }

        .database-group-card .l-img a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

            .database-group-card .l-img a > img {
                width: 100%;
                height: 100%;
            }

    .database-group-card .r-cont {
        padding-top: 5px;
        padding-bottom: 25px;
    }

        .database-group-card .r-cont .ellipsis {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .database-group-card .r-cont li {
               line-height:26px;
               margin-bottom:2px;
        }

            .database-group-card .r-cont li:nth-last-child(1) {
                padding-bottom: 0;
            }

            .database-group-card .r-cont li a {
                font-size: 16px;
                color: #333;
            }

                .database-group-card .r-cont li a:hover {
                    color: #015293;
                }
/* section5 */
.section5 .c-list li {
    padding: 0 30px 0 10px;
}

.section5 .c-list {
    padding-top: 17px;
    padding-bottom: 18px;
}

.section5 .w32:nth-child(2) {
    margin: 0 2%;
}

.section5 .zjlt-cont {
    height: 251px;
    background: #fff;
}

.zjlt-cont-item {
    padding-top: 30px;
    padding-left: 15px;
    height: 80px;
}

    .zjlt-cont-item .l-img {
        width: 115px;
        height: 85px;
        margin-right: 10px;
        border: 1px solid #eeeeee;
    }

        .zjlt-cont-item .l-img > img {
            width: 100%;
            height: 100%;
        }

    .zjlt-cont-item .l-cont {
        padding-right: 30px;
    }

        .zjlt-cont-item .l-cont .ellipsis {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .zjlt-cont-item .l-cont h3 {
            padding: 10px 0 5px 0;
        }

            .zjlt-cont-item .l-cont h3 a {
                color: #333;
                font-size: 18px;
            }

                .zjlt-cont-item .l-cont h3 a:hover {
                    color: #015293;
                }

    .zjlt-cont-item p {
        font-size: 12px;
        color: #999;
        line-height: 20px;
        height: 40px;
    }
/* other */
.other {
    margin-bottom: 30px;
    width: 100%;
}

.other-item {
    width: 288px;
    float: left;
    height: 210px;
    background: #fff;
    margin-right: 16px;
}

    .other-item:nth-last-child(1) {
        margin-right: 0;
    }

    .other-item.b1,
    .other-item.b2,
    .other-item.b3,
    .other-item.b4 {
        border-width: 2px 0 0 0;
        border-style: solid;
    }

    .other-item.b1 {
        border-color: #4474be;
    }

    .other-item.b2 {
        border-color: #e70813;
    }

    .other-item.b3 {
        border-color: #17120f;
    }

    .other-item.b4 {
        border-color: #e70813;
    }

    .other-item .top img {
        width: 210px;
        height: 81px;
        margin: 11px 39px;
    }

    .other-item p {
        margin: 0 28px;
        font-size: 14px;
        color: #999;
        line-height: 20px;
    }
/* section6 */
.section6 .c-list li {
    padding: 0 30px 0 10px;
}

.section6 .c-list {
    padding-top: 3px;
    padding-bottom: 13px;
}

.section6 .w32:nth-child(2) {
    margin: 0 2%;
}

.partybook {
    position: relative;
    height: 375px;
    background: #fff;
    padding-top: 40px;
}

.swip-wrapper {
    position: relative;
}

    .swip-wrapper .leftprev,
    .swip-wrapper .rightnext {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 10;
        margin-top: -80px;
    }

        .swip-wrapper .leftprev > i,
        .swip-wrapper .rightnext > i {
            font-size: 40px;
            color: #999;
        }

    .swip-wrapper .leftprev {
        left: 44px;
    }

    .swip-wrapper .rightnext {
        left: 240px;
    }

.swip-wrapper-img {
    padding-left: 100px;
    padding-top: 32px;
    width: 120px;
    height: 198px;
}

    .swip-wrapper-img > img {
        width: 100%;
        height: 100%;
    }

.swip-wrapper .cont {
    padding: 29px 18px 0 18px;
}

    .swip-wrapper .cont h3 {
        padding-bottom: 20px;
        text-align: center;
    }

        .swip-wrapper .cont h3 a {
            color: #333;
            font-weight: bold;
            font-size: 18px;
        }

            .swip-wrapper .cont h3 a:hover {
                color: #015293;
            }

    .swip-wrapper .cont p {
        font-size: 12px;
        color: #999;
    }

    .swip-wrapper .cont .pt20 {
        padding-bottom: 20px;
    }

.partybook .side {
    position: absolute;
    right: 50px;
    top: 52px;
    font-size: 0;
    z-index: 10;
}

    .partybook .side .prev,
    .partybook .side .next {
        display: inline-block;
        width: 40px;
        height: 16px;
        text-align: center;
        border: 1px solid #c8c8c8;
        box-sizing: border-box;
    }

.partybook .clounmimg li {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

    .partybook .clounmimg li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,0.5);
    }

    .partybook .clounmimg li.on {
        border: 1px solid #c8c8c8;
        box-sizing: border-box;
    }

        .partybook .clounmimg li.on:before {
            background: none;
        }

.partybook .clounmimg img {
    width: 18px;
    height: 30px;
}

/* weball */
.weball {
    margin-top: 30px;
    border-top: 8px solid #285293;
}

    .weball dl {
        width: 128px;
        float: left;
    }

.webnav {
    padding: 50px 22px 30px 22px;
}

    .webnav dt {
        padding-bottom: 5px;
    }

        .webnav dt a {
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }

    .webnav dd {
        padding-bottom: 5px;
    }

        .webnav dd a {
            font-size: 12px;
            color: #333;
        }

.webtab {
    position: relative;
    border-top: 1px solid #ddd;
}

    .webtab > li {
        float: left;
        padding: 30px 15px;
        cursor: pointer;
    }

        .webtab > li > a {
            color: #000;
        }

        .webtab > li.on {
            background: #fff;
        }

        .webtab > li:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-width: 0px 8px 12px 8px;
            border-style: solid;
            border-color: transparent transparent #ccc transparent;
            margin-left: 7px;
            vertical-align: -1px;
        }

.weblist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.weblist-item {
    display: none;
    position: absolute;
    top: -245px;
    left: 0;
    width: 1152px;
    height: 245px;
    border-top: 2px solid #015293;
    background: #fff;
    overflow: auto;
    padding-top: 15px;
    padding-left: 4%;
}

.webtab > li.on .weblist-item {
    display: block;
}

.weblist-item .clounm {
    float: left;
    /*width: 24%;*/
}

    .weblist-item .clounm li {
        line-height: 24px;
        font-size: 12px;
        color: #000;
    }

        .weblist-item .clounm li a {
            color: #000;
        }

            .weblist-item .clounm li a:hover {
                color: #015293;
            }
/* footer */
.footer {
    padding-top: 45px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
}
    .footer .ewm img {
        width:112px;
    }
     .footer .ewm p {
       text-align:center;
    }

    .footer .left .r {
        padding-left: 23px;
    }

    .footer .left img {
        padding-left: 30px;
    }

    .footer .left .web-a {
        padding-bottom: 16px;
        line-height:24px;
    }

        .footer .left .web-a li {
            float: left;
        }

            .footer .left .web-a li a {
                font-size: 12px;
                color: #333;
            }

                .footer .left .web-a li a:hover {
                    color: #015293;
                }

            .footer .left .web-a li.line {
                margin: 0 16px;
            }

    .footer p {
        font-size: 12px;
        color: #333;
        padding-bottom: 18px;
    }

    .footer .right {
        padding-right: 28px;
    }

        .footer .right img {
            display: inline-block;
            margin-left: 20px;
        }

.gongan a {
        color:#333;
    }
.gongan img{
    width:25px;
    padding-left: 0px !important;
}
       
/* common */
.dotdot {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.advert {
    position: relative;
    margin: 30px 0;
}

    .advert img {
        height: 120px;
        width: 100%;
    }

    .advert:after {
        content: "广告";
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px 10px;
        background: #6a6778;
        color: #fff;
        border-radius: 10px;
        font-size: 12px;
    }

.icon-dj,
.icon-zcfb,
.icon-myzchb,
.icon-zcdjt,
.icon-zcyjsjk,
.icon-zcjd,
.icon-zcyj,
.icon-zcfb,
.icon-gjjy,
.icon-dfcx,
.icon-dzts {
    display: inline;
    background-position: 7px 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.icon-dj {
    background-image: url(../../images/index/独家.png);
}

.icon-zcfb {
    background-image: url(../../images/index/发布.png);
}

.icon-myzchb {
    background-image: url(../../images/index/汇编.png);
}

.icon-zcdjt {
    background-image: url(../../images/index/话筒.png);
}

.icon-zcyjsjk {
    background-image: url(../../images/index/数据库图标.png);
}

.icon-zcjd {
    background-image: url(../../images/index/解读.png);
}

.icon-zcyj {
    background-image: url(../../images/index/研究.png);
}

.icon-zcfb {
    background-image: url(../../images/index/论坛.png);
}

.icon-gjjy {
    background-image: url(../../images/index/国际.png);
}

.icon-dfcx {
    background-image: url(../../images/index/创新.png);
}

.icon-dzts {
    background-image: url(../../images/index/图书.png);
}

.w30 {
    width: 32%;
}

.c-header {
    /*height: 48px;*/
    padding: 0 4px 0px 4px;
    background: #fff;
    border-bottom: 1px solid #bababa;
}

    .c-header .tit {
        /*border-bottom: 1px solid #015293;*/
        color: #015293;
        padding-left: 37px;
        padding-right: 11px;
        padding-bottom: 9px;
        padding-top: 20px;
        /*line-height: 1.2em;*/
    }

        .c-header .tit h4 {
            font-size: 26px;
            font-weight: normal;
            margin-left: 10px;
            font-family: "宋体";
            font-weight: 900;
            color: #000000;
        }

    .c-header .more a {
        display: inline-block;
        font-size: 18px;
        margin-top: 20px;
        color: #333;
        margin-right: 10px;
    }

    .c-header .more:hover a {
        color: #015293;
    }

.c-list {
    background: #fff;
}

    .c-list li {
        position: relative;
        /*line-height: 36px;*/
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 18px;
    }

        .c-list li:before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #cccccc;
            vertical-align: middle;
            margin-right: 10px;
        }

    .c-list .date {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        color: #999;
    }

    .c-list li a {
        color: #333;
    }

        .c-list li a:hover {
            color: #015293;
        }
