.video-wrap {
  margin-bottom: 40px;
  width: 100%;
  background: #fff;
}
.video-title {
  width: 1090px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #f41e44;
  text-transform: uppercase;
}

.video-bd {
  width: 1090px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.video-bd .video-item {
  flex: 1;
}

.video-bd .video-item video {
  width: 100%;
}

.video-bd .video-item .video-title-bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  color: #666;
}

.video-bd .video-item .video-title-bd img {
  width: 60px;
}

.video-bd .video-item .video-title-bd:hover {
  /* text-decoration: none; */
  color: #f41e44;
}

.video-bd .video-desc {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.video-bd .video-desc p, .video-bd .video-item .video-title-bd p {
  padding-bottom: 12px;
}