@charset "utf-8";
/* CSS Document */
.news{
	height:auto;
}
.bg-activity{
	background: url(../images/bg-activity.jpg)   center;
}
.news li{
	clear:both;
	border-bottom:1px solid #e3e3e3;
	height:160px;
	font-size:16px;
	line-height:30px;
	padding-top:40px;
}
.news li:first-child{
	padding-top:0;
}
.news .l{
	font-size:24px;
	border-radius:5px;
	background: #e3e3e3;
	width:120px;
	text-align:center;
	line-height:40px;
	padding:20px 0px;
}
.news .r{
	width:1020px;
}
.news dt{
	font-size:24px;
	margin-bottom:20px;
}
.clear{
	height:100px;
}