﻿.page_div{
    width: 890px;
    height: 35px;
    margin: 0 auto;
    padding: 35px 0;
}
 .page_ul li{

    width: 30px;
    color: #cccccc;
}
.last_page, .next_page{
    width: 70px;
}
.last_page, .next_page, .page_ul >a, .page_btn{
    display: inline-block;
    color: #666666;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius:5px;
    margin :0px 5px;
    text-align: center;
    cursor: pointer;

}
.page{
    cursor: pointer;
}
.page_ul {

}
 .page_ul >a {
   /*  width: 0px !important;*/

    padding: 0 10px !important;

}
 .maxSpan{
    display: inline-block;
    color: #666666;
    height: 30px;
    line-height: 30px;
    margin :0px 5px;
    font-weight: bold;
}
 .page_input{
    width: 40px;
    color: #666666;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #cccccc;
}
 .page_btn{
    width: 40px;
}
.active{
    color: #ffffff !important;
    background: #e76d6d;
}
.page_not{
    background: #eeeeee;
}