#news {
	width:486px;
	height:240px;
	margin:0px 0px 2px 0px;
	padding:0px;
	position:relative;
	float:left;
	
}
/*第2层*/
#news #news_top {
	width:486px;
	height:25px;
	background-image:url(../Images/news_product/news_product_top.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#news #news_xuxian{
	width:486px;
	height:1px;
	margin-top:1px;
	background-image:url(../Images/news_product/dashed_bg.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left bottom;
	
}
#news #news_content {
	width:486px;
	height:185px;
	padding:18px 0px 10px 0px;
}
/*第3层*/
#news #news_top #news_title{
	width:161px;
	height:17px;
	text-align:left;
	padding-top:8px;
	position:relative;
	float:left;
	
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-indent:1em;/*段落缩进2个字符*/
}

#news #news_top #news_more{
	width:51px;
	height:25px;
	position:relative;
	float:right;
}
#news #news_top #news_more a img
{
	width:51px;
	margin:0px;
	padding:0px;
	height:14px;
	padding-top:10px;
	border-width:0px;
}

#news #news_content #images_news {
	width:200px;
	height:185px;
	position:relative;
	float:left;
	text-align:center;
}
#news #news_content #text_news {
	width:286px;
	height:185px;
	position:relative;
	float:left;
	text-align:left
}
/*第4层*/


