@charset "utf-8";
/* CSS Document */

.p_page a {
    position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
}


.p_page span {
    position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
}

.p_page a:hover {
    color: #fff;
    border-color: #e10b0b;
    cursor: pointer;
    text-decoration: none;
    background-color: #e10b0b;
}


.p_page span:hover {
    color: #fff;
    border-color: #e10b0b;
    cursor: pointer;
    text-decoration: none;
    background-color: #e10b0b;
}

.p_page a.page-num-current {
    text-decoration: none;
    background-color: #e10b0b;
    color: #fff;
    border-color: #e10b0b;
}

.fym {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom:40px;
}
.fym a {
	display: inline-block;
	padding: 0px 9px;
	font-size: 13px;
	color: #666666;
}
.fym a.page-num-current {
	color:#e10b0b;
	font-weight:bold;
	background: unset;
	font-size: 14px;
}


.sjbdmap {
	display: none;
}
@media (max-width: 768px) {
.sjbdmap {
display: block !important;
}
.pcbdmap {
display: block;
}
@media (max-width: 768px) {
.pcbdmap {
display: none;
}





 @media (max-width: 767px) {
.p_page  {
	
	width: 100%;
	text-align: center;
}

}



