/* 新闻左侧导航面板样式 */
.news-left-panel {
    width: 27% !important;
    min-height: 935px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 0px solid #E5E7EB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    flex-shrink: 0;
}

/* 新闻导航菜单 */
.news-nav {
    margin-top: 50px;
}

.news-nav-title {
    font-size: 14px !important;
    color: #131523;
    font-weight: 700;
    margin: 42px 30px 28px 32px;
    text-transform: none;
    font-style: normal;
}

.news-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-nav-item {
    font-weight: 500;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    color: #5A607F;
    margin-bottom: 24px;
}

.news-nav-link {
    display: flex;
    align-items: flex-start;
    padding: 8px 30px;
    color: #374151;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
    max-width: 100%;
    overflow: hidden;
}

.news-nav-link:hover {
    text-decoration: none;
}

.news-nav-item.active .news-nav-link {
    background-color: #EFF6FF;
    color: #165DFF;
}

.news-more {
    /* margin-top: 24px; */
}

.news-more a {
    color: #165DFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.news-more a:hover {
    text-decoration: underline;
}

.news-line {
    width: 89%;
    height: 0px;
    border: 1px solid rgba(132, 136, 150, 0.2);
    margin: 20px 30px;
}