body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, pre, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-indent: 0;
}

a, button, textarea, select {
    background: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: none;
    -webkit-appearance: none;
}

input {
    background: none;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

.clear {
    zoom: 1;
}

    .clear:after {
        content: '';
        display: block;
        clear: both;
    }

.boxSiz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box- sizing:border-box;
}

.toWrap {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.noWrap {
    white-space: nowrap;
}

.noWrapEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -o-box-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -o-box-align: center;
    box-align: center;
}

CMSPRO_CHANNEL, CMSPRO_DOCUMENT {
    display: inline;
    color: inherit;
    width: 100%;
    height: 100%;
}
/*第一种方法，新增标签清除浮动*/
.fc {
    clear: both;
}
/*第二种，给父类怎加伪类元素清除*/
.box:after {
    content: "";
    display: block;
    clear: both;
}

.box {
    *zoom: 1;
}
/*右浮动*/
.fr {
    float: right;
}
/*左浮动*/
.fl {
    float: left;
}
/*内容超出用省略号显示*/
.wzlogo {
    width: 100%;
    text-align: center;
}

.morelist {
    width: 100%;
    text-align: center;
}

    .morelist > a {
        display: block;
        width: 100px;
        background-color: #E0E0E0;
        height: 30px;
        border-radius: 5px;
        line-height: 30px;
        color: black;
        text-decoration: none;
        margin: 0 auto;
        margin-top: 10px;
    }

        .morelist > a:hover {
            color: red;
        }

.morell {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    width: 100px;
    height: 30px;
    border-radius: 0px;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400; /**color:rgba(0,0,0,1);background:rgba(224,224,224,1);**/
    color: rgb(51,51,51);
    background-color: rgb(229,229,229);
}

    .morell:hover {
        color: rgb(255,255,255);
        background-color: rgb(43,101,165);
    }

.box {
    margin-top: 15px;
}


/*指南表格*/
.info-show-table .firstRow td {
    background: #f2f2f2;
    text-align: center;
    font-weight: bold;
}

.info-show-table {
    border: 1px solid #666;
    border-right: 0;
    border-bottom: 0;
    margin: 0 auto;
}

    .info-show-table td {
        padding: 5px;
        border: 1px solid #666;
        border-left: 0;
        border-top: 0;
        min-width: 50px;
        font-size: 14px;
    }

table {
    max-width: 100% !important;
}

img {
    max-width: 100% !important;
}
/*指南表格*/
.img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.l_box {
    margin-top: 15px;
    height: 70px;
    line-height: 70px;
}

    .l_box span {
        width: 150px !important;
        margin: 0 0 0 20px !important;
    }

.icon {
    float: left;
    margin: 18px 0 0 27px;
    width: 40px;
    height: 40px;
    background-image: url(ysq.png);
    background-repeat: no-repeat;
}

.l_box.activeli .icon {
    background-image: url(ysqa.png);
}

.fr-main {
    padding: 0 15px 0 15px;
}



.listtitle {
    padding: 5px 0;
    border-bottom: 1px solid #E0E0E0;
}
/* 详情页修改 */
.d_top h2 {
    text-align: center;
    color: #2d66a5 !important;
}

.content_attr {
    margin-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    color: black !important;
    background-color: #fff !important;
    border-bottom: 1px solid #cccccc;
}

.details {
    padding: 11px 10px;
}

.d_center {
    height: 850px;
    margin-right: -15px;
    overflow-y: auto;
}

    .d_center::-webkit-scrollbar {
        width: 10px;
    }

    .d_center::-webkit-scrollbar-track {
        background-color: rgba(242,242,242,1);
        border-radius: 10px;
    }

    .d_center::-webkit-scrollbar-thumb {
        background-color: #0654b4;
        border-radius: 6px;
    }
/* 列表 */
.fr-title {
    background-color: white !important;
    height: 40px !important;
    line-height: 40px !important;
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0;
}

    .fr-title span {
        background-color: #2d66a5 !important;
        padding: 8px 15px;
        font-size: 20px;
        color: #fff;
    }

.fr-main li {
    overflow: hidden;
    padding-left: 0 !important;
    background: none !important;
    line-height: 24px;
    margin: 30px 0px;
}

