.top_bj {
  background: url(/imgs/campusRecruitment/positionBanner.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 75px;
  overflow: hidden;
}
.campusRecruitment_position_box {
  position: relative;
  padding: 0.75rem 0;
  display: flex;
  justify-content: center;
}

.campusRecruitment_position_left {
  position: sticky;
  top: 8.25rem;
  width: 3.5rem;
  min-height: 12.8125rem;
  background: linear-gradient(135deg, #ebf7ff 0%, #ffffff 13%, #ffffff 47%, #ffffff 83%, #e7f0ff 100%);
  box-shadow: 0px 0.075rem 0.25rem 0.05rem rgba(0, 0, 0, 0.04);
  border-radius: 0.1rem;
  margin-right: 0.25rem;
}
.campusRecruitment_position_left-top {
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.6rem;
  background: #eef8ff;
  border-radius: 0.1rem 0.1rem 0px 0px;
  border: 1px solid #eaeaea;
  padding: 0 0.375rem;
}
.campusRecruitment_position_left-top .search {
  font-size: 0.2rem;
  font-weight: 500;
  color: #2f496f;
  line-height: 0.2625rem;
}

.campusRecruitment_position_left-top .del {
  font-size: 0.2rem;
  font-weight: 400;
  color: #3e68ff;
  line-height: 0.2625rem;
  cursor: pointer;
}

.campusRecruitment_position_right {
  width: 11.25rem;
  /* height: 12.8125rem; */
  background: linear-gradient(135deg, #ebf7ff 0%, #ffffff 13%, #ffffff 47%, #ffffff 83%, #e7f0ff 100%);
  box-shadow: 0px 0.075rem 0.25rem 0.05rem rgba(0, 0, 0, 0.04);
  border-radius: 0.1rem;
}

.campusRecruitment_position_left-bottom {
  padding: 0 0.375rem;
  padding-top: 0.2875rem;
  font-size: 0.2rem;
}

.campusRecruitment_position_left-bottom_title {
  font-size: 0.225rem;
  font-weight: 500;
  color: #2f496f;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
.check {
  margin-bottom: 0.25rem;
}
input {
  /* margin-bottom: .25rem; */
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}
label {
  display: flex;
  align-items: center;
}
.label-text {
  /* margin-bottom: .125rem; */
  margin-left: 0.075rem;
  font-size: 0.2rem;
}

.campusRecruitment_position_right {
  /* padding: 0 1.275rem 0 .75rem; */
}
.top_camp1-item {
  padding: 0.4375rem 1.275rem 0.5375rem 0.75rem;
  border-bottom: 0.0125rem solid #d8d8d8;
}
.top_camp1-item:not(.empty):hover {
  background: #eff7fe;
  cursor: pointer;
}
.top_camp1-item:nth-last-child(1) {
  border-bottom: none;
  /* padding-bottom: 0; */
}
.top_camp1-item.empty {
  padding-top: 16vh;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top_camp1-item.empty img {
  margin-bottom: 0.325rem;
}
.top_camp1-title {
  font-size: 20px;
  font-weight: 600;
  color: #374e72;
  line-height: 0.35rem;
  margin-bottom: 0.0625rem;
}
.top_camp1-tag {
  margin: 0.15rem 0;
}
.top_camp1-tag span {
  font-size: 0.2rem;
  font-weight: 400;
  color: #374e72;
  line-height: 0.25rem;
}
.top_camp1-tag span:nth-child(even) {
  padding: 0 0.25rem;
}
.top_camp1-desc {
  font-size: 0.2rem;
  font-weight: 400;
  color: #374e72;
  line-height: 26px;
  display: -webkit-box; /* 使用flexbox布局 */
  -webkit-box-orient: vertical; /* 垂直排列子元素 */
  -webkit-line-clamp: 2; /* 设置最大显示行数为2行 */
  overflow: hidden; /* 溢出内容隐藏 */
  text-overflow: ellipsis; /* 使用省略号表示被隐藏的文本 */
}
.top_camp1-item-detail {
  display: none;
  font-size: 0.2rem;
  font-weight: 400;
  color: #374e72;
  line-height: 1.6;
}
