body {
  background-color: #f3f7fa;
}
.recruit_wrap {
  /* 文本省略 */
  /*  */
  /* 条件模块 */
  /* tabs 模块 */
  /* 分页 */
  /* modal.css */
}
.recruit_wrap .text_ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示两行文本 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.recruit_wrap .flex_center {
  display: flex;
  align-items: center;
}
.recruit_wrap .flex_just_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit_wrap .flex_just_center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recruit_wrap .hide {
  display: none;
}
.recruit_wrap .banner {
  width: 100%;
  height: 420px;
  background: url(../image/banner.jpg) no-repeat;
  background-size: 100% 100%;
  line-height: 1;
  margin-bottom: 24px;
}
.recruit_wrap .banner .content {
  display: flex;
  flex-direction: column;
}
.recruit_wrap .banner .content .title {
  font-size: 36px;
  color: #121212;
}
.recruit_wrap .banner .content .text {
  font-size: 14px;
  color: #5e6f98;
  margin-top: 27px;
}
.recruit_wrap .banner .content .post {
  width: 510px;
  height: 107px;
  background-color: #e9f8ff;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(180deg, #eff7ff 0%, #eff7ff 100%);
  border-image-slice: 1;
  padding: 14px 16px;
  margin-top: 50px;
}
.recruit_wrap .banner .content .post .post_title img {
  width: 17px;
  font-size: 16px;
  color: #000000;
}
.recruit_wrap .banner .content .post .post_format {
  font-size: 16px;
  color: #1169bb;
  font-weight: bold;
  margin-top: 32px;
}
.recruit_wrap .banner .content .post .post_format span {
  margin-left: 60px;
}
.recruit_wrap .hot_job {
  width: 336px;
  margin-left: 22px;
  padding: 15px 22px;
  background-color: #fff;
}
.recruit_wrap .hot_job .title {
  font-size: 16px;
  color: #1d1d1d;
}
.recruit_wrap .hot_job .title img {
  width: 20px;
  margin-right: 6px;
}
.recruit_wrap .hot_job .text {
  margin-top: 34px;
  font-size: 14px;
  color: #5e6f98;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 12px;
  margin-bottom: 14px;
}
.recruit_wrap .hot_job .text span {
  cursor: pointer;
}
.recruit_wrap .job {
  width: 1440px;
    margin-bottom: 15px;
}
.recruit_wrap .wrap {
  padding: 32px 36px;
  background: #fff;
}
.recruit_wrap .form-control {
  height: 42px;
  border-radius: 0;
  color: #1d1d1d;
}
.recruit_wrap .condition_tabs {
  display: flex;
  align-items: flex-end;
}
.recruit_wrap .condition {
  width: 104px;
  height: 50px;
  background-color: #f3f7fa;
  text-align: center;
  line-height: 50px;
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #1d1d1d;
  margin-right: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
.recruit_wrap .tabs {
  background: #fff;
  flex: 1;
  border-bottom: 1px solid #d5dde3;
  height: 44px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.recruit_wrap .tabs .tab {
  margin: 0 25px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #5e6f98;
  cursor: pointer;
  position: relative;
}
.recruit_wrap .tabs .tab_active {
  color: #1169bb;
}
.recruit_wrap .tabs .tab_active::before {
  content: ' ';
  width: 100%;
  height: 3px;
  background-color: #005bac;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recruit_wrap .dropdown {
  display: none;
  margin-top: 15px;
}
.recruit_wrap .dropdown button {
  height: 44px;
  line-height: 44px;
  width: 104px;
}
.recruit_wrap .dropdown a {
  height: 32px;
  line-height: 32px !important;
  padding: 0 10px !important;
}
.recruit_wrap .menu_item_active {
  background-color: #d4eaff !important;
  color: #3e7ec5 !important;
}
.recruit_wrap .all_post {
  font-size: 14px;
  color: #5e6f98;
  text-align: right;
  border-bottom: 1px solid #d5dde3;
  margin-top: 25px;
  padding: 15px 0;
}
.recruit_wrap .list .item {
  padding: 28px 0 24px 0;
  border-bottom: 1px solid #dbe2e7;
  background-color: #fff;
}
.recruit_wrap .list .item .left {
  flex: 1;
  margin-right: 20px;
}
.recruit_wrap .list .item .left .title_address .title {
  font-size: 18px;
  color: #1d1d1d;
}
.recruit_wrap .list .item:hover .title_address .title {
  color: #005bac;
}
.recruit_wrap .list .item .left .title_address .address {
  font-size: 0;
  margin-left: 30px;
}
.recruit_wrap .list .item .left .title_address .address img {
  width: 13px;
}
.recruit_wrap .list .item .left .title_address .address span {
  font-size: 18px;
  color: #1d1d1d;
  margin-left: 8px;
}
.recruit_wrap .list .item .left .seniority {
  font-size: 14px;
  color: #1d1d1d;
  margin-top: 8px;
}
.recruit_wrap .list .item .left .work {
  font-size: 14px;
  color: #5e6f98;
  margin-top: 12px;
}
.recruit_wrap .list .item .left .work p {
  margin: 0;
}
.recruit_wrap .list .item .left .work p:first-child {
  margin-bottom: 6px;
}
.recruit_wrap .list .item .right {
  width: 110px;
  height: 42px;
  background-color: #f3f7fa;
  border: solid 1px #005bac;
  font-size: 14px;
  color: #005bac;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.recruit_wrap .pagination li a {
  font-size: 14px;
  color: #1d1d1d;
  padding: 8px 20px;
  margin: 0 0 0 14px;
  background-color: #fff !important;
}
.recruit_wrap .pagination li .page_control:hover {
  background-color: #fff !important;
  color: #3e7ec5 !important;
}
.recruit_wrap .pagination li .page_active {
  background-color: #d4eaff !important;
  border: solid 1px #1169bb !important;
  color: #3e7ec5 !important;
}
.recruit_wrap #myModal.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.recruit_wrap .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.recruit_wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .recruit_wrap .banner .content {
    width: 750px;
  }
}
@media (max-width: 576px) {
  .recruit_wrap .banner .content {
    padding: 0 15px;
    margin: 0;
  }
  .recruit_wrap .banner .content .post {
    width: 100%;
  }
  .recruit_wrap .banner .content .post .post_format {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
  }
  .recruit_wrap .banner .content .post .post_format span {
    margin-left: 0;
    margin-top: 12px;
  }
  .recruit_wrap .job {
    padding: 16px;
  }
  .recruit_wrap .hot_job {
    display: none;
  }
  .recruit_wrap .condition_tabs {
    display: none;
  }
  .recruit_wrap .dropdown {
    display: block;
  }
  .recruit_wrap .all_post {
    /* display: none; */
    text-align: left;
    margin-top: 15px;
  }
  .recruit_wrap .list .item .left {
    margin-right: 0;
  }
  .recruit_wrap .list .item .left .title_address {
    justify-content: space-between;
    flex: 1;
    margin-right: 15px;
  }
  .recruit_wrap .list .item .left .seniority {
    margin-top: 5px;
  }
  .recruit_wrap .list .item .left .work {
    margin-top: 12px;
  }
  .recruit_wrap .list .item .left .work p {
    margin-bottom: 5px;
  }
  .recruit_wrap .list .item .right {
    display: none;
  }
}
