.min_page{
    height: 40px;
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 4rem;
    margin-top: 3rem;
}
.min_page ul{
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}
.min_page li{
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    margin-right:10px;
    text-align: center;
}
.min_page li a{
    color: #333;
}
.min_page li a:hover{
    color: #c92b2f;
}
.min_page .active{
    background-color: #c92b2f;
    color: #fff;
}
.min_page li:hover{
    border: 1px solid #c92b2f;
    color: #c92b2f;
}
.min_page .page-left , .min_page .page-right{
    position: absolute;
    border: none;
    color: #999;
}
.min_page .page-left:hover , .min_page .page-right:hover{
    border: none;
}
.min_page .page-left{
    left: 0;
}
.min_page .page-right{
    right: 0;
}
@media screen and (max-width: 551px) {
    .min_page .page-left , .min_page .page-right{
        display: none;
    }
}