.page {
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
}

.page li {
    display: inline-block;
    margin: 0 2px;
}

.page li a {
    background: #224f7d;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    display: block;
}

.page li:hover a {
    background: #f3eec4;
    color: #333;
}

.page li.on a {
    background: #f3eec4;
    color: #333;
}

.page li.first:hover a {
    background: #224f7d;
    color: #fff;
}

