#news{
	padding-top:10px;
}
#news-list{
	width:105%;
	margin-bottom:10px;
}
#news section{
	float:left;
	position:relative;
	width:310px;
	height:265px;
	margin:0 14px 10px 0;
	padding-left:4px;
	background-color:#e2e1e1;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}
#news section:hover{
	background-color:#ebeaea;
}
#news section a{
	display:block;
	width:100%;
	height:100%;
	color:#262525;
}
#news section a:hover{
	color:#000;
}
#news .color{
	position:absolute;
	top:0;
	left:0;
	width:4px;
	height:100%;
	background-color:#701007;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}
#news header{
	padding:8px 0 0 12px;
}
#news header h1{
	font-size:12px;
	color:#4b4b4b;
	margin-bottom:8px;
}
#news header h2{
	font-size:16px;
	line-height:20px;
	color:#701007;
	margin-bottom:8px;
}
#news p{
	float:left;
	width:150px;
	max-height:107px;
	padding:0 10px 0 12px;
	overflow:hidden;
}
#news img{
	float:right;
	border:2px solid #fff;
	margin-right:10px;
}

#news-more{
	width:174px;
	height:24px;
	margin:0 auto 50px;
}
#news-more span{
	display:inline-block;
	width:100%;
	height:100%;
	height:24px;
	padding-top:5px;
	text-align:center;
	background:url('img/bg-more.png') no-repeat;
	color:#fff;
	font-family:'Amethysta',Georgia,serif;
	font-size:12px;
	cursor:pointer;
}