#pageBox{
    margin: 5px 130px;
}
#pageBox .PM{
    margin-left: 2px;
    display: inline-block;
    border: 1px #4892ec solid;
    padding: 4px;
    text-decoration: none;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*border-radius: 4px;*/
    background-color: white;
    color: #868686;
    font-size: 12px;
    cursor: pointer;
}
.curPage{
    cursor: pointer;
    font-size: 12px;
    margin-left: 2px;
    display: inline-block;
    border: 1px #4892ec solid;
    padding: 4px;
    text-decoration: none;
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*border-radius: 4px;*/
    background-color: #4892ec;
    color: white;
}