.pagination {
    width: 100%;
    position: relative;
    text-align: center;
}

/* @charset "UTF-8"; */
.M-box {
    display: inline-block;
    text-align: center;
    zoom: 1;
}


.M-box a {
    float: left;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #232327;
    font-size: 14px;
}

.M-box .on,
.M-box a:hover {
    color: rgb(29,187,227);
}
