﻿.type {
    margin-bottom: 20px;
}

.hall-video-list img {
    max-width: 100%;
}
.hall-video-list .video-item{
    width: 20%;float: left;
    padding: 0 10px;
    position: relative;
    margin-bottom: 50px;
}
.hall-video-list .video {
    position: relative;
}
.hall-video-list .play-cnt-txt {
    position: absolute;
    left: 0px;
    top:146px;

}
.hall-video-list .time {
    float: right;

}
.jt_home_left_video_img {
    width: 220px;
    height: 119px;
    border-radius: 10px;
    /*border: 1px solid #e2e2e2;*/
}

.video-title {
    line-height: 28px;
    height: 28px;
    color: #2d374b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-size: 16px;
}
.time{
    font-size: 12px;
}


