.videoCenterDetail{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.video-title{
    margin-bottom: 50px;
}

.video-title span{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid var(--theme-color);
}
.video-seach{
    width: 624px;
    height: 36px;
    /* border-radius: 20px;
    padding-left:20px; */
    /* padding-right:40px; */
}
.seach-btn{
    height: 36px;
    width: 60px;
}
.seach-box-video{
    position: relative;
    margin-bottom: 50px;
}
.icon-sousuo{
    position: absolute;
    top:50%;
    right: 25%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;

}
.icon-sousuo:hover{
    color: var(--theme-color);
}
.iconfont{
    font-size: 28px;
}

.video-detail-list-box{
    display: flex;
    flex-wrap: wrap;
}
.video-box{
    margin-bottom: 10px;
}
.video-item-box{
    width: 25%;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
}

.mb-vedio-list .video-item-box{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    border: 1px solid var(--border-color);
}

.mb-vedio-list h5{
    font-size: 16px;
}
.icon-box {
    width: 50px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: rgb(250, 234, 216);
}

