.video_list{
    margin: 90px auto 0;
    width: 871px;
}
.video_list .videolist{
    position: relative;
    float: left;
    width: 283px;
    margin-bottom: 20px;
}
.video_list .videolist img:nth-child(1){
    width: 283px;
    height:180px;
}
.video_list .videolist img:nth-child(2){
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.video_list .videolist p{
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.video_list .videolist:nth-child(3n+2){
    margin: 0 11px;
   
}
.page{
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 48px;
    margin-top: 30px;
}
.page a{
    margin-right: 5px;
    display: inline-block;
    color: #999;
    font-size: 14px;
    height: 33px;line-height: 33px;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
    margin: 0 3px;
}
.page .active{
    border: 1px solid #0c7ed9;
    background: #0c7ed9;
    color: #fff;
}
.mask{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.pic_div{
    position: relative;
    display: none;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 730px;
    padding-top: 55px;
    background: #fff;
    border-radius: 15px;
    padding-bottom: 65px;
    border: 10px solid #eeeeee;
    padding-bottom: 80px;
}
#close{
    position: absolute;
    right: 0;
    top: -62px;
    z-index: 101;
    width: 41px;
    height: 40px;
    background: url('../images/close.png')no-repeat;
    cursor: pointer;
}
.pic_div>p{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 33px;
}
.pic_div .next_vd{
    position: absolute;
    color: #666;
    bottom: 30px;
    left: 39px;
}
.videos video{
    display: block;
    width: 540px;
    margin: 0 auto;
}