.news_list{
	width: 980px;
	border-bottom: 1px solid #0d75e6;
	cursor: pointer;
}
#news_list_left{
	padding-top:5px;
	width: 100px;
	height: 91px;
	font-size: xx-large;
	background-color: #0d75e6;
	color:#ffffff;
	text-align:center;
	float: left;
}

#news_list_right{
	padding-left:5px;
	width: 870px;
	height: 96px;
	float: left;
}
#news_title{
	height:45px;
	line-height:45px;
	font-size: x-large;
}
#news_title a{
	color:#212121;
}
#news_synopsis{
	color:#212121;
	height:49px;
	font-size: large;
	display:block;
	white-space:break-word;
	overflow:hidden; 
	text-overflow:ellipsis;	
}
