.video-title {
    width: 95%;
    height: 40px;
    font-size: 24px;
    border-bottom: 1px solid rgba(189, 26, 45, 1);
    display: flex;
    align-items: center;
    font-weight: 600;
    color: rgba(189, 26, 45, 1);
    margin: 20px auto;
}
.video-list-div {
    width: 95%;
    margin: auto;
}
.video-ele {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: #989898 dashed 1px;
}
.video-img {
    width: 40%;
    text-align: center;
}
.video-img>a>img {
    max-width: 100%;
    height: 5.5rem;
}
.video-info {
    width: 60%;
    margin-left: 20px;

}
.video-name {
    width: 100%;
    height: 70%;
    font-size: 16px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-date {
    width: 100%;
    font-size: 14px;
    line-height: 2em;
    color: #656565;
    text-align: right;
}
