article {
  padding-top: 73px;
  height: 3560px;
  background: url(../images/post_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
article .content .title h3 {
  color: #ffffff;
  letter-spacing: 3px;
}
article .content .title h3:nth-of-type(1) {
  font-size: 50px;
}
article .content .title h3:nth-of-type(2) {
  margin: 13px 0;
  font-size: 53px;
}
article .content .title h3:nth-of-type(3) {
  font-size: 71px;
}
article .content .title {
  margin-top: 152px;
}
article .content .requestbox {
  padding-bottom: 375px;
  margin: 0 auto;
  width: 1150px;
}
article .content .requestbox .rq_list {
  padding: 66px 0 50px 46px;
  width: 100%;
  background: linear-gradient(#1540cb, #1e318d);
}
article .content .requestbox .rq_list li {
  padding-bottom: 45px;
  margin-bottom: 66px;
  width: 1067px;
  border-bottom: 1px dashed #0d94f6;
}
article .content .requestbox .rq_list li:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
article .content .requestbox .rq_list li .listname {
  display: flex;
  align-items: flex-start;
}
article .content .requestbox .rq_list li .listname span {
  margin-top: 10px;
  margin-left: 10px;
  color: #7affeb;
  font-size: 24px;
  letter-spacing: 2px;
  text-shadow: 3px 3px 5px #000;
}
article .content .requestbox .rq_list li .listxt {
  margin-top: 20px;
  margin-bottom: 40px;
}
article .content .requestbox .rq_list li .listxt p {
  color: #ffffff;
  font-size: 18px;
  line-height: 2em;
}
article .content .requestbox .rq_list li .joburl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
  width: 880px;
}
article .content .requestbox .rq_list li .joburl a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 27px;
  width: 178px;
  height: 72px;
  background: url(../images/post_apply.png) no-repeat;
}
article .content .requestbox .rq_list li .joburl a:hover strong {
  color: #fff;
}
article .content .requestbox .rq_list li .joburl a strong {
  margin-top: 12px;
  margin-bottom: 5px;
  color: #01fbff;
  font-size: 22px;
  text-shadow: 1px 1px 3px #000;
}
article .content .requestbox .rq_list li .joburl a p {
  position: relative;
  color: #fff;
  font-size: 12px;
}
article .content .requestbox .rq_list li .joburl a p::before {
  position: absolute;
  top: 50%;
  left: -37px;
  content: "";
  width: 34px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}
article .content .requestbox .rq_list li .joburl a p::after {
  position: absolute;
  top: 50%;
  right: -37px;
  content: "";
  width: 34px;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
}
