/*��������*/
.clear{clear:both}
#newsquery li.title {
	border-bottom:1px dashed #ddd;
}
#newsquery  li.title a{
	background: url("news_res/icon.jpg") no-repeat scroll 13px center transparent;
	color:#565656;
	display:block;
	float: left;
	padding-left: 32px;
	text-decoration:none;
}
#newsquery li.title a:hover{
	color:#0150a3;
	background: url("news_res/icon_hover.jpg") no-repeat scroll 15px center transparent;
}
#newsquery .time {
	float: right;
	font-size: 12px;
	overflow: hidden;
	padding-right: 15px;
	white-space: nowrap;
}
#newsquery li {
	font-size: 12px;
	line-height: 30px;
	height:30px;
	list-style-type: none;
}