.special-case-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 586px;
    height: 386px;
    box-shadow: 0px 0px 8px 0px rgba(24, 80, 165, 0.2);
    padding: 24px 20px;
    border-radius: 16px;
}


.special-case-container .special-case-header {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
}

.special-case-container .special-case-header .special-case-title {
    margin: 0;
    line-height: 40px;
    height: 40px;
    background: #005BA3;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    padding: 0 12px;
    width: auto;
}


.special-case-container .special-case-more {
    position: absolute;

    right: 18px;
    top: 32px;
    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;

}
.special-case-container .sub-items{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap:20px;
}

.special-case-container .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);

}

.special-case-container .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;
}

.special-case-container .news-list-item .left-title:hover {
    text-decoration: none;
    color: #BD5353;
}

.special-case-container .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;
    text-transform: none;
}