img{width: 100%;}
video{width: 100%;}
video::-webkit-media-controls {overflow: hidden !important;}
video::-webkit-media-controls-enclosure {width: calc(100% + 32px);margin-left: auto;}
html{overflow-x: hidden;}
div{box-sizing: border-box;}
.content-box{display: flex;flex-wrap: wrap}
.content-box > div{flex:auto;min-width: 50%;max-width:50%;padding:8px;}
.weui-tab__bd-item{overflow-x: hidden!important;}
.navTab{width:100%;overflow-x: hidden;}
.navList{display: flex;overflow-x: auto;justify-content: space-between;}
.navList::-webkit-scrollbar {display: none;}
.navList .xka-navbar__item{flex-shrink: 0;flex:none; padding: 10px 15px;font-size: 14px;color: #999999;display: flex;align-items: center;}
.navList .xka-navbar__item--on{color:#222222;font-size: 16px;position: relative;}
.navList .xka-navbar__item--on:after{content: ' ';width:16px;height:3px;background:linear-gradient(90deg,rgba(255,191,15,1) 0%,rgba(255,235,50,1) 100%);border-radius:2px;position: absolute;bottom: 1px;left: 50%;transform: translateX(-50%);}
.xke-video__title{font-size:20px;color: #222;margin-right: 10px;}
.xke-video__subtitle{font-size: 12px;color: #999;}
.content {width: 80%;height: 200px;object-fit: cover;}
.video_more {width: 100%;}

/*视频列表*/
.video__other{margin: 20px 0;}
.video__other-title{margin: 16px 0;color:rgba(34,34,34,1);font-size: 20px;}
.video__other-list{display: flex;flex-wrap:wrap;justify-content: space-between;}
.video__other-item{flex: 0 0 48%;max-width: 48%;margin-bottom: 16px;}
.video__other-item .video__other-cover{position: relative;height:118px; }
.video__other-item .video__other-cover img{width: 100%;height: 100%;object-fit: cover;border-radius:4px;overflow: hidden;}
.video__other-item .video__other-cover span{position: absolute;bottom: 10px;right: 10px;color: #FFF;font-size: 12px;}
.video__other-item .video__other-des{font-size:14px;color:#222222;margin-top: 8px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}