@CHARSET "UTF-8";
.pages .rows{
	margin: 0 2px;
    border-radius: 5px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 15px;
    color: #898989;
}
	
.pages .next{
	
}
.pages .prev{
	
	 
}
.pages .end,.first{
	
	   
}
.pages .current{
   background: #13559f;
    color: #fff;
    text-decoration: none;
}
.pages a{
	margin: 0 2px;
    border-radius: 5px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 15px;
    color: #898989;
}
.pages span{
	margin: 0 2px;
    border-radius: 5px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 15px;
    color: #898989;
}


