.news-item {
	position: relative;
	display: block;
	margin: 30px auto;
	padding: 10px 10px 10px 110px;
	min-height: 50px;
	min-height: 100px;
	max-width: 400px;
	color: #333;
	vertical-align: top;
}

.news-item:hover {
	color: #999999;
	text-decoration: none;
}

.news-item:hover .news-item_image:after {
	opacity: 0;
}

.news-item_image {
	position: absolute;
	top: 5px;
	left: 0;
	overflow: hidden;
	margin: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #7D5932;
	text-align: center;
}

.news-item_image:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #ECD292;
	content: '';
	opacity: 0.9;
}

.news-item_image img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-item_date {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	color: #fff;
	font: bold italic 13px/20px 'Times New Roman', Helvetica, sans-serif;
}

.news-item_date span {
	display: block;
	font-size: 30px;
	line-height: 32px;
}

.news-item_title {
	margin: 0 0 10px;
	font: 14px/20px 'ubuntubold', 'Times New Roman', Helvetica, sans-serif;
}

.news-item_text {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}
