#wrap {
  height: 100%;
  min-width: 1254px;
  padding-top: 150px;
}
.top-search {
  position: fixed;
  top: 49px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1004;
  box-shadow: 0 16px 40px 0 rgba(158, 158, 158, 0.2);
  padding: 24px 0;
}
.top-search .search-container {
  width: 1184px;
  max-width: 1184px;
  margin: 0 auto;
  animation: showSearchBox-ec3b0716 0.35s linear both;
  zoom: 1;
}
.top-search .search-container::after {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.top-search .search-container .tab-school {
  position: relative;
  float: left;
  margin-right: 12px;
}
.top-search .search-container .tab-school:hover .tab-school-list {
  display: block;
}
.top-search .search-container .tab-school .tab-school-box {
  position: relative;
  display: block;
  font-weight: 600;
  color: #00a6a7;
  line-height: 22px;
  border-radius: 12px;
  font-size: 16px;
  padding: 16px 35px 16px 20px;
  background: rgba(0, 190, 189, 0.1);
  transition: all 0.2s linear;
  cursor: pointer;
}
.top-search .search-container .tab-school .tab-school-box:hover {
  background: #00bebd;
  color: #fff;
}
.top-search .search-container .tab-school .tab-school-box::after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  background: url(https://img.bosszhipin.com/static/file/2022/01vcskhm8y1652252017628.png) -5px 0 / 10px auto no-repeat;
  transform: rotate(90deg);
}
.top-search .search-container .tab-school .tab-school-list {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ededed;
  z-index: 4;
  transition: opacity 0.2s linear;
  padding: 4px;
}
.top-search .search-container .tab-school .tab-school-list li a {
  display: block;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  transition: all 0.2s linear;
}
.top-search .search-container .tab-school .tab-school-list li a:hover {
  color: #00bebd;
  background-color: #f4f0f0fd;
}
.top-search .search-container .tab-school .tab-school-list li .link-active {
  color: #00a6a7 !important;
  font-weight: 500;
}
.top-search .search-container .search-area {
  width: 884px;
  margin: 0;
  float: left;
  position: relative;
  font-size: 13px;
}
.top-search .search-container .search-area .search-box {
  box-shadow: none;
  height: 54px;
  border-radius: 10px;
  position: relative;
  zoom: 1;
  z-index: 1000;
}
.top-search .search-container .search-area .search-box .search-box-con {
  width: 764px;
  border-radius: 10px;
  left: 0;
  position: absolute;
  top: 0;
  background: #fff;
  border: 2px solid #00bebd;
  border-right: none;
  box-shadow: none;
  z-index: 1;
  float: left;
}
.top-search .search-container .search-area .search-box .search-box-con .position-sel {
  border: none;
  border-radius: 10px;
  padding: 11px 18px;
  float: left;
  display: block;
  height: 50px;
  line-height: 30px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.top-search .search-container .search-area .search-box .search-box-con .position-sel .label-text {
  width: 80px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.top-search .search-container .search-area .search-box .search-box-con .position-sel .label-text b {
  color: #222;
  font-size: 16px;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-weight: 400;
}
.top-search .search-container .search-area .search-box .search-box-con .position-sel .label-text i {
  width: 4px;
  height: 7px;
  top: 20px;
  right: 14px;
  background: url(https://img.bosszhipin.com/static/file/2022/01vcskhm8y1652252017628.png) -6px -16px / 10px auto no-repeat;
  transform: rotate(90deg);
  position: absolute;
}
.top-search .search-container .search-area .search-box .search-box-con .ipt-wrap {
  border: none;
  width: auto;
  overflow: hidden;
  position: static;
  border-radius: 10px;
  height: 50px;
  background: #fff;
}
.top-search .search-container .search-area .search-box .search-box-con .ipt-wrap .ipt-search {
  padding: 11px 19px;
  width: 606px;
  line-height: 30px;
  font-size: 16px;
  border: 0;
  color: #414a60;
}
.top-search .search-container .search-area .search-box .btn-map-search {
  position: absolute;
  top: 50%;
  right: 148px;
  margin-top: -12px;
  height: 24px;
  font-size: 16px;
  color: #333;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.top-search .search-container .search-area .search-box .btn-map-search:before {
  content: ' ';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url(https://img.bosszhipin.com/static/file/2023/rnb8fa70bs1675773960493.png) 0 0 / 24px auto no-repeat;
}
.top-search .search-container .search-area .search-box .btn-search {
  width: 128px;
  background: #00bebd;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  font-weight: 700;
  float: right;
  text-align: center;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
  min-width: 0;
  letter-spacing: 1px;
  box-sizing: content-box;
}
.top-search .search-container .search-box-scan {
  position: relative;
  text-align: left;
  height: 40px;
  line-height: 20px;
  margin-top: 7px;
  padding-left: 32px;
  font-weight: 500;
  display: block;
  animation: showSearchBox 0.35s linear both;
  color: #00a6a7;
  float: right;
  font-size: 13px;
  cursor: pointer;
  overflow: hidden;
}
.top-search .search-container .search-box-scan .search-box-scan-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  z-index: 1;
  width: 22px;
  height: 32px;
  background: url(https://img.bosszhipin.com/static/file/2022/bh2amn80el1654691091224.png) 0 0 / 44px auto no-repeat;
  transition: none;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
}
.top-search .search-container .search-box-scan .search-box-scan-container {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: -104px;
  z-index: 99;
  width: 178px;
  height: 194px;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.15s linear;
}
.top-search .search-container .search-box-scan .search-box-scan-container .search-box-scan-arrow {
  position: absolute;
  top: -4px;
  right: 60px;
  transform: rotate(135deg);
  width: 4px;
  height: 4px;
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
  background: #fff;
}
.top-search .search-container .search-box-scan .search-box-scan-container .search-box-scan-qrcode {
  color: #53cac3;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.top-search .search-container .search-box-scan .search-box-scan-container .search-box-scan-qrcode::before {
  content: ' ';
  display: block;
  width: 126px;
  height: 126px;
  margin: 20px auto 3px;
  background: url(../images/boss-download-qrcode.png) center / 100% no-repeat;
}
.school-banner {
  width: 1184px;
  margin: 0 auto 40px;
}
.school-banner::after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.school-banner .school-banner-lift {
  position: relative;
  width: 384px;
  border-radius: 12px;
  background: #fff;
  float: left;
  margin-right: 16px;
}
.school-banner .school-banner-lift .job-menu {
  background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
  border-radius: 12px 12px 0 0;
  color: #222;
  font-size: 16px;
  height: 49px;
}
.school-banner .school-banner-lift .job-menu li {
  position: relative;
  width: 50%;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  cursor: pointer;
}
.school-banner .school-banner-lift .job-menu li:hover {
  color: #00a6a7;
  font-weight: 500;
}
.school-banner .school-banner-lift .job-menu li span {
  line-height: 22px;
}
.school-banner .school-banner-lift .job-menu .job-menu-lift {
  color: #00a6a7;
  font-weight: 500;
}
.school-banner .school-banner-lift .job-menu .job-menu-lift::before {
  display: inline-block;
  content: " ";
  width: 16px;
  height: 16px;
  background: url(https://img.bosszhipin.com/static/file/2022/hzdzqozseo1660283831564.png?v=1) 0 0 / 16px auto no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
  background-position: 0 -16px;
}
.school-banner .school-banner-lift .job-menu .job-menu-right::before {
  content: " ";
  position: absolute;
  top: 19px;
  left: 0;
  width: 2px;
  height: 10px;
  background: #e0e0e0;
  border-radius: 1px;
  z-index: 1;
}
.school-banner .school-banner-lift .job-menu .job-menu-right:hover span::before {
  background-position: 0 -48px;
}
.school-banner .school-banner-lift .job-menu .job-menu-right span::before {
  display: inline-block;
  content: " ";
  width: 16px;
  height: 16px;
  background: url(https://img.bosszhipin.com/static/file/2022/hzdzqozseo1660283831564.png?v=1) 0 0 / 16px auto no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
  background-position: 0 -32px;
}
.school-banner .school-banner-lift .job-menu-list {
  height: 405px;
  padding: 2px 3px;
}
.school-banner .school-banner-lift .job-menu-list .list-major {
  display: block;
}
.school-banner .school-banner-lift .job-menu-list .list-major li {
  position: relative;
  padding: 0 20px;
  border-radius: 8px;
  width: 120px;
  transition: all 0.2s linear;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 6px;
  float: left;
  height: 36px;
  cursor: pointer;
}
.school-banner .school-banner-lift .job-menu-list .list-major li:hover {
  background-color: #f8f8f8;
}
.school-banner .school-banner-lift .job-menu-list .list-major li a {
  min-width: 88px;
  display: inline-block;
  max-width: 81px;
  color: #333;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  transition: color 0.2s linear;
}
.school-banner .school-banner-lift .job-menu-list .list-major li a:hover {
  color: #00a6a7;
}
.school-banner .school-banner-lift .job-menu-list .list-major li a::after {
  content: " ";
  opacity: 0;
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 1;
  border: none;
  width: 4px;
  height: 7px;
  padding: 0;
  margin: 0;
  background: url(https://img.bosszhipin.com/static/file/2022/01vcskhm8y1652252017628.png) -6px -8px / 10px auto no-repeat;
}
.school-banner .school-banner-lift .job-menu-list .list-cluster {
  display: none;
}
.school-banner .school-banner-lift .job-menu-list .list-cluster li {
  position: relative;
  padding: 0 20px;
  border-radius: 8px;
  width: 372px;
  transition: all 0.2s linear;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 6px;
  float: left;
  height: 36px;
  cursor: pointer;
}
.school-banner .school-banner-lift .job-menu-list .list-cluster li:hover {
  background-color: #f8f8f8;
}
.school-banner .school-banner-lift .job-menu-list .list-cluster li a {
  min-width: 88px;
  display: inline-block;
  max-width: 100%;
  color: #333;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  transition: color 0.2s linear;
}
.school-banner .school-banner-lift .job-menu-list .list-cluster li a:hover {
  color: #00a6a7;
}
.school-banner .school-banner-right::after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.school-banner .school-banner-right .banner-body {
  margin: -2px -2px 2px;
  position: relative;
  border-radius: 12px;
  width: 784px;
  height: 454px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.school-banner .school-banner-right .banner-body a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.school-banner .school-banner-right .banner-body a:hover {
  transition: all 0.2s linear;
  color: #00c2b3;
}
.school-banner .school-banner-right .banner-body a:hover::after {
  opacity: 1;
}
.school-banner .school-banner-right .banner-body a img {
  display: block;
  width: 100% !important;
  height: auto;
  height: 227px;
}
.school-banner .school-banner-right .banner-body a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
.school-tab {
  width: 1184px;
  margin: 0 auto 40px;
}
.school-tab .school-tab-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.school-tab .school-tab-header h3 {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  line-height: 40px;
  margin-right: 34px;
}
.school-tab .school-tab-header h3 .school-kj-title {
  display: flex;
  align-items: center;
}
.school-tab .school-tab-header h3 .school-kj-title img {
  width: auto;
  height: 26px;
  margin-left: 10px;
  cursor: pointer;
}
.school-tab .school-tab-header .more-btn {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  line-height: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
  transition: all 0.2s linear;
}
.school-tab .school-tab-header .more-btn:hover {
  color: #00a6a7;
}
.school-tab .school-tab-header .more-btn:hover::after {
  border-left-color: #00a6a7;
}
.school-tab .school-tab-header .more-btn::after {
  content: " ";
  width: 0;
  height: 0;
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #666;
  margin-left: 4px;
  transition: all 0.2s linear;
}
.school-tab .school-tab-header .school-tab-nav {
  margin-right: -6px;
}
.school-tab .school-tab-header .school-tab-nav li {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
  float: left;
  padding: 4px 16px;
  border-radius: 6px;
  transition: all 0.2s linear;
  margin: 0 6px;
  cursor: pointer;
}
.school-tab .school-tab-header .school-tab-nav li:hover {
  color: #fff;
  background: #00bebd;
}
.school-tab .school-tab-header .school-tab-nav .active {
  color: #fff;
  background: #00bebd;
}
.school-tab .school-tab-content .kj-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -8px;
}
.school-tab .school-tab-content .kj-list .kj-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  cursor: pointer;
  width: 384px;
  height: 106px;
  margin: 10px 8px;
}
.school-tab .school-tab-content .kj-list .kj-card .kj-img {
  width: 130px;
  height: 74px;
  border-radius: 8px;
  margin-right: 11px;
  flex-shrink: 0;
}
.school-tab .school-tab-content .kj-list .kj-card .kj-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.school-tab .school-tab-content .kj-list .kj-card .kj-intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.school-tab .school-tab-content .kj-list .kj-card .kj-intro .kj-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.school-tab .school-tab-content .kj-list .kj-card .kj-intro .kj-num {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
  margin-top: 4px;
}
.school-tab .school-tab-content .kj-list .kj-card .kj-intro .kj-city {
  margin-top: 7px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px;
  color: #666;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list {
  margin: -10px -8px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list::after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper {
  float: left;
  margin: 10px 8px;
  width: 384px;
  height: 136px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.2s linear;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-top {
  display: block;
  padding: 16px 20px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-top .job-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-top .job-info .job-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 22px;
  flex: 1;
  overflow: hidden;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-top .job-info .job-title .job-name {
  max-width: 200px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-top .job-info .job-title .job-name-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 6px;
  background: url(https://img.bosszhipin.com/static/file/2022/tfguyqkgkb1651743005056.png) 0 -16px / 16px auto no-repeat;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-top .job-info .job-salary {
  display: block;
  font-family: kanzhun-Regular;
  flex-shrink: 0;
  font-size: 20px;
  color: #fe574a;
  line-height: 21px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-top .tag-list {
  height: 22px;
  overflow: hidden;
  margin-top: 12px;
  margin-left: -4px;
  margin-right: -4px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-top .tag-list li {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  padding: 2px 8px;
  transition: all 0.2s linear;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 20px;
  background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
  border-radius: 0 0 12px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-bottom .company-logo {
  font-size: 13px;
  color: #666;
  flex: 1;
  margin-right: 4px;
  transition: all 0.2s linear;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-bottom .company-logo img {
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 8px;
  border: 1px solid #f8f8f8;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-bottom .company-list {
  overflow: hidden;
  height: 18px;
  margin-right: -12px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-bottom .company-list li {
  position: relative;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  padding-left: 12px;
  padding-right: 12px;
  float: right;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .job-wrapper .job-wrapper-bottom .company-list li:last-child::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 1;
  width: 1px;
  height: 10px;
  background: #e0e0e0;
  border-radius: 1px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper {
  float: left;
  margin: 10px 8px;
  position: relative;
  width: 384px;
  height: 174px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.2s linear;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .school-tag {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 4px 13px;
  font-weight: 500;
  color: #00a6a7;
  line-height: 17px;
  font-size: 12px;
  background: #e5f8f8;
  border-radius: 0 12px 0 12px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-top {
  display: block;
  overflow: hidden;
  padding: 20px 20px 16px;
  color: #414a60;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-top .company-logo {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  float: left;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-top .company-info {
  margin-left: 68px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-top .company-info .company-title {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 22px;
  margin-bottom: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-top .company-info .company-tag {
  overflow: hidden;
  height: 22px;
  margin-left: -4px;
  margin-right: -4px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-top .company-info .company-tag li {
  float: left;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  padding: 2px 8px;
  margin-left: 4px;
  margin-right: 4px;
  background: #f8f8f8;
  border-radius: 4px;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-top .company-desc {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  min-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-bottom {
  position: relative;
  height: 48px;
  background: linear-gradient(90deg, #f5fcfc, #fcfbfa);
  border-radius: 0 0 12px 12px;
  padding: 0 20px;
  text-align: center;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-bottom a {
  display: inline-block;
  font-size: 14px;
  color: #222;
  line-height: 48px;
  height: 48px;
  transition: all 0.2s linear;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-bottom a::after {
  content: " ";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(https://img.bosszhipin.com/static/file/2022/01vcskhm8y1652252017628.png) -5px 0 / 10px auto no-repeat;
  opacity: 0;
  margin-left: 6px;
  transition: all 0.2s linear;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-bottom a:first-child {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-bottom a:last-child {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-bottom a:hover {
  color: #00a6a7;
}
.school-tab .school-tab-content .school-tab-panel .school-job-list .company-wrapper .company-bottom a:hover::after {
  opacity: 1;
}
.school-tab .school-tab-content .school-tab-panel .look-more-btn {
  display: block;
  margin: 24px auto 0;
  width: 184px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #00a6a7;
  background: rgba(0, 190, 189, 0.1);
  border-radius: 8px;
  transition: all 0.2s linear;
}
.school-tab .school-tab-content .school-tab-panel .look-more-btn:hover {
  background: #00bebd;
  color: #fff;
}
