body{
	padding:20px;
	background:#fff;
	color:#666;
	background-repeat:no-repeat;
	background-image: url('./imgs/newsdetail_back.png');
}
h2{
	background-color:#9eafb6;
	color:#eee;
	font-size:18px;
	padding:10px;

}
#news_date{
	color:#004026;
	font-size:12px;
	text-align: right;
    padding-right: 3px;
}
#news_detail{
	margin-top:30px;
	font-size:14px;
	letter-spacing:1px;
	line-height:2em;
}
#news_detail a{
	color:#666;
	border-bottom: 1px dotted #00C;
    text-decoration: none;
 }
#news_detail a:hover{
	background-color:#ccc;
 }
 #detail_img,#detail_file{
 	margin-top:20px;
 }
 