.header {
  border-bottom: 1px solid #E6E6E6; }

.section {
  padding-top: 11.4583333333vw;
  padding-bottom: 7.3958333333vw; }
  .section .job_text {
    width: 58.8541666667vw;
    margin: auto; }
    .section .job_text .title {
      padding-bottom: 2.0833333333vw;
      border-bottom: 1px solid #E6E6E6;
      margin-bottom: 1.875vw; }
      .section .job_text .title .time {
        font-size: 0.8333333333vw;
        font-weight: 400;
        color: #333333;
        line-height: 1.3541666667vw; }
        .section .job_text .title .time span {
          display: block; }
      .section .job_text .title h1 {
        margin-top: 1.9270833333vw;
        font-size: 2.6041666667vw;
        font-weight: bold;
        color: #323232;
        line-height: 1; }
    .section .job_text .text {
      border-top: 1px solid #E6E6E6;
      padding-top: 1.8229166667vw; }
      .section .job_text .text h5 {
        font-size: 0.8333333333vw;
        font-weight: bold !important;
        color: #333333;
        line-height: 2; }
      .section .job_text .text p {
        font-size: 0.8333333333vw;
        font-weight: 500;
        color: #333333;
        line-height: 2; }
    .section .job_text .iconfont {
      margin-top: 2.6041666667vw;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4.6875vw;
      height: 4.6875vw;
      background: #324299;
      color: #FFFFFF;
      font-size: 1.3541666667vw; }
      .section .job_text .iconfont:hover {
        background: #666666;
        transition: 0.4s; }

/*# sourceMappingURL=jobInfo.css.map */
@media screen and (max-width: 1024px) {
  .section .job_text {
    width: 90%;
  }
  .section .job_text .text p {
    font-size: 16px;
  }
  .section .job_text .text h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section .job_text .title h1 {
    font-size: 20px;
  }
  .section {
    padding-top: 80px;
  }
  .section .job_text .text h5 {
    font-size: 16px;
  }
  .section .job_text .text p {
    font-size: 14px;
  }
  .section .job_text .text p img {
    width: 100px;
    height: auto;
  }
  .section .job_text .iconfont {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
