body {
	background-color: #F2F2F2;
}
.list{
	width: 100%;
	background-color: #F2F2F2;
}
.item-text{
	width: 94%;
	margin: 10px auto;
}
.list-title{
	font-size: 20px;
	font-weight: 700;
	color: #010101;
	text-align: left;
}

.list-item{
	width: 90%;
	margin: 0 auto;
	margin-top: 16px;
	background-color: white;
}
.list-item img{
	width: 100%;
	height: 100%;
}
.time{
	color: #BCBCBC;
	font-size: 14px;
	line-height: 30px;
}