

.list-box {
    background: #fff;
    padding: 50px;
    margin-bottom: 30px;
}

.list-head {
    font-weight: 700;
    font-size: 22px;
    color: #202641;
    position: relative;
    padding-left: 8px;
    padding-bottom: 20px;
}

    .list-head::after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background: url(../img/19.png) 0 0/cover no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.list-link {
    position: relative;
    padding-left: 20px;
    line-height: 46px;
}

    .list-link::after {
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        background: #5F78E1;
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
    }

    .list-link a {
        font-size: 16px;
        color: #202641;
        max-width: calc(100% - 80px);
        transition: all .3s ease;
    }

        .list-link a:hover {
            color: #5F78E1;
        }

    .list-link span {
        font-size: 14px;
        color: #7A7E83;
    }

.list-body {
    padding: 8px 0;
}

/*  */
.skip > * {
    margin: 0 5px;
    color: #333;
}

.skip input {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 0 0.2rem;
    height: 30px;
}

.skip button {
    outline: 0;
    border: 1px solid #D6D6D6;
    padding: 4px;
    background: transparent;
    height: 30px;
}

.skip button {
    transition: all .3s ease;
}

    .skip button:hover {
        background: #3268CE;
        color: #fff;
    }

/* 去掉input自带加减符 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    width: 36px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #333;
    background: #fff;
}

    input[type="number"]:focus {
        border: 1px solid #5F78E1;
    }

.pagination {
    flex-wrap: nowrap;
}

    .pagination > li {
        transition: all .3s ease;
        border: 1px solid #D6D6D6;
        background: #fff;
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 0.5rem;
    }

        .pagination > li:hover,
        .pagination > li.active {
            background: #5F78E1;
            color: #333;
            cursor: default;
            border-color: #5F78E1;
        }

            .pagination > li:hover a,
            .pagination > li.active a {
                color: #fff;
            }

nav .pagination li a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .skip {
    font-size: 14px;
}

nav > * {
    margin-bottom: 5px;
}

nav {
    padding: 20px 0 0;
}
