/********** NEWS ******************************************************/
.newsTitle{
	margin-left:20px;
	color:var(--main-color);
}
.newsBody{
	background:#f9f9f9;
	padding:30px;
	margin:20px auto;
}
.newsList{
	background:#eee;
	padding: 10px;
	margin-bottom: 20px;
}
.newsList dl {
	background: #fff;
	padding: 10px;
	margin-bottom: 0;
}
.newsList dt {
	width:100%;
	font-size:12px;
	font-weight: 700;
	letter-spacing: 1px;
}
.newsList dd {
	font-size:12px;
	border-bottom: 1px solid #eee;
}
.news h2{
	height:auto;
}