* {
    box-sizing: border-box;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    color: rgb(51, 51, 51);
    font-family: "microsoft yahei";
    font-size: 16px;
    background: url(../images/xxgk_body.jpg) no-repeat top rgb(255, 255, 255);
}

a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    cursor: pointer;
}

td{
    font-size: 12px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
}

em {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

i {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

.header {
    height: 365px;
}

.wrap {
    margin: 0px auto;
    width: 1100px;
}

.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: 35px;
    font-weight: bold;
    display: block;
}

.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: "";
}

.wrap {
    margin: 0px auto;
    width: 1100px;
}

.main {
    background: rgb(242, 242, 242);
    padding: 84px 36px 36px;
    margin-bottom: 20px;
}

.search {
    height: 50px;
    text-align: center;
    position: relative;
}

.search::before {
    background: rgb(204, 204, 204);
    top: 24px;
    left: 0px;
    width: 240px;
    height: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    content: "";
}

.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;
}

.search::after {
    background: rgb(204, 204, 204);
    top: 24px;
    right: 0px;
    width: 240px;
    height: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    content: "";
}

.main-con {
    overflow: hidden;
    margin-top: 80px;
}

.menu {
    width: 240px;
    float: left;
}

.menu li {
    background: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.menu li {
    background: rgb(255, 255, 255);
    margin-bottom: 15px;
}

.menu li h2 {
    height: 70px;
}

.menu li h2 a {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}

a:link {
    color: #4e4d4d;
    text-decoration: none;
}

.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: 0;
    margin-right: 0;
    float: right;
}

.menu li.active h2 {
    background: rgb(45, 102, 165);
}

.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 span {
    color: rgb(255, 255, 255);
}

.menu li.active h2 em {
    background-position: -11px -8px;
}

.down-menu {
    padding: 10px 0px;
    display: none;
}

.down-menu a {
    line-height: 32px;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.down-menu a em {
    margin-left: 17px;
    float: left;
}

.down-menu2 a {
    text-align: left;
}

.down-menu2 a em {
    padding-left: 20px;
    margin-left: 60px;
    float: none;
    display: inline-block;
    position: relative;
}

.down-menu2 a em::before {
    background: rgb(102, 102, 102);
    border-radius: 50%;
    left: 0px;
    top: 14px;
    width: 4px;
    height: 4px;
    position: absolute;
    content: "";
}

.on_active {
    color: rgb(44, 101, 165);
    background-color: rgb(231, 245, 255);
}

.down-menu a:hover {
    background: rgb(230, 245, 255);
    color: rgb(45, 102, 165);
}

.xxgk-right {
    background: rgb(255, 255, 255);
    width: 770px;
    float: right;
}

.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: 300px;
    height: 35px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 35px;
    font-size: 18px;
}

.pd30 {
    padding: 0px 30px;
}

.zdgk-con ul {
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

.xxdk-news-list li {
    overflow: hidden;
    margin-top: 22px;
}

.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;
}

a.zdgk-more {
    background: rgb(238, 238, 238);
    margin: 15px auto;
    width: 100px;
    height: 30px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 30px;
    display: block;
}

/* footer */
.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;
}

.foot {
    margin: 0px auto;
    width: 1100px;
    overflow: hidden;
}

.footzb {
    width: 150px;
    float: left;
    margin-left: 100px;
}

.copyright {
    width: 600px;
    margin: 0px auto;
    text-align: center;
}

.footyb {
    width: 150px;
    float: right;
    margin-right: 100px;
}

.xxdk-news-list li a:hover {
    color: rgb(45, 102, 165);
}

a.zdgk-more:hover {
    background: rgb(45, 102, 165);
    color: rgb(255, 255, 255);
}
.xxgk-menu{

}
.xxgk-menu h2 .text{
    margin-top:0;
    margin-right: 30px;
}
.xxgk-menu .active h2 em{
    /*display: none;*/
}
.xxgk-menu .active .down-menu{
    display: none;
}
.xxgk-menu .active .down-menu{
    display: block;
}
.sub-menu-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px;
}
.sub-menu-list .item{
    width: 145px;
    text-align: center;
    margin: 20px 0 0 0;
}
.sub-menu-list .item .wrap{
    background-color: #f0f0f0;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.sub-menu-list .item .wrap .icon{
    width: 40px;
    margin-top: 20px;
}
.sub-menu-list .item .wrap h2{
    font-size: 14px;
    color: #0168b7;
}

/*分页样式*/
.pager-box {
    clear: both;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
}
.pager-box .count {
    display: inline-block;
    font-size: 14px;
    margin: 0 30px;
}
.pager-box #pages {
    flex: 1;
    display: inline-block;
}
.pager-box ul {
    padding: 0 30px;
    margin: 0;
    text-align: right;
    font-size: 0;
}
.pager-box ul li{
    list-style: none;
    padding: 0;
    display: inline;
    margin: 0 3px;
    background-image: none !important;
    text-indent: 0 !important;
    cursor: pointer;
    font-size:0;
}

.pager-box ul li a, .pager-box ul li span{
    float: none !important;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 10px;
    text-align: center;
    text-indent: 0;
    line-height: 1em;
    font-size: 12px;
}

.pager-box ul li a:hover {
    background-color: #0168b7;
    color: #fff;
}

.pager-box ul li.active span{
    background-color: #0168b7;
    border-color: #0168b7;
    color: #fff;
}
