.newsingle{
	position:relative;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #999999;	
}

.newstitle{
	position:relative;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
	padding-bottom:10px;
}
.newsmain{
	position:relative;
	padding-bottom:10px;	
}

.newsimg{
	position:relative;
	float:left;
	padding-right:10px;
	padding-bottom:10px;	
}