.blog-page.read-course .tc-container .blog-list .list-item .img{
    height: auto;
}
.blog-page .tc-container .blog-list .list-item .body .desc table{
    width:100% !important;
}

.home-page{
    padding-top: 98px;
}
.home-page .slider{
    height: 49.479vw;
}

@media (min-width: 320px) and (max-width: 767px){
    .home-page .slider{
        height: auto;
    }
    .home-page .slider-video{
        height: auto;
    }
}