﻿.Page-turning{
    /* width: 329px; */
    height: 32px;
    margin: 0 auto;
    text-align: center;
}
.Page-turning a{
    display: inline-block;
    width: 37px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border: 1px solid #005dc6;
    margin-right: 8px;
    background: #005dc6;
    cursor: pointer;
}
.Page-turning a.current{
    border: 1px solid #0099ff;
}
