.banner-right .player-box {
  margin: 20px auto;
  width: 600px;
  height: 400px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #b4bccc;
  overflow: hidden;
  background: #dcdfe6;
}
.banner-right .player-box iframe {
  width: 100%;
  height: 100%;
}
.banner-right .jy-img {
  width: 100%;
  height: 350px;
}
.banner-right .jy-img img {
  display: block;
  width: 60%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  transform: translateZ(0);
  overflow: hidden;
}
.banner-right .job-specification {
  width: 100%;
}
.banner-right .job-specification p {
  font-size: 17px;
  text-indent: 2em;
  margin: 20px 0;
}
.banner-right .organization {
  width: 100%;
}
.banner-right .organization .con {
  width: 100%;
  font-size: 17px;
  text-indent: 2em;
  margin: 20px 0;
}
