.all {
  padding: 44px 0 123px;
  position: relative;
}
.all .w1440 {
  position: relative;
  z-index: 2;
}
.all::after {
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 327px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #FFFFFF), to(#3E7E1F));
  background: linear-gradient(180deg, #FFFFFF 2%, #3E7E1F 100%);
}
.all .box {
  border-bottom: 1px solid #E9E9E9;
}
.all .box:first-child {
  border-top: 1px solid #E9E9E9;
}
.all .list_top {
  cursor: pointer;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 43px;
  padding-right: 50px;
  border-radius: 10px;
}
.all .list_top > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.all .list_top > div:last-child {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.all .icon {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgb(238, 241, 234);
}
.all .icon svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.all .list_btm {
  padding: 49px 82px 47px 118px;
  display: none;
}
.all .two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
  margin-top: 12px;
  line-height: 1.8125;
}
.all .con {
  color: #666666;
  line-height: 1.8125;
}
.all .tit {
  font-family: "fontM";
}
.all .job {
  margin-top: 25px;
  color: #666666;
  font-family: "fontM";
}
.all .type {
  margin-right: 84px;
}
.all .con {
  margin-top: 15px;
}
.all .submit {
  margin-top: 29px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 40px;
  width: 180px;
  height: 45px;
  overflow: hidden;
  position: relative;
}
.all .submit span{
    position: relative;
    z-index: 2;
}
.all .submit:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
}
.all .submit:hover:after{
    width: 200%;
}
.all .act .list_top {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
}
.all .act svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1600px){
    .all .list_top{
        padding: 0 30px;
    }
    .all .list_btm {
    padding: 30px 50px;
}
.all .list_top > div:first-child{
    flex: 1.4;
}
.all .list_top > div:last-child{
    flex: 0.4;
}
}
@media screen and (max-width: 1200px){
    .all .list_top{
        height: 60px;
    }
    .all .list_top > div:nth-child(3){
        display: none;
    }
}
@media screen and (max-width: 768px){
    .all .list_top > div:nth-child(2){
        display: none;
    }
        .all .list_top {
        padding: 0 20px;
    }
        .all .list_btm {
        padding: 20px;
    }
    .all .submit{
        width: 140px;
    }
    .all .con {
    margin-top: 5px;
}
.all .job {
    margin-top: 15px;
    
}
}
