.job_list {
  padding-top: 95px;

  /* background-color: #f5f5f5; */
  margin-bottom: 89px;
}

.job_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background: #b11f23;
  border-radius: 20px 20px 0 0;
  height: 80px;
  color: #fff;
}

.job_head div {
  padding-left: 18px;
  font-size: 20px;
  text-align: left;
  width: 21%;
}

.job_item {
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
}

.job_item.job_show .item_con {
  height: auto;
  overflow: visible;
  padding: 40px 0;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  background-color: #f8f8f8;
}

.job_item.job_show .item_tal {
  position: relative;
}

.job_item.job_show .item_tal::after {
  display: inline-block;
  width: calc(100% - 80px);
  height: 1px;
  background: #f2f2f2;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 1;
}

.job_item .item_tal {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  cursor: pointer;
  background-color: #f8f8f8;
}

.item_tal div {
  width: 21%;
  font-size: 16px;
  color: #111;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 18px;
}

.job_list .title_1 {
  width: 37%;
}

.job_item .item_tal div img {
  display: inline-block;
  width: 22px;
  height: auto;
  margin-right: 10px;
}

.job_item .item_tal div.title_1 {
  font-size: 20px;
  font-weight: bold;
}

.job_item .item_con {
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.job_item .item_con .con_box {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.job_item .item_con .con_box .con_m {
  width: calc(50%);
  margin-bottom: 28px;
  padding: 0 20px 0 18px;
}

.job_item .item_con .con_box .con_m h5 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.job_list .job_item .item_con .con_box .con_m .nr {
  width: 100%;
  margin-top: 16px;
}

.job_list .job_item .item_con .con_box .con_m .nr p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  line-height: 34px;
}

.job_list .job_item .item_con .con_box .td {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 28px;
  padding: 0 18px;
}

.job_list .job_item .item_con .con_box .td a {
  text-decoration: none;
  color: #b11f23;
}

@media screen and (max-width: 768px) {
  .job_list {
    padding-top: 0.74rem;
    /* padding-bottom: 0.94rem; */
    margin-bottom: 0.9rem;
  }

  .job_head {
    padding: 0 0.42rem;
    border-radius: 0.2rem 0.2rem 0 0;
    height: 1.26rem;
  }

  .job_head div {
    padding-left: unset;
    font-size: 0.3rem;
    text-align: left;
    width: 21%;
  }

  .job_item {
    margin-bottom: 0.16rem;
  }

  .job_item.job_show .item_con {
    padding: 0.42rem 0;
  }

  .job_item.job_show .item_tal::after {
    width: 6.3rem;
    left: 50%;
   transform: translateX(-50%);
   color: #fff;
   background-color: #fff;
  }

  .job_item .item_tal {
    padding: 0 0.42rem;
    height: 1.17rem;

  }

  .item_tal div {
    font-size: 0.28rem;
    padding-left: unset;
    height: 100%;
  }

  .job_item .item_tal div img {
    display: none;
  }

  .job_item .item_tal div.title_1 {
    font-size: 0.28rem;
  }

  .job_item .item_con .con_box {
    width: 100%;
    flex-direction: column;
  }

  .job_item .item_con .con_box .con_m {
    width: 100%;
  }

  .job_item .item_con .con_box .con_m {
    margin-bottom: 0.3rem;
    padding: 0 0.18rem 0 0.16rem;
  }

  .job_item .item_con .con_box .con_m h5 {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .job_list .job_item .item_con .con_box .con_m .nr {
    margin-top: 0.16rem;
  }

  .job_list .job_item .item_con .con_box .con_m .nr p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .job_list .job_item .item_con .con_box .td {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
    padding: 0 0.18rem;
  }

  .job_list .title_5 {
    display: none;
  }

  .job_list .title_4 {
    width: 37%;
  }

  .job_list .title_1 {
    width: 21%;
  }

  .item_tal div {
    text-align: center;
    justify-content: center;
  }

  .job_head div {
    text-align: center;
    justify-content: center;
  }

  .item_tal .icon-img {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 0.14rem;
    background-image: url(../images/add.png);
  }

  .job_show .icon-img {
    background-image: url(../images/del.png);
  }
}