@charset "utf-8";
#hot_area {
	overflow:hidden;
	border:1px solid #ededed;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	padding:10px;
	margin-bottom:20px;
}
#hot_area #img {
	background:url(../../images/news/img_bg.png);
	width:289px;
	height:176px;
	position:relative;
	overflow:hidden;
	float:left;
}
#hot_area #img > a {
	display:block;
	width:275px;
	height:162px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-137px;
	margin-top:-81px;
	overflow:hidden;
}
#hot_contnet {
	margin-left:300px;
	font-size:13px;
	position:relative;
	padding-bottom:55px;
}
#hot_news_title {
	color:#0094d7;
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	height:1.5em;
	overflow:hidden;
	width:100%;
}
#hot_news_date {
	color:#ffac00;
	margin-bottom:5px;
	font-weight:bold;
}
#hot_news_text {
	line-height:1.8em;
	height:5.4em;
	width:100%;
	overflow:hidden;
	color:#333;
}
#hot_contnet a {
	display:inline-block;
 *display:block;
	zoom:1;
	background:#0094d7;
	padding:5px 10px;
	color:#FFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	left:0px;
	bottom:0px;
}
#news_list {
	width:100%;
}
#news_list td {
	padding:8px 10px;
	color:#13px;
	vertical-align:top;
	border-bottom:1px solid #e7e7e7;
}
#news_list #title_row > td {
	background:#c4c4c4;
	color:#FFF;
}
#news_list tr > td:first-child {
	color:#0094d7;
}
#news_list a {
	color:#666;
}
#news_date {
	color:#ffac00;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	
}
#news_title {
	color:#0094d7;
	font-size:21px;
	margin-bottom:20px;
	line-height:1.3em;
}
