#pagenation{
    width: 100%;
    float: left;
    margin-top: 5px;
}
#pagenation_head{
    font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#pagenation_head a{
    margin-right: 3px;
}
#pagenation_body div{    
    height: 25px;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background-color: #DEE8EE;
    padding: 0 8px;
}
#pagenation_body div a{
    color: #81949d;
    text-decoration: none;
   
}
#pagenation_head a img{
     border: 0px!important;
}
#pagenation_body div.page_act{
    background-color: #5F6298;
    color: #ffffff;
}
.act{
        cursor: default;
    }
    .act2{
        cursor: pointer;
    }
    .act:hover{
        color: #81949D;
    }