.mui-slider-img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: left;
    font-size: 26px;
    line-height: 40px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1;
    background-color: rgba(0,0,0,0.7);
    padding: 0 15px;
}

/* 新闻列表 */

.news-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: -30px;
    max-height: 720px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 25px;
}

.news-list .news-box {
    flex: 0 0 25%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
    margin-bottom: 36px;
}

.news-box .news-img {
    height: 264px;
    object-fit: cover;
}

.news-box .news-title {
    padding: 28px 0;
    text-align: center;
    font-size: 23px;
    line-height: 23px;
    font-family: 'Microsoft YaHei Regular';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(125,0,0,0.4);
}