﻿.pages {
    margin: 20px auto;
    clear: both;
    width: 100%;
    text-align: center;
    text-align: center;
    font-size: 18px;
    padding-top:60px;
}

    .pages ul {
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        height: 50px;
        line-height: 50px;
    }

    .pages li {
        display: flex;
        margin: 0 6px;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        
    }

    .current
    {
        border: 1px solid #e60012;
    }
    .pages a {
        color: #333333;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size:18px;
    }

        .pages a:hover, li.current a {
            color: #fff;
            text-decoration: none;
            background-color: #e60012;
        }

       
