.videosMain{
    font-size:0;
}
.videoDetail{
    display:inline-block;
    width:100%;
    height:auto;
    background:#F7F7F7;
    /*padding:45px 156px 84px;*/
    box-sizing:border-box;
}
.videoKinds{
    width: 100%;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoKinds a{
    text-decoration: none;
}
.kindsItem{
    width: 148px;
    height: 48px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.04);
    opacity: 1;
    border-radius: 42px;
    font-size: 14px;
    font-weight: 600;
    line-height: 49px;
    color: #333333;
    cursor:pointer;
    text-align: center;
    margin: 0 12px;
}
.kindActive {
    background: #3370FF;
    color: #fff;
}
.videoList{
    width:1200px;
    height:auto;
    /*padding:40px;*/
    margin:0 auto;
    box-sizing:border-box;
    /*float:left;*/
    padding-bottom: 90px;
}
.videoTitle{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    /*line-height:39px;*/
    color:rgba(0,0,0,1);
    opacity:1;
    margin-bottom:8px;
}
.titleBorder{
    display:inline-block;
    width:4px;
    height:16px;
    background:rgba(51,112,255,1);
    opacity:1;
    border-radius:121px;
    margin-right:10px;
}
.videoSubtitle{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.4;
    padding-left:16px;
    margin-bottom:20px;
}
.videoUl{
    width:100%;
    height:auto;
    overflow:hidden;
    display:inline-block;
}
.videoItem{
    width: 375px;
    height: 210px;
    margin: 0 12px 24px 12px;
    float: left;
    position: relative;
    cursor: pointer;
}
.videoItem:nth-child(2n){
    /*margin-right:0px;*/
}
.videoItem>div{
    margin-bottom: 12px;
    height: 100%;
}
.videoItem>div video{
    height: 100%;
}
.videoItem>img{
    width:100%;
    height: 100%;
    margin-bottom:12px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.playIcon{
    display:inline-block;
    width:60px;
    height:60px;
    background:rgba(0,0,0,0.2);
    border-radius:50%;
    position:absolute;
    left:50%;
    margin-left:-30px;
    top:75px;
    z-index:10;
    text-align: center;
    line-height: 60px;
}
.playIcon>img{
    width:13px;
    height:16px;
    margin-top: 22px;
    margin-right: -2px;
}
.videoItem>p{
    position: absolute;
    top: 0;
    z-index: 999;
    height: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255,255,255,1);
    opacity: 1;
    top: 174px;
    left: 16px;
    margin: 0;
    padding: 0;
    max-width: 343px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vjs-play-control{
    display: none;
}
.vjs-fullscreen-control{
    display: none;
}

.vjs-tech:focus{
    outline: none;
}