/*翻页*/
#page {
	width: 575px;
	text-align: center;
	margin-top: 20px;
	color: #333;
	padding-bottom: 20px;
	font-family: Arial, "宋体";
	clear: both;
	padding-left: 60px;
	padding-top: 10px;
	margin: 0 auto;
}

#page span {
	display: block;
	float: left;
	line-height: 20px;
}

#page .disabled {
	border: 1px solid #d0d0d0;
	line-height: 20px;
	color: #d6d6d6;
	background: #f6f6f6;
	width: 50px;
	margin: 0 3px;
}

#page .one {
	border: 1px solid #d0d0d0;
	line-height: 20px;
	color: #333;
	background: #f6f6f6;
	width: 50px;
	height: 20px;
	float: left;
	margin: 0 3px;
}

#page .two {
	border: 1px solid #d0d0d0;
	line-height: 20px;
	color: #000000;
	background: #f6f6f6;
	width: 30px;
	height: 20px;
	float: left;
	margin: 0 3px;
}

#page .three {
	background: url(/public/images/page/style5/title_bg7.gif) repeat-x left
		bottom;
	border: 1px solid #3f8905;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	width: 30px;
	height: 20px;
	float: left;
	margin: 0 3px;
}

#page a:hover {
	background: url(/public/images/page/style5/title_bg7.gif) repeat-x left
		bottom;
	border: 1px solid #3f8905;
	color: #fff;
	text-decoration: none;
}