@charset "utf-8";
/* css document */

#news_show {
	width:736px;
	}

#news_show .newscontenttitle{
	padding-top:10px;
	margin-bottom:5px;
	width:100%;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	text-align:center;
	color:#f08200;
}

#news_show .newscontentinfo{
   font-size:10px;
   width:100%;
   color:#333；
	border-bottom:1px #cccccc dotted;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:center;
}

#news_show .newscontent{
	font-size:12px;
	text-align:left;
	line-height:22px;
	text-indent:30px;
}