.job-card {
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px 17px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}
.job-card:hover .btn-shadow-001{
    display: block;
}
.job-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeef4
}
.job-card:first-of-type {
  border: none;
}
.job-card:first-of-type::after {
  background: none;
}
.job-card-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 253px;
  height: 50px;
  object-fit: cover;
}
.job-card-cover-hurry {
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, #fffcf4 11.66%, #FFFDF9 72.79%);
}
.job-card-left {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  flex: 1;
  overflow: hidden;
  max-width: 700px;
}
.job-card-left-title {
  position: relative;
  display: flex;
  align-items: baseline;
}
.job-card-left-title-icon {
  margin-right: 4px;
  width: 18px;
  height: 18px;
  object-fit: cover;
  position: relative;
  bottom: -2px;
}
.job-card-left-title-text {
  display: flex;
  margin-top: -3px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #111111;
}
.job-card-left-des {
  display: flex;
  align-items: baseline;
  margin-top: 8px;
}
.job-card-left-des-money {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #ff4c00;
  line-height: 22px;
}
.job-card-left-des-symbol {
  font-size: 10px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #ff4c00;
  line-height: 14px;
}
.job-card-left-des-text {
  margin-left: 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.job-card-left-tag {
  display: flex;
  flex-wrap: wrap;
  max-height: 32px;
  overflow: hidden;
}
.job-card-left-tag-item {
  margin-right: 4px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 24px;
  background: #f3f3f3;
  border-radius: 4px;
  overflow: hidden;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666666;
}
.job-card-people {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-right: 30px;
  width: 334px;
}
.job-card-people-company {
  display: flex;
  align-items: center;
}
.job-card-people-company-name {
  position:relative;
  margin-right: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
}
.job-card-people-company-icon {
  width: 52px;
  height: 16px;
  object-fit: cover;
}
.job-card-people-text {
    max-width: 334px;
    margin-top: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.job-card-people-operation {
  position: relative;
  z-index: 1;
  margin-top: 31px;
}
.job-card-people-operation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 32px;
  background: #1e6fff;
  border-radius: 16px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.job-card-people-operation-time {
  text-align: center;
  margin-top: 7px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
