/* ========================================
   新闻详情页面 - 现代化专业设计
   ======================================== */

/* ========================================
   1. 页面背景与布局
   ======================================== */
.news_list_detail_met_11_2_38.met-shownews {
    background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 40%, #f4f8ff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.news_list_detail_met_11_2_38.met-shownews::before,
.news_list_detail_met_11_2_38.met-shownews::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 150, 136, 0.05);
    z-index: 0;
}

.news_list_detail_met_11_2_38.met-shownews::before {
    width: 260px;
    height: 260px;
    top: -80px;
    left: -60px;
}

.news_list_detail_met_11_2_38.met-shownews::after {
    width: 360px;
    height: 360px;
    bottom: -140px;
    right: -100px;
    background: rgba(0, 123, 255, 0.05);
}

.news_list_detail_met_11_2_38.met-shownews .container {
    position: relative;
    z-index: 1;
}

/* ========================================
   2. 内容主体卡片
   ======================================== */
.news_list_detail_met_11_2_38 .met-shownews-body {
    border: none;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(15, 76, 129, 0.18);
    overflow: hidden;
    position: relative;
}

.news_list_detail_met_11_2_38 .met-shownews-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #009688, #007bff);
}

.news_list_detail_met_11_2_38 .met-shownews-body .row {
    padding: 50px 55px;
}

/* ========================================
   3. 标题与元信息
   ======================================== */
.news_list_detail_met_11_2_38 .details-title {
    border: none;
    padding-bottom: 0;
    margin-bottom: 28px;
    position: relative;
}

.news_list_detail_met_11_2_38 .details-title h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #1f2a44;
    margin-bottom: 18px;
    position: relative;
    letter-spacing: -0.4px;
}

.news_list_detail_met_11_2_38 .details-title h1::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 110px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #009688, #007bff);
}

.news_list_detail_met_11_2_38 .details-title .info {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #5e6c84;
    font-size: 14px;
    font-weight: 500;
}

.news_list_detail_met_11_2_38 .details-title .info span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 123, 255, 0.08);
    color: #0062cc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news_list_detail_met_11_2_38 .details-title .info span:first-child {
    background: rgba(0, 150, 136, 0.12);
    color: #00796b;
}

.news_list_detail_met_11_2_38 .details-title .info i {
    color: inherit;
}

/* ========================================
   4. 正文样式
   ======================================== */
.news_list_detail_met_11_2_38 .met-editor {
    padding: 30px 0 20px;
    color: #344056;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.1px;
}

.news_list_detail_met_11_2_38 .met-editor p {
    margin-bottom: 20px;
    text-align: justify;
    text-indent: 2em;
}

.news_list_detail_met_11_2_38 .met-editor img {
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 76, 129, 0.25);
    margin: 30px auto;
    display: block;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.news_list_detail_met_11_2_38 .met-editor img:hover {
    transform: scale(1.02);
    box-shadow: 0 24px 60px rgba(15, 76, 129, 0.3);
}

.news_list_detail_met_11_2_38 .met-editor h2,
.news_list_detail_met_11_2_38 .met-editor h3,
.news_list_detail_met_11_2_38 .met-editor h4 {
    margin-top: 40px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #1f2a44;
    position: relative;
    padding-left: 18px;
}

.news_list_detail_met_11_2_38 .met-editor h2::before,
.news_list_detail_met_11_2_38 .met-editor h3::before,
.news_list_detail_met_11_2_38 .met-editor h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 60%;
    border-radius: 999px;
    background: linear-gradient(180deg, #009688, #007bff);
}

.news_list_detail_met_11_2_38 .met-editor blockquote {
    border: none;
    border-left: 4px solid rgba(0, 123, 255, 0.4);
    background: rgba(0, 123, 255, 0.07);
    padding: 20px 28px;
    border-radius: 0 16px 16px 0;
    margin: 30px 0;
    color: #2b3a58;
    font-style: italic;
}

/* ========================================
   5. 标签与分页
   ======================================== */
.news_list_detail_met_11_2_38 .tag {
    padding: 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: #5e6c84;
}

.news_list_detail_met_11_2_38 .tag span {
    font-weight: 600;
    color: #0f4c81;
}

.news_list_detail_met_11_2_38 .tag a {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 150, 136, 0.12);
    color: #00796b;
    transition: all 0.3s ease;
    font-weight: 500;
}

.news_list_detail_met_11_2_38 .tag a:hover {
    background: linear-gradient(135deg, #009688, #007bff);
    color: #ffffff;
}

.news_list_detail_met_11_2_38 .met-page {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 123, 255, 0.1);
    display: grid;
    gap: 16px;
}

