.industry-page {
    background: #061b61;
    color: #fff;
}

.industry-main {
    overflow: hidden;
}

.industry-hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: #061b61;
}

.industry-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.industry-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.industry-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.industry-content {
    position: relative;
    padding: 52px 0 92px;
    background: #06206d url('../img/subpages/shared/content-bg.webp') center bottom / cover no-repeat;
}

.industry-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 16, 54, 0) 0%, rgba(4, 16, 54, 0.12) 100%);
    pointer-events: none;
}

.industry-content-inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

.industry-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    width: fit-content;
    margin: 0 auto 34px;
    padding: 15px 42px;
    border: 1px solid #175bd6;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(29px, 2.083vw, 40px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    cursor: pointer;
}

.industry-view {
    display: none;
}

.industry-view.is-active {
    display: block;
}

.industry-list {
    display: flex;
    flex-direction: column;
}

.industry-list-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 34px;
    gap: 22px;
    align-items: start;
    width: 100%;
    padding: 0 0 28px;
    margin-bottom: 28px;
    border: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.48);
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.industry-list-item:last-child {
    margin-bottom: 0;
}

.industry-list-item:hover {
    transform: translateY(-2px);
}

.industry-list-item:focus-visible,
.industry-page-btn:focus-visible,
.industry-expand:focus-visible,
.industry-article-back:focus-visible,
.industry-article-nav-link:focus-visible,
.industry-chip:focus-visible,
.industry-jump-input:focus-visible {
    outline: 2px solid #ff5b1a;
    outline-offset: 3px;
}

.industry-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.industry-date-month {
    width: 66px;
    height: 66px;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(16px, 1.25vw, 19px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.industry-date-day {
    margin-top: 12px;
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(15px, 1.094vw, 17px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.industry-item-copy {
    min-width: 0;
    padding-top: 2px;
}

.industry-item-title {
    margin: 0 0 5px;
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(18px, 1.354vw, 21px);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industry-item-views {
    margin: 0 0 7px;
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(14px, 1.042vw, 16px);
    font-weight: 400;
    line-height: 1.35;
}

.industry-item-summary {
    margin: 0;
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(16px, 1.146vw, 18px);
    font-weight: 400;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.industry-expand {
    width: 30px;
    height: 30px;
    margin-top: 6px;
    border: 0;
    background: #fff;
    color: #222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

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

.industry-page-btn,
.industry-page-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #151515;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(13px, 0.938vw, 15px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}

.industry-page-btn {
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.industry-page-btn.is-active {
    background: #ff5b1a;
    color: #fff;
}

.industry-page-btn:disabled {
    opacity: 0.56;
    cursor: default;
}

.industry-page-btn.is-active,
.industry-page-btn.is-active:disabled {
    background: #ff5b1a;
    color: #fff;
    font-weight: 700;
    opacity: 1;
    box-shadow: 0 8px 24px rgba(255, 91, 26, 0.52);
}

.industry-page-ellipsis {
    background: transparent;
    color: #fff;
    min-width: 20px;
    padding: 0 4px;
    box-shadow: none;
}

.industry-jump {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 5px;
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(14px, 1.094vw, 16px);
    font-weight: 400;
    line-height: 1;
}

.industry-jump-input {
    width: 62px;
    height: 40px;
    border: 1px solid #175bd6;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(13px, 0.938vw, 15px);
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.industry-jump-input::-webkit-outer-spin-button,
.industry-jump-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.industry-jump-input[type='number'] {
    -moz-appearance: textfield;
}

.industry-article-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(15px, 1.094vw, 17px);
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.industry-article-back:hover {
    border-color: #ff5b1a;
    background: #ff5b1a;
    color: #fff;
}

.industry-article-card {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #000;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
}

.industry-article-head {
    position: relative;
    padding: 36px 54px 26px;
    min-height: 170px;
}

.industry-article-title {
    margin: 0 auto;
    max-width: 760px;
    color: #ff5b1a;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(24px, 2.083vw, 32px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
}

.industry-article-date {
    position: absolute;
    top: 34px;
    right: 54px;
    color: #777;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(16px, 1.094vw, 18px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: right;
}

.industry-article-rule {
    margin-top: 26px;
    border-bottom: 1px dashed #aaaaaa;
}

.industry-article-body {
    padding: 28px 52px 46px;
    color: #000;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0;
}

.industry-article-body p {
    margin: 0 0 18px;
}

.industry-article-body p:last-child {
    margin-bottom: 0;
}

.industry-article-nav {
    width: 100%;
    margin: 22px auto 0;
    color: #fff;
}

.industry-article-nav-link {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: clamp(16px, 1.094vw, 18px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
}

.industry-article-nav-link + .industry-article-nav-link {
    margin-top: 10px;
}

.industry-article-nav-link span {
    color: inherit;
}

.industry-article-nav-link:hover {
    color: #ff5b1a;
}

.industry-article-nav-link:disabled {
    opacity: 0.45;
    cursor: default;
}

.industry-status {
    margin: 32px 0 0;
    color: #fff;
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.industry-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1100px) {
    .industry-hero {
        min-height: 100vh;
    }

    .industry-content {
        padding-top: 44px;
    }

    .industry-article-head {
        min-height: 0;
    }

    .industry-article-title {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .industry-hero {
        min-height: 100vh;
    }

    .industry-content {
        padding: 36px 0 72px;
    }

    .industry-chip {
        min-width: 190px;
        padding: 11px 30px;
        font-size: 28px;
        margin-bottom: 28px;
    }

    .industry-list-item {
        grid-template-columns: 70px minmax(0, 1fr) 30px;
        gap: 14px;
        padding-bottom: 22px;
        margin-bottom: 22px;
    }

    .industry-date-month {
        width: 58px;
        height: 58px;
        font-size: 18px;
    }

    .industry-date-day {
        margin-top: 10px;
        font-size: 16px;
    }

    .industry-item-title {
        font-size: 18px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .industry-item-views {
        font-size: 14px;
    }

    .industry-item-summary {
        font-size: 16px;
        line-height: 1.75;
    }

    .industry-expand {
        width: 28px;
        height: 28px;
        font-size: 22px;
    }

    .industry-page-btn,
    .industry-page-ellipsis {
        min-width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .industry-jump {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        font-size: 16px;
    }

    .industry-jump-input {
        width: 58px;
        height: 36px;
        font-size: 15px;
    }

    .industry-article-head {
        padding: 26px 24px 22px;
    }

    .industry-article-back {
        margin-bottom: 14px;
        padding: 7px 14px;
        font-size: 16px;
    }

    .industry-article-title {
        font-size: 22px;
        padding-right: 0;
        text-align: left;
    }

    .industry-article-date {
        position: static;
        margin-top: 12px;
        font-size: 16px;
        text-align: left;
    }

    .industry-article-rule {
        margin-top: 20px;
    }

    .industry-article-body {
        padding: 24px 24px 34px;
        font-size: 17px;
        line-height: 1.9;
    }

    .industry-article-nav-link {
        font-size: 16px;
        line-height: 1.7;
    }
}
