.videoList{
    width: 85.5vw;
    margin: 0 auto;
    padding-top: 10vh;
}
.videoList_box{
    display: flex;
    flex-wrap: wrap;
    padding-left: 2vw;
}
.videoList_box_li{
    width: 26.1979vw;
    background: #fff;
    margin-right: 1.5vw;
    margin-bottom: 4.4444vh;
    padding-bottom: 2.2222vh;
}
.videoList_box_li video{
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.videoList_box_li img{
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.videoList_box_li_time{
    color: #77161B;
    font-size: 0.9375vw;
    padding: 0 1.1458vw;
    box-sizing: border-box;
    margin-top: 2.0370vh;
}
.videoList_box_li_title{
    color: #333;
    font-size: 0.8333vw;
    padding: 0 1.1458vw;
    box-sizing: border-box;
    margin-top: 2.2222vh;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.videoList_box_li_ly{
    color: #999;
    font-size:0.8333vw;
    padding: 0 1.1458vw;
    box-sizing: border-box;
    margin-top: 2.2222vh;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 分页 */
.newsList_page{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3vh 0;
}