body {
    background-image: ;
	   background-size: cover;
}

.xxgk-container {
    background-color: rgb(242, 242, 242);
    padding-bottom: 100px;
}

body > .xxgk-title {
    height: 365px;
    overflow: hidden;
    color: #ffffff;
    font-size: 100px;
    font-weight: bolder;
    text-shadow: 4px 4px 2px #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 1100px;
}

body > .xxgk-title > p {
    margin-top: 132px;
}

body > .xxgk-title > .xxgk-title-line {
    display: block;
    background-color: #ffffff;
    width: 488px;
    height: 2px;
    margin-left: 500px;
    margin-top: 20px;
}


.xxgk-container > .xxgk-search {
    height: 218px;
    text-align: center;
}

.xxgk-container > .xxgk-search .search-line {
    width: 240px;
    background: #ddd;
    height: 2px;
}

.xxgk-container > .xxgk-search > table {
    height: 218px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.xxgk-container > .xxgk-search > table td {
    vertical-align: middle;
}

.xxgk-container > .xxgk-search .searchcon {
    width: 510px;
    border: solid 1px rgb(45, 102, 165);
    background: #fff;
    line-height: 50px;
    height: 50px;
    border-radius: 9px;
    margin-right: 30px;
    margin-left: 30px;
}

.xxgk-container > .xxgk-search .searchmenu {
    width: 30px;
    height: 30px;
    padding: 0;
    overflow: hidden;
    background:  center no-repeat;
    background-size: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    margin-left: -75px;
    margin-top: 10px;
}

.xxgk-container > .page_nav {
    display: none;
}

.xxgk-container > .right_news {
    float: left;
    margin-left: 36px;
    width: 240px;
}

.channel_right:hover {
    color: unset;
    background: unset;
}

.xxgk-container > .right_news > .menu-item {
    margin-bottom: 15px;
}

.xxgk-container > .right_news > .menu-item > a {
    display: block;
    background: #ffffff;
    color: rgb(45, 102, 165);
    font-size: 23px;
    border: solid 1px #ddd;
    text-align: left;
    padding: 7px 30px;
}

.xxgk-container > .right_news > .menu-item.hover > a,
.xxgk-container > .right_news > .menu-item:hover > a {
    color: #ffffff;
    background: rgb(45, 102, 165);
}

.xxgk-container > .right_news > .menu-item > .sub-menu-item {
    display: none;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
    padding: 20px;
}
.xxgk-container > .right_news > .menu-item > .sub-menu-item .sub2-menu-item,
.xxgk-container > .right_news > .menu-item > .sub-menu-item .sub2-menu-item .sub3-menu-item{
    margin-left: 1em;
}

.xxgk-container > .right_news > .menu-item.hover > .sub-menu-item {
    display: block;
}

.xxgk-container > .right_news > .menu-item > .sub-menu-item > li {
}

.xxgk-container > .right_news > .menu-item > .sub-menu-item > li:hover,
.xxgk-container > .right_news > .menu-item > .sub-menu-item .sub2-menu-item > li:hover,
.xxgk-container > .right_news > .menu-item > .sub-menu-item .sub2-menu-item .sub3-menu-item > li:hover,
.xxgk-container > .right_news > .menu-item > .sub-menu-item > li.hover,
.xxgk-container > .right_news > .menu-item > .sub-menu-item .sub2-menu-item > li.hover,
.xxgk-container > .right_news > .menu-item > .sub-menu-item .sub2-menu-item .sub3-menu-item > li.hover{
    background-color: #e6f5ff;
}

.xxgk-container > .right_news > .menu-item > .sub-menu-item > li a {
    list-style: disc;
    margin-left: 30px;
    display: list-item;
    line-height: 32px;
    font-size: 15px;
    color: rgb(45, 102, 165);
}

.xxgk-container > .right_news > .menu-item > a > table {
    width: 100%;
}

.xxgk-container > .right_news > .menu-item > a > table td {
    vertical-align: middle;
    text-align: center;
}

.xxgk-container > .right_news > .menu-item > a > table td > .icon {
    width: 40px;
    height: 40px;
    background-image: ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.xxgk-container > .right_news > .menu-item.hover > a > table td > .icon,
.xxgk-container > .right_news > .menu-item:hover > a > table td > .icon {
    background-image: ;
}

.xxgk-container > .right_news > .menu-item:nth-child(1) > a > table td > .icon {
    background-image: ;
}
.xxgk-container > .right_news > .menu-item.hover:nth-child(1) > a > table td > .icon,
.xxgk-container > .right_news > .menu-item:hover:nth-child(1) > a > table td > .icon {
    background-image: ;
}
.xxgk-container > .right_news > .menu-item:nth-child(2) > a > table td > .icon {
    background-image: ;
}
.xxgk-container > .right_news > .menu-item.hover:nth-child(2) > a > table td > .icon,
.xxgk-container > .right_news > .menu-item:hover:nth-child(2) > a > table td > .icon {
    background-image: ;
}
.xxgk-container > .right_news > .menu-item:nth-child(3) > a > table td > .icon {
    background-image: ;
}
.xxgk-container > .right_news > .menu-item.hover:nth-child(3) > a > table td > .icon,
.xxgk-container > .right_news > .menu-item:hover:nth-child(3) > a > table td > .icon {
    background-image: ;
}

.xxgk-container > .right_news > .menu-item > a > table td > .sub-menu-icon {
    width: 18px;
    height: 18px;
    background-image: ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 18px;
}

.xxgk-container > .right_news > .menu-item.hover > a > table td > .sub-menu-icon,
.xxgk-container > .right_news > .menu-item:hover > a > table td > .sub-menu-icon {
    background-image: ;
}

.xxgk-container > .right_news > .menu-item > a > table td > span {
    display: block;
    margin-left: 20px;
    line-height: 1.2em;
    width: 4em;
    text-align: left;
}

.xxgk-container > .left_news {
    float: left;
    margin-left: 18px;
    background-color: #ffffff;
    padding: 0;
    width: 770px;
    height: 1085px;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px #ddd;
    font-size: 16px;
}

.xxgk-container > .left_news::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
}

.xxgk-container > .left_news::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    height: 80px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgb(45, 102, 165);
}

