*{
	margin: 0;
	padding:0;
}
body,html{
	width:100%;
	height:100%;
	overflow: hidden;
}
.index_content{
	width:100%;
	height:100%;
	overflow: hidden;
	overflow-y: scroll;
}
.index_content .center_content{
	width:100%;
	height:auto;
	overflow: hidden;
	box-sizing:border-box;
	margin:0.1rem auto;
	padding:0 0.2rem;
}
.center_content .title_name{
	width:100%;
	height:0.26rem;
	line-height:0.26rem;
	font-size:0.26rem;
	color:#333333;
	font-weight: 600;
	margin-bottom:0.12rem;
}
.center_content .content_txt{
	width:100%;
	height:auto;
	overflow: hidden;
	padding-bottom:0.3rem;
}
.content_txt .face_txt{
	font-size:0.12rem;
	color:#333333;
	line-height:0.2rem;
}
.content_txt .face_view{
	width:100%;
	height:auto;
	overflow: hidden;
	padding:0.2rem 0;
}
.face_view .face_box{
	width:2rem;
	height:auto;
	overflow: hidden;
	box-shadow:0 0 0.05rem rgba(0,0,0,0.3);
	margin:0 0.16rem;
	float: left;
}
.face_view .face_box img{
	width:1rem;
	height:1rem;
	border-radius: 0.5rem;
	display: block;
	margin:0.2rem 0;
	margin-left:0.5rem;
}
.face_box .time_count{
	width:auto;
	height:0.26rem;
	line-height:0.26rem;
	font-size:0.12rem;
	color:#333333;
	overflow: hidden;
	margin-left:0.3rem;
}