.pagination {
    display: -webkit-inline-box;
}
	.page-cls{
float: left;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.page-cls:hover{
background: #fff;
color: #333;
}
.page-active{
background: #fff;
    color: #d80027;
    
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 15px;
    border-radius: 4px;
    
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    
}
.page-active:hover{
background: #fff;
color: #333;
}