@CHARSET "ISO-8859-1";

.news-list {
	overflow: auto;
}

.news-list .item {
	min-height: 80px;
	margin: 8px 0 16px 0;
	padding-bottom: 5px;
	overflow: auto;
	border-bottom: 1px solid #dcdcdc;
}

.news-list .item .img {
	width: 102px;
	height: 100px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}

.news-list .item .img img {
	border: 1px solid #c5c3c4;
}

.news-list .item .text {
	margin-left: 110px;
}

.news-list .item .text h2 {
	margin: 0 0 8px 0;
	padding: 0;
}

.news-list .item .text h2,
.news-list .item .text h2 a,
.news-list .item .text .preview {
	color: #414141;
}

.news-list .item .text .preview {
	line-height: 1.1em;
	text-align: justify;
	word-wrap: break-word;
}

.news-list .category {
	height: 20px;
	float: left;
	margin-right: 8px;
	padding: 0 5px;
	background-color: #91a819;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}
