.produce-content {
  width: 100%;
}

.produce-video {
  overflow: hidden;
}
.produce-video-box {
  width: 100%;
  height: 100%;
}
.produce-video-box .video-player-inside {
  width: 56.56rem;
  margin: 0 auto 7.29rem;
}
.produce-video-box video {
  width: 100%;
  height: 100%;
}
.produce-video-list {
  display: flex;
  width: 56.56rem;
  margin: auto;
}
.produce-video-list .produce-video-list-item {
  font-size: 0.83rem;
  line-height: 1.6;
  color: #00305a;
  text-align: justify;
  position: relative;
  width: 50%;
}
.produce-video-list .produce-video-list-item:first-child {
  padding: 0rem 7.65rem 3rem 0;
}
.produce-video-list .produce-video-list-item:last-child {
  padding: 0rem 0 3rem 7.71rem;
}
.produce-video-list-item-title {
  font-size: 1.66rem;
  letter-spacing: 0.13rem;
  color: #00305a;
  margin-bottom: 0.83rem;
  font-weight: bold;
}
.produce-video-list-item-line {
  width: 1px;
  height: 8.91rem;
  background: #c4c4c4;
  position: absolute;
  right: 0;
  top: 28%;
}

.captures .captures-title {
  width: unset;
}
.captures-three .captures-title {
  width: 8rem;
}
.video-player-inside .video-img {
  border-radius: unset;
}
