.news_detail_title{padding: 30px 0;margin-bottom: 30px;border-bottom: 1px solid #e5e5e5;text-align: center;}
.news_detail_title h1{font-size: 28px;font-weight: bold;margin-bottom: 30px;color: #333;}
.news_detail_title .func > span{margin: 0 20px;}
.news_detail_title .func a{margin:0 5px;}
.news_detail_title .func a.active{color: var(--highlight-color);}
.news_datail_bot{display: flex;justify-content: flex-end;margin: 40px 0;}
.news_datail_bot a{padding: 8px;font-size: 14px;color: #fff;text-align: center;min-width: 80px;margin-right: 16px;}
.news_datail_bot a.detail_print{background-color: var(--highlight-color);}
.news_datail_bot a.detail_close{background-color:#db3132;}
.news_detail_con{margin-top: 40px;}

/*手机端768px*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
.location,
.location * {font-size: 12px;}
video{width: 100%;height: auto;max-height: 400px;object-fit: cover;}
}


@media (min-width: 768px) {
.news_detail_title{width:60%;margin: 0 auto;}
/* banner */
.banner-wrapper{position: relative;overflow: hidden;}
.banner-wrapper .banner-img{width: 100%;height:auto;max-height: 400px;object-fit: cover;}

.location{margin-top: 10px}
}