.recruit {
  background-image: url("../images/list_recruit_cloud.png");
}
.recruit .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recruit .body .item {
  width: 81rem;
  height: 43rem;
  box-shadow: 0rem 0.125rem 2.188rem 0rem rgba(193, 225, 251, 0.22);
  border-radius: 0rem 0rem 0rem 3rem;
  background-image: url("../images/list_recruit_1.png"), linear-gradient(92deg, #ffffff 0%, rgba(228, 239, 252, 0.6) 80%, rgba(201, 223, 249, 0.51) 99%, rgba(201, 223, 249, 0.5) 100%);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  padding: 5rem 2rem;
  box-sizing: border-box;
  justify-content: space-between;
}
.recruit .body .item .item-position {
  font-size: 1.875rem;
  color: #007fff;
}
.recruit .body .item .responsibility .title,
.recruit .body .item .claim .title {
  font-size: 1.5rem;
  color: #333333;
}
.recruit .body .item .responsibility .content,
.recruit .body .item .claim .content {
  display: flex;
  flex-direction: column;
  padding-top: 1.313rem;
}
.recruit .body .item .responsibility .content span,
.recruit .body .item .claim .content span {
  font-size: 1.125rem;
  color: #6e707c;
}
.recruit .body .item .email {
  font-size: 1rem;
}
.recruit .body .item .email .el {
  color: #6e707c;
}
.recruit .body .item .email .er {
  color: #007fff;
}
.recruit .body .item:hover {
  background-image: url("../images/list_recruit_2.png"), linear-gradient(92deg, #ffffff 0%, rgba(228, 239, 252, 0.6) 80%, rgba(201, 223, 249, 0.51) 99%, rgba(201, 223, 249, 0.5) 100%);
  background-size: 100% 100%;
}
.recruit .body .recruit-mr {
  margin-top: 5rem;
}
.recruit .body .item:first-child {
  margin-top: 0 !important;
}
.recruit .body .item:last-child {
  margin-bottom: 5.188rem;
}
@media (max-width: 1030px) {
  .page-banner .banner-text .text .cate-name {
    display: flex;
    flex-direction: column;
  }
  .recruit .body .item {
    width: 100%;
    height: auto;
    background-image: url("../images/list_recruit_cloudH5.png"), linear-gradient(92deg, #ffffff 0%, rgba(228, 239, 252, 0.6) 80%, rgba(201, 223, 249, 0.51) 99%, rgba(201, 223, 249, 0.5) 100%);
  }
  .recruit .body .item .responsibility,
  .recruit .body .item .claim {
    padding-top: 3.25rem;
  }
  .recruit .body .item .responsibility .content span,
  .recruit .body .item .claim .content span {
    text-indent: -1.25rem;
    text-align: justify;
    padding-left: 1.7rem;
  }
  .recruit .body .item .email {
    padding-top: 1.875rem;
  }
  .recruit .body .item:hover {
    background-image: url("../images/list_recruit_cloudH5.png"), linear-gradient(92deg, #ffffff 0%, rgba(228, 239, 252, 0.6) 80%, rgba(201, 223, 249, 0.51) 99%, rgba(201, 223, 249, 0.5) 100%);
  }
  .recruit .recruit-mr {
    margin-top: 3.295rem !important;
  }
}
@media (max-width: 767px) {
  .recruit .body .item {
    padding: 2rem 2rem 5rem 2rem;
  }
  .recruit .body .item .item-position .title {
    font-size: 1.5rem;
  }
  .recruit .body .item .responsibility .title,
  .recruit .body .item .claim .title {
    font-size: 1.2rem;
  }
  .recruit .body .item .responsibility .content span,
  .recruit .body .item .claim .content span {
    font-size: 1rem;
  }
  .recruit .body .item .email .el,
  .recruit .body .item .email .er {
    font-size: 0.846rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1030px) {
  .page-banner {
    /* height: 882px; */
    height: 35rem;
  }
}
/*# sourceMappingURL=list_recruit.css.map */