.container-title {
  margin-top: 6.5333vw;
  text-align: center;
  font-size: 2.9333vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.container-subtitle {
  margin-top: 1.3333vw;
  text-align: center;
  font-size: 1.6vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
}

.container {
  margin: 0 0.4rem 0.8rem 0.4rem;
}

.screening {
  margin-top: 4vw;
  font-size: 3.2vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #000000;
}

.position-nav {
  height: 34vm;
  margin: 1.15vw 0vw;
  top: 0;
  z-index: 9999;
}

.position-nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.position-nav > ul > li {
  margin-right: 1.1vw;
  display: inline-block;
  /* min-width: 100px; */
  text-align: start;
  position: relative;
  padding: 1.0667vw 1.7333vw;
  font-size: 2.4vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #878787;
}

.position-nav > ul > li:nth-child(n+1) {
  border: 0.1333vw solid #d5d5d5;
}

.position-fistNavLi:hover .position-secondNav {
  display: block;
  animation: translateY2 0.5s ease;
}

.position-secondNav {
  display: none;
  width: 100%;
  min-height: 20.83vw;
  background: white;
  background-size: 100%;
  position: absolute;
  top: 4.5333vw;
  left: 0;
  text-align: center;
  padding-top: 0.63vw;
  z-index: 1111;
}

.position-secondNav > li {
  height: 4.5333vw;
  line-height: 4.5333vw;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.position-secondNav > li > a {
  display: block;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.position {
  width: 100%;
  margin: 0 auto;
}

.position > table {
  width: 100%;
}

.position-table {
  border-collapse: collapse;
  border: 0.013333rem solid #e6e6e6;
}

.position-table th {
  padding: 2.1333vw;
  background-color: #002a5c;
  font-size: 2.2667vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #ffffff;
}

.position-table td {
  padding: 2.1333vw;
  text-align: center;
  font-size: 2.2667vw;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #000000;
  border-top: 0.013333rem solid #e6e6e6;
}

.position-table tr:nth-child(odd) {
  background: #f8f8f8;
}

.position-table tr:nth-child(even) {
  background: #ffffff;
}

.pos-line {
  margin-top: 2.4vw;
  margin-bottom: 3.7333vw;
  width: 100%;
  height: 0.1333vw;
  border-bottom: 0.1333vw dotted #858585;
}

.pos-button {
  margin-top: 7.7333vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.position-nav div {
  background: url('https://raw.githubusercontent.com/ourjs/static/gh-pages/2015/arrow.png') right center no-repeat;
  width: 2.266667rem;
  height: 0.533333rem;
  line-height: 0.533333rem;
  overflow: hidden;
  border: solid 0.013333rem #ccc;
  display: inline-block;
  vertical-align: middle;
  color: #878787;
  margin-top: 0.266667rem;
  font-size: 0.24rem;
}

.position-nav div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none!important;
  background: transparent!important;
  padding-left: 0.133333rem;
  width: 2.533333rem;
  height: 100%;
  outline: none;
  font-size: 0.24rem;
}

.paomadeng {
  width: 4rem;
}

.recruitmentPages {
  text-align: center;
  margin-top: 1.333333rem;
  position: relative;
  z-index: 999;
}

.recruitmentPages img {
  width: 0.666667rem;
}

.containerTitle_list {
  padding-top: 0.133333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruitmentTopText .message {
  display: flex;
  align-items: center;
  color: #b8161d;
  font-size: 0.213333rem;
}

.recruitmentTopText .message img {
  width: 0.266667rem;
  margin-right: 0.133333rem;
}

.message-text > p {
  display: flex;
  align-items: center;
}