.news-banner {
    width: 100%;
    height: 294px;
    background: url('./../img/new_bg.png') no-repeat center center;
    background-size: cover;
    padding: 109px 0;
    box-sizing: border-box;
}

.news-section .container {
    width: 1440px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.news-banner h1 {
    font-family: 'PingFang SC-Semibold';
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #000;
    margin-bottom: 12px;
}

.news-banner p {
    font-size: 16px;
    color: #181818;
    line-height: 24px;
}

/* Sidebar Styles */
.news-content {
    display: flex;
    margin-top: 56px;
}

.sidebar {
    flex-shrink: 0;
    width: 405px;
    box-sizing: border-box;
    flex: 0 0 381px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 24px;
    margin-right: 24px;
}

.sidebar-item {
    padding: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    width: 381px;
    border-radius: 12px;
    box-sizing: border-box;
}
.sidebar-item .icon{
    background: url('./../img/news_icon_1.png') no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
}
.sidebar-item .icon_A{
    background: url('./../img/news_icon_2.png') no-repeat center center;
}
.sidebar-item:hover {
    /* background-color: #F3F4F6; */
    background: #F3F4F6;
}

.sidebar-item.active {
    background-color: #FFF7F4;
    border-left-color: #FF6933;
    font-weight: 500;
    border-radius: 6px;
}

.sidebar-item .title {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 16px;
    color: #181818;
    line-height: 24px;
}
.sidebar-item .title .text{
    display: inline-block;
    width: 100%;
    /* width: calc(100% - 36px); */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
font-family: 'PingFang SC-Medium';
font-weight: 500;
font-size: 16px;
color: #181818;
line-height: 24px;

}
.sidebar-item .date {
    font-size: 14px;
    color: rgba(24, 24, 24,0.65);
    line-height: 22px;
    margin-top: 4px;
}
/* Tabs Styles - 移到顶部 */
.news-tabs {
    padding: 56px 0 32px 0;
    display: flex;
    align-items: center;
}

.news-tab {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #181818;
    height: 42px;
    line-height: 42px;
    padding: 0 25px;
    box-sizing: border-box;
}

.news-tab.active {
    background-color: #FF6933;
    color: #fff;
    border-radius: 999px;
    transition: all 0.3s ease;
}
.news-tab:not(.active):hover {
    color: #FF6933;
}

.article {
    flex: 1;
    width: 1010px;
    padding-bottom: 80px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.article h1 {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #222222;
    line-height: 32px;
}

.article .date,
.article p {
    font-size: 14px;
    color: #5D5D5E;
    line-height: 22px;
}
.article .date{
    /* color: #5D5D5E; */
    margin-top: 2px;
    /* margin-bottom: 24px; */
}
/* .article p{
    margin-top: 24px;
    margin-bottom: 16px;
} */
 /* .article-item{
    display: none;
 }
 .article-item-active{
    display: block;
    transition: all 0.3s ease;
 } */
.article h2{
font-family: 'PingFang SC-Semibold';
font-weight: 600;
font-size: 16px;
color: #222222;
line-height: 24px;
margin-top: 16px;
}
.duan{
    /* margin-top: 16px; */
    margin-bottom: 24px;
}
.duan img{
    margin-top: 16px;
    /* width: 100%; */
    max-width: 1000px;
    border-radius: 8px;
    margin-top: 16px;
    display: inline-block;
}
/* .article img {
    width: 100%;
    max-width: 1010px;
    border-radius: 8px;
    margin: 15px 0;
    display: inline-block;
} */
.article ul{
    /* padding-left: 14px; */
    /* font-size: 10px; */
color: #222222;
line-height: 22px;
/* margin: 12px 0; */
font-size: 14px;
list-style-type: none;
}
.article ul li{
    font-style: normal;
    line-height: 22px;
    font-size: 14px;
}
/* .article ul li::marker{
    font-size: 10px;
} */
/* .article ul li p{
    color: #222222;
font-size: 14px;
} */