
#news_list {
	padding-bottom: 35px
}

#news_list li {
	clear: both;
	margin-left: -30px;
	list-style-image: none
}

#news_list a {
	float: left;
	display: block;
	width: 500px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dashed gray;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 26px;
	line-height: 2
}

#news_list a:hover {
	background-color: #f3f3f3
}

#news_list a:hover span {
	font-weight: bold
}

#news_list span {
	float: left;
	display: block;
	cursor: pointer
}

#news_list span.title {
	text-indent: 18px;
	width: 380px;
	color: #7777cc;
	background: url(../../images/bg_li.gif) left top no-repeat
}

#news_list span.date {
	text-align: right;
	width: 120px;
	color: #777777
}
