*{
	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:1160px;
	height:auto;
	overflow: hidden;
	margin:10px auto;
	padding:0 20px;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}
.center_content .title_name{
	width:100%;
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#333333;
	font-weight: 600;
}
.center_content .content_txt{
	width:100%;
	height:auto;
	overflow: hidden;
	padding-bottom:30px;
}
.content_txt .face_txt{
	font-size:14px;
	color:#333333;
	line-height:20px;
}
.content_txt .face_view{
	width:100%;
	height:auto;
	overflow: hidden;
	padding:20px 0;
}
.face_view .face_box{
	width:200px;
	height:auto;
	overflow: hidden;
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	margin:0 16px;
	float: left;
}
.face_view .face_box img{
	width:100px;
	height:100px;
	border-radius: 50px;
	display: block;
	margin:20px 0;
	margin-left:50px;
}
.face_box .time_count{
	width:auto;
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#333333;
	overflow: hidden;
	margin-left:30px;
}