.section1 .content {
  padding-bottom: 0.52rem;
}
.section1 .content .list > li {
  margin-bottom: 30px;
}
.section1 .content .list > li .job {
  color: #62B400;
  font-size: 18px;
  border: 1px solid #62B400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 40px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  line-height: 1.5;
}
.section1 .content .list > li .job > span {
  flex: 1;
}
.section1 .content .list > li .job .icon {
  width: 26px;
  height: 26px;
  background-image: url('/static/home/images/join/icon_open.png');
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease 0s;
}
.section1 .content .list > li .job:hover {
  background-color: #62B400;
  color: #fff;
}
.section1 .content .list > li .job.active {
  background-color: #62B400;
  color: #fff;
}
.section1 .content .list > li .job.active .icon {
  background-image: url('/static/home/images/join/icon_close.png');
}
.section1 .content .list > li .slide {
  display: none;
  padding: 0.18rem 0.52rem;
  background-color: #f8f8f8;
}
.section1 .content .list > li .slide p {
  line-height: 2;
  font-size: 16px;
  color: #333;
}
.section1 .content .list > li .slide p.bold {
  font-size: 30px;
  color: #000;
}
@media screen and (max-width: 414px) {
  .section1 .content .list > li .job {
    font-size: 14px;
    padding: 12px;
  }
  .section1 .content .list > li .slide p.bold {
    font-size: 16px;
  }
  .section1 .content .list > li .slide p {
    font-size: 14px;
  }
}
<!--ºÄÊ±1759413335.2253Ãë-->