/* banner */
.videlist-banner {
    width: 100%;
    height: 590px;
    background: #000 url(/uploads/image/pimages/videolist-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.videlist-banner-item {
    margin-top: 92px;
    margin-left: 29px;
    width: 374px;
    height: 391px;
    overflow: hidden;
}
.videlist-banner-item:first-child {
    margin-left: 10px;
}
.videlist-banner-item_cover {
    position: relative;
    width: 374px;
    height: 254px;
}
.videlist-banner-item_cover img {
    width: inherit;
    height: inherit;
}
.videlist-banner-item_cover .btn-play-plain,.video-list_item-cover .btn-play-plain{
    position: absolute;
    /* right: 20px;
    bottom: 16px; */
    top: 95px;
    left: 160px;
}
.time-span{
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 62px;
    height: 26px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.videlist-banner-item_info {
    padding: 24px 14px 15px;
    color: #000;
    background-color: #fff;
}
.videlist-banner-item_info:hover {
    color: #fff;
    background-color: #004fed;
}
.videlist-banner-item_title {
    margin-bottom: 19px;
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.videlist-banner-item_date-source {
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    opacity: 0.6;
}

/* 列表 */

.video-list {
    margin-top: 80px;
    margin-left: -30px;
    width: 1230px;
}
.video-list_item {
    margin-left: 30px;
    margin-bottom: 30px;
    width: 380px;
    height: 406px;
    background: #ffffff;
    box-shadow: 3px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
    overflow: hidden;
}
.video-list_item:hover {
    transform: translate(0, -8px);
    box-shadow: 3px 6px 19px 0px rgba(0, 0, 0, 0.17);
}

.video-list_item-cover {
    width: 380px;
    height: 252px;
    position: relative;
}
.video-list_item-cover img {
    width: inherit;
    height: inherit;
}

.video-list_item-info {
    padding: 13px 22px 22px;
    background-color: #fff;
}

.video-list_item-title {
    margin-bottom: 20px;
    height: 52px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    letter-spacing: 1px;
}
.video-list_item-source {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    opacity: 0.59;
}
.video-list_item-date {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    opacity: 0.59;
}
