
.vdo_list{padding: 25px 0 10px;}
.vdo_list .vdo_one{
    width:46%;display: block;margin:0 2%;padding: 5px;margin-bottom: 30px;
    box-sizing: border-box;border: 1px solid #e8e8e8;float: left;
}
.vdo_one .vdo_img{position: relative;overflow: hidden; height:220px;}
.vdo_one .vdo_img img{width: 100%;transition: all 2s;}
.vdo_one:hover .vdo_img img{transform: scale(1.1);}
.vdo_img:after{
    content: "";display: block;width: 100%;height: 100%;position: absolute;
    left: 0;bottom:0;background: url("../images/play_02.png") center no-repeat;
}

.vdo_one .vdo_T{font-size: 14px;line-height: 22px;padding:5px;transition: all .6s; background:#484b9d; text-align:center; overflow:hidden; color:#fff;}
.vdo_one .vdo_T:hover{transition: all .6s; background:#f29300; color:#fff;}

.vdo_one .vdo_TT{
    padding-left: 32px;line-height: 32px;font-size: 15px;color:#fff;
    background: url("../images/read.png") 5px center no-repeat;
}
.vdo_one:hover .vdo_T{color:#fff;}
.vdo_div{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 19;display: none;}
.vdo_div .vdo_box{
    background: #fff;width: 1100px;max-width: 90%;margin: auto;
    position: relative;top: 50%;transform: translateY(-50%);padding: 20px 0 40px;
}
.vdo_box .vdoB_close{
    width: 30px;height:30px;background: url("../images/close_02.png") center no-repeat;
    position: absolute;right: 40px;top: 40px;cursor: pointer;
}
.vdo_box .vdoB_T{
    line-height: 30px;padding:20px 0;font-size: 18px;color:#333;text-align: center;width: 94%;margin: auto;
}
.vdo_box .vdoB_M{
    width: 920px;max-width: 94%;margin: auto;box-sizing: border-box;border: 1px solid #dfdfdf;padding: 14px 18px;
}
.vdoB_M video{width: 100%;}
.vdoB_M .vdoB_TT{font-size: 14px;line-height: 30px;color:#333;text-align: justify;padding: 15px 10px 20px;}
@media (max-width:1199px) {
.vdo_one .vdo_img{position: relative;overflow: hidden; height:190px;}
}
@media (max-width:998px) {
.vdo_one .vdo_img{position: relative;overflow: hidden; height:180px;}
}
@media (max-width:767px) {
.vdo_one .vdo_img{position: relative;overflow: hidden; height:160px;}
}
@media (max-width:639px) {
.vdo_one .vdo_img{position: relative;overflow: hidden; height:250px;}
.vdo_list .vdo_one{
    width:100%;display: block;margin:0;padding: 5px;margin-bottom:20px;
    box-sizing: border-box;border: 1px solid #e8e8e8;float: left;
}
}
@media (max-width:420px) {
.vdo_one .vdo_img{position: relative;overflow: hidden; height:200px;}

}
@media (max-width:370px) {
.vdo_one .vdo_img{position: relative;overflow: hidden; height:180px;}

}

/****/
