.video {
 padding-top: .6rem;
}

.video .video-right {
  width: 70.24%;
  max-width: 9.55rem;
  margin-left: 0.82rem;
  padding-bottom: 0.5rem;
}

.video .video-right .video-item {
  margin-bottom: 0.6rem;
}
.video .video-right .video-item:last-child{
  margin-bottom: 0;
}
.video .video-right .video-item .video-show {
  position: relative;
}

.video .video-right .video-item .video-show video {
  width: 100%;
  margin: 0 auto;
  height: 4.14rem;
  display: block;
  object-fit: fill;
}

.video .video-right .video-item .video-show img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video .video-right .video-item h2 {
  font-size: 0.22rem;
  font-family: Arial;
  color: #011B31;
  font-weight: 100;
  text-align: center;
  padding-top: 0.41rem;
  padding-bottom: 0.41rem;
  border-bottom: 0.01rem solid #E6E6E6;
}

@media(max-width:1200px) {
  .video {
    padding-top: 0.2rem;
  }
  .video .video-right {
    width: 100%;
    max-width: 100%;
    margin-left: 0.0rem;
  }
  .video .video-right .video-item {
    margin-bottom: 0.2rem;
  }
  .video .video-right .video-item h2 {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}