.banner {
  width: 100%;
  height: 32.5rem;
  position: relative;
  background-image: url("http://ylfile.e-dou.com.cn/web/cn/images/news/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.banner .yl-container {
  padding-top: 5rem;
  height: 100%;
}
.banner .left {
  width: 40rem;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.banner .left h2 {
  font-size: 2.25rem;
  color: #000000;
}
.banner .left p {
  font-size: 1.125rem;
  color: #595959;
}
.banner .left p.sm {
  font-size: 1rem;
  color: #757575;
}
.banner .right {
  padding-right: 4rem;
  width: 28rem;
}
#main {
  padding: 1rem 0 3rem;
  position: relative;
  overflow: hidden;
}
#main .yl-container {
  padding: 0 3.75rem;
}
#main .bg {
  position: absolute;
  right: -16rem;
  top: 50%;
  transform: translateY(-50%);
  width: 85.75rem;
}
.feature-section {
  padding: 1.75rem 2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.feature-section h2 {
  font-size: 1.875rem;
  color: #000000;
  text-align: center;
}
.feature-section ul {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.feature-section li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.feature-section li .icon {
  width: 4rem;
  height: 4rem;
}
.feature-section li h3 {
  font-size: 1rem;
  color: #111827;
  text-align: center;
}
.feature-section li p {
  text-align: center;
  font-size: 1rem;
  color: #595959;
}
.recruitment-section {
  margin-top: 5rem;
}
.recruitment-section h2 {
  font-size: 1.5rem;
}
.recruitment-section .list-wrap {
  margin-top: 4rem;
}
.recruitment-section .list {
  padding-left: 2rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.recruitment-section .list .item {
  background-color: #ffffff;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
.recruitment-section .list .item h3 {
  font-size: 1.125rem;
  color: #383838;
}
.recruitment-section .list .item .department {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #4B5563;
}
.recruitment-section .list .item .department .icon {
  display: block;
  width: auto;
  height: 0.875rem;
}
.recruitment-section .list .item p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #595959;
}
.recruitment-section .list .item .more {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 7rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 0.25rem;
  background: linear-gradient(270deg, #FFD2BD 0%, #FF5302 100%);
}
.recruitment-section .list-empty {
  background-color: #ffffff;
  padding: 3rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  color: #373737;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner .right {
    display: none;
  }
  #main .yl-container {
    padding: 0 1rem;
  }
  .feature-section ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .recruitment-section {
    margin-top: 2rem;
  }
  .recruitment-section .list-wrap {
    margin-top: 1rem;
  }
  .recruitment-section .list {
    padding-left: 0;
    padding-right: 0;
  }
}
