.top{
	width: 100%;
	box-sizing: border-box;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.44rem;
	color: #7c7c7e;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	border-bottom: 0.01rem solid #c6c3c4;
	margin: 0 auto;
	padding: 0 0.2rem;
}
.blank{
	width: 100%;
	height: 1rem;
}
.one{
	
	width: 10%;
	display: inline-block;
	text-align: center;
}
.one img{
	width: 0.35rem;
	height: 0.64rem;
}
.two{
	width: 75%;
	display: inline-block;
	text-align: center;
	color: #000000;
}
.go-back{
	vertical-align: middle;
	width: 0.36rem;
	height: 0.4rem;
}
.box-list{
	width: 100%;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.box-list ul{
	width: 100%;
	height: auto;
}
.li-list{
	padding: 0.1rem 0;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 0.01rem solid #dddddd;
	line-height: 0.6rem;
}
.tit-list{
	width: 100%;
	font-size: 0.36rem;
	line-height: 0.7rem;
	text-align: justify;
}
.tit-list a{
	color: #333333;
}
.date-list{
	font-size: 0.28rem;
	color: #b6b2b2;
	text-align: left;
}

/*返回顶部按钮*/
.btop-btn{
	display: block;
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 10;
	background:  bottom center  no-repeat;
	background-size: 100% 100%;
	border-radius: 50% 50% 0 0;
	width: 1.56rem;
	height: 0.59rem;
	transform: translatex(-50%);
}



