.ppage{
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ppage a{
    padding:0 15px;
    background-color: #fff;
    color: #000;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    margin-left: -1px;
    white-space: nowrap;
    width: auto;
}
.ppage span{
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    background-color: #0296a6 ;
    color: #fff;
    border: 1px solid #0296a6 ;
}

.pagination div{
    width: auto
    ;
}