.video_box_list {
    padding: 20px;
    padding-top: 0;
    font-size: 16px;
}

.video_box_list .video_item {
    padding: 15px 5px;
    border-bottom: 1px dashed #dddddd;
}

.video_box_list .video_item img {
    width: 20px;
    margin-right: 6px;
}

.record_video_box {
    /* padding: 0;
    margin-bottom: 10px;
    background: none; */
}

.recordname_list > ul {
    width: 100%;
    float: left;
}

.video_info .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.video_info .desc {
  margin-bottom: 20px;
}

.tlc {
    text-align: center;
}

.video_info {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.record_video_box .vdiv {
    overflow: hidden;
    position: relative;
    height: 45px;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
}
.recordname_list > ul > li {
    margin: 12px 0;
    padding: 0 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recordname_list {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
    padding-bottom: 10px;
}
.tag{
    background: #fff;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 10px;
}
.tag a {
    color: #3A78F4;
    margin-right: 10px;
}
.video_info span {
    margin-left: 30px;
    font-size: 13px;
}

.flex_sc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex {
    display: flex;
}

.fr {
    float: right;
}

.c999 {
    color: #999;
}
