﻿.videoBox {
   width: 960px;
    height: 720px;
    margin-left: 5px;
}
.videoBox>div{
    margin-top: 10px;
}
.videoBox>div>div{
    position: relative;
    height: 220px;
    width: 305px;
    /*background: #000;*/
    overflow: hidden;
   margin-top: 30px !important;
}
.videoBox>div>div:nth-of-type(3n+2){
    margin:0 22px;
}
.times{
    position: absolute;
    background: url("../images/picPage/videoicon.png") no-repeat right bottom;
    width: 47px;
    height: 23px;
    display: block;
    top: 140px;
    right: 10px;
    color: white;
    text-align: center;
    line-height: 23px;
}
.videoBox p{
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding-left: 5px;
    color: #444;
}