.news-box{
    margin-bottom: 20px;
    display: flex;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 0px;
    gap: 15px;
}
.news-box ._main-img{
    position: relative;
    width: 195px;
    height: 110px;
}
.news-box ._main-img ._tag{
    position: absolute;
    height: 21px;
    object-fit: contain;
    top: 0;
    left: -2px;
}
.news-box ._main-img ._img{
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 8px;
    object-fit: cover;
}
.news-box ._right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;

}
.news-box ._right ._name{
    font-size: 16px;
    color: #333333;
    margin-bottom: 6px;
    line-height: 22px;
    font-weight: bold;
    width: 100%;
}
.news-box ._right ._types{
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
}
.news-box ._right ._types div{
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F5F6FA;
    line-height: 19px;
    font-size: 12px;
    color: #333333;
    padding: 0 4px;
}
.news-box ._right ._desc{
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    height: 34px;
    margin-bottom: 6px;
    width: 100%;

}
.news-box ._right ._time{
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    width: 100%;
}
.news-box.no-img ._right{
    border-left: 2px solid var(--base-color);
    padding-left: 15px;
}
.news-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
}
.news-title ._more{
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 3px;
}
.news-title ._more i{
    font-size: 12px;
}
.news-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.news-item{
    display: flex;
    gap: 15px;
}
.news-item img{
    width: 119px;
    height: 67px;
    border-radius: 8px 8px 8px 8px;
    object-fit: cover;
}
.news-item ._right{
    flex: 1;
    width: calc(100% - 134px);
    font-weight: bold;
}
.news-item ._right .limit{
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    margin-top: 10px;
    font-weight: normal;
}
.news-item.no-img{
    border-left: 2px solid var(--base-color);
    padding-left: 15px;
}
.list{
    margin: 30px 0;
}
.list .hd{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.list .hd .item{
    width: 33.3%;
    display:flex;
    align-items: center;
    justify-content: center;background: #F5F6FA;border-radius: 8px 8px 8px 8px;font-size: 16px;color: #333333;height: 40px;cursor: pointer;
}
.list .hd .item.on{
    background: #FCF4F4;font-size: 16px;color: #CA252D;
}
.empty-state {
    text-align: center;
    color: #999999; /* 浅灰色文字，提升视觉舒适度 */
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* NEW标签样式 */
.new-tag {
    display: inline-block;
    width: 100px;
    height: 100px;

}

/* 提示文字样式 */
.empty-text {
    font-size: 12px; color: #999999;
}
