article .content .citybox {
  margin: 1.56168662vw auto 0;
  display: flex;
  align-items: flex-start;
  width: 52.05622072vw;
}
article .content .citybox span {
  margin-top: 0.2602811vw;
  width: 5.20562207vw;
  color: #ffffff;
  font-size: 0.83289953vw;
}
article .content .citybox .citylist {
  display: flex;
  flex-wrap: wrap;
}
article .content .citybox .citylist li {
  padding: 0.20822488vw 0.93701197vw;
  margin-right: 0.52056221vw;
  margin-bottom: 0.2602811vw;
  color: #ffffff;
  font-size: 0.83289953vw;
  border-radius: 1.04112441vw;
  cursor: pointer;
}
article .content .citybox .citylist li:hover {
  background-color: #5cb9d7;
}
article .content .citybox .citylist .city_act {
  background-color: #5cb9d7;
}
article .content .searchbox {
  position: relative;
  margin: 0.2602811vw auto 0;
  display: flex;
  width: 52.05622072vw;
  height: 2.03019261vw;
}
article .content .searchbox .sicon {
  position: absolute;
  top: 50%;
  left: 0.62467465vw;
  width: 0.93701197vw;
  height: 0.93701197vw;
  transform: translateY(-50%);
}
article .content .searchbox input {
  padding-left: 2.08224883vw;
  padding-right: 7.0275898vw;
  width: 100%;
  height: 100%;
  font-size: 0.83289953vw;
  border-radius: 1.56168662vw;
  border: none;
  outline: none;
}
article .content .searchbox .sbtn {
  position: absolute;
  top: 50%;
  right: 0.2602811vw;
  width: 6.35085893vw;
  height: 1.66579906vw;
  color: #ffffff;
  font-size: 0.93701197vw;
  letter-spacing: 0.10411244vw;
  text-align: center;
  line-height: 1.66579906vw;
  background-color: #5cb9d7;
  border-radius: 1.56168662vw;
  border: none;
  outline: none;
  transform: translateY(-50%);
  cursor: pointer;
}
article .content .jobox {
  margin: 1.30140552vw auto 0;
  width: 52.05622072vw;
}
article .content .jobox .job_head {
  display: flex;
  align-items: center;
  padding-left: 2.03019261vw;
  width: 100%;
  height: 2.03019261vw;
  border: 0.15616866vw solid #5cb9d7;
  border-radius: 1.04112441vw;
}
article .content .jobox .job_head strong {
  color: #73f2fa;
  font-size: 0.83289953vw;
}
article .content .jobox .job_head strong:nth-of-type(1) {
  width: 30%;
}
article .content .jobox .job_head strong:nth-of-type(2) {
  width: 30%;
}
article .content .jobox .job_head strong:nth-of-type(3) {
  width: 30%;
}
article .content .jobox .job_bottom {
  margin-top: 0.52056221vw;
  width: 100%;
  height: 16.65799063vw;
  overflow-y: auto;
  /*滚动条的轨道*/
  /*滚动条的滑块按钮*/
  scrollbar-width: 0.15616866vw;
  scrollbar-base-color: #37C5E6;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #37C5E6;
  scrollbar-shadow-color: #37C5E6;
}
article .content .jobox .job_bottom::-webkit-scrollbar {
  background-color: #37C5E6;
  width: 0.15616866vw;
  height: 0.10411244vw;
  border-radius: 0.52056221vw;
}
article .content .jobox .job_bottom::-webkit-scrollbar-track {
  background-color: #37C5E6;
  border-radius: 0.52056221vw;
}
article .content .jobox .job_bottom::-webkit-scrollbar-thumb {
  border-radius: 0.52056221vw;
  background-color: #fff;
}
article .content .jobox .job_bottom li {
  height: 2.49869859vw;
  border-bottom: 0.10411244vw dashed #59b3d4;
}
article .content .jobox .job_bottom li div {
  display: flex;
  align-items: center;
  padding-left: 2.03019261vw;
  height: 100%;
}
article .content .jobox .job_bottom li div span {
  color: #ffffff;
  font-size: 0.83289953vw;
}
article .content .jobox .job_bottom li div span:nth-of-type(1) {
  width: 31.5%;
}
article .content .jobox .job_bottom li div span:nth-of-type(2) {
  width: 30.5%;
}
article .content .jobox .job_bottom li div span:nth-of-type(3) {
  width: 23.5%;
}
article .content .jobox .job_bottom li div a {
  justify-items: flex-end;
  display: block;
  width: 6.29880271vw;
  height: 2.03019261vw;
}
article .content .notice {
  margin-top: 0.93701197vw;
  color: #ffffff;
  font-size: 0.72878709vw;
  text-align: center;
}
