@charset "utf-8";      
.pagination a {
    text-decoration: none;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 0;
	background-color: #f4f4f5;
	color: #606266;
}

.pagination a, .pagination span {
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 0;
	background-color: #f4f4f5;
	color: #606266;
}
.pagination .current {
    background-color: #0070b0;
    color: #fff;
}

.pagination .current.prev, .pagination .current.next{
	background-color: #f4f4f5;
	color: #606266;
}

