.news-item {
	background-image: url('/themes/afcfmt/images/background-news.png');	
  background-size: cover;
	height: 265px;
	padding: 22px 16px;	
}
.news-item.general {
	/*background-image: url('/themes/afcfmt/images/background-news-general.png');*/
}
.news-item .news-item-type {
	color: #2A2F3C;
	float: left;
	font-weight: 700;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
	width: 50%;
}
.news-item .news-item-date {
	color: #787B80;
	float: right;
	font-weight: 700;
	font-size: 11px;
	text-align: right;
	width: 50%;
}
.news-item .news-item-title {
	clear: both;
	color: #2A2F3C;
	display: -webkit-box;
	font-size: 20px;	
	font-weight: 700;
	line-clamp: 2;
	line-height: 24px;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-item .news-item-title a {
	color: #2A2F3C;	
	text-decoration: none !important;
}
.news-item .news-item-wrapper {
	height: 150px;
}
.news-item .news-item-body {
	color: #353B4A;
	display: -webkit-box;
	font-size: 16px;
	font-weight: 300;	
	line-clamp: 4;
	line-height: 23px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news-item .news-item-action {
	float: left;
	width: 50%;
}
.news-item .news-item-action a {
	border: 1px solid black;
	color: black;
	display: block;
	font-size: 11px;
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	margin-top: 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 80px;
}
.news-item .news-item-action a:hover {
	background: black;
	color: white;
}
.news-item .news-item-author {
	color: #353B4A;
	font-size: 11px;
	font-weight: 100;
	font-style: italic;
	float: right;
	line-height: 25px;
	margin-top: 24px;
	text-align: right;
	width: 50%;
}