.industry-news-page {
    background:
        linear-gradient(180deg, #f4f9ff 0, #ffffff 180px),
        #ffffff;
    padding-bottom: 50px;
}

.industry-shell {
    width: 1240px;
    margin: 0 auto;
}

.industry-banner {
    width: 100%;
    padding: 20px 0 0;
}

.industry-banner-shell {
    width: 1240px;
    margin: 0 auto;
}

.industry-banner-media,
.industry-banner-fallback {
    display: block;
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(19, 68, 128, 0.12);
}

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

.industry-banner-media .industry-banner-copy {
    opacity: 0;
    transition: opacity .2s ease;
}

.industry-banner-media.is-fallback {
    background: #0f67cf url("/static/website/images/regin/bg.png") center/cover no-repeat;
    color: #fff;
}

.industry-banner-media.is-fallback .industry-banner-copy {
    opacity: 1;
}

.industry-banner-fallback {
    position: relative;
    background: #0f67cf url("/static/website/images/regin/bg.png") center/cover no-repeat;
    color: #fff;
}

.industry-banner-copy {
    position: absolute;
    left: 72px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 520px;
}

.industry-banner-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 13px;
    letter-spacing: 1px;
}

.industry-banner-label:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd768;
}

.industry-banner-copy h1 {
    margin: 18px 0 14px;
    color: #fff;
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
}

.industry-banner-copy p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 30px;
}

.industry-filter-bar,
.industry-detail-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0 0;
}

.industry-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.industry-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    color: #5681a6;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 10px 26px rgba(26, 74, 124, 0.08);
    transition: all .2s ease;
}

.industry-tab:hover,
.industry-tab.active {
    color: #fff;
    background: linear-gradient(135deg, #1b8df1 0%, #16c28b 100%);
}

.industry-search {
    display: flex;
    align-items: center;
    width: 380px;
    max-width: 100%;
    height: 52px;
    padding: 0 8px 0 18px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(26, 74, 124, 0.08);
}

.industry-search input {
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #24405d;
}

.industry-search input:focus {
    outline: none;
}

.industry-search button {
    border: 0;
    width: 108px;
    height: 40px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1679e8 0%, #12b885 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.industry-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 0 0;
    font-size: 13px;
    color: #7490ab;
}

.industry-breadcrumb a {
    color: #4a79b0;
}

.industry-layout {
    display: flex;
    gap: 28px;
    margin-top: 18px;
    align-items: flex-start;
}

.industry-main {
    flex: 1 1 auto;
    min-width: 0;
}

.industry-side {
    width: 332px;
    flex: 0 0 332px;
}

.industry-featured {
    position: relative;
    display: flex;
    gap: 22px;
    padding: 22px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 54px rgba(34, 87, 148, 0.1);
    margin-bottom: 24px;
}

.industry-featured-cover {
    width: 320px;
    height: 220px;
    flex: 0 0 320px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #d7ebff 0%, #8fc5ff 100%);
}

.industry-featured-cover img,
.industry-article-image img,
.industry-side-featured img,
.industry-choice-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.industry-featured-body {
    min-width: 0;
    padding-top: 8px;
}

.industry-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #7b95af;
    font-size: 13px;
}

.industry-meta .pill {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eaf5ff;
    color: #2278d1;
    font-weight: 600;
}

.industry-featured-title,
.industry-article-title {
    margin: 16px 0 12px;
    color: #1b2f45;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
}

.industry-featured-title a,
.industry-side-item a,
.industry-choice-card a,
.industry-article-link-list a,
.industry-pagination a {
    color: inherit;
}

.industry-featured-desc,
.industry-article-excerpt {
    color: #667d95;
    font-size: 15px;
    line-height: 28px;
}

.industry-featured-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin-top: 18px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1679e8 0%, #12b885 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

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

.industry-card {
    display: flex;
    gap: 18px;
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(34, 87, 148, 0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.industry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 48px rgba(34, 87, 148, 0.12);
}

.industry-card-cover {
    width: 224px;
    height: 148px;
    flex: 0 0 224px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, #d7ebff 0%, #8fc5ff 100%);
}

.industry-card-body {
    flex: 1 1 auto;
    min-width: 0;
}

.industry-card-title {
    color: #1b2f45;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.industry-card-desc {
    color: #68819a;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 14px;
}

.industry-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.industry-card-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2278d1;
    font-size: 13px;
    font-weight: 600;
}

.industry-card-category:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16b685;
}

.industry-card-views {
    color: #86a0ba;
    font-size: 13px;
}

.industry-side-section,
.industry-article-card,
.industry-more-block {
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(34, 87, 148, 0.08);
}

.industry-side-section {
    padding: 22px;
    margin-bottom: 22px;
}

.industry-side-title,
.industry-block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    color: #1b2f45;
    font-size: 20px;
    font-weight: 700;
}

.industry-side-title:before,
.industry-block-title:before {
    content: "";
    width: 6px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1679e8 0%, #16b685 100%);
    margin-right: 10px;
}

.industry-side-title span,
.industry-block-title span {
    margin-right: auto;
}

.industry-side-featured {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height: 180px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #d7ebff 0%, #8fc5ff 100%);
}

.industry-side-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.industry-side-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #edf3f9;
}

.industry-side-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.industry-side-item h4 {
    color: #1f3650;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 8px;
}

