@charset "utf-8";
/* CSS Document */

.n_content  ul li {
	border-bottom: #CCC 1px dotted;
	height: 35px;
	line-height: 32px;
	padding-left: 15px;
	background: url(../Images/icon.gif) no-repeat left center;
	margin: 0px 10px 0px 10px;
}
.n_content  span{
	float:right;

}
.n_content .newtitle {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.n_content .newdate{
	text-align:center;
	color:#666;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
}
.n_content .download_a
{
	color:#f60;
}
.page_content .newtitle {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.page_content .newdate{
	text-align:center;
	color:#666;
	height:20px;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
}
.page_content .download_a
{
	color:#f60;
}
/*翻页*/

.pagination {
	text-align: right;
	margin-top:10px;
	padding: 4px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#999;
}
.pagination a {
	margin: 0 5px 0 0;
	padding: 3px 6px;
	color:#999;
}
.pagination a.number:hover {
	background: #f60;
	border-color: #f60 !important;
	color: #fff !important;
}
.pagination a.number {
	border: 1px solid #ddd;
}
.pagination a.current {
	background: #f60;
	border-color: #f60 !important;
	color: #fff !important;
}
.pagination a.current:hover {
	text-decoration: underline;
}