@charset "UTF-8";
.nav,
.header,
.footer,
.location {
  display: block;
}

.app-nav,
.app-location {
  display: none;
}

.recruit {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 72px;
}

.recruit-box {
  width: 1280px;
  margin: 0 auto;
}

.recruit-box-header {
  margin-bottom: 16px;
}

.recruit-box-header div {
  display: flex;
  height: 20px;
}

.recruit-box-header div a {
  height: 20px;
  line-height: 20px;
  margin-right: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111111;
  font-weight: 400;
  font-size: 14px;
}

.recruit-box-header div a:nth-child(n + 2) {
  margin-left: 8px;
}

.recruit-box-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.recruit-box-content-mainL {
  width: 164px;
  background-color: #fff;
  border-radius: 3px;
  /* height: 689px; */
  overflow: hidden;
}

.recruit-box-content-mainL h4 {
  width: 85%;
  margin: 0 12px;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}

.recruit-box-content-mainL h4:nth-child(1) {
  margin-top: 14px;
}

.recruit-box-content-mainL h4:last-child {
  border-bottom: 0;
}

.recruit-box-content-mainL p {
  display: flex;
  flex-flow: column;
  width: 85%;
  margin-left: 12px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
}

.recruit-box-content-mainL p a {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  margin-left: 15px;
  color: #666666;
}

.recruit-box-content-mainL p a:nth-child(1) {
  margin-top: 12px;
  margin-bottom: 16px;
}

.recruit-box-content-mainL p a:hover {
  color: red;
}

.recruit-box-content-mainR {
  width: 1104px;
}

.recruit-box-content-mainR-top {
  height: 58px;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.qgsydw.com/qgsydw/sources/img/mask.png);
  background-size: cover;
  display: flex;
  align-items: center;
}

.recruit-box-content-mainR-top-pc {
  display: flex;
  align-items: center;
  height: 26px;
}

.recruit-box-content-mainR-top-pc p {
  margin-left: 12px;
  font-size: 20px;
  font-weight: bolder;
  color: #000000;
}

.recruit-box-content-mainR-top-pc p:nth-child(1) {
  margin-top: 6px;
}

.recruit-box-content-mainR-main {
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  padding-bottom: 2px;
}

.recruit-box-content-mainR-main-screen {
  display: flex;
}

.recruit-box-content-mainR-main-screen h4 {
  height: 26px;
  margin-top: 38px;
  margin-left: 34px;
  line-height: 26px;
  font-size: 18px;
  font-weight: bolder;
}

.recruit-box-content-mainR-main-screen div {
  width: 84.5%;
  margin-left: 32px;
  margin-right: 30px;
  margin-top: 20px;
}

.recruit-box-content-mainR-main-screen div ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit-box-content-mainR-main-screen div ul:nth-child(1) {
  margin-bottom: 8px;
}

.recruit-box-content-mainR-main-screen div ul li {
  width: 48px !important;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #ffffff;
  flex: 1 1 55px;
  /* ÿ��liԪ��ռ��һ��Ŀ��� */
  margin-bottom: 6px;
}

.recruit-box-content-mainR-main-screen div ul li a {
  display: block;
  color: #666666;
  font-size: 14px;
}

.recruit-box-content-mainR-main-screen div ul li a:hover {
  color: red;
  cursor: pointer;
}

.recruit-box-content-mainR-main-screen div ul .regionAc {
  border: 1px solid #ffcfcf;
  background-color: #fff0f0;
  border-radius: 3px;
}

.recruit-box-content-mainR-main-screen div ul .regionAc a {
  color: #ff0000;
  font-weight: bolder;
}

.recruit-box-content-mainR-main-list ul {
  overflow: hidden;
}

.recruit-box-content-mainR-main-list ul li {
  display: flex;
  margin-bottom: 16px;
}

.recruit-box-content-mainR-main-list ul li:nth-child(1) {
  margin-top: 41px;
}

.recruit-box-content-mainR-main-list ul li:last-child a {
  border: 0;
}

.recruit-box-content-mainR-main-list ul li a {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
  display: grid;
  grid-template-columns: 10fr 4.4fr;
  align-items: center;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 24px;
  width: 100%;
}

.recruit-box-content-mainR-main-list ul li a:hover .title,
.recruit-box-content-mainR-main-list ul li a:hover .time {
  color: red;
}