.industry-side-item p,
.industry-side-item .date {
    color: #8ca3b9;
    font-size: 12px;
    line-height: 20px;
}

.industry-cement-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px dashed #edf3f9;
    font-size: 13px;
}

.industry-cement-list a:last-child {
    border-bottom: 0;
}

.industry-cement-list .title {
    color: #46627f;
    line-height: 22px;
}

.industry-cement-list .date {
    flex: 0 0 auto;
    color: #9ab0c5;
}

.industry-pagination {
    margin-top: 28px;
}

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

.industry-pagination .pagination > li {
    display: inline-flex;
}

.industry-pagination .pagination > li > a,
.industry-pagination .pagination > li > span {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #547594;
    background: #eef5fc;
}

.industry-pagination .pagination > .active > span,
.industry-pagination .pagination > .active > a,
.industry-pagination .pagination > li > a:hover,
.industry-pagination .pagination > li > span:hover {
    color: #fff;
    background: linear-gradient(135deg, #1679e8 0%, #12b885 100%);
}

.industry-empty {
    padding: 80px 20px;
    text-align: center;
    color: #86a0ba;
    font-size: 15px;
    line-height: 28px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(34, 87, 148, 0.08);
}

.industry-article-shell {
    width: 980px;
    margin: 26px auto 0;
}

.industry-inline-banner {
    width: 980px;
    margin: 22px auto 0;
}

.industry-inline-banner a,
.industry-inline-banner img {
    display: block;
    width: 100%;
}

.industry-inline-banner img {
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(21, 67, 123, 0.1);
}

.industry-article-card {
    padding: 34px 52px 42px;
}

.industry-article-head {
    border-bottom: 1px solid #e8f0f7;
    padding-bottom: 26px;
}

.industry-article-excerpt {
    margin-top: 18px;
    padding: 18px 22px;
    border-radius: 18px;
    background: #f4f9ff;
}

.industry-article-content {
    padding-top: 28px;
    color: #3a526b;
    font-size: 16px;
    line-height: 34px;
    overflow: hidden;
}

.industry-article-content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 24px auto;
    border-radius: 18px;
}

.industry-article-content p {
    margin-bottom: 22px;
}

.industry-article-disclaimer {
    width: 980px;
    margin: 18px auto 0;
    color: #889db3;
    font-size: 13px;
    line-height: 24px;
}

.industry-share-row,
.industry-article-nav,
.industry-tag-list,
.industry-article-link-list,
.industry-comment-list,
.industry-choice-grid {
    display: flex;
    flex-wrap: wrap;
}

.industry-more-block {
    width: 980px;
    margin: 22px auto 0;
    padding: 24px 30px 30px;
}

.industry-share-row {
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.industry-article-nav {
    gap: 14px 24px;
}

.industry-article-nav-item {
    flex: 1 1 420px;
    min-width: 0;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f4f9ff;
    color: #587493;
    font-size: 14px;
    line-height: 24px;
}

.industry-article-nav-item strong {
    color: #1f3650;
}

.industry-tag-list {
    gap: 10px;
}

.industry-tag-list li {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef5fc;
    color: #51708f;
    font-size: 13px;
}

.industry-article-link-list {
    gap: 10px 26px;
}

.industry-article-link-list li {
    width: calc(50% - 13px);
    color: #43617e;
    font-size: 15px;
    line-height: 28px;
}

.industry-comment-form textarea {
    width: 100%;
    min-height: 180px;
    resize: vertical;
    border: 1px solid #dfeaf4;
    border-radius: 18px;
    padding: 18px 20px;
    color: #29425c;
    font-size: 15px;
    line-height: 28px;
    background: #fbfdff;
}

.industry-comment-form textarea:focus {
    outline: none;
    border-color: #8cc8ff;
}

.industry-comment-form .textarea-btn-box {
    width: auto;
    height: auto;
    margin-top: 16px;
    background: transparent;
}

.industry-comment-form .textarea-btn-box button {
    margin: 0;
    width: 128px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1679e8 0%, #12b885 100%);
}

.industry-comment-list {
    flex-direction: column;
    gap: 16px;
}

.industry-comment-item {
    display: flex;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #f8fbff;
}

.industry-comment-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #dbe9f7 center / cover no-repeat;
    flex: 0 0 54px;
}

.industry-comment-main {
    flex: 1 1 auto;
}

.industry-comment-main .name {
    color: #1e3853;
    font-size: 16px;
    font-weight: 600;
}

.industry-comment-main .time {
    color: #8ba3ba;
    font-size: 12px;
    margin: 4px 0 8px;
}

.industry-comment-main .content {
    color: #55708c;
    font-size: 14px;
    line-height: 26px;
}

.industry-choice-grid {
    gap: 18px;
}

.industry-choice-card {
    width: calc(50% - 9px);
    border-radius: 20px;
    overflow: hidden;
    background: #f8fbff;
}

.industry-choice-cover {
    height: 220px;
    background: linear-gradient(135deg, #d7ebff 0%, #8fc5ff 100%);
}

.industry-choice-body {
    padding: 18px 18px 20px;
}

.industry-choice-body h4 {
    color: #1f3650;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.industry-choice-body p {
    color: #7992aa;
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.industry-choice-meta {
    margin-top: 12px;
    color: #8ca3b9;
    font-size: 12px;
}

@media (max-width: 1280px) {
    .industry-shell,
    .industry-banner-shell {
        width: calc(100% - 32px);
    }
}

