/* 覆写tools样式 */
.dyTools{
    display: none;
}
.sphTools,.active{
    display: flex;
}

/**** 视频列表 ****/

/* 复写容器 */
.contentBox {
    width: 1026px;
    margin-top: 140px;
}

.contentBox .container{
    width: 100%;
}

.loadMoreBtn{
    display: block;
    margin: 0 auto;
}

/* 筛选条件 */
.screenBox{
    margin: 0px auto 48px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F8F8F8;
    border-radius: 8px;
}
.screenType{
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}
.screenType:last-child{
    margin-bottom: 0px;
}
.screenType,.screenTag,.videoType{
    font-size: 0px;
}
.screenLabel,.screenTag,.screenItem,.splitLine,.videoItem{
    display: inline-block;
    vertical-align: middle;
}
.splitLine{
    width: 1px;
    height: 10px;
    background-color: #E5E5E5;
}
.screenLabel,.screenItem,.videoItem{
    font-size: 14px;
    line-height: 20px;
}
.screenLabel,.videoItem{
    flex-shrink: 0;
    color: #999999;
}
.videoItem{
    margin: 0 12px;
    cursor: pointer;
}
.screenItem{
    margin: 0 20px;
    color: #666666;
    cursor: pointer;
}
.screenItem.active,.videoItem.active,.screenItem:hover,.videoItem:hover{
    color: #0060DF;
}

.viewpointsBar{
    width: 100%;
    height: 140px;
}

.viewpointsBarImg{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* 视频 */
.videoType{
    margin-bottom: 28px;
}
.publicContentItem{
    width: 318px;
    border-radius: 4px;
    margin-right: 36px;
    margin-bottom: 36px;
}
.publicContentItem:nth-child(3n){
    margin-right: 0;
}
.videoCoverBox{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.videoMask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/css/img/video/video_1.png) center center no-repeat;
    background-size: 48px 48px;
    cursor: pointer;
    z-index: 10;
}
.videoImg{
    width: 100%;
    height: 178px;
    object-fit: cover;
    border-radius: 4px;
}
.videoTitle{
    height: 58px;
    margin: 16px auto;
    font-size: 18px;
    color: #252525;
    line-height: 28px;
    cursor: pointer;
}

.textFlow{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.videoTitle:hover,.videoDesc:hover,.videoTopic:hover{
    color: #0060DF;
}
.videoTypeBox{
    margin-top: 24px;
}
.videoDesc{
    height: 48px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.videoTopic,.videoTime{
    font-size: 12px;
    color: #AAAAAA;
    line-height: 24px;
}
.videoTime{
    padding-left: 16px;
    box-sizing: border-box;
    background: url(/css/img/video/time_icon.png) left center no-repeat;
    background-size: 12px 12px;
}
.newIcon{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    width: 48px;
    text-align: center;
    line-height: 20px;
    background-color: #FF3767;
    border-radius: 4px 0 8px 0px;
}
.duration{
    position: absolute;
    display: block;
    bottom: 8px;
    right: 8px;
    width: 46px;
    font-size: 12px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 2px;
    background: rgba(0,0,0,.3);
}
.videoMask:hover ~ .videoImg {
    transform: scale(1.2);
    transition:all .8s;
}