@media (max-width: 499px) {
    /* 新闻中心 */
    .news-list-container{
        width: calc(100% - 40px);
        padding: 111px 20px 30px;
    }
    .news-list-container-header-title{
        font-size: 20px;
    }
    .news-list{
        padding-top: 20px;
    }
    .news-big-group{
        margin-bottom: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .news-big{
        width: 100%;
        height: 240px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news-big-poster{
        height: 240px;
    }
    .news-big-poster-img{
        height: 240px;
    }
    .news-big-info{
        width: calc(100% - 40px);
        height: calc(240px - 40px);
        padding: 20px;
    }
    .news-big-title{
        font-size: 18px;
    }
    .news-big-actions{
        padding-top: 10px;
    }
    .news-big-action{
        font-size: 14px;
    }
    .news-group{
        margin-bottom: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .news{
        width: 100%;
        margin-right: 0;
        height: 240px;
        margin-bottom: 20px;
    }
    .news-poster{
        height: 240px;
    }
    .news-poster-img{
        height: 240px;
    }
    .news-info{
        width: calc(100% - 40px);
        height: calc(240px - 40px);
        padding: 20px;
    }
    .news-title{
        font-size: 18px;
    }
    .news-actions{
        padding-top: 10px;
    }
    .news-action{
        font-size: 14px;
    }
}