.is-join-us div.job-detail {
  padding-top: 20px;
  width: 100%;
}

.is-join-us div.job-detail .title {
  background-color: #ececec;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: flex;
  flex-wrap: nowrap;
}

.is-join-us div.job-detail .title span {
  display: inline-block;
  text-align: center;
  width: 16%;
}

.is-join-us div.job-detail .title span:nth-child(1) {
  width: 25%;
}

.is-join-us div.job-detail ul {
  border: 1px solid #ececec;
  width: 100%;
}


.is-join-us div.job-detail ul li div.title-text {
  font-size: 14px;
  color: #666;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}

.is-join-us div.job-detail ul li div.title-text span {
  display: inline-block;
  text-align: center;
  width: 16.2%;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*overflow: hidden;*/
}

.is-join-us div.job-detail ul li div.title-text span:nth-child(1) {
  width: 25%;
}

.is-join-us div.job-detail ul li div.title-text span:last-child {
  width: 5%;
}

.is-join-us div.job-detail ul li div.title-text span:last-child img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.is-join-us div.job-detail ul li div.title-text span:last-child img {
  transform-origin: center center;
  transition: transform 0.2s;
}

.is-join-us div.job-detail ul li div.title-text span:last-child img.rotate {
  transform: rotate(180deg);
}

.is-join-us div.job-detail ul li div.context {
  padding: 12px 20px 20px;
  transition: unset;
  border-bottom: 1px solid #ececec;
}

.is-join-us div.job-detail ul li div.context.hide {
  display: none !important;
}

.is-join-us div.job-detail ul li div.context > h4 {
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}

.is-join-us div.job-detail ul li div.context p {
  overflow: hidden;
  font-size: 14px;
  color: #656565;
  line-height: 1.8em;
  /*margin-left: 2em;*/
  text-align: left;
}

.is-join-us div.job-detail ul li div.context pre {
  overflow: hidden;
  font-size: 14px;
  color: #656565;
  line-height: 26px;
}

.mail-box {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.mail-box > label {
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #dedede;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.mail-box > div {
  margin-left: 8px;
  margin-bottom: 10px;
}

.mail-box div span {
  width: 112px;
  display: inline-block;
}

.mail-box form {
  display: inline-block;
}

.mail-box a {
  cursor: pointer;
  color: #1E9FFF;
}

.mail-box .el-button {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1E9FFF;
  background: #eeeeee;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: none;
  padding: 0px 20px !important;
  border-radius: 3px;
  border: 1px solid #DCDFE6;
}

@media screen and (max-width: 768px) {
  .is-join-us div.job-detail ul li div.context {
    padding: 4px 12px 12px;
  }
  .is-join-us div.job-detail .title { 
    font-size: 14px;
  }

  .is-join-us div.job-detail .title span:nth-child(1) {
    /* width: 20%; */
    width: 40%;
  }

  .is-join-us div.job-detail .title span:nth-child(2) {
    display: none;
    /* width: 20%; */
  }

  .is-join-us div.job-detail .title span:nth-child(3) {
    /* width: 20%; */
    display: none;
  }

  .is-join-us div.job-detail .title span:nth-child(4) {
    width: 20%;
  }

  .is-join-us div.job-detail .title span:last-child {
    /* display: none; */
    width: 25%;
    margin-left: 10px;
  }

  .is-join-us div.job-detail ul li div.title-text span {
    font-size: 12px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*overflow: hidden;*/
  }

  .is-join-us div.job-detail ul li div.title-text span:nth-child(1) {
    width: 40%;
    /* width: 20%; */
  }

  .is-join-us div.job-detail ul li div.title-text span:nth-child(2) {
    display: none;
    /* width: 20%; */
  }

  .is-join-us div.job-detail ul li div.title-text span:nth-child(3) {
    /* width: 20%; */
    display: none;
  }

  .is-join-us div.job-detail ul li div.title-text span:nth-child(4) {
    width: 20%;
  }

  .is-join-us div.job-detail ul li div.title-text span:nth-child(5) {
    /* display: none; */
    width: 25%;
    margin-left: 10px;
  }

  /*.is-join-us div.job-detail ul li div.title-text span:last-child {*/
  /*  width: 10%;*/
  /*}*/
}