.content-page {
    min-height: 60vh;
    background: #f6f6f4;
    color: #242424;
}

.content-page .container,
.banquan .container {
    box-sizing: border-box;
    width: calc(100% - 32px);
    max-width: 1200px;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
}

.content-hero {
    height: 280px;
    background-color: #222;
    background-position: center;
    background-size: cover;
    position: relative;
}

.content-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.content-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    height: 100%;
    padding-bottom: 42px;
    color: #fff;
}

.content-hero h1 {
    margin: 0;
    font-size: 38px;
    font-weight: 500;
}

.content-shell {
    padding: 44px 0 70px;
}

.content-toolbar {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.content-count {
    color: #686868;
    font-size: 14px;
}

.content-search {
    display: flex;
    width: min(100%, 360px);
}

.content-search input {
    box-sizing: border-box;
    flex: 1;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #c9c9c9;
    border-right: 0;
    background: #fff;
    font-size: 15px;
}

.content-search button,
.pagination button,
.back-link {
    border: 0;
    background: #930013;
    color: #fff;
    cursor: pointer;
}

.content-search button {
    width: 70px;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.content-card {
    overflow: hidden;
    border: 1px solid #e1e1de;
    border-radius: 4px;
    background: #fff;
}

.content-card > a {
    display: block;
    height: 100%;
    color: inherit;
}

.content-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #e5e5e2;
}

.content-card--full-logo img {
    object-fit: contain;
    object-position: center;
    background: #efefed;
}

.content-card-body {
    padding: 18px;
}

.content-card h2 {
    margin: 0 0 9px;
    overflow-wrap: anywhere;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.45;
}

.content-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.content-meta {
    margin-top: 12px;
    color: #930013;
    font-size: 13px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 36px;
}

.pagination button {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 3px;
}

.pagination button[disabled] {
    background: #c9c9c9;
    cursor: default;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
}

.detail-article,
.page-article {
    overflow: hidden;
    padding: 30px;
    border: 1px solid #e1e1de;
    background: #fff;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.page-article table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.page-article section {
    padding-top: 12px;
    scroll-margin-top: 210px;
}

.page-article section + section {
    margin-top: 36px;
    border-top: 1px solid #e1e1de;
}

.detail-article h1,
.page-article h1 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
}

.detail-article img,
.page-article img {
    max-width: 100%;
    height: auto;
}

.detail-cover {
    width: 100%;
    margin-bottom: 24px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.detail-aside {
    padding: 22px;
    border-top: 3px solid #930013;
    background: #fff;
}

.detail-aside dt {
    margin-top: 14px;
    color: #777;
    font-size: 13px;
}

.detail-aside dd {
    margin: 3px 0 0;
}

.booking-cta {
    display: block;
    margin-top: 22px;
    padding: 12px 16px;
    border-radius: 3px;
    background: #930013;
    color: #fff;
    text-align: center;
}

.back-link {
    display: inline-block;
    margin-bottom: 22px;
    padding: 10px 16px;
    border-radius: 3px;
}

.content-empty {
    padding: 60px 24px;
    background: #fff;
    text-align: center;
}

@media (max-width: 900px) {
    .content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .content-hero {
        height: 220px;
    }

    .content-hero h1 {
        font-size: 30px;
    }

    .content-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .content-grid {
        grid-template-columns: 1fr;
    }

    .detail-article,
    .page-article {
        padding: 20px;
    }

    .page-article .ljh-jsbox,
    .page-article .jinxing-line {
        align-items: stretch;
        flex-direction: column;
    }

    .page-article .ljh-jsimg,
    .page-article .ljh-jsimg img,
    .page-article .ljh-jstext,
    .page-article .ljh-xztext,
    .page-article .jinxingbox,
    .page-article .jinxing-text {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .page-article .ljh-jstext,
    .page-article .ljh-xzinner,
    .page-article .ljh-jstitle {
        padding: 24px;
    }
}
