.article-list .video-item{
    padding: 24px 12px 0;
}
.video-col{
    cursor: pointer;
}
.video-col .video-img{
    position: relative;
    width: 100%;
    height: 0;
    border-radius: 10px;
    padding-bottom: 63%;
    overflow: hidden;
}
.video-img .video-duration{
    padding: 6px 14px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 17px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.video-img>img{
    width: 100%;
    position: absolute;
}
.video-img .playback{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 10px 0px 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    line-height: 17px;
}
.playback>span{
    margin-right: 4px;
}
.video-col .video-title{
    margin: 14px 0;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.video-col .video-tag{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}
#video .modal-body{
    padding: 0;
}
#video .modal-content{
    background-color: transparent;
    border-color: transparent;
}
.pv-video-player{
    padding-bottom: 64%;
}
#video-player>div{
    height: 0!important;
    padding-bottom: 63%;
}
@media (max-width: 1199px){
    .video-img .video-duration{
        padding: 6px 10px;
    }
    .video-col .video-title{
        margin: 10px 0;
        line-height: 21px;
    }
}
@media (max-width: 991px){
    .article-list .video-item{
        padding: 20px 10px 0;
    }
    .video-img .video-duration{
        padding: 4px 6px;
    }
    .video-col .video-title{
        margin: 8px 0;
        line-height: 18px;
    }
}
@media (max-width: 420px){
    .classification a{
        width: 72px;
        margin-right: 10px;
    }
}
@media (max-width: 380px){
    .article-list .col-xs-6{
        width: 100%;
    }
}