/* CSS Document */

/*container*/
#news_topPic {
	background:url(/images/news_topPic.jpg);
}
/*left*/
#news_left_title {
	background-image:url(/images/news_en/news_left_title.gif);
}
/*body*/
#body_content {
	margin-top:0px;
}
#body_content ul {
	list-style-type:none;
	margin-left:20px;
	margin-bottom:30px;
}
#body_content ul li {
	width: 600px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	line-height:30px;
	padding-left:20px;
}
#body_content ul li.style1 {
	background-image:url(/images/news_list_bg1.gif);
}
#body_content ul li.style2 {
	background-image:url(/images/news_list_bg2.gif);
}

/*news.jsp*/
#news_content {
	width:600px;
	margin:10px auto;
	font-family:"Arial";
}
#news_title_bg {
	width:702px;
	height:50px;

}
#news_title {
	width:600px;
	margin:0px auto;
	line-height:20px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#006600;
}
#news_time{
  width:600px;
	margin:0px auto;
	line-height:20px;
	text-align:center;
	font-family:"ËÎÌå";
	font-size:12px;
	color:#006600;
}

