.main_thirteen .banner {
  margin-bottom: 85px;
}
.main_thirteen .contant {
  margin-bottom: 110px;
}
.main_thirteen .contant .jobs {
  color: #666;
  width: 1400px;
  margin: auto;
  text-align: center;
  font-size: 16px;
}
.main_thirteen .contant .jobs thead {
  color: #231815;
  font-size: 20px;
}
.main_thirteen .contant .jobs thead tr {
  border-top: none;
}
.main_thirteen .contant .jobs thead tr th {
  font-weight: normal;
  padding: 13px 0;
}
.main_thirteen .contant .jobs thead tr th:first-child {
  padding-left: 115px;
  text-align: left;
  width: 440px;
}
.main_thirteen .contant .jobs tr {
  border: solid #e9e9e9;
  border-width: 1px 0 1px 0;
}
.main_thirteen .contant .jobs tr td {
  padding: 13px 0;
  cursor: pointer;
}
.main_thirteen .contant .jobs tr td span {
  border: 1px solid #b9b9b9;
  padding: 5px 39px 5px 16px;
  background: url("../img/down2.png") no-repeat 85% center;
}
.main_thirteen .contant .jobs tr td:first-child {
  padding-left: 90px;
  text-align: left;
  width: 500px;
}
.main_thirteen .contant .jobs tr:hover span {
  background-color: #ed1d26;
  color: #fff;
  background-image: url("../img/down.png");
  border-color: #ed1d26;
}
.main_thirteen .contant .jobs .job_info {
  color: #666;
  font-size: 14px;
  display: none;
  background-color: #f5f5f5;
}
.main_thirteen .contant .jobs .job_info td {
  padding: 25px 110px 48px;
  border-top: 1px solid #ab2020;
}
.main_thirteen .contant .jobs .job_info td .name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main_thirteen .banner {
    margin-bottom: 0.8rem;
  }
  .main_thirteen .contant {
    margin-bottom: 1rem;
    padding: 0 10px;
  }
  .main_thirteen .contant .jobs {
    color: #666;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 0.33rem;
  }
  .main_thirteen .contant .jobs thead {
    color: #231815;
    font-size: 0.35rem;
  }
  .main_thirteen .contant .jobs thead tr {
    border-top: none;
  }
  .main_thirteen .contant .jobs thead tr th {
    font-weight: normal;
    padding: 0.13rem 0;
  }
  .main_thirteen .contant .jobs thead tr th:first-child {
    padding-left: 0;
    text-align: left;
    width: 4rem;
  }
  .main_thirteen .contant .jobs thead tr th:nth-child(3),
  .main_thirteen .contant .jobs thead tr th:nth-child(4),
  .main_thirteen .contant .jobs thead tr th:nth-child(5) {
    display: none;
  }
  .main_thirteen .contant .jobs tr {
    border: solid #e9e9e9;
    border-width: 1px 0 1px 0;
  }
  .main_thirteen .contant .jobs tr td {
    padding: 13px 0;
    cursor: pointer;
  }
  .main_thirteen .contant .jobs tr td span {
    border: 1px solid #b9b9b9;
    padding: 5px 39px 5px 16px;
    background: url("../img/down2.png") no-repeat 85% center;
  }
  .main_thirteen .contant .jobs tr td:first-child {
    padding-left: 0;
    text-align: left;
    width: 4rem;
    font-size: 0.33rem;
  }
  .main_thirteen .contant .jobs tr td:nth-child(3),
  .main_thirteen .contant .jobs tr td:nth-child(4),
  .main_thirteen .contant .jobs tr td:nth-child(5) {
    display: none;
  }
  .main_thirteen .contant .jobs tr:hover span {
    background-color: #ed1d26;
    color: #fff;
    background-image: url("../img/down.png");
    border-color: #ed1d26;
  }
  .main_thirteen .contant .jobs .job_info {
    color: #666;
    display: none;
    background-color: #f5f5f5;
  }
  .main_thirteen .contant .jobs .job_info td {
    padding: 0;
    border-top: 1px solid #ab2020;
  }
  .main_thirteen .contant .jobs .job_info td .msg {
    padding: 10px;
  }
  .main_thirteen .contant .jobs .job_info td .msg .msg_tip {
    margin-bottom: 0.2rem;
  }
  .main_thirteen .contant .jobs .job_info td .msg .msg_tip .name {
    color: #333;
    font-size: 0.35rem;
  }
  .main_thirteen .contant .jobs .job_info td .msg .msg_tip .sort {
    font-size: 0.32rem;
  }
}
