html {
    font-size: 13.3333333333333vw
}

.w1200 {
    width: 100%;
    margin: 0 auto;
}

/* 通用头部开始 */
.GStop {
    display: none;
}

.GStop a {
    color: #ffffff;
}

.GSbanner {
    height: 2.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    text-align: center;
    background: url(banner-wap.png) center top no-repeat #f7f7f7;
    background-size: 100%;
}

.GSnav {
    background-color: #5F9AEE;
    font-size: .36rem;
    height: 2rem;
    line-height: 1rem;
}

.GSnav ul li {
    width: 33.33333%;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.GSnav ul li.on{
    background-color: #1677FF;
}
.GSnav ul li:first-child {
    border-left: none;
}

.GSnav ul li:nth-child(4) {
    border-left: none;
    border-bottom: none;
}

.GSnav ul li:nth-child(5) {
    border-bottom: none;
}

.GSnav ul li:nth-child(6) {
    border-bottom: none;
}

.GSnav ul li:nth-child(7) {
    border-bottom: none;
}

.GSnav ul li a {
    color: #ffffff;
    display: block;
    height: 1rem;
    text-align: center;
}

/* 检索 */
.GSsearch {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    top: 0;
    padding: 0.36rem 0.24rem;
}

.GSsearch .input {
    width: 75%;
    padding: 0 .2rem;
    height: .72rem;
    border: 1px solid #5F9AEE;
    border-radius: 4px 0 0 4px;
}

.GSsearch form .btn {
    width: 25%;
    height: 0.72rem;
    border-radius: 4px;
}

.GSsearch .input input {
    float: left;
    font-size: 0.32rem;
    font-weight: 500;
    padding: 0;
}

.GSsearch form .btn input {
    float: left;
    font-size: 0.32rem;
    font-weight: 500;
    padding: 0 .2rem;
    border-radius: 0 4px 4px 0;
}

/* 通用头部结束 */

/* 通用底部开始 */
.GSfooter {
    font-size: .28rem;
    text-align: center;

}
.GSfooter .GSfooter-top {
    display: none;
}

.GSfooter .GSfooter-bottom {
    height: 2.2rem;
    line-height: 2.2rem;
    background-color: #5F9AEE;
}

/* 通用底部结束 */


/* 主体部分 */
.GScontent {
    width: 100%;
    padding: 0;
}

/* 页面标准：16px 信息列表无下划线 */
/* 当前位置 */
.standard16 .current-position {
    font-size: 0.24rem;
    height: 0.88rem;
    line-height: 0.88rem;
    padding: 0 .3rem;
    background-color: #F5F5F5;
    margin: 0;
}

.standard16 .current-position>div {
    background: url(currentPosition.png) no-repeat left 0.25rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;color: #999999;
}

.standard16 .lanmu-nav li {
    color: #006eab;
    margin-right: 0;
    text-align: center;
    display: inline-block;
    width: 30%;
}

.standard16 .column-left {
    width: 100%;
}

.standard16 .column-left {
    width: 100%;
    background-color: #e8eef6;
    float: none;
    /* margin-bottom: 0.2rem; */
    background: none;
    padding-bottom: 0;
}

.standard16 .column-left h1 {
    line-height: 0.64rem;
    padding-left: 0;
    font-size: 0.32rem;
    background-color: #006eab;
    color: #ffffff;
    font-weight: normal;
    height: 0.64rem;
    text-align: left;
    padding-left: 0.24rem;
}

.standard16 .column-left h1 {
    line-height: 0.64rem;
    padding-left: 0;
    font-size: 0.32rem;
    background: #5F9AEE;
    color: #ffffff;
    font-weight: normal;
    height: 0.64rem;
    text-align: left;
    padding-left: 0.24rem;
}

.standard16 .column-col {
    padding: 0.2rem;
}

.standard16 .column-col li {
    font-size: 0.36rem;
    padding: 0;
}

.standard16 .column-col li a {
    display: block;
    line-height: 0.64rem;
    border-bottom: 0;
    background: none;
    padding-left: 0;
    color: #333333;
    margin-bottom: 0;
    font-size: 0.32rem;
}

.standard16 .column-col li.active a {
    color: #006eab;
    background: none;
}

.standard16 .column-right {
    width: 100%;
    margin-bottom: 0.2rem
}

.standard16 .column-list {
    font-size: 0.32rem;
    padding: 0.2rem 0.24rem;
    min-height: auto;
}

.standard16 .column-list li {
    margin-bottom: 0.24rem;
    line-height: 0.24rem;
     background:none;
     font-size: 0.34rem;
     padding-left: 0.16rem; border-bottom: 1px solid #eeeeee;
 }
 .standard16 .column-list li:nth-child(6n){border-bottom: none!important; background:none!important;}
 .standard16.column-list li a{display: block;padding-right: 0;line-height: 0.48rem;
     font-size: 0.34rem;font-weight: bold;}
 .standard16 .column-list li span {
         color: #999999;font-size: 0.24rem;padding: 0.16rem 0 0.24rem 0;line-height: 0.24rem;
     }
 .standard16 .column-list li:hover{background-color: #ffffff;}
/* 页面标准：18px 信息列表无下划线 */
/* 当前位置 */
.standard18 .current-position {
    font-size: 0.24rem;
    line-height: 0.88rem;
    padding: 0 .3rem;
    background-color: #F5F5F5;
    margin: 0;
}

.standard18 .current-position>div {
    background: url(currentPosition.png) no-repeat left 0.25rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;color: #999999;
}

.standard18 .lanmu-nav li {
    color: #006eab;
    margin-right: 0;
    text-align: center;
    display: inline-block;
    width: 30%;
}

.standard18 .column-left {
    width: 100%;
}

.standard18 .column-left {
    width: 100%;
    background-color: #e8eef6;
    float: none;
    /* margin-bottom: 0.2rem; */
    background: none;
    padding-bottom: 0;
}

.standard18 .column-left h1 {
    line-height: 0.72rem;
    padding-left: 0;
    font-size: 0.36rem;
    background-color: #006eab;
    color: #ffffff;
    font-weight: normal;
    height: 0.72rem;
    text-align: left;
    padding-left: 0.24rem;
}


.standard18 .column-left h1 {
    line-height: 0.72rem;
    padding-left: 0;
    font-size: 0.36rem;
    background: #5F9AEE;
    color: #ffffff;
    font-weight: normal;
    height: 0.72rem;
    text-align: left;
    padding-left: 0.24rem;
}

.standard18 .column-col {
    /* padding: 0.2rem; */
    padding: 0 0.2rem 0.2rem 0.2rem;
}

.standard18 .column-col li {
    font-size: 0.36rem;
    padding: 0 3vw;
    width: auto;
    margin-top: 0.2rem;
}

.standard18 .column-col li a {
    display: block;
    line-height: 0.72rem;
    border-bottom: 0;
    background: none !important;
    padding-left: 0;
    color: #333333;
    margin-bottom: 0;
    font-size: 0.36rem;
}

.standard18 .column-col li.active a {
    color: #006eab;
    background: none;
}

.standard18 .column-right {
    width: 100%;
    margin-bottom: 0.2rem
}

.standard18 .column-list {
    font-size: 0.34rem;
    padding: 0.2rem 0.24rem;
    min-height: auto;
}

.standard18 .column-list li {
    margin-bottom: 0.24rem;
    line-height: 0.24rem;
     background: none;
     font-size: 0.34rem;
     padding-left: 0.16rem;
     border-bottom: 1px solid #eeeeee;
 }
 .standard18 .column-list li:nth-child(6n){border-bottom: none!important; background:none!important;}
.standard18 .column-list li a{width: 60vw;display: inline-block;padding-right: 0;line-height: 0.48rem;
    font-size: 0.34rem;font-weight: bold;}
.standard18 .column-list li span {
        color: #999999;font-size: 0.24rem;padding: 0.16rem 0 0.24rem 0;float: right;
    }
.standard18 .column-list li:hover{background-color: #ffffff;}
/* 主体内容结束 */

/* 同级栏目 */
.lanmu-nav {
    height: auto;
    line-height: 0;
    position: relative;
    /* white-space: nowrap; */
    /* overflow-x: auto; */
}