.recruit-box-content-mainR-main-list ul li a .region1 {
  display: block;
  width: 48px;
  height: 26px;
  background: linear-gradient(90deg, red 0%, #fa6b05 100%);
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}

.recruit-box-content-mainR-main-list ul li a .title {
  font-size: 16px;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recruit-box-content-mainR-main-list ul li a .region2 {
  display: none;
}

.recruit-box-content-mainR-main-list ul li a .time {
  font-size: 16px;
  color: #666666;
  text-align: end;
}

.recruit-box-content-mainR-bottom {
  height: 48px;
  background-color: #fff;
  margin-top: 12px;
  border-radius: 3px;
}

.recruit-box-content-mainR-bottom .Pagination {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-box-content-mainR-bottom .Pagination li {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 5px;
}

.recruit-box-content-mainR-bottom .Pagination li a {
  color: #111111;
  font-size: 14px;
}

.recruit-box-content-mainR-bottom .Pagination li:first-child {
  padding-right: 24px;
}

.recruit-box-content-mainR-bottom .Pagination li:last-child {
  padding-left: 24px;
}

.recruit-box-content-mainR-bottom .Pagination li:hover a {
  color: red;
}

.recruit-box-content-mainR-bottom .Pagination .thisclass {
  background: #fb0606;
  color: #fff;
}

.recruit-box-content-mainR-bottom .Pagination .thisclass:hover {
  color: #fff;
}

.recruit-box-content-mainR-bottom .Pagination .nopg {
  color: #999;
  cursor: not-allowed;
}

.recruit-box-content-mainR-bottom .Pagination .nopg:hover {
  color: #999 !important;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #f5f5f7 !important;
  }
  .nav,
  .header,
  .footer,
  .location {
    display: none;
  }
  .app-nav {
    width: 100%;
    background-color: #f5f5f7 !important;
    display: flex;
    align-items: center;
  }
  .app-nav-box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .app-nav-box-input {
    width: 90%;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ededed;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .app-nav-box-input p {
    height: 100%;
    overflow: hidden;
  }
  .app-nav-box-input p:nth-child(1) {
    width: 92%;
    padding-left: 3%;
    height: 95%;
  }
  .app-nav-box-input p:nth-child(2) {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
  }
  .app-nav-box-input input {
    height: 100%;
    background-color: transparent;
    width: 100%;
    border: 0;
  }
  .app-nav-box-input input:focus {
    outline: none;
  }
  .app-nav-box-announcement {
    display: flex;
    width: 90%;
    height: 100%;
    justify-content: space-between;
    margin-top: 16px;
  }
  .app-nav-box-announcement p {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    width: 45%;
    height: 48px;
  }
  .app-nav-box-announcement p:first-child {
    background: linear-gradient(#ffbf91, #ff9a82, #ff7070);
    background-image: url(../../sources/img/recruit-pink.jpg);
    background-size: 100% 48px;
  }
  .app-nav-box-announcement p:last-child {
    background-image: url(../../sources/img/recruit-yellow.jpg);
    background-size: 100% 48px;
  }
  .scroll {
    background-color: #ffffff !important;
    position: fixed;
    top: 0;
  }
  .scroll .app-nav-box-announcement {
    margin-top: 0 !important;
  }
  .scroll .app-nav-box-announcement p {
    background-image: none !important;
    color: #999999;
  }
  .scroll .app-nav-box-announcement .announcement-Ac {
    color: #ff0000;
    position: relative;
  }
  .scroll .app-nav-box-announcement .announcement-Ac::before {
    position: absolute;
    content: "";
    border: 1px solid red;
    width: 45%;
    bottom: 0;
  }
  .recruit {
    overflow: hidden;
    margin-top: 12px;
  }
  .recruit-box {
    width: 100%;
  }
  .recruit-box-header {
    display: none;
  }
  .recruit-box-content-mainL {
    display: none;
  }
  .recruit-box-content-mainR {
    overflow: hidden;
  }
  .recruit-box-content-mainR-top {
    display: none;
  }
  .recruit-box-content-mainR-main {
    background-color: #f5f5f7 !important;
  }
  .recruit-box-content-mainR-main-screen {
    display: none;
  }
  .recruit-box-content-mainR-main-list ul {
    overflow: hidden;
  }
  .recruit-box-content-mainR-main-list ul li:nth-child(1) {
    margin-top: 16px;
  }
  .recruit-box-content-mainR-main-list ul li a {
    width: 85%;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: normal;
    font-size: 14px;
  }
  .recruit-box-content-mainR-main-list ul li a:hover .title {
    color: #111111;
  }
  .recruit-box-content-mainR-main-list ul li a:hover .time {
    color: #666666;
  }
  .recruit-box-content-mainR-main-list ul li a .region1 {
    display: none;
  }
  .recruit-box-content-mainR-main-list ul li a .title {
    margin-left: 0;
    width: 100%;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .recruit-box-content-mainR-main-list ul li a .region2 {
    display: block;
    font-size: 12px;
    color: #666666;
    border: 0;
    margin-top: 8px;
    width: 24px;
    height: 16px;
    line-height: 16px;
  }
  .recruit-box-content-mainR-main-list ul li a .time {
    font-size: 12px;
    color: #666666;
    margin-left: 12px;
    margin-top: 8px;
  }
  .recruit-box-content-mainR-bottom {
    background-color: #f5f5f7;
    margin-top: 0 !important;
  }
  .recruit-box-content-mainR-bottom .thisclass {
    background: #dd0000;
  }
  .app-location {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
  }
  .app-location div p {
    z-index: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #fff;
  }
  .app-location div p img {
    width: 30px;
    height: 30px;
  }
  .app-location div p img:hover {
    cursor: pointer;
  }
  .app-location div:nth-child(1) {
    margin-bottom: 12px;
    background-color: #fff;
    box-shadow: 0 0 5px #d3d3d3;
  }
}