@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
.fy a {
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	color: #666666;
	margin: 0 3px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;

}
.fy span {
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	color: #666666;
	margin: 0 3px;
	border: 1px solid #cbcbcb;
	border-radius: 3px;

}
.fy a:hover, .fy a.page-num-current {
	background-color: #1c7fc1;
	border: 1px solid #1c7fc1;
	color: #fff;
	text-decoration:none;
}

