.privilege .story-left {
    padding-right: 0px;
    padding-left: 40px;
}

.item-news .content .time {
    margin-top: 10px;
}

.item-news .content .des {
    margin-top: 8px;
}

.privilege-title {
    position: relative;
}

.privilege-title::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: -6px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #FFF 47.87%, rgba(217, 217, 217, 0) 101%);
    width: 150px;
    height: 1px;
}

@media (max-width: 992px) {
    .privilege .story-right {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .privilege .story-left {
        padding-left: 0px;
    }
}

@media (max-width: 550px) {
    .story-left .des {
        margin-bottom: 0px;
    }

    .item-news .content {
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .news-grid {
        margin-bottom: 0;
    }
}