body {
  background: #fff;
}
/* 头部 */
.header-section {
  background: #fff;
}
/* banner */
.banner-section {
  padding-top: 72px;
  height: 360px;
  background: url("/templates/website/images/recruit/recruit-img1.png")
    no-repeat;
  background-size: 100% 100%;
}
.banner-section .title {
  color: #fff;
  text-align: justify;
  font-size: 40px;
  font-weight: 600;
}
.banner-section .info {
  margin-top: 40px;
  color: #fff;
  text-align: justify;
  font-size: 30px;
  font-weight: 300;
}
.section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  padding-top: 0;
}
.section .header-title {
  width: 100%;
}
.section .header-title .title {
  color: #222;
  font-weight: 550;
}

.recruit-section .search-box {
  display: flex;
  align-items: center;
  max-width: 200px;
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
}
.recruit-section .search-box input {
  border: 0;
  outline: none;
}
.recruit-section .search-box img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
}
.main {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.main .li {
  padding: 40px 60px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
}
.main .li .title {
  position: relative;
  display: flex;
  align-items: center;
  color: #222;
  text-align: center;
  font-size: 24px;
  font-weight: 550;
}
.main .li .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 16px;
  margin-right: 14px;
  background: #004ec3;
}
.main .li .content {
  display: none;
}
.main .li:hover {
  background: linear-gradient(91deg, #e1ecff 0%, rgba(241, 246, 255, 0) 100%);
}
.main .li.active {
  background: #fafafa;
}
.main .li.active .content {
  display: block;
}
.main .li.active .title {
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.main .li .title img {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.main .li .cut {
  display: none;
}
.main .li.active .plus {
  display: none;
}
.main .li.active .cut {
  display: block;
}
.main .li .content .btn {
  display: block;
  font-size: 18px;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 550;
  color: #fff;
  background: linear-gradient(93deg, #e22900 -1.24%, #fc9256 100%);
  cursor: pointer;
}
.main .li .content .box {
  margin-bottom: 40px;
}
.main .li .content .box:last-child {
  margin-bottom: 0;
}
.main .li .content .box .name {
  margin-bottom: 16px;
  color: #555;
  font-size: 20px;
  font-weight: 550;
}
.main .li .content .box .info .info-li {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.main .li .content .box .info .info-li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
  margin-right: 10px;
}
