main.video {
    float: left;
    width: 710px;
    background: #ffffff;
}

.video__count-text {
    text-align: right;
    color: #333;
    font-weight: bold;
    font-size: 11px;
}

.video__empty-message {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 15px;
}

.video__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}

.video__item:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.content-video__body {
    width: 517px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
}

.video__title {
    color: var(--brand-color);
    font-size: 16px;
}

.video__hall-name {
    font-size: 14px;
}

.video__description {
    font-weight: normal;
}

.video__thumbnail {
    position: relative;
    float: left;
    margin-left: 12px;
    width: 161px;
}

.video__thumbnail img {
    background: #181818;
}