.news-list .item {
	background-color: #fff;
}
.news-list .item div {
	padding: 20px;
}
.news-list .date {
	font-size: 12px;
	font-family: 'Montserrat-Medium';
}
.news-list h4 {
	font-size: 17px;
	font-family: Montserrat-Bold;
	line-height: 20px;
}
.news-list h4 a {
	color: #000;
}
.news-list p.desc {
	font-size: 13px;
	font-family: Montserrat-Medium;
	line-height: 23px;
}

#news-page-list .item {
	margin-bottom: 60px;
}
