@charset "utf-8";
/* CSS Document */

#news {
	width:266px;
	height:426px;
	padding:0;
	margin:0;
}
#news .news1{
	width:266px;
	height:142px;
	background:#EAE4D7;
	overflow:hidden;
}
#news .news2{
	width:266px;
	height:142px;
	background:#D4CFBC;
	overflow:hidden;
}
#news .news3{
	width:266px;
	height:142px;
	background:#F2EEE4;
	overflow:hidden;
}

#news .news-pic {
	width:86px;
	height:86px;
	padding:17px 0 28px 2px;
	float:left;
	xbackground:#FF6600;
}
#news .news-title {
	font-size: 1.1em;
	padding:0;
	margin:0;
	color:#000;
	font-weight:bold;
}
#news .news-ingress {
	width:173px;
	padding:15px 0 5px 5px;
	float:left;
	xbackground: #0000CC;
}
#news .clearleft {
	clear:left;
}