.content {
    padding: 30px 0;
    background: url(../img/2.png) top/cover no-repeat;
    flex: 1;
}

.list-box {
    border-radius: 4px;
    min-height: 700px;
    background: #fff;
}

.list-left {
    width: 17.5%;
    border-right: 1px solid #dee4ee;
}

    .list-left a {
        font-size: 20px;
        color: #4e505a;
        padding: 15px 18px 15px 38px;
        border-bottom: 1px solid #dee4ee;
        position: relative;
        transition: all .3se all;
    }

        .list-left a::after {
            content: "";
            display: block;
            width: 4px;
            height: 0;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            transition: all .3s ease;
            background: #1D67FF;
        }

        .list-left a i {
            display: none;
        }

        .list-left .active a,
        .list-left a:hover {
            color: #1D67FF;
            background: #edf3ff;
        }

    .list-left .active a {
        font-weight: 700;
    }

        .list-left .active a::after,
        .list-left a:hover::after {
            height: 100%;
        }

        .list-left .active a i,
        .list-left a:hover i {
            display: block;
        }

.list-right {
    width: 82.5%;
    padding: 25px 40px;
}

.list-column {
    font-size: 22px;
    font-weight: 700;
    color: #202641;
}

    .list-column img {
        width: 21px;
        margin: 0 5px;
    }

.list-right-head {
    padding-bottom: 12px;
    position: relative;
}

    .list-right-head::after {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        background: url(../img/list-5.png) 0 0/cover no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.breadcrumb {
    background: transparent;
    font-size: 14px;
    color: #647394;
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        color: #647394;
        font: normal normal normal 12px/1 LineAwesome;
        content: '\f112';
        padding: 0 5px;
    }

    .breadcrumb li a {
        font-size: 14px;
        color: #647394;
    }

    .breadcrumb > li:nth-last-of-type(1) a {
        color: #1D67FF;
    }

    .breadcrumb li a i {
        margin-right: 10px;
    }

.list-body {
    padding: 30px;
}

.list-link {
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #202641;
    position: relative;
    transition: all .2s ease;
}

.list-text {
    padding: 10px 0;
}

.list-link::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #c1c4d3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all .2s ease;
}

.list-link:hover {
    color: #1D67FF;
}

    .list-link:hover::after {
        background: #1D67FF;
    }


/*  */
.skip > * {
    margin: 0 5px;
    color: #333;
}

.skip input,
.skip button {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 0 0.2rem;
    height: 30px;
}

.skip button {
    transition: all .3s ease;
}

    .skip button:hover {
        background: #1D67FF;
        color: #fff;
        border: 1px solid #1D67FF;
    }

.kt-pagination {
    margin-top: 30px;
}
/* 去掉input自带加减符 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    input[type="number"]:focus {
        border: 1px solid #89c8ff;
    }

.pagination {
    flex-wrap: nowrap;
}

    .pagination > li {
        transition: all .3s ease;
        border: 1px solid #D6D6D6;
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 0.5rem;
    }

        .pagination > li:hover,
        .pagination > li.active {
            background: #1D67FF;
            color: #fff;
            cursor: default;
            border-color: #1D67FF;
        }

            .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-content: center;
}

nav .skip {
    font-size: 14px;
}

nav > * {
    margin-bottom: 5px;
}

nav {
    padding: 20px 0;
}

@media screen and (max-width:1023px) {
    .list-box {
        flex-wrap: wrap;
        min-height: auto;
    }

        .list-box > * {
            width: 100%;
        }

    .list-left {
        margin-bottom: 20px;
    }

    .list-body {
        padding-bottom: 0;
    }
}

@media screen and (max-width:500px) {
    .list-right {
        padding: 10px 20px;
    }

    .list-body {
        padding: 10px 10px 0;
    }

    .list-link {
        font-size: 14px;
        padding-left: 13px;
    }

    .list-text {
        padding: 6px 0;
    }

    .list-column {
        font-size: 20px;
    }

    .list-left a {
        padding: 10px 15px 10px 25px;
    }
}
