    /* 相关资讯 */
.recNews{
	width:800px;
	overflow:hidden;
	margin-top:20px;
	border-top:1px solid gray;
	padding: 10px;


}
.recNews ul{width:870px;padding-top:10px;}
.recNews ul li{float:left;margin-right:38px;width:350px;height:28px;line-height:28px;}
.recNews ul li a{display:block;width:260px;line-height:28px;background:url(../img/iconh.jpg) no-repeat left center;padding-left:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:left;}
.recNews ul li a:hover{background:url(../img/iconi.jpg) no-repeat left center;}
.recNews ul li span{float:right;color:#999;}