.nav-index {
  color: #ea6000 !important;
}

.img-content {
  background: #18bbdb;
  height: 120px;
  padding: 0 300px;
}

.img-content img {
  height: 120px;
}

/* 搜索区 */
.tools-bar {
  margin: 30px auto;
}

.search-container {
  width: 750px;
  /* width: 935px; */
  position: relative;
  float: left;
}

.search-form {
  /* width: 787px; */
  width: 600px;
  float: left;
  background: #fff;
  border: 2px solid transparent;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  transition: .2s ease-in-out border;
}

.search-form:hover {
  border: 2px solid #18bbdb;
}

.search-form .position {
  width: 130px;
  height: 50px;
  line-height: 50px;
  float: left;
  padding-left: 15px;
  border-color: #fff;
  cursor: pointer;
}

.search-form .position span {
  color: #61687c;
  display: inline-block;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.search-form .position i {
  display: inline-block;
  line-height: 1;
  vertical-align: 18px;
  color: #aaa;
}

.search-form .input-content {
  float: left;
  height: 50px;
}

.search-form .input-content .el-input__inner {
  /* width: 640px; */
  width: 455px;
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
  border: 0;
  color: #414a60;
}

.search-button {
  float: left;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #18bbdb;
  border: 2px solid #18bbdb;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .2s ease-in-out opacity;
}

.search-button:hover {
  opacity: .85;
}

.search-container .position-result {
  position: absolute;
  width: 646px;
  top: 52px;
  left: 145px;
  background: #fff;
  z-index: 1;
  border: 1px #f2f2f5 solid;
  box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
}

.search-container a {
  display: block;
  line-height: 50px;
  padding: 0 30px;
  border-bottom: 1px #f8f9fc solid;
  cursor: pointer;
  color: #61687c;
}

.search-container a:hover {
  color: #18c3b1;
  background-color: #f8f9fb;
}

.tools-bar .wechat {
  float: right;
}

.tools-bar .wechat p {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  line-height: 24px;
  font-weight: bold;
}

.tools-bar .wechat img {
  height: 70px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #efefef;
}

.hot-link span {
  color: #999;
}

.hot-link {
  padding-left: 15px;
}

.hot-link a {
  color: #999;
  margin-right: 10px;
}

.hot-link a:hover {
  color: #18bbdb;
}

/* 主体类型 banner区 */

.main-box .slider {
  width: 280px;
  height: 340px;
  padding-top: 10px;
  background: #fff;
  position: relative;
  border-radius: 12px;
}

.main-box .slider ul {
  position: relative;
}

.main-box .slider ul li {
  height: 42px;
  line-height: 42px;
  padding: 0 20px
}

.main-box .slider ul li label {
  font-weight: 600;
  color: #414a60;
  font-size: 15px;
}

.main-box .slider ul li a {
  margin-left: 15px;
}

.main-box .slider ul li:hover {
  background: #18bbdb;
}

.main-box .slider ul li i {
  position: absolute;
  right: 20px;
  color: #ddd;
  font-size: 18px;
}

.main-box .slider ul li:hover>i,
.main-box .slider ul li:hover>label,
.main-box .slider ul li:hover>a {
  color: #fff
}

.main-box .slider ul li .sub-menus {
  display: none;
  background: #fff;
  position: absolute;
  width: 648px;
  min-height: 650px;
  padding: 20px 30px 20px 30px;
  z-index: 15;
  left: 100%;
  top: 0;
  box-shadow: 0 1px 6px rgb(6 0 1 / 10%)
}

.main-box .slider ul li .sub-menus .name {
  color: #8d92a1;
  display: inline-block;
  width: 100px;
  vertical-align: top;
}

.main-box .slider ul li .sub-menus a {
  color: #61687c;
  font-size: 13px;
  display: inline-block;
  line-height: 28px;
  margin-right: 15px;
}

.main-box .slider ul li .sub-menus a:hover {
  color: #18bbdb;
}

.main-box .slider ul li .sub-menus .list {
  display: inline-block;
  width: 520px;
  margin-left: 20px;
}

.main-box .slider ul li:hover .sub-menus {
  display: block
}

.main-box .slider ul .all {
  border-top: dashed 1px #ecedef;
  color: #00c2b3;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  cursor: pointer;
}

.main-box .slider ul .all-menu {
  margin-top: -46px;
  display: none;
  background: #fff;
  position: relative;
  z-index: 15;
}

.main-box .slider ul .all-menu:hover {
  display: block;
}

.main-box .slider ul .all:hover+.all-menu {
  display: block;
}

.main-box .banner {
  width: 900px;
  height: 350px;
  margin-left: 20px;
  border-radius: 12px;
  overflow: hidden;
  background: #efefef;
}

.main-box .banner .img {
  border-radius: 12px;
}

/* 热门职位 */
.hot-position {
  margin-top: 50px;
}

.hot-position h3,
.hot-company h3,
.hot-news h3 {
  font-size: 26px;
  color: #222;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.hot-position ul {
  width: 1215px;
  min-height: 300px;
}

.hot-position ul li {
  background: #fff;
  display: block;
  height: 130px;
  width: 389px;
  padding: 16px 20px;
  margin: 0 16px 16px 0;
  box-sizing: border-box;
  float: left;
  border-radius: 12px;
}

.hot-position ul li a {
  display: block;
}

.hot-position ul li .a1 .top-name {
  display: flex;
}

.hot-position ul li .a1 .top-name .name {
  position: relative;
  min-width: 0;
  font-size: 15px;
  color: #414a60;
  margin-right: 8px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.hot-position ul li:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

.hot-position ul li:hover .a1 .top-name .name {
  color: #18bbdb;
}

.hot-position ul li .a1 .top-name .amount {
  font-size: 15px;
  color: #fd7240;
  line-height: normal;
  text-align: right;
  max-width: none;
}

.hot-position ul li .a1 .desc {
  font-size: 13px;
  line-height: 28px;
}

.hot-position ul li .a1 .desc .name {
  color: #61687c;
  margin-right: 10px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-position ul li .desc .type {
  color: #8d92a1;
}

.hot-position ul li .desc .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  vertical-align: middle;
  background: #e0e0e0;
  vertical-align: -1px;
  margin: 0 5px;
}

.hot-position ul li .a2 {
  border-top: 1px solid #eef0f5;
  margin-top: 8px;
  padding-top: 12px;
}

.hot-position ul li .a2 .company {
  display: flex;
  align-items: center;
}

.hot-position ul li .a2 .company img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.hot-position ul li .a2 .company .desc {
  flex: 1;
  color: #8d92a1;
  font-size: 13px;
  margin-left: 10px;
}

.hot-position ul li .a2 .company .desc .name {
  color: #61687c;
}

.hot-position ul li .a2 .company .area {
  color: #8d92a1;
  font-size: 13px;
}

.hot-position .more,
.hot-company .more,
.hot-news .more {
  margin: 20px 0 50px;
}

.hot-position .more a,
.hot-company .more a,
.hot-news .more a {
  text-align: center;
  display: block;
  width: 216px;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto;
  background: #18bbdb;
  color: #fff;
}

.hot-position .more a:hover,
.hot-company .more a:hover,
.hot-news .more a:hover {
  opacity: .75;
}

.hot-company {
  margin-top: 50px;
}

.hot-company ul {
  width: 1215px;
  min-height: 300px;
}

.hot-company ul li {
  width: 389px;
  float: right;
  display: block;
  margin: 0 16px 16px 0;
  box-sizing: border-box;
  float: left;
  border-radius: 12px;
  background: #fff;
}

.hot-company ul li .header {
  display: block;
  height: 44px;
  padding: 16px 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #f2fafa 0, #fcfbfa 100%);
}

.hot-company ul li .header .logo {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #efefef;
  background: #fff;
  float: right;
}

.hot-company ul li .header img {
  max-width: 100%;
  flex: 1;
}

.hot-company ul li .header .info {
  width: 282px;
}

.hot-company ul li .header .info .name {
  font-size: 16px;
  height: 22px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 4px 0;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.hot-company ul li .header .info .attr {
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 18px;
}

.hot-company ul li .job {
  margin: 0 20px;
  height: 270px;
}

.hot-company ul li .job .job-item {
  padding: 15px 0;
}

.hot-company ul li .job .job-item .top {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
}

.hot-company ul li .job .job-item .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 .2s;
}

.hot-company ul li .job .job-item .salary {
  font-size: 16px;
  color: #fd7240;
  line-height: 22px;
  flex: 1;
  text-align: right;
  max-width: none;
  font-weight: 500;
}

.hot-company ul li .job .job-item .attr span {
  display: inline-block;
  height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 5px;
  background: #f8f8f8;
}

.hot-news ul {
  width: 1280px;
}

.hot-news ul li {
  width: 288px;
  height: 300px;
  display: block;
  box-sizing: border-box;
  float: left;
  margin-right: 16px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.hot-news ul li img {
  width: 100%;
  height: 180px;
}

.hot-news ul li h4 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-news ul li p {
  color: #666;
  line-height: 28px;
  margin: 0 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}

/* 广告位 */
.adv-list {
  margin-top: 50px;
}

.adv-list a {
  margin-bottom: 8px;
  display: block;
}

.adv-list .left {
  width: 300px;
  height: 100px;
  float: left;
}

.adv-list .right {
  width: 892px;
  height: 100px;
  float: right;
}

.adv-list img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}