@charset "UTF-8";
.content-box{
	width:80%;
	padding:50px 10% 60px 10%;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-around;
	background:#f9f9f9;	
}
.essays-box{
	width:366px;
	margin-bottom:24px;
	background:white;
}
.essays-text{
	margin:12px 12px 12px 12px;
}
.preview-text{
	font-family:FangSong;
	font-size:16px;
	margin:12px 0 12px 0;
}
.frontCover-img{
	width:366px;
	height:366px;
	
}
.frontCover-img img{
	width:100%;
	height:100%;
}

.updataTime-text{
	font-size:12px;
	font-family:FangSong;
}