.xxgk-container > .left_news::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /*box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 10px;*/
    background: #ddd;
}

.xxgk-container > .left_news > .page_list_3 {
    border: none;
}

.xxgk-container > .left_news > .page_list_3 > ul > li {
}

.xxgk-container > .left_news > .page_list_3 > ul > li > a {
    float: unset;
    line-height: 60px;
    display: unset;
    color: #666;
}

.xxgk-container > .left_news > .page_list_3 > ul > li > span {
    float: unset;
    line-height: 60px;
    display: unset;
    color: #999;
    font-size: .85em;
}

.xxgk-container > .left_news > .list_channel {
    border: none;
}

.xxgk-container > .left_news > .list_channel > .list_channel_name {
    border: none;
    border-bottom: solid 1px #ddd;
    padding: 0;
}

.xxgk-container > .left_news > .list_channel > .list_channel_name > a {
    background: rgb(45, 102, 165);
    color: #fff;
    line-height: 35px;
    padding: 0 10px;
    display: inline-block;
    min-width: 110px;
    text-align: center;
}


.xxgk-container > .channel_title {
    float: left;
    margin-left: 18px;
    background-color: #ffffff;
    width: 770px;
    text-align: center;
    font-size: 32px;
    font-weight: bolder;
    color: rgb(45, 102, 165);
    padding: 38px 0;
    border: solid 1px #ddd;
    border-bottom: unset;
}

.xxgk-container > .left_news > .channel_title {
    text-align: left;
    font-size: 16px;
    font-weight: bolder;
    color: rgb(45, 102, 165);
    padding: 20px 20px;
    border-bottom: solid 1px #ddd;
    margin: 0 2em;
}

.xxgk-container > .left_news > .details_content {
    width: unset;
    border: unset;
    overflow: unset;
}

.xxgk-container > .left_news > .details_content .doc_info {
    border-top: unset;
    text-align: center;
}

.xxgk-container > .left_news > .details_content .doc_info .doc_print {
    display: none;
}

.xxgk-container > .left_news > .details_content > .doc_content {
    text-align: left;
    font-size: 16px; !important;
    line-height: 30px; !important;
    margin: 0;
    padding: 0 2em 2em 2em;
    min-height: unset;
}

.xxgk-container > .left_news > .details_content > .link_context,
.xxgk-container > .left_news > .online-diaocha {
    display: none;
}

.xxgk-container > .left_news > .page_list {

}

.xxgk-container > .left_news > .page_list > ul {
    border: unset;
}

.xxgk-container > .left_news > .page_list > ul > .list-content-split {
    display: none;
}

.xxgk-container > .left_news > .page_list > ul li {
    padding: unset;
    overflow: unset;
    height: unset;
    line-height: 1.2em;
    margin-bottom: 4px;
    padding: 0 2em;
}

.xxgk-container > .left_news > .page_list > ul li a {
    float: unset;
    display: unset;
    background: unset;
    color: #666;
    padding: 0;
    font-size: 16px;
}

.xxgk-container > .left_news > .page_list > ul li span {
    float: unset;
    display: unset;
    color: #999;
    font-size: .85em;
}