#content .item{
	margin: 0 50px 20px 50px;
	overflow: hidden;
	background-color: #f5f5f5;
}
#content .item .news-img{
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20px;
}
#content .item img{
	width: 100px;
	height: 100px;
	border: 1px solid var(--second-color);
}
#content .item .news-title{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 10px 20px;
}
#content .item .news-text{
	float: left;
	font-size: 16px;
	margin: -7px 0 0 25px;
	width: 83%;
	text-align: justify;
}
#content .item .news-text .time{
	margin-top: 10px;
}