.news_list_detail_met_11_2_38 .met-page li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 22px;
    border-radius: 16px;
    background: rgba(0, 123, 255, 0.1);
    color: #0f4c81 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.news_list_detail_met_11_2_38 .met-page li a:hover {
    background: linear-gradient(135deg, #009688, #007bff);
    color: #ffffff !important;
    box-shadow: 0 18px 40px rgba(0, 123, 255, 0.25);
}

/* ========================================
   6. 侧栏设计
   ======================================== */
.sidebar_met_28_3_39.met-sidebar {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15, 76, 129, 0.12);
    padding: 28px 26px 32px;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.sidebar_met_28_3_39 .titlebox {
    margin-bottom: 24px;
}

.sidebar_met_28_3_39 .sidebar-tile {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 150, 136, 0.16), rgba(0, 123, 255, 0.16));
    color: #0f4c81;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.sidebar_met_28_3_39 .secondt {
    margin-top: 8px;
    color: #64748b;
    font-size: 14px;
}

.sidebar_met_28_3_39 .sidebar-column {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.sidebar_met_28_3_39 .sidebar-column li {
    border-radius: 12px;
    overflow: hidden;
}

.sidebar_met_28_3_39 .sidebar-column a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 12px;
    color: #475569;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.15);
    transition: all 0.3s ease;
}

.sidebar_met_28_3_39 .sidebar-column a:hover,
.sidebar_met_28_3_39 .sidebar-column a.active {
    background: linear-gradient(135deg, #009688, #007bff);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 123, 255, 0.25);
    border-color: transparent;
}

.sidebar_met_28_3_39 .sidebar-column3 li a {
    border-radius: 10px;
    margin: 6px 0;
}

.sidebar_met_28_3_39 .imgbox .item {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 16px 36px rgba(15, 76, 129, 0.18);
}

.sidebar_met_28_3_39 .imgbox img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.sidebar_met_28_3_39 .imgbox img:hover {
    transform: scale(1.06);
}

.sidebar_met_28_3_39 .contant {
    margin-top: 30px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(0, 123, 255, 0.08);
    color: #1f2a44;
    font-size: 15px;
    line-height: 1.6;
    box-shadow: inset 0 0 0 1px rgba(0, 123, 255, 0.12);
}

/* ========================================
   7. 动画与交互
   ======================================== */
.news_list_detail_met_11_2_38 .met-shownews-body,
.sidebar_met_28_3_39.met-sidebar {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.news_list_detail_met_11_2_38 .met-shownews-body:hover {
    transform: translateY(-6px);
    box-shadow: 0 36px 80px rgba(15, 76, 129, 0.22);
}

.sidebar_met_28_3_39.met-sidebar:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 65px rgba(15, 76, 129, 0.18);
}

/* ========================================
   8. 响应式适配
   ======================================== */
@media (max-width: 1199px) {
    .news_list_detail_met_11_2_38.met-shownews {
        padding: 60px 0;
    }

    .news_list_detail_met_11_2_38 .met-shownews-body .row {
        padding: 40px 44px;
    }

    .news_list_detail_met_11_2_38 .details-title h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .news_list_detail_met_11_2_38 .met-shownews-body .row {
        padding: 32px 30px;
    }

    .news_list_detail_met_11_2_38 .details-title h1 {
        font-size: 28px;
    }

    .sidebar_met_28_3_39.met-sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .news_list_detail_met_11_2_38.met-shownews {
        padding: 40px 0;
    }

    .news_list_detail_met_11_2_38 .met-shownews-body {
        border-radius: 20px;
    }

    .news_list_detail_met_11_2_38 .met-shownews-body .row {
        padding: 26px 22px;
    }

    .news_list_detail_met_11_2_38 .details-title h1 {
        font-size: 24px;
    }

    .news_list_detail_met_11_2_38 .details-title .info span {
        font-size: 12px;
        padding: 6px 12px;
    }

    .news_list_detail_met_11_2_38 .met-editor p {
        font-size: 16px;
        text-indent: 1.5em;
    }
}

@media (max-width: 575px) {
    .news_list_detail_met_11_2_38.met-shownews::before,
    .news_list_detail_met_11_2_38.met-shownews::after {
        display: none;
    }

    .news_list_detail_met_11_2_38 .met-shownews-body .row {
        padding: 22px 18px;
    }

    .news_list_detail_met_11_2_38 .details-title h1 {
        font-size: 22px;
    }
}


























