/**
 * @author Jerry
 */

.news_list_top{
	height:340px;/* To avoid the motion of pagination bar. */
	width:660px;
}

.news_list{}

.news_item{}

.news_item_active{
	background:url(images/news/bias.gif) 0px 5px no-repeat;
	padding-top:10px;
	margin-bottom:10px;
}

.news_title{
	background:url(images/news/arrow_news.gif) no-repeat 5px 10px;
	cursor:pointer;
	height:25px;
	line-height:25px;
	padding-left:30px;
}

.news_date{
	float:right;
}

.news_title_hover{
	color:#99cc00;
}

.news_title_active{
	color:black;
	font-weight:bold;
	background:none;
	cursor:text;
}

.news_body{
	padding:10px 20px 10px 20px;
	margin-left:12px;
	background-color:#eaeaea;
	margin-top:4px;
}

.news_more{
	clear:both;
	height:20px;
	line-height:20px;
	padding-right:5px;
	text-align:right;
}

.news_page{
	margin-top:40px ;
	text-align:center;
}

.news_page span{
	cursor:pointer;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}

.news_page span.hover{
	color:#99cc00;
}

.news_page span.active{
	color:black;
	cursor:text;
}

.hap_newslist a{
	background: url(images/news/arrow_news.gif) no-repeat left center;
	color:#757575;
	line-height:25px;
	padding-left:15px;
	font-weight:normal;
	font-size:10pt;
	cursor:text;
}

.hap_newslist a:hover{
	cursor:pointer;
}

.hap_newslist a.news_title_hover{
	color:#99cc00;
}
