@charset "utf-8";
.xygk {
    min-height: 100vh;}
.wraq_header {
    height: 100% !important;}
.banner {
    background: url(../../../../../14453/dfiles/14453/skins/glxy/style/images/img/suqiu.jpg) center 0px no-repeat;
    height: 150px;
    margin-top: 40px;}
.crumbsNav {
    padding: 10px;
    font-size: 14px;}
.crumbsNav div {
    width: 90%;
    margin: 0 auto;}
.crumbsNav a {
    font-size: 14px;}

/* 中间内容区 */
.content_w {
    display: flex;
    padding-bottom: 10px;}
.content_w .lt {
    width: 30%;}
.content_w .rt {
    width: 100%;}

/* 中间内容区  左边 */
.content_w .lt .sideNav {   
    text-align: center;}
.content_w .lt .sideNav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 88% 45px;}
.content_w .lt .sideNav li, .sideNav div {
    height: 40px;
    width: 220px;
    line-height: 40px;}
.content_w .lt .sideNav div {
    background-color: #33a3dc;
    color: #fff;
    font-size: 20px;}
.content_w .lt .sideNav li {
    background:#f7f7f7;
    border: 1px solid rgb(216, 214, 214);
    border-top: 0;
    color: #333333;
    box-sizing: border-box;
    font-size: 16px;}
.content_w .lt .sideNav li {
    cursor: pointer;}

.content_w .lt .sideNav li.li_on {
    background-color: #fef7dd;
    color: #33a3dc;}

/* 中间内容区  右边 */
.content_w .rt .article {
    border: 1px solid rgb(216, 214, 214);
    padding: 40px;
    width: 90%;}
.content_w .rt .article h1 {
    text-align: center;
    padding: 10px 0px;
    font-size: 20px;
    color: #2570a1;}
.content_w .rt .article hr {
    border: none;
    border-top: 5px double #2570a1;
    height: 5px;
    margin: 15px 0 25px 0;}
.article_w {
    display: none;}
.article_w.on {
    display: block;}
.content_w .rt .article .article_w p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;}
.article_w .lead {
    display: flex;}
.article_w .lead:nth-child(2n+0) {
    background: rgb(250, 249, 249);}
.article_w .lead .lead_01 {
    flex: 1;}
.article_w .lead .lead_02 {
    flex: 2;
    line-height: 2;
    text-align: center;}
.article_w .lead .lead_01 img {
    max-width: 100% !important;
    height: 260px;}
.article_w .lead .lead_02 p {
    text-indent: 0 !important;}
.article_w .lead .lead_02 a {
    color: #2570a1;
    font-weight: bold;}
.article_w .lead .lead_02 h3 span, .lead_02 h4 span {
    font-weight: 600;
    font-size: 14px;}
.article_w .lead .lead_02 h1 a {
    font-weight: 600;
    font-size: 20px;
    color: #2570a1;}
.article_w .pages_btn {
    font-size: 12px;
    text-align: right;
    padding-top: 20px;}
.article_w .pages_btn span {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px;
    margin-left: 5px;
    width: 35px;
    text-align: center;
    display: inline-block;}
.article_w h2:nth-child(n+2) {
    margin-top: 10px;}

/* 中间内容区 右边 底部 */
.nextNews {
    padding-top: 50px;
    font-size: 14px;
    line-height: 2;}
.tips {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
    padding-top: 50px;}

@media screen and (max-width:680px) {
    .content_w {
        flex-wrap: wrap;}
    .content_w .lt {
        width: 100%;}
    .content_w .lt .sideNav li, .sideNav div, .sideNav ul{
        width: 100%;}
    .content_w .rt .article {
        width: auto;}
    .foot {
        display: none;}
    .wrap_footer .foot-min {
        display:block;}
}