.JobListing-bigbox{
  padding: 0.6rem 0.3rem 0.33rem 0.3rem;
  border-top: 1px solid #e5e2de;
  border-bottom: 1px solid #e5e2de;
}

.JobListing-li:nth-child(even){
  background-color: #ffffff;
}
.JobListing-li:nth-child(odd){
  background-color: #f4f4f4;
}

.JobListing-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.31rem 0.27rem 0.3rem 0.17rem;
}

.JobListing-top2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.31rem 0.27rem 0.3rem 0.17rem;
  background-color: #ffffff;
}

.JobListing-top-left{
  font-size: 0.24rem;
  color: #333333;
}

.JobListing-top-right{
  display: flex;
  align-items: center;
}

.JobListing-top-right-img{
  width: 0.31rem;
  height: 0.31rem;
}

.JobListing-top-right-img2{
  width: 0.31rem;
  color: 0.31rem;
}

.JobListing-bom{
  padding: 0.33rem 0 0.39rem 0.17rem;
  border-bottom: 1px dashed #e5e2de;
  background-color: #ffffff;
}

.JobListing-bom-one-a{
  font-size: 0.24rem;
  color: #333333;
}

.JobListing-bom-two{
  margin-top: 0.34rem;
}

.JobListing-bom-two-ul{
  display: flex;
  flex-direction: column;
  grid-gap: 0.25rem;
}

.JobListing-bom-two-a{
  display: flex;
  align-items: center;
  padding-left: 0.23rem;
}

.JobListing-bom-two-a-left{
  width: 0.05rem;
  height: 0.05rem;
  background-color: #7d7d7d;
  border-radius: 50%;
  margin-right: 0.12rem;
}

.JobListing-bom-two-a-right{
  font-size: 0.24rem;
  color: #686868;
  width: 6.13rem;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 溢出部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.JobListing-bom-three{
  margin-top: 0.42rem;
}

.JobListing-bom-three-a{
  font-size: 0.24rem;
  color: #333333;
}

.JobListing-bom-four{
  margin-top: 0.24rem;
}

.JobListing-bom-four-a{
  padding: 0 0.4rem 0 0.2rem;
  font-size: 0.24rem;
  color: #666666;
}

.JobListing-bom-five{
  display: flex;
  align-items: center;
  margin-top: 0.34rem;
}

.JobListing-bom-five-but{
  width: 1.68rem;
  height: 0.63rem;
  background-color: #ce2a31;
  border: 0;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 0.24rem;
  margin-right: 0.13rem;
}

.JobListing-bom-five-span{
  font-size: 0.24rem;
  color: #818181;
}