﻿.news-item{
	position: relative;
	border: 1px solid #eee;
	border-radius: 2px;
	margin-bottom: 20px;
}

.news-item-thumb img{
	width: 100%;
}

.news-item h2,
.news-item h3{
	padding: 10px;
	font-weight: 500;
	font-size: 18px;
}

.other-news .h3{
	margin: 10px 0 0;
}

.other-news ul.list-items > li{
	margin-bottom: 2px
}