.qs_banner {
    position: relative;
}
.qs_banner > img {
    width: 100%;
}

.qs_file_c {
    padding: 20px;
}
.qs_file_c > h1 {
    color: #333;
    text-align: center;
    line-height: 3;
    width: 100%;
}
.qs_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.qs_item > h1 {
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.qs_item > h1 > p {
    font-size: 14px;
    color: #666;
}
.qs_item > a {
    background-color: #f7f7f7;
    color: #666;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
}
.qs_item:hover h1 {
    color: var(--base);
}
.qs_item:hover a {
    background-color: var(--base);
    color: #fff;
}

.qs_page {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}
.paginationjs-prev.disabled {
    display: none;
}
.paginationjs-next.disabled {
    display: none;
}
.paginationjs .paginationjs-pages li {
    border: 0;
    margin: 0 5px;
}
.paginationjs .paginationjs-pages li.active {
    border: 0;
}
.paginationjs .paginationjs-pages li:last-child {
    border: 0;
}
.paginationjs .paginationjs-pages li > a {
    border-radius: 10px;
    background-color: #f3f3f3;
    height: 42px;
    line-height: 42px;
    min-width: 42px;
}
.paginationjs .paginationjs-pages li.active > a {
    background-color: var(--base);
    height: 42px;
    line-height: 42px;
    min-width: 42px;
}
.paginationjs .paginationjs-pages li:last-child > a {
    border-radius: 10px;
}
.paginationjs .paginationjs-pages .paginationjs-ellipsis > a {
    background-color: #fff;
}

@media screen and (max-width: 766px) {
    .qs_banner > img {
        height: 14rem;
        object-fit: cover;
    }

    .mt_left_lc {
        width: 360vw;
    }

    .qs_file_c {
        padding: 2rem 0;
    }
    .qs_item {
        flex-direction: column;
        align-items: flex-start;
    }
    .qs_item > h1 {
        font-size: 1.6rem;
    }
    .qs_item > a {
        padding: 0 2rem;
        align-self: flex-end;
    }
}
