/*news.asp*/
#news {
	width:758px;
	height:580px;
	margin-left:auto;
}
ul.news li {
	height:26px;
	line-height:26px;
	background:url(../images/li.jpg) no-repeat left center;
	padding-left:16px;
	border-bottom:1px solid #ccc;
}
ul.news li em {
	float:right;
	font-style:normal;
}
ul li a {
	text-decoration:none;
	color:black;
}
ul li a:hover {
	text-decoration:none;
	color:red;
}
p.page {
	width:758px;
	text-align:center;
	height:40px;
	line-height:40px;
}
p.page a {
	text-decoration:none;
	color:black;
}
p.page a:hover {
	text-decoration:none;
	color:red;
}
span.out {
	color:#999;
}
span.in {
	color:orange;
}