dl#news_index {
	margin:0;
}
dl#news_index dt {
	padding:17px 10px;
	background:#26575C;
	color:#fff;
	border-bottom:2px solid #fff;
	text-transform:uppercase;
	font-size:22px;
}
dl#news_index:not(.used) dt:first-child::after {
	content: 'Browse our news...';
	display:block;
	font-size:13px;
	text-transform:none;
}
dl#news_index dd {
	padding:15px;
	margin:0;
	border-bottom:1px solid #fff;
	background:#eaeaea;
}
	dl#news_index dd:nth-child(odd) {
		background:#e3e3e3;
	}
dl#news_index dd:hover {

}
dl#news_index dd:last-child {
	border-bottom:0;
}
dl#news_index dd.news_index_month {
	display:block;
	cursor:pointer;
	background:#5D5F90;
	color:#fff;
}
	dl#news_index dd.news_index_month.month_open {
		background:#95655B;
	}
	dl#news_index dd.news_index_month span {
		font-size:13px;
		display:inline-block;
		padding-left:1rem;
	}
dl#news_index dd a.newsbox {
	box-sizing:border-box;
	position:relative;
	display:block;
	min-height:100px;
}
dl#news_index dd a.newsbox:hover {
	text-decoration:none;
}
dl#news_index dd a.newsbox span {
	font-size:14px;
}
dl#news_index dd a.newsbox strong {
	display:block;
	padding:8px 0;
	font-weight:normal;
}
dl#news_index dd a.newsbox img {
	display:block;
}
dl#news_index dd a.newsbox div {
	padding-top:10px;
	font-size:13px;
	line-height:18px;
}

