article .content .vdbox {
  margin: 50px auto 0;
  width: 827px;
  height: 355px;
}
article .content .vdbox video {
  width: 100%;
  height: 100%;
}
article .content .show-txt {
  margin: 42px auto 0;
  width: 1148px;
}
article .content .show-txt p {
  color: #333333;
  font-size: 16px;
  text-indent: 36px;
  line-height: 38px;
}
article .content .show-box {
  padding: 28px 0;
  margin-top: 17px;
  width: 100%;
  background-color: #f3faff;
  border-radius: 18px;
}
article .content .show-box .show-box-head {
  margin: 0 auto;
  width: 1146px;
  height: 50px;
  line-height: 50px;
  text-indent: 58px;
  background: url(../images/show-title.png) no-repeat;
}
article .content .show-box .show-box-head strong {
  color: #ffffff;
  font-size: 24px;
}
article .content .show-box .show-box-content {
  margin: 12px auto 0;
  width: 1146px;
}
article .content .show-box .show-box-content p {
  color: #333333;
  font-size: 16px;
  text-indent: 36px;
  line-height: 36px;
}
article .content .show-box .show-box-content p strong {
  color: #0e98ff;
  font-size: 18px;
}
article .content .show-jobs {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}
article .content .show-jobs li {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 379px;
  height: 126px;
  background: url(../images/show_jobox.png) no-repeat;
}
article .content .show-jobs li strong {
  color: #ffffff;
  font-size: 22px;
}
article .content .show-jobs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 34px;
  color: #4f90fb;
  font-size: 18px;
  background: url(../images/show_jobapply.png) no-repeat;
}
