.news_list{
	width:888px;
	margin:0 auto;	
}
.news_li{
	padding:7px 0;
	border-bottom:1px dashed #cde2f3;	
}
.news_li dt{
	height:27px;
	line-height:27px;
	font-size:14px;	
}
.news_li dt a{
	color:#565656;
	display:inline-block;
	max-width:880px;
	_width:880px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.news_li dt a:hover{
	color:#00a8e6;	
}
.news_li dd{
	line-height:22px;
	color:#a4a4a4;	
}
.news_li .time{
	height:22px;
	line-height:22px;
	padding-left:22px;
	background:url("../image/news_time.png") no-repeat left center;	
	color:#a4a4a4;	
}

.news_head{
	width:888px;
	margin:0 auto;
	border-bottom:1px dashed #cce3f3;	
	padding:22px 0 17px 0;
	text-align:center;
}
.news_head h2{
	height:50px;
	line-height:50px;
	font-size:24px;
	color:#565656;	
}
.news_head .time{
	float:left;
	color:#a4a4a4;
	height:16px;
	line-height:16px;
	padding:0 20px;
	background:url("../image/news_time.png") no-repeat left center;	
	margin-left:400px;
	_display:inline;
}

.news_content{
	width:888px;
	margin:0 auto;	
	line-height:24px;	
	padding:12px 0 20px 0;
}
.news_content p{
	text-indent:2em;	
}