.home_news>.tit{display: flex; display: -webkit-flex;}
.home_news>.tit>li{cursor: pointer; font-size: 16px; text-align: center; width: 75px; margin: 0 0;}
.active2{background-color: #b60009; color: #FFF;}
.home_video_box{position: relative;}
.h-list{position: absolute; left: 0; right: 0; bottom: 0; height: 76px; background-color: rgba(0,0,0,.5); border-radius: 16px 15px 0 0;}
.h-list ul{display: flex; display: -webkit-flex; justify-content: space-between; flex-wrap: wrap; padding-top: 5px;}
.h-list ul li{width: 50%; text-align: center; margin: 5px 0;}
.h-list ul li a{font-size: 14px; color: #FFF;}
.navbar{padding-top: 20px;}
@media screen and (max-width:600px){
    .home_news{width: 100%;}
    .home_news_first p{max-height: 70px; line-height: 16px;}
    .home_contact{width: 100%;}
}