.fr-main span {
    color: #999;
    font-size: 16px;
    float: right;
}

.fr-main li a {
    font-size: 16px;
    color: #4D4D4D;
    float: left;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .fr-main li a:hover {
        color: rgb(43,101,165);
    }

.fr-main li p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*.fr-main li:nth-child(5n) {border-bottom:1px dashed #ccc;padding-bottom:10px;margin-bottom:10px;}*/


em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei","微软雅黑","SimSun",Arial;
    background: url(szfbg.png) no-repeat center top;
}

.conx {
    width: 1200px;
    margin: 0 auto;
    background: #F2F2F2;
    padding: 0 36px;
    padding-bottom: 32px;
    min-height: 900px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.leftnav {
    width: 255px;
    float: left;
}




.active1 {
    color: #2d66a5 !important;
    font-weight: bolder !important;
    display: block;
}

.conitem0 {
    padding: 20px; /* overflow:auto;*/
    height: 90%;
    text-align: justify;
}

.xgfj {
    margin: auto;
    padding: 10px;
    color: blue; /**border:1px solid rgb(165,208,251);*/
    margin-bottom: 20px;
}

.conitem0 h1 {
    color: #0654b4;
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
    height: 70px;
    border-bottom-color: rgb(215,215,215);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.conitem0::-webkit-scrollbar-track-piece {
    background-color: rgba(255,255,255,0.05);
}

.conitem0::-webkit-scrollbar {
    width: 9px;
    height: 5px;
}

.conitem0::-webkit-scrollbar-thumb {
    background-color: #0654b4;
    background-clip: padding-box;
    min-height: 20px;
}

.at {
    overflow: auto;
    padding-right: 25px;
    height: 940px;
    font-size: 21.33px;
    line-height: 30px;
}

    .at p {
        margin-bottom: 15.65pt;
    }

    .at::-webkit-scrollbar {
        width: 10px;
    }

    .at::-webkit-scrollbar-track {
        background-color: rgba(242,242,242,1);
        border-radius: 10px;
    }

    .at::-webkit-scrollbar-thumb {
        background-color: #0654b4;
        border-radius: 6px;
        height: 80px;
    }

.conitem1 {
    display: none;
    padding: 20px;
}

    .conitem1 > ul {
        padding: 0;
        margin: 0;
    }

        .conitem1 > ul > li {
            list-style: none;
            line-height: 30px;
            margin: 39px 0;
        }

            .conitem1 > ul > li > a {
                text-decoration: none;
                color: black;
                display: block;
                width: 100%;
            }

            .conitem1 > ul > li .time {
                padding-left: 10px;
                color: #999999;
            }

.conitem2 {
    display: none;
    padding: 20px;
}

    .conitem2 > ul {
        padding: 0;
        margin: 0;
        margin-top: -35px;
    }

        .conitem2 > ul:nth-child(n+2):nth-child(-n+14) {
            display: none;
        }

        .conitem2 > ul > li {
            list-style: none;
            line-height: 30px;
            margin: 39px 0;
        }

            .conitem2 > ul > li > a {
                text-decoration: none;
                color: black;
                display: block;
                width: 100%;
            }

            .conitem2 > ul > li .time {
                padding-left: 10px;
                color: #999999;
            }

.conitem3 {
    display: none;
    padding: 20px;
}

    .conitem3 > ul {
        padding: 0;
        margin: 0;
    }

        .conitem3 > ul > li {
            list-style: none;
            line-height: 30px;
            margin: 39px 0;
        }

            .conitem3 > ul > li > a {
                text-decoration: none;
                color: black;
                display: block;
                width: 100%;
            }

            .conitem3 > ul > li .time {
                padding-left: 10px;
                color: #999999;
            }

.zclist li {
    float: left;
    width: 50%;
}

    .zclist li a {
        display: block;
        width: 52%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: rgb(43,101,165);
        font-weight: bold;
        margin: 25px auto;
        background-color: #fce5e5;
    }

.zc_box {
    height: 70px;
    line-height: 70px;
    margin-top: 0;
}

    .zc_box .icon {
        float: left;
        margin: 18px 0 0 27px;
        width: 40px;
        height: 40px;
        background-image: url(zc.png);
        background-repeat: no-repeat;
    }

    .zc_box:hover .icon, .zc_box.activeli .icon {
        background-image: url(zca.png);
    }

    .zc_box span {
        width: 150px !important;
        margin: 0 0 0 20px !important;
    }

#footer {
    width: 100%;
    height: 180px;
    background: #fff;
    overflow: hidden;
}

#footer_top {
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
}

    #footer_top a {
        color: #373535;
        cursor: pointer;
    }

        #footer_top a:hover {
            color: #FF5722;
        }

