.marginT24 {
    margin-top: 17px;
}

.videocontent {
    background: #ffffff;
    border-radius: 2px;
}

.videocontent .header {
    display: flex;
    align-items: center;
}

.videocontent .header .img {
    width: 23px;
    height: 23px;
}

.videocontent .header .title {
    font-size: 17px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
    /*margin-left: 5px;*/
}

.videocontent .videoitem {}

.videocontent .videoitem .vitem {
    width: 228px;
    /*height: 196px;*/
    border: 1px solid #f5f5f5;
    margin-bottom: 17px;
}
.videocontent .videoitem .vitem:last-child {
    width: 228px;
    /*height: 196px;*/
    border: 1px solid #f5f5f5;
    margin-bottom: 0px;
}

.videocontent .videoitem .vitem .img {
    width: 228px;
    height: 152px;
    object-fit: cover;
}