html{font-size:50px;}
/*ÓÃÓÚrem×÷Îªµ¥Î»ÔÚ¸÷¸öÆÁÄ»ÉÏµÄÊÊÅä*/
@media screen and (min-width: 320px) {
    html { font-size: 50px; }
}
@media screen and (min-width: 360px) {
    html { font-size: 56.25px; }
}
@media screen and (min-width: 375px) {
    html { font-size: 58.59375px; }
}
@media screen and (min-width: 414px) {
    html { font-size: 64.6875px; }
}
.wrap{padding-top: 0;}
.g-header {
    position: relative;
    height: 9.8rem;
    background: url(../img/g_header.jpg) no-repeat center bottom;
    background-size: 100% auto;
}
.g-main{padding-top:0.15rem;background:#eaeaea url(../img/g_content.jpg) no-repeat center bottom;background-size:100% auto;}
.g-nav{margin-bottom: .2rem;}
.g-nav a{display:block;width:1.29rem;height:0.3rem;float:left;line-height:0.3rem;text-align:center;background:url(../img/tabs.png) no-repeat;background-size: 100% 100%;padding:.24rem 0 .25rem 0;font-size: .24rem;color: #00384d;font-weight: 700;margin-right: -.02rem;}
.g-nav a.on{background:url(../img/tabs-c.png) no-repeat;background-size: 100% 100%;color: #532700;}
.g-down{position: absolute;top: 1.28rem;left: 0;width: 100%;height: 1.14rem;background:rgba(15,80,138,0.8);}
.g-down a{position: absolute;top: .15rem;left: 50%;margin-left:-1.39rem;width: 2.78rem;height: .79rem;background:url(../img/down.png) no-repeat;background-size: 100% 100%;}
.g-tags{text-align: center;margin-bottom: .2rem;}
.g-tags a{display:inline-block;width:1.45rem;height:0.49rem;font-size:0.2rem;line-height:0.49rem;text-align:center;margin:0.04rem .04rem;color: #fbfeff;background:url(../img/tags.png) no-repeat;background-size: 100% 100%;}
.g-tags a.on{color: #ffd43f;}
.g-title{font-size:0.32rem;color:#fff;margin-bottom:0.16rem;padding:.12rem 0;line-height:0.48rem;height:0.48rem;width:100%;font-weight:bold;text-align:center;background:url(../img/tit.png) no-repeat;background-size: 100% 100%;}
.g-subtit,.g-content{width:6rem;overflow:hidden;margin:0 auto;}
.g-subtit{white-space:nowrap;text-overflow:ellipsis;line-height:0.48rem;color:#005f90;text-align:center;font-weight:bold;border-bottom:1px solid #bdbfcb;font-size:0.28rem;}
.g-content{font-size:0.28rem;line-height:1.8;color:#666666;padding:0.1rem 0 0.4rem;border-top:1px solid #fff;}
.g-content p{padding:0.05rem 0; text-indent: 2em;}
.g-content a{color:#d22020;text-decoration:underline;}
.g-content .desc{font-size:0.28rem;color:#34384d;text-align:center;}
.g-content .center{text-align:center;}
.g-content .alight{color:#1f6eca;}
.g-content img{margin:0.1rem 0 0.05rem;}

.g-tab{display:none;}

.table{width:100%;}
.table td{background: #efefef;border: 1px solid #fff;font-size:0.24rem;}
.table th{background:#34968d;color:#ffffff;text-align:center;border: 1px solid #fff;}

.goindex{ position:absolute; right:0.20rem; top:0.32rem; padding:0 0.25rem; border:0.04rem solid #ffffff; font:normal 0.26rem/2 "Microsoft YaHei"; color:#ffffff; border-radius:0.15rem; }


