@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 10px;
	margin-bottom:15px;
}
.fy a {
	display: inline-block;
	font-size: 12px!important;
	color: #666666;
	margin: 0 10px;
}
.fy span {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px!important;
	color: #666666;
}
.fy a:hover {
	color: #004c98;
	text-decoration:none;
}
.fy a.page-num-current {
	color: #004c98;
	font-weight:bold;
}
.fym {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.fym a {
	display: inline-block;
	padding: 0px 9px;
	font-size: 12px;
	color: #666666;
}
.fym a.page-num-current {
	color:#004c98;
	font-weight:bold;
	background: unset;
}
