﻿﻿

* {
    box-sizing: border-box;
}

body {
    color: rgb(51, 51, 51);
    font-family: "microsoft yahei";
    font-size: 16px;
}

body {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

dl {
    margin: 0px;
    padding: 0px;
}

dd {
    margin: 0px;
    padding: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin: 0px;
    padding: 0px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

h4 {
    margin: 0px;
    padding: 0px;
}

h5 {
    margin: 0px;
    padding: 0px;
}

h6 {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

h1 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

h2 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

h3 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

h4 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

h5 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

h6 {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

em {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

i {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

b {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

input {
}

.wrap {
    margin: 0px auto;
    width: 1100px;
}

.header {
    height: 365px;
}

.logo a {
    background: url("../images/xxgk_logo.png") no-repeat left;
    height: 77px;
    padding-left: 80px;
    margin-top: 13px;
    margin-left: 5px;
    display: inline-block;
}

    .logo a span {
        color: rgb(255, 255, 255);
        padding-top: 10px;
        font-size: 45px;
        font-weight: bold;
        display: block;
    }

    .logo a i {
        text-align: center;
        color: rgb(153, 153, 153);
        font-size: 13px;
        font-weight: bold;
        margin-top: 10px;
        display: block;
        position: relative;
    }

        .logo a i em {
            color: rgb(204, 204, 204);
            font-weight: normal;
        }

.article-title {
    text-align: center;
    margin-top: 33px;
}

    .article-title span {
        color: rgb(255, 255, 255);
        font-size: 100px;
        font-weight: bold;
        position: relative;
        text-shadow: 0px 0px 2px rgba(18,54,99,0.54);
    }

        .article-title span::before {
            background: rgb(255, 255, 255);
            left: 211px;
            width: 488px;
            height: 2px;
            bottom: -12px;
            position: absolute;
            content: "";
        }

.main {
    background: rgb(242, 242, 242);
    padding: 84px 36px 36px;
    margin-bottom: 20px;
    display: block;
}

.search {
    height: 50px;
    text-align: center;
    position: relative;
}

    .search::before {
        background: rgb(204, 204, 204);
        top: 24px;
        width: 240px;
        height: 1px;
        border-bottom-color: rgb(255, 255, 255);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

    .search::after {
        background: rgb(204, 204, 204);
        top: 24px;
        width: 240px;
        height: 1px;
        border-bottom-color: rgb(255, 255, 255);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

    .search::before {
        left: 0px;
    }

    .search::after {
        right: 0px;
    }

.so {
    background: rgb(255, 255, 255);
    border-radius: 9px;
    border: 1px solid rgb(45, 102, 165);
    border-image: none;
    width: 510px;
    height: 50px;
    display: inline-block;
}

    .so .text {
        background: none;
        border: currentColor;
        border-image: none;
        width: calc(100% - 66px);
        height: 100%;
        text-indent: 12px;
        font-size: 16px;
        float: left;
    }

    .so .btn-search {
        background: url("../images/xxgk_search.png") no-repeat center;
        border: currentColor;
        border-image: none;
        width: 66px;
        height: 100%;
        float: right;
        cursor: pointer;
    }

.main-con {
    overflow: hidden;
    margin-top: 80px;
}

.menu {
    width: 240px;
    float: left;
}

.xxgk-right {
    background: rgb(255, 255, 255);
    width: 770px;
    float: right;
    min-height: 700px;
}

.menu li {
    background: rgb(255, 255, 255);
    margin-bottom: 15px;
}

    .menu li h2 {
        height: 70px;
    }

        .menu li h2 a {
            height: 100%;
            overflow: hidden;
            display: block;
        }

        .menu li h2 i {
            width: 75px;
            height: 70px;
            text-align: center;
            color: rgb(45, 102, 165);
            line-height: 70px;
            font-size: 35px;
            float: left;
        }

        .menu li h2 span {
            width: 92px;
            color: rgb(45, 102, 165);
            font-size: 23px;
            margin-top: 5px;
            float: left;
        }

        .menu li h2 em {
            background: url("../images/jiantou.png") no-repeat -64px -8px;
            width: 19px;
            height: 19px;
            margin-top: 26px;
            margin-right: 30px;
            float: right;
        }

    .menu li.active h2 {
        background: rgb(45, 102, 165);
    }

        .menu li.active h2 span {
            color: rgb(255, 255, 255);
        }

        .menu li.active h2 i {
            width: 75px;
            height: 70px;
            text-align: center;
            color: rgb(255, 255, 255);
            line-height: 70px;
            font-size: 35px;
            float: left;
        }

        .menu li.active h2 em {
            background-position: -11px -8px;
        }

.down-menu {
    padding: 10px 0px;
}

    /*.down-menu a {
        text-decoration: none;
        line-height: 32px;
        overflow: hidden;
        font-size: 16px;
        font-weight: bold;
        display: block;*/
    /* background-image: url('../images/xxgk_item_list.png');
        background-position-x: 53px;
        background-position-y: 11px;
        background-repeat: no-repeat;*/
    /*}*/

    .down-menu span {
        width: 8px;
        height: 12px;
        margin-top: 11px;
        margin-left: 26px;
        float: left;
    }

    .down-menu em {
        display: block;
        width: 100%;
        /* margin-left: 17px;*/
        float: left;
    }

    .down-menu a.on {
        background: rgb(230, 245, 255);
        color: rgb(45, 102, 165);
    }

    .down-menu a:hover {
        background-color: rgb(230, 245, 255);
        color: rgb(45, 102, 165);
    }

    .down-menu a.on span {
        background-position: -27px -2px;
    }

.down-menu2 a {
    text-decoration: none;
    text-align: left;
    /*  background: url('../images/xxgk_item_list.png') 53px 11px no-repeat;*/
}

.down-menu2 em {
    padding-left: 55px;
    /* margin-left: 60px;*/
    /*  margin-left: 40px;*/
    float: none;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.down-menu2 li {

margin-bottom:0;
}
.subUl {
    padding-top: 10px;
    color: black;
    font-size: 14px;
}

    .subUl li {
        margin: 0;
        height: 35px;
        line-height: 35px;
        padding-left: 70px;
    }

        .subUl li:hover {
            background-color: #E6F5FF;
            color: #C8262B;
        }

.bg {
    background-color: #E6F5FF;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.down-menu2 em::before {
    background-color: rgb(102, 102, 102);
    border-radius: 50%;
    left: 0px;
    top: 14px;
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
}

.down-menu2 a:hover em::before {
    background-color: rgb(45, 102, 165);
}

.down-menu2 a.on em::before {
    background-color: rgb(45, 102, 165);
}

.lists-t1 {
    height: 40px;
    border-bottom-color: rgb(242, 242, 242);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.lists h2.title {
    padding: 0px 12px;
    height: 50px;
    color: rgb(51, 51, 51);
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.lists h3.subtitle {
    background: rgb(45, 102, 165);
    width: 280px;
    height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.lists-t1 span {
    background: rgb(45, 102, 165);
    padding: 0px 30px;
    height: 39px;
    color: rgb(255, 255, 255);
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.lists-t2 {
    height: 35px;
    border-bottom-color: rgb(242, 242, 242);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .lists-t2 span {
        background: rgb(45, 102, 165);
        padding: 0px 19px;
        height: 34px;
        color: rgb(255, 255, 255);
        line-height: 34px;
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
    }

.lists-c1 {
    padding: 26px 30px;
}

.lists-c1-ul {
    margin-bottom: 10px;
    border: 1px solid rgb(237, 237, 237);
}

    .lists-c1-ul li {
        overflow: hidden;
    }

        .lists-c1-ul li a {
            width: 33.33%;
            line-height: 40px;
            text-indent: 20px;
            overflow: hidden;
            padding-right: 20px;
            font-size: 16px;
            border-right-color: rgb(227, 227, 227);
            border-right-width: 1px;
            border-right-style: solid;
            float: left;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
        }

        .lists-c1-ul li:nth-of-type(2n+1) {
            background: rgb(242, 242, 242);
        }

        .lists-c1-ul li a:last-child {
            border: 0px currentColor;
            border-image: none;
        }

        .lists-c1-ul li a:hover {
            color: rgb(45, 102, 165);
        }

.lists-t1 {
    height: 40px;
    border-bottom-color: rgb(242, 242, 242);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.lists h2.title {
    padding: 0px 12px;
    height: 60px;
    color: rgb(51, 51, 51);
    line-height: 60px;
    font-size: 24px;
}

.lists h3.subtitle {
    background: rgb(45, 102, 165);
    width: 280px;
    height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.lists-t1 span {
    background: rgb(45, 102, 165);
    padding: 0px 30px;
    height: 39px;
    color: rgb(255, 255, 255);
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.gkzd-con {
    padding: 0px 25px;
    max-height: 735px;
}

    .gkzd-con ul {
        padding-bottom: 24px;
        border-top: 1px solid rgb(204, 204, 204);
    }

.xxdk-news-list {
    /* padding-bottom: 34px;*/
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .xxdk-news-list li {
        overflow: hidden;
        margin-top: 12px;
    }

        .xxdk-news-list li a {
            line-height: 30px;
            margin-right: 6px;
            float: left;
        }

        .xxdk-news-list li span {
            color: rgb(153, 153, 153);
            line-height: 30px;
        }

        .xxdk-news-list li a:hover {
            color: rgb(45, 102, 165);
        }

:last-child.gkzd-con {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.gkzd-con-1 {
    padding-right: 18px;
}

    .gkzd-con-1 .mCSB_scrollTools {
        width: 10px;
    }

.mCSB_scrollTools .mCSB_draggerContainer {
    background: rgb(242, 242, 242);
    border-radius: 16px;
}

.gkzd-con-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}

#mCSB_1_dragger_vertical {
    height: 80px !important;
}

.xxgk-h {
    padding: 34px 25px 30px;
}

.xxgk-h-title h1 {
    text-align: center;
    color: rgb(45, 102, 165);
    font-size: 32px;
    font-weight: bold;
}

.yea-t2 {
    text-align: center;
    padding-bottom: 18px;
    margin-top: 14px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .yea-t2 span {
        margin: 0px 8px;
    }

.file-box {
    padding-right: 20px;
    margin-top: 20px;
    max-height: 700px;
}

    .file-box p {
        margin: 20px 0px;
        line-height: 30px;
        text-indent: 2em;
    }

    .file-box h6 {
        font-size: 21px;
        font-weight: bold;
    }

    .file-box .mCSB_scrollTools {
        width: 10px;
    }

        .file-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            width: 10px;
        }

    .file-box h4 {
        font-size: 18px;
        font-weight: bold;
    }

    .file-box h3 {
        font-weight: bold;
    }

.gkzd-h {
    padding: 10px 25px 30px;
}

.zdgk-con {
}

    .zdgk-con ul {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

.pd30 {
    padding: 0px 20px;
}

.zdgk-title {
    height: 35px;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .zdgk-title h2 {
        background: rgb(45, 102, 165);
        width: 200px;
        height: 35px;
        text-align: center;
        color: rgb(255, 255, 255);
        line-height: 35px;
        font-size: 18px;
    }

        .zdgk-title h2 a {
            color: rgb(255, 255, 255);
        }

a.zdgk-more {
    background: rgb(238, 238, 238);
    margin: 15px auto;
    margin-top: 40px;
    width: 100px;
    height: 30px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 30px;
    display: block;
}

    a.zdgk-more:hover {
        background: rgb(45, 102, 165);
        color: rgb(255, 255, 255);
    }

.footer {
    height: 184px;
    line-height: 32px;
    padding-top: 30px;
    font-size: 14px;
    border-top-color: rgb(45, 102, 165);
    border-top-width: 10px;
    border-top-style: solid;
}

.copyright {
    width: 600px;
    margin: 0px auto;
    text-align: center;
}

.footzb {
    width: 150px;
    float: left;
    margin-left: 100px;
}

.footyb {
    width: 150px;
    float: right;
    margin-right: 100px;
}

.foot {
    margin: 0px auto;
    width: 1100px;
    overflow: hidden;
}

.f-nav {
    text-align: right;
    float: right;
}

.gkmulu {
    padding: 0px 30px 20px;
}

.mulu-ul li {
    overflow: hidden;
    margin-top: 20px;
}

    .mulu-ul li h6 {
        width: 110px;
        float: left;
    }

    .mulu-ul li h4 {
        width: calc(100% - 110px);
        padding-left: 15px;
        float: left;
    }

    .mulu-ul li h6 a {
        background: rgb(245, 246, 246);
        width: 110px;
        text-align: center;
        line-height: 40px;
        float: left;
    }

        .mulu-ul li h6 a:hover {
            background: rgb(45, 102, 165);
            color: rgb(255, 255, 255);
        }

    .mulu-ul li h4 a {
        line-height: 40px;
        margin-right: 25px;
    }

        .mulu-ul li h4 a:hover {
            color: rgb(45, 102, 165);
        }

.pagenav {
    padding: 20px 0px 10px;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    clear: both;
    margin-bottom: 50px;
}

    .pagenav a {
        margin: 2px;
        padding: 0px 15px;
        border: 1px solid rgb(224, 224, 224);
        border-image: none;
        color: rgb(85, 85, 85);
        font-family: Arial;
        display: inline-block;
        white-space: nowrap;
    }

        .pagenav a:hover {
            background: rgb(13, 142, 233);
            border: 1px solid rgb(224, 224, 224);
            border-image: none;
            color: rgb(255, 255, 255);
        }

        .pagenav a.active {
            border: 1px solid rgb(49, 155, 222);
            border-image: none;
            color: rgb(255, 255, 255);
        }

        .pagenav a.current {
            background: rgb(13, 142, 233);
            color: rgb(255, 255, 255);
        }

            .pagenav a.current:hover {
                background: rgb(13, 142, 233);
                color: rgb(255, 255, 255);
            }

        .pagenav a.disabled {
            background: rgb(238, 238, 238);
            border: 1px solid rgb(224, 224, 224);
            border-image: none;
            color: rgb(85, 85, 85);
        }

            .pagenav a.disabled:hover {
                background: rgb(238, 238, 238);
                border: 1px solid rgb(224, 224, 224);
                border-image: none;
                color: rgb(85, 85, 85);
            }

        .pagenav a.text {
            background: rgb(238, 238, 238);
            color: rgb(85, 85, 85);
            cursor: text;
        }

            .pagenav a.text:hover {
                background: rgb(238, 238, 238);
                color: rgb(85, 85, 85);
                cursor: text;
            }

        .pagenav a.pagemore {
            background: rgb(255, 255, 255);
            padding: 0px 3px;
            border: 1px solid rgb(255, 255, 255);
            border-image: none;
            color: rgb(85, 85, 85);
            cursor: text;
        }

            .pagenav a.pagemore:hover {
                background: rgb(255, 255, 255);
                padding: 0px 3px;
                border: 1px solid rgb(255, 255, 255);
                border-image: none;
                color: rgb(85, 85, 85);
                cursor: text;
            }

    .pagenav #page {
        display: inline;
    }

        .pagenav #page input {
            margin: 3px 6px;
            padding: 0px 5px;
            border: 1px solid rgb(223, 223, 223);
            border-image: none;
            width: 40px;
            height: 32px;
            color: rgb(85, 85, 85);
            line-height: 32px;
            vertical-align: middle;
        }

    .pagenav .goto {
        background: rgb(4, 125, 210);
        margin: 3px 2px;
        border: currentColor;
        border-image: none;
        width: 45px;
        height: 34px;
        text-align: center;
        color: rgb(255, 255, 255);
        vertical-align: middle;
        cursor: pointer;
    }

    .pagenav em {
        font-style: normal;
    }

@media all and (max-width:768px) {
    .so {
        width: 100%;
        display: inline-block;
    }
}

.on_active {
    color: rgb(44, 101, 165);
  /*  background: url('../images/xxgk_item_list.png') 53px 11px no-repeat;*/
    background-color: rgb(231, 245, 255);
}

.xxgk-d-title {
    background: url("../images/local.png") no-repeat left;
    padding-left: 25px;
    margin-top: 13px;
    margin-left: 5px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

    .xxgk-d-title h1 {
        color: rgb(45, 102, 165);
        font-size: 20px;
    }



.down-menu3 {
    padding-bottom: 10px;
}

    .down-menu3 ul:last-child {
        margin-left: 10px;
    }

        .down-menu3 ul:last-child li {
            list-style-type: none;
            border-left: 1px dashed #ccc;
            line-height: 32px;
            margin: 0;
            margin-left: 7px
        }


            .down-menu3 ul:last-child li span {
                display: inline-block;
                width: 10px;
                border-top: 1px solid #ccc;
                height: 6px;
            }

            .down-menu3 ul:last-child li a {
                background: none;
                padding: 0;
                display: inline-block;
                margin: 0;
            }

    .down-menu3 li a em {
        padding: 0;
        margin: 0;
        font-family: 'Microsoft YaHei';
        font-size: 14px;
    }


.submenu {
    margin-top: 10px;
    cursor: pointer;
    line-height: 36px;
    padding-left: 10px;
}

    .submenu li {
        margin: 0;
        padding: 0;
        background-color: transparent;
    }

        .submenu li a {
            display: block;
            height: 100%;
            width: 100%;
            padding-left: 24px;
        }

.active {
    display: block;
}

.close {
    display: none;
}

.menu-plus {
    background: url('../../Images/blue-plus.png') 10px no-repeat;
    background-color: #e5e5e5;
}

.menu-open {
    background: url('../../Images/blue-open.png') 10px no-repeat;
    background-color: #e5e5e5;
}

.submenu-plus {
    background: url('../../Images/submenu-plus.png') 30px no-repeat;
}

.submenu-open {
    background: url('../../Images/submenu-open.png') 30px no-repeat;
}
