.rec_container {
    background: #fff;
}


.video_main {
    padding-top: 5%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E5E5E5;
}

.video_div {
    width: 33.33333333333333%;
    background: #F9F9F9;
    padding: 50px 25px 25px;
    position: relative;
    border: 1px solid rgba(153, 153, 153, 0.5);
}

.video_div_icon {
    width: 24px;
    height: 48px;
    background: url('img/video_icon.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 65px;
}

.video_top {
    padding: 0 15px;
}

.video_order {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 40px;
    color: #DEDEDE;
}

.video_title {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin: 30px 0 15px;
    display: block;
}

.video_desc {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}

.video_div .imgBox {
    padding-bottom: 62%;
    margin-top: 20px;
}

.video_div .imgBox lite-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.video_div lite-youtube>.lty-playbtn {
    width: 36px !important;
    height: 36px !important;
    filter: none !important;
    background: url(img/play.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.video_div:hover {
    background: #FFFFFF;
}

.video_div:hover .video_div_icon {
    background: url('img/video_icon2.png') no-repeat;
    background-size: 100% 100%;
}

.video_div:hover .video_order {
    color: #F08F11;
}

@media only screen and (max-width: 950px) {
    .video_div {
        width: 100%;
        padding: 20px;
    }

    .video_div_icon {
        top: 40px;
    }

    .video_title {
        margin: 15px 0;
    }
}