.common-width{
    width: 1300px;
    margin: 0 auto;
}

.pages {
    color: #999;
    text-align: center;
    width: 1200px;
    margin: 70px auto;
    display: block;
    overflow: hidden;
    height: 30px;
}
.pages li, .pages .active {
    text-decoration: none;
    box-sizing: border-box;
    line-height: 30px;
    border: 1px solid #ddd;
    background: #ffff;
    margin: 0 2px;
    font-size: 14px;
    color: #666;
    display: inline-block;
    overflow: hidden;
    height: 30px;
}
.pages li a,.pages li span{
    display: block;
    padding: 0 15px;
}
.pages li:hover {
    border: 1px solid #007aff;
    text-decoration: none;
}
.pages .active {
    color: #fff;
    background: #007aff;
    border: 1px solid #007aff
}
.pages .page-link{
    border: none;
    line-height: unset;
    color: unset;
    background: none;
    margin: 0;
}

