section{
    width: 100%;
	padding-bottom:.5rem;
    overflow: auto;
	margin-top:.45rem;
}
.datas-nav{
    width: 100%;
    height: .345rem;
    background: white;
	position: fixed;
    top: .47rem;
    z-index: 9999;
}
.datas-bgcolor{
    width: 100%;
    height: .07rem;
    background: #f6f6f6;
}
.datas-nav >div{
    width: 3.2rem;
    height: 100%;
    
    margin: auto;
}
.datas-nav >div >ul{
    width: 3.05rem;
    margin: auto;
    display: flex;
    line-height: .345rem;
    justify-content: space-between;  
}
.datas-nav >div >ul li a{
    font-size: .16rem;
}
.datas-icon{
    width: 100%;
    height: .455rem;
    background: #f7f7f8;
	position: fixed;
    top: .8rem;
    z-index: 10000;
}
.datas-icon>div{
    width: 3.05rem;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    line-height: .55rem;
}
.datas-icon>div>.one img{
    width: .115rem;
    height: .2rem;
    
}
.datas-icon>div>.two img{
    width: .2rem;
    height: .2rem;
}
.datas-title{
    width: 100%;
    height: 1.02rem;
    background: white;
	margin-top:.72rem;
}
.datas-title>div{
    width: 3.2rem;
    height: 100%;
    margin: auto;
}
.datas-title>div h1{
    font-size: .18rem;
    padding-top: .18rem;
}
.datas-title>div p{
    font-size: .1rem;
    color: #b3b3b3;
    padding-top: .05rem;
}
.datas-title>div p .fen{
    color: #c67524;
}
.datas-title>div p .fen img{
    width: .08rem;
    height: .085rem;
}
.datas-title>div p .fen,.datas-title>div p .browse,.datas-title>div p .datas-download{
    margin-left: .05rem;
}
.datas-title>div p .browse img{
    width: .095rem;
    height: .07rem;
}
.datas-title>div p .datas-download img{
    width: .065rem;
    height: .08rem;
}
.pdf{
    width: 100%;
    height: 5rem;
	position: relative;
    z-index: 1;
	background:#404040;
}
.datas-article{
    width: 100%;
    background: white;
}
.datas-article>ul{
    width: 3.2rem;
    margin: auto;
    padding-bottom: .44rem;
}
.datas-article>ul li{
    width: 100%;
    height: .44rem;
    line-height: .44rem;
    border-bottom: 0.01rem solid #eee;
}
.datas-article>ul li a{
    width: 100%;
    display: inline-block;
    height: .44rem;
    line-height: .44rem;
    font-size: .15rem;
    color: #6b6b6b;
}
.datas-article>ul li h2{
    font-size: .18rem;
    font-weight: normal;
    color: black;
	line-height:.44rem;
}
.datas-article>ul li a span{
    float:right;
}
.datas-article>ul li a span img{
    width: .075rem;
    height: .14rem;
    vertical-align: middle;
}