.video {
  padding-bottom:18.667vw
}
.video .video-con {
  padding:2.4vw 4.267vw 0
}
.video .video-con .noticbar-icon {
  align-self:center;
  height:4.267vw;
  margin-right:4.267vw;
  width:4.267vw
}
.video .video-con .noticbar-text {
  color:#595959;
  display:inline-block;
  font-size:3.733vw;
  font-weight:400;
  max-width:74.667vw;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.video .video-con .video-list-item {
  padding:4.267vw 0
}
.video .video-con .video-list-item .video-img {
  border-radius:1.333vw;
  height:17.333vw;
  width:30.933vw
}
.video .video-con .video-list-item .video-img .video-time {
  background-image:linear-gradient(180deg,#00000000,#00000040);
  bottom:1.067vw;
  color:#fff;
  font-size:3.2vw;
  line-height:2.4vw;
  position:absolute;
  right:1.6vw
}
.video .video-con .video-list-item .space-y-36>:not(:first-child) {
  margin-top:9.6vw
}
.video .video-con .video-list-item .space-y-36 .video-name {
  color:#262626;
  font-size:3.733vw;
  line-height:3.467vw;
  max-width:56vw
}
.video .video-con .video-list-item .video-text {
  color:#8c8c8c;
  font-size:3.2vw;
  line-height:2.4vw
}
.video .video-con .video-list-item .video-text+.video-text {
  margin-left:4.8vw
}
.video .video-con .video-list-item .video-text img {
  height:3.2vw;
  margin-right:1.067vw;
  vertical-align:bottom;
  width:3.2vw
}
.video .video-con .video-list-item+.video-list-item {
  border-top:1px solid #f0f0f0
}
.video .video-con .space-x-12>:not(:first-child) {
  margin-left:3.2vw
}
.video .van-notice-bar {
  border:1px solid #ecdbac;
  border-radius:1.067vw;
  height:10.667vw
}
.video .notice-swipe {
  height:10.667vw;
  line-height:10.667vw
}
.video .van-swipe-item {
  color:#595959;
  font-size:3.733vw;
  font-weight:400
}
.ui-list-mix {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 6px #cccccc50;
}
.ui-main .ui-list-mix img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border: 1px solid #eee;
	border-radius: 10px;
}
.news-list {
  background:#fff;
  overflow:hidden;
  clear: both;
  padding:10px;
  display: grid;
  grid-template-columns: 49% 49%;
  gap:10px;
}
.news-list .ui-list-img {
  width: 100%;
}
.news-list .ui-list-img div {
  margin: 0 3px;
}
.news-list .ui-list-img img {
  width: 100%;
  border-radius:6px 6px 0 0;
  max-height: 100px;
  object-fit: cover;
}
.news-list .ui-list-img strong {
  height: auto;
}
.news-list .ui-list-img p {
  margin: 0;
  padding: none;
  height: auto;
  line-height: auto;
  font-size: 12px;
  color: #999999;
}
.btn {
  border-radius: 25px;
  border: 1px solid red;
  background: red;
  color: white;
  box-shadow: 0 0 8px #00000080;
}
.btn:hover {
  color: yellow;
  background: red;
}
