﻿@charset "utf-8";
#content .news{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
#content .news h2{
	clear: left;
	float: left;
	line-height: 25px;
	height: 25px;
	width: 440px;
	overflow: hidden;
}
#content .news h2 a{
	font-size: 12px;
	font-weight: lighter;
}
#content .news h3{
	line-height: 25px;
	color: #999999;
	float: right;
	font-weight: lighter;
	clear: right;
	font-size: 11px;
	padding-right: 8px;
	height: 25px;
	width: 70px;
	text-align: right;
}
#content .news .line{
	height: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-top: 10px;
	font-size: 0px;
}
#content .NoInfo {
	color: #CC0000;
	text-align: center;
	margin-top: 50px;
}
