.delang-job-page {
    background: #f7f8fa;
    color: #3f4650;
}

.job-wrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.job-hero {
    position: relative;
    height: 360px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(17, 22, 31, .72), rgba(17, 22, 31, .42)),
        url("/static/upload/image/20230221/1676985420121930.jpg") center center / cover no-repeat;
}

.job-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78px;
    background: linear-gradient(90deg, rgba(20, 55, 86, .82), rgba(20, 55, 86, .48), rgba(120, 25, 18, .28));
}

.job-hero-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 34px;
}

.job-hero-title {
    color: #fff;
    text-align: left;
}

.job-hero-title span {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.job-hero-title h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 4px;
}

.job-hero-title p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
}

.job-section {
    padding: 70px 0 88px;
}

.job-section-title {
    margin-bottom: 58px;
    text-align: center;
}

.job-section-title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 12px;
    color: #4d535c;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
}

.job-section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 78px;
    height: 2px;
    transform: translateX(-50%);
    background: #9aa6b5;
}

.job-section-title p {
    margin: 10px 0 0;
    color: #a4abb4;
    font-size: 17px;
}

.job-content-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
    gap: 56px;
    padding: 0 0 60px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(24, 31, 44, .05);
}

.job-cover {
    position: sticky;
    top: 92px;
    min-height: 560px;
    overflow: hidden;
    background: #e9edf2;
}

.job-cover img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center top;
}

.job-richtext {
    min-height: 560px;
    padding: 58px 72px 52px 0;
    color: #59616c;
    font-size: 16px;
    line-height: 2.15;
}

.job-richtext h1,
.job-richtext h2,
.job-richtext h3,
.job-richtext h4 {
    margin: 0 0 22px;
    color: #353b44;
    font-weight: 600;
    line-height: 1.55;
}

.job-richtext p {
    margin: 0 0 14px;
}

.job-richtext img {
    max-width: 100%;
    height: auto;
}

.job-richtext strong {
    color: #3b424c;
}

.job-richtext ul,
.job-richtext ol {
    margin: 0 0 16px 22px;
    padding: 0;
}

.job-empty {
    padding: 80px 24px;
    border: 1px dashed #d6dce4;
    border-radius: 12px;
    text-align: center;
}

.job-empty h3 {
    margin-bottom: 10px;
}

@media (max-width: 960px) {
    .job-content-card {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 32px;
    }

    .job-richtext {
        padding: 42px 36px 44px 0;
    }
}

@media (max-width: 720px) {
    .job-wrap {
        width: min(100% - 28px, 1180px);
    }

    .job-hero {
        height: 310px;
    }

    .job-hero-inner {
        justify-content: flex-start;
    }

    .job-hero-title h1 {
        font-size: 34px;
    }

    .job-section {
        padding: 52px 0 64px;
    }

    .job-section-title {
        margin-bottom: 36px;
    }

    .job-content-card {
        display: block;
        padding-bottom: 0;
    }

    .job-cover {
        position: static;
        min-height: 260px;
    }

    .job-cover img {
        min-height: 260px;
        max-height: 360px;
    }

    .job-richtext {
        min-height: 0;
        padding: 28px 22px 36px;
        font-size: 15px;
        line-height: 2;
    }
}
