.abroad-industry-news {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 590px;
    height: 386px;
    box-shadow: 0px 0px 8px 0px rgba(24, 80, 165, 0.2);
    padding: 10px 20px;
    border-radius: 16px;
    background: #fff;
}

.abroad-industry-news .abroad-industry-tab {
    display: flex;
    gap: 32px;


}


.abroad-industry-news .abroad-industry-tab .abroad-industry-tab-item {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.abroad-industry-news .abroad-industry-tab .abroad-industry-tab-item.active {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #BD5353;
    text-align: left;
    font-style: normal;
   

}

.abroad-industry-news .abroad-industry-tab .abroad-industry-tab-item .abroad-industry-tab-item-header {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.abroad-industry-news .abroad-industry-tab .abroad-industry-tab-item.active .abroad-industry-tab-item-header {
    color: #BD5353;
    font-weight: 600;
}
.abroad-industry-news .abroad-industry-tab .abroad-industry-tab-item.active .abroad-industry-tab-item-header::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #BD5353;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.abroad-industry-news .abroad-industry-tab .more {
    position: absolute;
    display: none;
    right: 15px;
    top: 20px;
    height: 28px;
    line-height: 28px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;

}

.abroad-industry-news .abroad-industry-tab .abroad-industry-tab-item.active .more {
    display: block;
}

.abroad-industry-news .abroad-industry-tab .abroad-industry-tab-item.active .detail-block {
    display: block;

}

.abroad-industry-news .abroad-industry-tab .abroad-industry-tab-item .detail-block {
    display: none;
    position: absolute;
    top: 53px;
    width:550px;
    flex-direction: column;
    left: 20px;
    outline: none;
}


.abroad-industry-news .sub-categories {
    gap: 28px;
    display: flex;
    position: relative;
    width: 100%;
    margin-top:14px;
}

.abroad-industry-news .sub-categories .sub-category-more {
    display: none;
    position: absolute;
    right: 0;
    height: 28px;
    top: 0;
    line-height: 28px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;;
}

.abroad-industry-news .sub-categories .sub-category {
    height: 28px;
    border-radius: 4px 4px 4px 4px;
    line-height: 28px;
    cursor: pointer;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    background: #F3F5F9;
    padding: 0 8px;
}

.abroad-industry-news .sub-categories .sub-category.active {
    background: #BD5353;
    color: #fff;
}

.abroad-industry-news .sub-categories .sub-category.active .sub-category-more {
    display: block;
}

.abroad-industry-news .sub-categories .sub-category.active .sub-items {
    display: flex;
}

.abroad-industry-news .abroad-industry-tab-item.active .sub-items.no-subcategory {
    display: flex;
}

.abroad-industry-news .sub-items.has-category {
    top: 48px !important;
}

.abroad-industry-news .sub-items {
    position: absolute;
    display: none;
    width: 550px;
    top: 24px;
    flex-direction: column;
    left: 0;
    gap: 22px;
}

.abroad-industry-news .sub-items .news-list-item {
    display: flex;
    height: 32px;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.abroad-industry-news .news-list-item .left-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #41474B;
    width: calc(100% - 100px);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.abroad-industry-news .news-list-item .left-title:hover {
    text-decoration: none;
    color: #BD5353;
}

.abroad-industry-news .sub-items .news-list-item .right-time {

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    font-style: normal;
   
}