  
  video::-webkit-media-controls-mute-button {
    display: none !important;
  }
  video::-webkit-media-controls-time-remaining-display {
    display: none !important;
  }
  video::-webkit-media-controls-fullscreen-button {
    display: none !important;
  }

.sub_nav_wp{
    background: #F9F9F9!important;
}


.videoUl{
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}
.videoUl li{
    width: 31.6%;
    margin: 0px 2.6% 60px 0px;
    background: #F8F8F8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.videoUl li:nth-child(3n){
    margin-right: 0px;
}
.videoUl a{
    display: block;
}
.videoImg{
    width: 100%;
    padding-top: 60.53%;
    overflow: hidden;
    position: relative;
}
.videoImg img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.videoBtm{
    padding: 25px 24px;
}
.videoTitle{
    min-height: 75px;
}
.videoTitle p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.videoTime{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.videoTime p{
    font-size: 14px;
    color: #999999;
}
.videoTime span{
    display: block;
    padding-right: 24px;
    font-size: 14px;
    color: #666;
    background: url(../img/watch1.png)no-repeat center right;
    background-size: 12px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.videoUl li:hover{
    background: #fff;
    box-shadow: 0px 6px 20px rgba(16,59,138,0.08);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.videoUl li:hover .videoImg img{
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.videoUl li:hover .videoTime span{
    color: #F4A526;
    background: url(../img/watch2.png)no-repeat center right;
    background-size: 12px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 900px){
    .videoUl li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .videoBtm {
        padding: 20px 16px;
    }
    .fancybox-slide{
        padding: 20px!important;
    }
}