.talent {
  text-align: center;
  padding-top: 1rem;
}
.talent .tit img {
  width: 2.4rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}
.talent .tit h3 {
  display: inline-block;
  font-size: 0.22rem;
  height: 1.3rem;
  line-height: 1.3rem;
  border-radius: 0.5rem 0.1rem 0.1rem 0.1rem;
  background: #fafafa;
  padding: 0 0.5rem;
}
.talent .tit h3 span {
  display: inline-block;
  font-size: 0.3rem;
}
.talent ul li {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.talent ul li .pd25 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0;
  margin: 0 2.5rem;
  border-radius: 0.5rem 0.1rem 0.1rem 0.1rem;
}
.talent ul li .div_l {
  width: 50%;
  position: relative;
  z-index: 1;
}
.talent ul li .div_l span {
  font-size: 2.2rem;
  color: #e94c19;
  position: absolute;
  top: -1.2rem;
  width: 100%;
  text-align: center;
  left: 0;
  line-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  z-index: -1;
}
.talent ul li .div_l span img {
  position: relative;
  z-index: 20;
}
.talent ul li .div_l img {
  border-radius: 1rem 0.1rem 0.1rem 0.1rem;
  overflow: hidden;
}
.talent ul li .div_r {
  height: 4rem;
  width: 50%;
  padding: 0.5rem 0.7rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  flex-direction: column;
}
.talent ul li .div_r h4 {
  font-size: 0.72rem;
  font-weight: bold;
}
.talent ul li .div_r p {
  font-size: 0.22rem;
  text-align: left;
}
.talent ul li:nth-child(1) .div_r {
  background: url(../images/join/jo_icon1.png) no-repeat 0.7rem 2rem;
  background-size: 4.74rem 0.87rem;
}
.talent ul li:nth-child(2) .div_r {
  background: url(../images/join/jo_icon2.png) no-repeat 0.7rem 2rem;
  background-size: 5.73rem 0.86rem;
}
.talent ul li:nth-child(3) .div_r {
  background: url(../images/join/jo_icon3.png) no-repeat 0.7rem 2rem;
  background-size: 5.78rem 0.87rem;
}
.talent ul li:nth-child(2n) {
  background: #fafafa;
}
.talent ul li:nth-child(2n) .pd25 {
  flex-flow: row-reverse;
}
.talent ul li:nth-child(2n) .div_l img {
  border-radius: 0.1rem 1rem 0.1rem 0.1rem;
  overflow: hidden;
}
.job {
  padding-top: 0.5rem;
}
.job .divTop {
  background: url(../images/join/dt_bg.png) no-repeat center;
  background-size: 15.14rem 5.2rem;
  height: 5.2rem;
  margin: 0 -1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0.2rem;
}
.job .divTop ol {
  padding-right: 2rem;
}
.job .divTop ol li {
  min-height: 0.9rem;
  margin-bottom: 0.3rem;
  padding-left: 1.2rem;
}
.job .divTop ol li span {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}
.job .divTop ol li p {
  font-size: 0.36rem;
  color: #e94c19;
}
.job .divTop ol li:nth-child(1) {
  background: url(../images/information/cu_icon4.png) no-repeat;
  background-size: 0.9rem 0.9rem;
}
.job .divTop ol li:nth-child(2) {
  background: url(../images/information/cu_icon2.png) no-repeat;
  background-size: 0.9rem 0.9rem;
}
.job .divTop ol li:last-child {
  margin-bottom: 0;
}
.job .jobTabSearch {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.job .jobTabSearch .div_choose {
  width: 30%;
  background: #fff;
  position: relative;
}
.job .jobTabSearch .div_choose span {
  display: block;
  height: 0.84rem;
  line-height: 0.84rem;
  font-size: 0.2rem;
  color: #333;
  background: url(../images/join/down.png) no-repeat 90% center;
  background-size: 0.17rem 0.11rem;
  border: 1px solid #e9e9e9;
  padding: 0 0.2rem;
  cursor: pointer;
}
.job .jobTabSearch .div_choose .dc_list {
  width: 100%;
  position: absolute;
  top: 0.84rem;
  border: 1px solid #e9e9e9;
  border-top: none;
  background: #fff;
  display: none;
}
.job .jobTabSearch .div_choose .dc_list li {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.2rem;
  color: #333;
  padding: 0 0.2rem;
  cursor: pointer;
}
.job .jobTabSearch .div_choose .dc_list li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.2rem;
}
.job .jobTabSearch .div_choose .dc_list li:hover {
  background: #e94c19;
  color: #fff;
}
.job .jobTabSearch .div_choose .dc_list li:hover a {
  color: #fff;
}
.job .jobTabSearch .divSearch {
  width: 68%;
  padding-left: 0.3rem;
  border: 1px solid #e9e9e9;
}
.job .jobTabSearch .divSearch span {
  font-size: 0.2rem;
  width: 8%;
}
.job .jobTabSearch .divSearch .text {
  width: 82% ;
  font-size: 0.26rem;
  color: #333;
  height: 0.8rem;
  line-height: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  border: none;
}
.job .jobTabSearch .divSearch .btn {
  border: none;
  width: 10%;
  height: 100%;
  background: url(../images/join/search_icon.png) no-repeat center;
  background-size: 0.23rem 0.23rem;
  cursor: pointer;
  text-indent: 10em;
}
.job .joblist {
  border-top: 1px solid #e9e9e9;
}
.job .joblist ul li {
  border-bottom: 1px solid #e9e9e9;
}
.job .joblist ul li .tith4 {
  font-size: 0.22rem;
  line-height: 1rem;
  height: 1rem;
  background: url(../images/join/jia.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;
  cursor: pointer;
}
.job .joblist ul li .divmore {
  display: none;
  background: #fafafa;
  padding: 0 0.5rem;
}
.job .joblist ul li .divmore .text01 {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 0;
  padding-bottom: 0.3rem;
}
.job .joblist ul li .divmore .text01 span {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.job .joblist ul li .divmore .text01 p {
  font-size: 0.2rem;
  line-height: 1.8;
  color: #676767;
  margin-bottom: 0.25rem;
}
.job .joblist ul li .divmore .text02 {
  padding: 0.5rem 0;
  padding-top: 0.3rem;
}
.job .joblist ul li .divmore .text02 p {
  font-size: 0.22rem;
  color: #676767;
  margin-bottom: 0.1rem;
}
.job .joblist ul li .divmore .text02 p span {
  font-size: 0.22rem;
  display: inline-block;
  color: #e94c19;
}
.job .joblist ul li.on .tith4 {
  background: url(../images/join/jian.png) no-repeat right center;
  background-size: 0.24rem 0.24rem;
}
@media screen and (max-width: 1023px) {
  .talent .tit h3 {
    line-height: 1.8;
    height: auto;
    padding: 0.5rem 0;
  }
  .talent ul li .pd25 {
    margin: 0;
    padding: 0 0.25rem;
    flex-wrap: wrap;
  }
  .talent ul li .div_l {
    width: 100%;
  }
  .talent ul li .div_r {
    width: 100%;
  }
  .talent ul li:nth-child(2n) .pd25 {
    flex-flow: column;
  }
  .job .divTop {
    height: auto;
    background: none;
    margin-bottom: 0.5rem;
  }
  .job .jobTabSearch .divSearch span {
    width: 22%;
  }
  .job .jobTabSearch .divSearch .text {
    width: 58%;
  }
  .job .jobTabSearch .divSearch .btn {
    width: 20%;
  }
}
