#hot_news {
	width: 214px;
	margin-bottom: 25px;
}
#hot_news_title {
	background-image: url(/images/hot_news.png);
	background-repeat: no-repeat;
	height: 54px;
	width: 214px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -3px;
}
.red {
	color: #F00;
}
#news_menu {
	width: 214px;
}
#news_menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news_menu li   {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	width: 209px;
	display: block;
}
#news_menu li a{
	text-decoration: none;
	color: #000;
}
#news_menu li a:hover {
	text-decoration: none;
	color: #fff;
}
