.newsBox .newsItem {
	width: 45%;
	margin: 0px 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
.newsBox .newsItem .desc {
	text-align: left;
}
.newsBox .newsItem .title {
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	vertical-align: middle;
	display: block;
}
.newsBox .newsItem .title a {
	color: #3c4c38;
}
.newsBox .newsItem .image {
	width: 60px;
}
.newsBox .newsItem .image a img {
	width: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
}
