@charset "utf-8";

#content_news_detail{
	background:url(../images/bg_inner.png) no-repeat scroll center center transparent;
	width:890px; /*950*/
	height:720px; /*777*/
	padding:42px 30px 30px;
	position:relative;
}
#frame_news_detail{
	width:890px;
	height:680px;
	margin:10px 0 0;
	overflow:hidden;
	/*border:#FF0000 1px solid;*/
}
#img_news_detail{
	width:402px;
	height:262px;
	margin:0 auto;
}
.topic_news_detail{
	font-size: 12px; 
	font-weight: bold;
	color:#242424;
	margin: 20px auto 0;
    width: 870px;
}
.txt_news_detail{
	font-size: 12px; 
   /*  font-weight: bold; */
    line-height: 16px;
    margin: 20px auto 0;
    width: 870px;
	color:#666;
	height: 595px;
	overflow:hidden;
	/*border:#F0F 1px solid;*/
}




