.section {
  padding: 100px 0;
  font-size: 20px;
}
.section .section-title {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  word-break: break-all;
}
.section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #00489D;
}
.section .section-title.unline::after {
  display: none;
}
.section .tag {
  padding: 10px 20px;
  background: #eef3f8;
  display: inline-block;
  color: #00489D;
}
@media screen and (max-width: 992px) {
  .section {
    padding: 50px 0;
  }
  .section .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
    font-size: 18px;
  }
  .section .section-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 567px) {
  .section {
    font-size: 16px;
  }
  .section .section-title {
    font-size: 22px;
  }
}

.recruitment-container .recruitment-header {
  position: relative;
}
.recruitment-container .recruitment-header .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruitment-container .recruitment-header .content .title {
  color: #fff;
  text-shadow: 0px 4px 42px rgba(27, 68, 29, 0.65);
  font-family: Arial;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .recruitment-container .recruitment-header .content .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-container .recruitment-header .content .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 567px) {
  .recruitment-container .recruitment-header .content .title {
    font-size: 26px;
  }
}
.recruitment-container .section1 {
  background: #fbfdff;
}
.recruitment-container .section2 {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.recruitment-container .section2 .group {
  margin-bottom: 80px;
}
.recruitment-container .section2 .group:last-child {
  margin-bottom: 0;
}
.recruitment-container .section2 .group .list li {
  position: relative;
  padding-left: 16px;
}
.recruitment-container .section2 .group .list li::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #00489D;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruitment-container .section3 {
  background: #fbfdff;
}
.recruitment-container .section3 .tip {
  color: #707070;
}
.recruitment-container .section3 .tip .link {
  color: #707070;
  font-weight: bold;
}
/*# sourceMappingURL=recruitment.css.map */
