@charset "utf-8";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 0px;
}
.fy a {
	padding: 6px 11px;
	margin: 0 2px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	color: #666;
	border-radius: 3px;
	background: #fff;
}
.fy span {
	padding: 6px 11px;
	margin: 0 2px;
	font-size: 13px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	color: #666;
	border-radius: 3px;
	background: #fff;
}
.fy a:hover {
	background-color:#104492;
	color: #fff;
}

.fy span:hover {
	background-color:#104492;
	color: #fff;
}
.fy a.page-num-current {
	padding: 6px 11px;
	background-color:#104492;
	border: 1px solid#104492;
	color: #fff!important;
}
.fym {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom:0px;
}
.fym a {
	display: inline-block;
	padding: 0px 9px;
	font-size: 14px;
	color: #666666;
}
.fym a.page-num-current {
	color:#104492;
		font-weight:bold;
	background: unset;
	font-size: 13px;
}
.sjbdmap {
	display: none;
}
@media (max-width: 768px) {
.sjbdmap {
display: block !important;
}
.pcbdmap {
display: block;
}
@media (max-width: 768px) {
.pcbdmap {
display: none;
}