#footer_bottom {
    width: 1200px;
    height: 120px;
    margin: auto;
}

#footer_imgs {
    width: 260px;
    height: 145px;
    margin: 32px 0 0 111px;
    float: left;
}

    #footer_imgs a, #footer_imgs #_span_jiucuo {
        float: left;
    }

#footer_line {
    float: left;
    width: 2px;
    height: 40px;
    background: #d2d2d2;
    margin: 7px 34px 0 36px;
}

#info {
    width: 671px;
    height: 100px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #636060;
    line-height: 24px;
    float: left;
    margin-top: 25px;
    overflow: hidden;
}







/*表格*/
table tr td, table {
    border-collapse: collapse;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

table tr td {
    border-collapse: collapse;
    font-size: 16px;
    color: #333333;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 20px;
}

.cwx-table {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    z-index: -100;
}

.cwx-tit {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #fff;
    background: #7fa5d9;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
}

.table-tt-mc {
    width: 400px;
}

.table-tt-mctit {
    display: block;
    width: 400px;
    text-align: left;
    padding-left: 10px;
    cursor: pointer;
}

    .table-tt-mctit:hover {
        color: #2760b7;
    }

.cwx-table tr {
    height: 50px;
    line-height: 40px;
}

.cwx-table .odd {
    background-color: #e9eef0;
}

.gkzn-tit {
    border-bottom: none;
}



/*分页*/
.pagination {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.pagination .active {
    background: #1369c0;
    color: #fff;
}

.pagination a {
    width: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    background: #eee;
    border- radius: 3px;
    margin: 0 6px;
}

.pagination .first-page, .pagination .last-page {
    width: 78px;
}

/*公开指南列表-新*/
.zfxxlist {
    width: 98%;
    padding: 0 1%;
}

.gkzn-title {
    clear: both;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #1a72cb;
    margin-top: 1%;
}

    .gkzn-title .tit {
        padding: 0 5px;
        display: inline-block;
        min-width: 110px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        background: #2D66A5;
    }

.gkzn-list {
    padding-left: 14px;
    margin-top: 20px;
}

    .gkzn-list li {
        float: left;
        width: 25%;
        height: 48px;
    }

        .gkzn-list li a {
            display: inline-block;
            padding-left: 20px;
            font-size: 16px;
            background: url(tn-icon5.png) left center no-repeat;
            max-width: 150px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #4D4D4D
        }

.gkzn-title .more {
    display: inline-block;
    width: 104px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ee8101;
    text-align: center;
    color: #ee8101;
    font-size: 16px;
    float: right;
    margin-top: 6px;
    margin-right: 26px;
}

/*公开列表-新*/
.colum_title {
    border-bottom: 1px solid #E0E0E0;
    /* overflow: hidden; */
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    position: relative;
}

.name {
    float: left;
    min-width: 110px;
    padding: 0 10px;
    height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    background-color: #2d66a5;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.g_list li {
    height: 48px;
    line-height: 48px;
}

.title {
    float: left;
    max-width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date {
    float: right;
    color: #999999;
}

.l_con {
    padding: 1%;
}

.morell {
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 100px;
    height: 30px;
    border-radius: 0px;
    line-height: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgb(51,51,51);
    background-color: rgb(229,229,229);
}

    .morell:hover {
        color: rgb(255,255,255);
        background-color: rgb(43,101,165);
    }

.rightcon {
    width: 855px;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    float: right;
    height: auto;
    padding-bottom: 20px;
}


.gkmllj {
    width: 100%;
    margin: 2%;
}

    .gkmllj li {
        width: 258px;
        float: left;
        margin: 7px;
        margin-left: 15px;
        display: block;
        overflow: hidden;
        background: #459DF5;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        text-align: center;
    }
/* ie低版本提示 */
.ie-tip {
    width: 100%;
    background: #fff !important;
    color: #000 !important;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}

    .ie-tip img {
        width: 35px;
        height: 31px;
    }

    .ie-tip p {
        _margin: 15px 0 0 0;
    }

    .ie-tip a {
        cursor: pointer;
        font-weight: normal !important;
        color: #2688ee !important;
    }

.ie-tip-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    color: #222222;
    background: url(l-ieyy.png) repeat-y center center;
    background-size: cover;
}

    .ie-tip-box .i-box {
        position: relative;
        margin: 65px auto 0;
        width: 700px;
        padding: 50px 40px;
        background-color: #ffffff;
        border-radius: 4px;
    }

        .ie-tip-box .i-box .i-tit {
            font-size: 26px;
            color: #222222;
            padding-bottom: 30px;
            margin-bottom: 30px;
            border-bottom: 6px solid #2789ee;
        }

        .ie-tip-box .i-box .i-close {
            cursor: pointer;
            display: inline-block;
            width: 30px;
            line-height: 50px;
            position: absolute;
            top: 0;
            right: 0;
            color: #2789ee;
            font-size: 20px;
        }

        .ie-tip-box .i-box .i-subtit {
            font-size: 20px;
            line-height: 36px;
        }

.i-browser-list a {
    display: inline-block;
    width: 195px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    background-color: #dbebfc;
    color: #2789ee;
    border-radius: 10px;
    font-size: 22px;
    margin: 20px 24px 20px 0;
}

    .i-browser-list a.first {
        margin-left: 30px;
    }

    .i-browser-list a:hover, .i-browser-list a.cur {
        color: #fff;
        background-color: #2789ee;
    }

.i-zysx {
    display: inline-block;
    font-size: 19px;
    color: #999999;
    margin-left: 10px;
    line-height: 36px;
    background: url(l-icon-danger2.png) no-repeat left 10px;
    padding-left: 38px;
}

.wzlogo {
    width: 100%;
    text-align: left;
}

.logotitle {
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    padding-top: 15px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

    .logotitle > a {
        display: inline-block;
        font-size: 30px;
        line-height: 42px;
        height: 42px;
        color: #fff;
        font-weight: bold;
        vertical-align: bottom;
        margin-top: 10px;
        margin-bottom: 15px;
    }

        .logotitle > a > img {
            width: 66px;
            height: 51px;
            vertical-align: bottom;
        }

        .logotitle > a > span {
            margin-left: 10px;
        }

.fdgjl {
    position: absolute;
    right: 0;
    top: 34px;
}

    .fdgjl a {
        color: #ffffff;
        background: rgb(0 56 148 / 74%);
        font-size: 14px;
        padding: 4px 20px;
        text-align: center;
        border-radius: 15px;
        display: inline-block;
        margin-left: 3px;
    }

.logotitle h1 {
    font-size: 100px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255,255,255,1);
    text-shadow: 0px 5px 0px rgba(0,0,0,0.2);
    text-align: center;
    margin: 72px auto;
    width: 793px;
    height: 128px;
    background: url(zfxxgklogo1.png) no-repeat left top;
}

.dbdhtbg {
    background: #2e79c4;
    min-width: 1200px;
}

.dbdht {
    text-align: left;
    width: 1200px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Microsoft YaHei';
    padding-right: 15px;
}

    .dbdht > a {
        color: #ffffff;
        text-align: center;
        width: 95px;
        display: inline-block;
    }

        .dbdht > a > span {
            /*border-right:1px solid #7297d0;*/
            display: inline-block;
        }

    .dbdht a:hover {
        color: #fffff;
        background: #2d66a5;
        border-bottom: 3px solid #114d7c;
    }

.inputser {
    position: relative;
    width: 100%;
    height: 218px;
    overflow: hidden;
}

.dot .artcletitle:before {
    content: '';
    display: none !important;
}

.serch {
    width: 510px;
    border: 2px solid rgba(45,102,165,1);
    height: 50px;
    border-radius: 9px;
    background-color: white;
    margin: 0 auto;
    margin-top: 86px;
    box-sizing: border-box;
}

.inputser::after, .inputser::before {
    content: '';
    width: 240px;
    height: 2px;
    background: rgba(224,224,224,1);
    position: absolute;
    top: 50%;
}

.inputser::after {
    right: 0;
}

.serch > input {
    float: left;
    width: 455px;
    height: 44px;
    outline: none;
    border: none;
    margin-top: 1px;
    border-radius: 10px;
    text-indent: 10px;
    box-sizing: border-box;
}

.serch button {
    border: none;
    margin-top: 6px;
    cursor: pointer;
}

    .serch button i {
        font-size: 30px;
        color: rgba(45,102,165,1);
        margin-top: 3px;
        margin-right: 8px;
    }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconyuandian:before {
    content: "\e630";
}

.iconzhinanzhen:before {
    content: "\e60c";
}

.iconwenjian:before {
    content: "\e654";
}

.iconwenjian1:before {
    content: "\e793";
}

.iconwenjian2:before {
    content: "\e603";
}

.iconwenjian3:before {
    content: "\e69c";
}

.iconwenjian4:before {
    content: "\e716";
}

.icondoc-line:before {
    content: "\e64f";
}




.drop-lists li {
    height: 36px;
    line-height: 36px;
    width: 235px;
    float: left;
}

.drop-lists a {
    display: block;
    line-height: 36px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    cursor: pointer;
    color: #1369c0;
}

.yqlj1 {
    margin-left: -24px;
    width: 1200px;
}

.yqlj2 {
    margin-left: -264px;
    width: 1200px;
}

.yqlj3 {
    margin-left: -504px;
    width: 1200px;
}

.yqlj4 {
    margin-left: -744px;
    width: 1200px;
}

.yqlj5 {
    margin-left: -983px;
    width: 1200px;
}



/*新版公开指南*/
.new_gkzn_main {
  padding:30px;
}

.new_gkzntitle {
    padding: 0px;
    padding-bottom: 0;
    height: 90%;
    text-align: justify;
}

    .new_gkzntitle h1 {
        color: #0654b4;
        font-size: 32px;
        font-weight: 700;
        margin: 0;
        margin-bottom:20px;
        text-align: center;
        border-bottom-color: rgb(215,215,215);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        padding-bottom: 20px;
        padding:20px;
    }

.new_gkzncontent {
    overflow: auto;
    padding-right: 25px;
    height: 828px;
    font-size: 16px;
    line-height: 32px;
    padding: 0 40px;
}
    .new_gkzncontent::-webkit-scrollbar {
        width: 10px;
    }

    .new_gkzncontent::-webkit-scrollbar-track {
        background-color: rgba(242,242,242,1);
        border-radius: 10px;
    }

    .new_gkzncontent::-webkit-scrollbar-thumb {
        background-color: #0654b4;
        border-radius: 6px;
        height: 80px;
    }

.link-ul {
    overflow: hidden;
}

    /*多子栏目概览*/
.link-ul li {
    width: 257px;
    float: left;
    margin: 7px;
    margin-left: 15px;
    display: block;
    overflow: hidden;
    background: #459DF5;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}













































/*Wap css*/
@media screen and (max-width: 768px) {
    .logotitle {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 10vw;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
    }

        .logotitle > a {
            display: block;
            font-size: 0;
            line-height: 10vw;
            height: 10vw;
            color: #fff;
            font-weight: bold;
            vertical-align: bottom;
            margin-top: 2vw;
            margin-bottom: 2vw;
            text-align: center;
            font-size: 5vw;
        }

            .logotitle > a > img {
                width: auto;
                height: 10vw;
                vertical-align: bottom;
                display: block;
                margin: 0 auto;
            }

            .logotitle > a > span {
                margin-left: 3vw;
            }

    .fdgjl {
        position: absolute;
        right: auto;
        top: 0;
        left: 0;
        display: block;
        background: #0f3e86;
        display: block;
        width: 100%;
        height: 8vw;
    }

        .fdgjl a {
            color: #ffffff;
            background: none;
            font-size: 4vw;
            padding: 0;
            padding-left: 2vw;
            text-align: center;
            border-radius: 0;
            display: inline-block;
            margin-left: 0;
        }


    #ST_translate {
        display: none;
    }

    #toolbarSwitch {
        float: right;
        margin-right: 2vw;
        margin-top: 1vw;
    }


    .logotitle h1 {
        margin: 12vw auto;
        margin-bottom: 8vw;
        width: 90%;
        height: 14vw;
        background: url(zfxxgklogo1.png) no-repeat left top;
        background-size: 100% 100%;
    }

    .inputser {
        display: none;
    }

    .conx {
        width: 95%;
        margin: 0 auto;
        background: #F2F2F2;
        padding: 0 1vw;
        padding-bottom: 1vw;
        min-height: auto;
        margin-bottom: 3vw;
        box-sizing: border-box;
        overflow: hidden;
    }

    .leftnav {
        width: 100%;
        float: none;
        margin: 2vw auto;
        margin-top: 1vw;
    }

    .rightcon {
        width: 100%;
        background-color: white;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
        float: right;
        height: auto;
        padding-bottom: 3vw;
    }

    .l_con {
        padding: 0;
        margin-bottom: 2vw;
    }

    .colum_title {
        border-bottom: 1px solid #E0E0E0;
        overflow: hidden;
        margin-bottom: 0vw;
        display: inline-block;
        width: 100%;
    }

    .name {
        float: none;
        min-width: auto;
        width: 100%;
        padding: 0;
        height: 10vw;
        font-size: 4vw;
        font-family: Microsoft YaHei;
        font-weight: bold;
        background-color: #2d66a5;
        color: #fff;
        line-height: 10vw;
        text-align: center;
    }

    .fr-main {
        box-sizing: border-box;
        padding: 0 2vw;
    }

        .fr-main li {
            overflow: hidden;
            padding-left: 0 !important;
            background: none !important;
            line-height: 8vw;
            margin: 1vw 0px;
            border-bottom: 1px dotted #333;        
        }

            .fr-main li a {
                font-size: 4vw;
                color: #4D4D4D;
                float: none;
                max-width: none;
                white-space: normal;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .fr-main span {
            color: #999;
            font-size: 4vw;
            float: right;
        }


        /*多子栏目*/
    .link-ul li {
        width: 47%;
        float: left;
        margin: 1vw;
        margin-left: 1vw;
        display: block;
        overflow: hidden;
        background: #459DF5;
        line-height: 10vw;
        color: #fff;
        font-size: 4vw;
        border-radius: 1vw;
        -moz-border-radius: 5px;
        text-align: center;
    }

    .morell {
        display: block;
        text-align: center;
        width: 97%;
        margin: 2vw auto;
        margin-bottom: 0;
        height: 8vw;
        border-radius: 0px;
        line-height: 8vw;
        font-size: 4vw;
        font-family: Microsoft YaHei;
        font-weight: normal;
        color: rgb(51,51,51);
        background-color: rgb(229,229,229);
    }
    
    
    /*指南*/

    .new_gkzn_main {
        padding: 4vw;
    }

    .new_gkzntitle h1 {
        color: #0654b4;
        font-size: 5vw;
        font-weight: bold;
        margin: 0;
        padding: 0;
        margin-bottom: 5vw;
        text-align: center;
        border-bottom-color: rgb(215,215,215);
        border-bottom-width: 2px;
        border-bottom-style: solid;
        padding-bottom: 2vw;
    }

    .new_gkzncontent {
        overflow: auto;
        height: auto;
        font-size: 4vw;
        line-height: 1.75em;
        padding: 0 2vw;
        margin-top: 3vw;
        overflow: hidden;
    }















    /*翻页按钮*/
    .pagination {
        text-align: center;
        font-size: 4vw;
        padding-bottom: 8vw;
    }

        .pagination a, .pagination .first-page, .pagination .last-page {
            width: unset;
            display: inline-block;
            text-align: center;
            background: #eee;
            border-radius: 0px;
            padding: 0 4vw;
            margin: 0 2vw;
            height: 6vw;
            line-height: 6vw;
            margin-bottom: 3vw;
        }






}





