.news-c {
    display: flex;
    justify-content: center;
}

.news-c .el-carousel__container {
    width: 750px;
    height: 450px;
    position: relative;
}

.news-c .el-carousel__indicators--horizontal {
    left: unset;
    right: -30px;
}

.news-advert {
    width: 100%;
    height: 100%;
}

.content-wrapper {
    margin: 0 auto;
    width: 750px;
    text-align: center;
}

.zeren {
    width: 1100px;
    margin: 0 auto;
}

.zeren-text {
    font-size: 15px;
    text-indent: 2em;
    text-align: left;
    line-height: 38px;
}

.grid {
    width: 535px;
}

.grids .grid .grid-cover {
    height: 340px;
}

.grids .grid h3 a {
    text-align: center;
}


/* 媒体查询适配 */

@media (max-width:1535px){
}

@media (max-width:1230px){
}

@media (max-width:1024px){
}

@media (max-width:925px){
}

@media (max-width:768px){
}
@media (max-width: 620px){
    .news-c {
        display: unset;
        justify-content: unset;
    }

    .news-c .el-carousel__container {
        width: unset;
        height: 240px;
    }

    .content-wrapper {
        width: unset;
    }

    .zeren {
        width: unset;
    }

    .zeren-text {
        line-height: 30px;
    }

    .grids .grid .grid-cover {
        height: 140px;
    }
}

@media (max-width: 480px){
}
/* 媒体查询适配 */