
@media screen and (max-height: 700px){

    .bodyindex .videom .container_content .item_block .item_wrapper{

        display: block;

    }

    .bodyindex .videom .container_content .item_block .item_des{

        display: none;

    }

    .bodyindex .videom .tab_content .item_block .item_wrapper{

        padding-top: 22px;

    }

    .bodyindex .videom.ff_slider .tab_content .item_block .details{

        display: none;

    }

}

/* 2020/04/22 yyq 修改 */
@media screen and (min-width:1366px) and (max-width: 1441px) {
    .bodyindex .mcustomize.initlayout .container_content {
        max-width: 900px;
    }
    .bodyindex .mcustomize .container_content .contentbody {
        margin-bottom: 20px;
    }
    .bodyindex .mcustomize .wrapper .header {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1366px) {
    .bodyindex .mcustomize.initlayout .container_content {
        max-width: 550px;
    }
}
/* 2020/04/22 yyq 修改 */