@charset "utf-8";
/* CSS Document */

.newsbox{
	width:382px;
	padding:0 10px;
}
.newsbox h2{text-align:center; line-height:36px;}
.newsbox h2 a, .newsbox h2 a:hover{
	font-size:16px;
	font-weight:bold;
	color:#a90f1b;
	
}
.newsbox p{
	font-size:12px;
	color:#666;
	line-height:22px;
	padding-bottom:10px;
	background:url(http://img.nhoop.com/images/homepage/b_line.gif) repeat-x left bottom;
}
.newsbox p span,
.newsbox p span a{
	color:#a90f1b;
}
.newsbox p span a:hover{
	color:#576687;
}
.newsbox ul{margin-top:5px;}
.newsbox ul li{
	height:24px;
	line-height:24px;
	overflow:hidden;
}
.newsbox ul li,
.newsbox ul li a{
	font-size:12px;
	color:#000;
	margin:0 5px;
}
.m_top{
	margin-top:15px;
}