#news
{
	padding-bottom: 20px;
}
#news h1
{
    font-size: 22px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
}
#news ul.news
{
	clear: both;
	padding: 0 15px;
}
#news ul.news li
{
	background-color: #474747;
	margin-bottom: 2px;
}
#news ul.news li:after
{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#news ul.news li a.cover
{
	float: left;
	width: 176px;
	height: 114px;
	margin-right: 17px;
}
#news ul.news li a.cover img
{
	display: block;
}
#news ul.news li dl
{
	padding: 10px 0;
}
#news ul.news li dt
{
	padding: 5px 0;
}
#news ul.news li dt a
{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 18px;
}
#news ul.news li dd
{
	color: #FFFFFF;
	font-size: 14px;
}
#news ul.news li dd strong
{
	color: #B4B4B4;
	font-weight: normal;
	display: block;
	line-height: 24px;
}
@media screen and (max-width: 768px)
{
	#news ul.news li a.cover
	{
		width: auto;
		max-width: 30%;
		height: auto;
		padding-top: 0.5rem;
		padding-left: 0.5rem;
		margin-right: 0.5rem;
	}
	#news ul.news li a.cover img
	{
		max-width: 100%;
	}
	#news ul.news li dt a
	{
		font-size: 14px;
	}
	#news ul.news li dd
	{
		padding: 0 0.5rem;
	}
}