@charset "utf-8";
 
.pagination{
    width:100%;
    height:100%;
    text-align: center;
}
 
.pagination a {
    /* text-decoration: none;
	border: 1px solid #AAE;
	color: #15B; */
  text-decoration: none;
  font-size: 16px;
font-family: YouSheShaYuFeiTeJianKangTi;
font-weight: 400;
color: #666666;
}
 
.pagination a, .pagination span {
    display: inline-block;
    padding: 0.1em 0.4em;
    margin-right: 5px;
	margin-bottom: 5px;
}
 
.pagination .current {
    /* background: #26B; */
    color: #fff;
    font-size: 20px;
    font-family: YouSheShaYuFeiTeJianKangTi;
    font-weight: 400;
    color: #3F92E8;
    cursor: pointer;
}
 
.pagination .prev, .pagination .next{
	color:#999;
	border-color:#999;
	background:#fff;
  border: 1px solid #B9B9B9;
  cursor: pointer;
}
 