/*新闻列表---------------------------------------------------------------------------------------------*/
.news{}
.news .content{}
.news .list{clear: both;border-bottom: 1px dashed #CCCCCC;padding:10px;line-height: 22px;}
.news .list .smallimg{float: left;border: 1px solid #CCCCCC;margin-right: 10px;}
.news .list .title a{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	color: #000099;
}
.news .list .title a:hover{
	margin-right: 10px;
	color: #FF0000;
}
.news .list .date{color: #666;clear: right;}
.news .list .txt{
	color: #333;
}
