#app.fixed {
  padding-top: 195px;
}
.banner-container {
  min-height: 120px;
  background: #4d6fed;
  position: relative;
}
.banner-container img {
  width: 100%;
}
.search-container.fixed {
  box-shadow: 0 16px 40px 0 rgba(158, 158, 158, 0.2);
  position: fixed;
  top: 49px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1003;
  background: #fff;
  z-index: 1004;
}
.search-container.fixed .search-box {
  width: 780px;
  margin: 0;
  float: left;
}

.search-box {
  width: 900px;
  padding-top: 24px;
  margin: 0 auto;
}
.search-form {
  box-shadow: 0 10px 30px 0 rgba(153, 153, 153, 0.2);
  border-radius: 10px;
  height: 54px;
  position: relative;
}
.search-container.fixed .search-form {
  box-shadow: none;
}
.search-form-con {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 780px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #00bebd;
}
.search-container.fixed .search-form-con {
  left: 0;
  width: 660px;
  border-radius: 10px;
}
.search-form-con .position-sel {
  border-radius: 10px;
  border: none;
  padding: 11px 18px;
  width: 84px;
  float: left;
  height: 28px;
  line-height: 30px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.search-form-con .transparent-sel {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  z-index: 999;
  opacity: 0;
}
.search-form-con .transparent-sel .el-cascader {
  line-height: 50px;
}
.search-form-con .position-sel .label-text {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.search-form-con .position-sel .label-text b {
  font-size: 16px;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #222;
}
.search-form-con .position-sel .label-text i {
  position: absolute;
  width: 4px;
  height: 7px;
  top: 20px;
  right: 14px;
  background: url(./../images/arrow.png) -6px -16px/10px auto no-repeat;
  transform: rotate(90deg);
}
.search-form-con .ipt-wrap {
  border-radius: 10px;
  height: 50px;
  border: none;
  background: #fff;
  overflow: hidden;
}
.search-form-con .ipt-wrap .ipt-search {
  padding: 11px 18px;
  width: 626px;
  font-size: 16px;
  height: 28px;
  line-height: 30px;
  border: 0;
  color: #414a60;
}
.search-container.fixed .ipt-search {
  width: 508px;
}
.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: 2px;
}
.btn-search::before {
  content: '';
  width: 12px;
  height: 6px;
  display: inline-block;
}
.search-hot {
  height: 41px;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  width: 794px;
  color: #757575;
  font-size: 14px;
  padding: 16px 0 32px 0;
}
.search-hot a:hover {
  color: #fcfcfd;
  background: #00bebd;
}
.search-container.fixed .search-hot {
  display: none;
}
.search-hot span {
  margin-right: 12px;
  display: inline-block;
}
.search-hot a {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  color: #00a6a7;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 8px;
  margin-right: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.home-sider {
  float: left;
  width: 384px;
}
.home-job-menu {
  color: #666;
  position: relative;
  z-index: 1002;
  background: #fff;
  border-radius: 12px;
  padding: 6px 0 0 0;
}
.home-job-menu a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  height: 22px;
  line-height: 22px;
  margin-left: 20px;
}
.home-job-menu .job-menu-wrapper {
  height: 289px;
  padding: 0 3px;
  overflow: hidden;
}
.home-job-menu dl {
  height: 22px;
  transition: all 0.2s linear;
  border-radius: 8px;
  padding: 9px 17px;
}
.home-job-menu dl:hover {
  box-shadow: 0 4px 16px 0 rgba(153, 153, 153, 0.2);
}
.home-job-menu dl:hover:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 12px;
  z-index: 1;
}
.home-job-menu dd {
  position: relative;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.home-job-menu dd i {
  float: right;
  width: 4px;
  height: 7px;
  margin-top: 7px;
  background: url(./../images/arrow.png) -6px -16px/10px auto no-repeat;
}
.home-job-menu dd b {
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 22px;
  max-width: 98%;
}
.home-job-menu dl:hover .menu-sub {
  display: block;
}
.home-job-menu .menu-sub {
  display: none;
  position: absolute;
  top: 0;
  left: 388px;
  padding: 16px 8px 10px 16px;
  margin-top: 0;
  width: 772px;
  height: 314px;
  overflow: overlay;
  overflow: auto;
  z-index: 1;
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(153, 153, 153, 0.2);
  border-radius: 12px;
  border: 1px solid #ebeef5;
}
.home-job-menu .menu-sub .menu-article {
  font-size: 16px;
  font-weight: 500;
  color: #12141a;
  line-height: 22px;
  height: auto;
  padding-left: 0;
  margin-bottom: 4px;
}
.home-job-menu .menu-sub li {
  overflow: hidden;
}
.home-job-menu .menu-sub h4 {
  float: left;
  width: 118px;
  padding-top: 12px;
  margin: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
}
.home-job-menu .menu-sub .text {
  /* margin-left: 124px; */
  border-bottom: solid 1px #f0f3fa;
  padding: 6px 0;
}
.home-job-menu .menu-sub .text a {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 6px;
  margin-top: 6px;
  color: #222;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
}
.home-job-menu .menu-sub .text a:hover {
  color: #00a6a7;
  font-weight: 500;
}
.menu-sub ul li:last-of-type .text {
  border: none;
}

.home-job-menu .job-menu-page {
  position: relative;
  height: 44px;
  padding: 0 20px;
  border-top: 1px dashed #e6e6e6;
  overflow: hidden;
}
.home-job-menu .menu-page-info {
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #00a6a7;
  line-height: 20px;
  margin-top: 12px;
}
.home-job-menu .menu-page-controller {
  float: right;
  margin-top: 10px;
}
.home-job-menu .menu-page-btn {
  float: left;
  width: 24px;
  height: 24px;
  background: rgba(0, 190, 189, 0.1);
  border-radius: 6px;
  color: #00bebd;
  transition: all 0.2s linear;
  margin-left: 12px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.home-job-menu .menu-page-btn:hover {
  background: rgba(0, 190, 189, 1);
  color: #fff;
}
.home-job-menu .menu-page-btn.menu-page-prev {
  transform: rotate(180deg);
}
.home-job-menu .menu-page-btn i {
  display: block;
  width: 5px;
  height: 8px;
  margin: 8px auto 0;
  background: url(./../images/arrow.png) -5px 0/10px auto no-repeat;
}
.home-job-menu .menu-page-btn:hover i {
  background-position: 0 0;
}
.home-main {
  margin-left: 400px;
  min-width: 697px;
}
.home-main .slider-box {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.promotion-main {
  margin: -2px -2px 2px;
  font-size: 0;
  line-height: 0;
  height: 340px;
  position: relative;
}
.promotion-main table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.promotion-main tr {
  min-height: 114px;
}
.promotion-main td {
  padding: 0;
  border: 2px solid transparent;
  width: auto;
  vertical-align: top;
}

.promotion-main td a {
  display: block;
}
.promotion-main td img {
  display: block;
  width: 100%;
  height: auto;
}
.common-tab-box {
  margin-top: 64px;
  overflow: hidden;
}
.common-tab-box .box-title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  line-height: 45px;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
}
.common-tab-box h3 {
  background: 0 0;
  margin-bottom: 20px;
  margin-right: -65px;
  position: relative;
  /*height: 50px;*/
  padding-left: 20px;
  /*white-space: nowrap;*/
}
.common-tab-box h3:before {
  content: ' ';
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.common-tab-box h3 span {
  color: #666;
  margin-right: 60px;
  font-size: 16px;
  transition: all 0.2s linear;
  position: relative;
  display: inline-block;
  line-height: 50px;
  cursor: pointer;
  font-weight: 400;
}
.common-tab-box h3 span.active {
  font-weight: 600;
  color: #00a6a7;
}
.common-tab-box h3 span.active:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, #16d9d8 0, #00bebd 100%);
  border-radius: 2px;
  left: 50%;
  bottom: -1px;
  margin-left: -14px;
  z-index: 2;
}
.common-tab-box ul {
  font-weight: 400;
  width: 110%;
  overflow: hidden;
}
.hot-job-box ul li {
  width: 384px;
  height: 136px;
  border-radius: 12px;
  overflow: hidden;
  float: left;
  margin: 0 16px 16px 0;
  background: #fff;
}
.hot-job-box li .sub-li {
  width: 384px;
  height: 136px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.hot-job-box li .sub-li:hover {
  box-shadow: 0 16px 40px 0 rgba(138, 149, 158, 0.2);
  position: absolute;
  z-index: 10;
}
.hot-job-box li .sub-li .job-info {
  padding: 16px 20px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.hot-job-box li .sub-li .job-info:hover .name {
  color: #00a6a7;
}
.hot-job-box li .sub-li .sub-li-top {
  margin-bottom: 12px;
  display: flex;
  width: 100%;
  align-items: center;
}
.hot-job-box li .sub-li .sub-li-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 22px;
  overflow: hidden;
  flex: 1;
}
.hot-job-box li .sub-li .sub-li-top .name {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.2s linear;
}
.hot-job-box li .sub-li .sub-li-top .salary {
  font-size: 16px;
  font-weight: 500;
  color: #fe574a;
  line-height: 22px;
  flex: none;
}
.hot-job-box li a.job-info p.job-text {
  white-space: normal;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}
.hot-job-box .job-info .job-text span {
  display: inline-block;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  padding: 2px 10px;
  border-radius: 4px;
  background: #f8f8f8;
}
.hot-job-box .job-info .job-text span + span {
  margin-left: 8px;
}
.hot-job-box li .sub-li .sub-li-bottom {
  background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
  margin-top: 0;
  padding-top: 0;
  display: block;
}
.hot-job-box .sub-li-bottom a {
  height: 24px;
  display: block;
  padding: 12px 20px;
}
.hot-job-box .sub-li-bottom p {
  border: none;
  float: left;
  line-height: 24px;
  height: 24px;
}
.hot-job-box .sub-li-bottom a.user-info:hover {
  background: #fafafa;
}
.hot-job-box .sub-li-bottom a.user-info img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 2px;
}
.hot-job-box li .sub-li .sub-li-bottom .name {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  color: #666;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.2s linear;
}
.hot-job-box li .sub-li .sub-li-bottom:hover .name {
  color: #00a6a7;
}
.hot-job-box li .sub-li .sub-li-bottom .sub-li-bottom-commany-info {
  float: right;
  font-size: 13px;
  color: #666;
  height: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-job-box li .sub-li .sub-li-bottom .sub-li-bottom-commany-info .type {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-job-box li .sub-li .sub-li-bottom .sub-li-bottom-commany-info .level {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vline {
  display: inline-block;
  width: 1px;
  height: 10px;
  vertical-align: middle;
  background: #e0e0e0;
  margin: 0 10px;
}
.common-tab-more {
  text-align: center;
  margin-top: 8px;
}
.common-tab-more .btn {
  width: 184px;
  text-align: center;
  background: rgba(0, 190, 189, 0.1);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #00a6a7;
  height: 40px;
  line-height: 40px;
  border: none;
}
.common-tab-more .btn:hover {
  background: #00bebd;
  color: #fff;
  border-color: #00bebd;
}
.hot-company-wrapper,
.hot-candidate-wrapper {
  margin-top: 64px;
}
.hot-company-wrapper .box-title,
.hot-candidate-wrapper .box-title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  line-height: 45px;
  margin-bottom: 24px;
  text-align: center;
}
.hot-company-wrapper ul {
  margin-right: -16px;
  overflow: hidden;
}
.hot-company-wrapper ul li {
  height: 388px;
  width: 384px;
  float: left;
  margin: 0 16px 16px 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.hot-company-wrapper ul li .company-info-top {
  display: block;
  height: 44px;
  padding: 16px 20px;
  overflow: hidden;
  background: linear-gradient(90deg, #f2fafa 0, #fcfbfa 100%);
}
.hot-company-wrapper ul li .company-info-top .company-img {
  height: 44px;
  width: 44px;
  line-height: 44px;
  overflow: hidden;
  float: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-company-wrapper ul li .company-info-top .company-img img {
  max-width: 100%;
  min-height: 100%;
  display: block;
  border-radius: 4px;
}
.hot-company-wrapper ul li .company-info-top .company-info {
  float: left;
  margin-left: 16px;
  width: 282px;
}
.hot-company-wrapper ul li .company-info-top h3 {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 22px;
  margin: 0 0 4px 0;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot-company-wrapper ul li .company-info-top:hover h3 {
  color: #00a6a7;
}
.hot-company-wrapper ul li .company-info-top p {
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 18px;
}

.hot-company-wrapper li .company-job-list {
  padding: 4px 20px 12px;
}
.hot-company-wrapper li .company-job-item {
  display: block;
  height: auto;
  width: 344px;
  font-size: 0;
  padding: 12px 0;
  box-sizing: border-box;
  margin: 0;
}
.hot-company-wrapper li .company-job-item .job-info {
  display: block;
  padding: 0;
  width: 100%;
}
.hot-company-wrapper li .company-job-item .job-info-top {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
}
.hot-company-wrapper li .company-job-item .job-info .name {
  position: relative;
  max-width: 200px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all linear 0.2s;
}
.hot-company-wrapper li .company-job-item .job-info:hover .name {
  color: #00a6a7;
}
.hot-company-wrapper li .company-job-item .job-info .salary {
  font-size: 16px;
  color: #fe574a;
  line-height: 22px;
  flex: 1;
  text-align: right;
  max-width: none;
  font-weight: 500;
}
.hot-company-wrapper li .company-job-item .job-text {
  font-size: 13px;
  color: #666;
  padding-right: 0;
  line-height: normal;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-company-wrapper li .company-job-item .job-text span {
  display: inline-block;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  padding: 2px 10px;
  border-radius: 4px;
  background: #f8f8f8;
}
.hot-company-wrapper li .company-job-item .job-text span + span {
  margin-left: 8px;
}
.hot-company-wrapper ul li .more-job-btn {
  display: block;
  margin: 0 auto;
  width: 122px;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(0, 190, 189, 0.6);
  font-size: 14px;
  font-weight: 400;
  color: #00a6a7;
  transition: all 0.2s linear;
}
.hot-company-wrapper ul li .more-job-btn:hover {
  color: #fff;
  background-color: #00bebd;
  border-color: #00bebd;
}
.rank-company-wrapper {
  margin-top: 64px;
}
.rank-company-wrapper .box-title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  line-height: 45px;
  margin-bottom: 24px;
  text-align: center;
}
.rank-company-wrapper ul {
  margin-right: -16px;
  overflow: hidden;
}
.company-rank-card {
  margin-bottom: 16px;
  position: relative;
  width: 384px;
  height: 396px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  float: left;
  margin: 0 16px 16px 0;
}
.company-rank-card .company-rank-header {
  padding: 16px 20px;
  height: 72px;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  line-height: 28px;
  background: linear-gradient(90deg, #f5fcfc 0, #fcfbfa 100%);
  box-sizing: border-box;
}
.company-rank-card .company-rank-header .icon.icon-hot-company {
  background: url(./../images/company-rank/company_hot_search.png) 0 0 no-repeat;
  background-size: 180px 72px;
}
.company-rank-card .company-rank-header .icon.icon-collect-company {
  background: url(./../images/company-rank/company_hot_industry.png) 0 0 no-repeat;
  background-size: 180px 72px;
}
.company-rank-card .company-rank-header .icon.icon-quick-rise {
  background: url(./../images/company-rank/company_fast_up.png) 0 0 no-repeat;
  background-size: 180px 72px;
}
.company-rank-card .company-rank-header .icon {
  position: absolute;
  right: 0;
  top: -1px;
  display: inline-block;
  width: 180px;
  height: 72px;
}
.company-rank-card .company-rank-list {
  position: relative;
  margin-top: -12px;
  padding: 4px 4px;
  border-radius: 12px;
  background: #fff;
  width: 384px;
  height: 268px;
  z-index: 2;
  box-sizing: border-box;
}
.company-rank-card .company-rank-list .company-rank-item {
  padding: 16px 16px;
  width: 376px;
  height: 88px;
  border-radius: 12px;
  cursor: pointer;
  transition: all linear 0.2s;
  box-sizing: border-box;
}
.company-rank-card .company-rank-list .company-rank-item:hover {
  background: #f8f8f8;
}
.company-rank-card .company-rank-list .company-rank-logo {
  float: left;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}
.company-rank-card .company-rank-list .company-rank-logo img {
  width: 56px;
  height: 56px;
  vertical-align: middle;
}
.company-rank-card .company-rank-list .company-rank-desc {
  margin-left: 72px;
  padding-top: 2px;
}
.company-rank-card .company-rank-list .company-rank-desc .company-rank-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company-rank-card .company-rank-list .company-rank-desc .company-rank-tags {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.company-rank-card .company-rank-list .company-rank-desc .company-rank-tags span {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
  background: #f8f8f8;
  border-radius: 4px;
}
.company-rank-card .company-rank-footer {
  padding-top: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 68px;
  text-align: center;
  box-sizing: border-box;
}
.company-rank-card .company-rank-footer .more-btn {
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  line-height: 30px;
  border-radius: 8px;
  border: 1px solid #00bebd;
  background: #fff;
  cursor: pointer;
  color: #00a6a7;
  transition: all 0.2s linear;
  box-sizing: border-box;
}
.company-rank-card .company-rank-footer .more-btn:hover {
  color: #fff;
  background-color: #00bebd;
  border-color: #00bebd;
}

.hot-candidate-wrapper ul {
  font-weight: 400;
  width: 110%;
  overflow: hidden;
}
.hot-candidate-wrapper ul li {
  width: 384px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  float: left;
  margin: 0 16px 16px 0;
  background: #fff;
}

.hot-candidate-wrapper li .sub-li {
  width: 384px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s linear;
  padding: 16px 20px;
  box-sizing: border-box;
  display: block;
}
.hot-candidate-wrapper li .sub-li:hover {
  box-shadow: 0 16px 40px 0 rgba(138, 149, 158, 0.2);
  position: absolute;
  z-index: 10;
}
.hot-candidate-wrapper ul li .sub-li .candidate-img {
  height: 56px;
  width: 56px;
  line-height: 56px;
  overflow: hidden;
  float: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-candidate-wrapper ul li .sub-li .candidate-img img {
  max-width: 100%;
  min-height: 100%;
  display: block;
  border-radius: 4px;
}
.hot-candidate-wrapper li .sub-li .candidate-info {
  float: left;
  margin-left: 16px;
}
.hot-candidate-wrapper li .sub-li:hover .sub-li-top .name {
  color: #00a6a7;
}
.hot-candidate-wrapper li .sub-li .sub-li-top {
  margin-bottom: 12px;
  display: flex;
  width: 100%;
  align-items: center;
}

.hot-candidate-wrapper li .sub-li .sub-li-top .name {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.2s linear;
  margin-right: 15px;
}
.hot-candidate-wrapper li .sub-li .sub-li-top .education {
  font-size: 16px;
  font-weight: 500;
  color: #fe574a;
  line-height: 22px;
  flex: none;
}
.hot-candidate-wrapper li a.candidate-info p.candidate-text {
  white-space: normal;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}
.hot-candidate-wrapper .candidate-info .candidate-text span {
  display: inline-block;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  padding: 2px 10px;
  border-radius: 4px;
  background: #f8f8f8;
}
.hot-candidate-wrapper .candidate-info .candidate-text span + span {
  margin-left: 8px;
}
