.user-panel {
    width: 20%;
    min-height: 935px;
    background: #FFFFFF;
    border-radius: 0px;
    border: 0px solid #E5E7EB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10000000;
    flex-shrink: 0;
}

/* 账户导航菜单 */
.personal-nav {
    margin-top: 20px;
}

.nav-title {
    font-size: 21px;
    color: #000000;
    font-weight: 500;
    margin: 30px 30px 60px 30px;
    text-transform: none;
    font-style: normal;
}

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

.nav-item {
    margin: 5px;
    height: 35px;
    font-size: 18px;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* .nav-link {
    width: 280px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #374151;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background-color: #f8f9fa;
    text-decoration: none;
}

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

.nav-icon {
    margin-right: 15px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #6B7280;
}

.nav-item.active .nav-icon {
    color: #165DFF;
}

/* 右侧主要内容区域 */
.main-content {
    border-radius: 16px;
    z-index: 100;
    flex: 1;
    background-color: #fff;
    padding: 48px 42px 0 42px;
}

.banner-box {
    width: 100%;
    max-width: 98%;
    height: 153px;
    margin: 10px auto;
    /* background: url('/images/product-list/Slice 46.png') center center/cover no-repeat; */
    background-color: #1473e6;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-content {
    font-size: 47px;
    margin-left: 114px;
    line-height: 120px;
    font-family: Robot Robot;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
}


.content-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #131523;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

/* 主要内容区域布局 */
.main-content-wrapper {
    margin: 0 auto;
    display: flex;
    gap: 20px;
    /* background: #f9fafb; */
    padding-top: 10px;
    margin-bottom: 50px;
    width: 98% !important;
}


/* 确保在任何缩放级别下文本都能正确换行 */
.news-detail-m h3.news-title,
.news-summary,
.news-nav-link {
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.news-more {
    font-size: 19px;
    color: #374151;
    font-weight: 400;
    cursor: pointer;
    padding-left: 30px;

}

.mt {
    margin-top: 130px;
}


/* 新闻标题样式 */
.news-title {
    font-family: Source Han Sans, Source n Sans;
    font-weight: 700;
    font-size: 37px;
    color: #3D3D3D;
    line-height: 55px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 30px auto 20px auto;
}

.news-date {
    font-weight: 500;
}

/* 新闻内容区域样式 */
.news-content-m {
    min-height: 650px;
    margin: 0 80px 40px 80px;
}

/* 新闻列表容器样式 */
.news-list-container {
    background: #FFFFFF;
    /* padding: 30px; */
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    box-sizing: border-box;
}

/* 新闻项目样式 */
.news-every {
    display: flex;
    margin-bottom: 20px;
    background: #FFFFFF;
    width: 100%;
    min-height: 244px;
    border: 1px solid red;
    padding: 33px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #D9E1EC;
    box-sizing: border-box;
}

.news-image {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    background: #F3F4F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-icon {
    width: 40px;
    height: 40px;
    background: #9CA3AF;
    border-radius: 4px;
    margin-bottom: 10px;
}

.image-text {
    font-size: 14px;
    color: #6B7280;
    font-weight: 400;
}

/* 新闻内容区域 */
.news-detail-m {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 37px;
}

.news-detail-m h3.news-title {
    font-size: 14px;
    font-weight: bold;
    color: #131523;
    margin: 0 0 10px 0;
    text-align: left;
    font-family: Roboto, Roboto;
    line-height: 1.4;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    overflow: hidden;
}

.news-summary {
    font-size: 14px;
    color: #52555a;
    line-height: 1.4;
    margin-top: 14px;
    flex: 1;
    flex-wrap: wrap;
    font-family: Roboto, Roboto;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    overflow: hidden;
}

.news-date {
    font-family: Roboto, Roboto;
    font-size: 12px;
    color: #848896;
}

/* 分页组件样式 */
.pagination-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 50px;
    border: 5px solid #165DFF;
    padding: 0;
    width: 411px;
    height: 57px;
    overflow: hidden;
}

.pagination-btn {
    flex: 1;
    height: 100%;
    border: none;
    background: transparent;
    color: #3D3D3D;
    font-size: 19px;
    font-weight: 350;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans, Source Han Sans;
}

.pagination-btn:hover {
    background-color: rgba(22, 93, 255, 0.1);
}

.pagination-btn.current {
    color: #FFFFFF;
    background-color: #165DFF;
    width: 82px;
    height: 32px;
    border-radius: 50px 50px 50px 50px;
}