@charset "utf-8";


@media only all and (max-width: 768px) {
  .content {
    margin-top: 56px;
  }
}

@media only all and (max-width: 414px) {
  .content {
    margin-top: 46px;
  }
}

.content .banner {
  width: 100%;
}

@media only all and (max-width: 414px) {
  .content .banner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    max-width: 150%;
  }
}

.content .recruit {
  width: 1400px;
  margin: 0 auto;
}

@media only all and (max-width: 1440px) {
  .content .recruit {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .recruit {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .recruit {
    width: 760px;
  }
}

@media only all and (max-width: 768px) {
  .content .recruit {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .recruit {
    padding: 0 10px;
  }
}

.content .recruit .recruit_con {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
}

@media only all and (max-width: 768px) {
  .content .recruit .recruit_con {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media only all and (max-width: 414px) {
  .content .recruit .recruit_con {
    padding-bottom: 30px;
  }
}

.content .recruit .recruit_con .item {
  margin-bottom: 2px;
  font-size: 0;
}

.content .recruit .recruit_con .item .tits {
  height: 55px;
  line-height: 55px;
  background: #ececec;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  font-size: 0;
}

@media only all and (max-width: 414px) {
  .content .recruit .recruit_con .item .tits {
    height: 40px;
    line-height: 40px;
  }
}

.content .recruit .recruit_con .item .tits .left {
  width: 96%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 16px;
  color: #292929;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only all and (max-width: 414px) {
  .content .recruit .recruit_con .item .tits .left {
    font-size: 12px;
    padding-left: 5px;
    width: 90%;
  }
}

.content .recruit .recruit_con .item .tits .right {
  width: 4%;
  text-align: center;
  height: 55px;
  line-height: 55px;
}

@media only all and (max-width: 414px) {
  .content .recruit .recruit_con .item .tits .right {
    height: 40px;
    line-height: 40px;
    width: 10%;
  }
}

.content .recruit .recruit_con .item .tits .right i {
  display: inline-block;
  -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-90deg) translate3d(0, 0, 0);
  transform: rotate(-90deg) translate3d(0, 0, 0);
  color: #ff0101;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.content .recruit .recruit_con .item .tits:hover {
  background: #ff0101;
}

.content .recruit .recruit_con .item .tits:hover .left {
  color: #fff;
}

.content .recruit .recruit_con .item .tits:hover .right i {
  color: #fff;
}

.content .recruit .recruit_con .item .tits.active {
  background: #ff0101;
}

.content .recruit .recruit_con .item .tits.active .left {
  color: #fff;
}

.content .recruit .recruit_con .item .tits.active .right i {
  color: #fff;
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  -moz-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
}

.content .recruit .recruit_con .item .cons {
  width: 100%;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
 /* font-size: 0;*/
 color:#333333
}

.content .recruit .recruit_con .item .cons .duty{ font-size:14px; padding:20px}

@media only all and (max-width: 768px) {
  .content .recruit .recruit_con .item .cons {
    /*display: none !important;*/
  }
}


.content .recruit .recruit_con .item .cons .claim {
  border-bottom: 1px dashed #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 /* padding-left: 15px;
  padding-top: 25px;
  padding-bottom: 25px;*/
  color:#333333;
  font-size:14px;
  padding:20px
}





@media only all and (max-width: 414px) {
  .content .recruit .recruit_con .item .cons .claim {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.content .recruit .recruit_con .item .cons .claim div {
  font-size: 16px;
  color: #292929;
  display: inline-block;
  margin-right: 30px;
}

@media only all and (max-width: 414px) {
  .content .recruit .recruit_con .item .cons .claim div {
    font-size: 14px;
    display: block;
    margin-right: 10px;
    margin-bottom: 3px;
  }
}

.content .recruit .recruit_con .item .cons .claim div span {
  font-weight: bold;
}

.content .recruit .recruit_con .item .cons .duty .ones {
  font-size: 14px;
  margin-top: 35px;
  padding-left: 15px;
  padding-right: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only all and (max-width: 1280px) {
  .content .recruit .recruit_con .item .cons .duty .ones {
    padding-right: 40px;
  }
}

@media only all and (max-width: 414px) {
  .content .recruit .recruit_con .item .cons .duty .ones {
    margin-top: 20px;
    padding-right: 10px;
  }
}

.content .recruit .recruit_con .item .cons .duty .ones .titss {
  font-weight: bold;
  margin-bottom: 5px;
}

.content .recruit .recruit_con .item .cons .duty .ones .conss {
  line-height: 26px;
}

@media only all and (max-width: 414px) {
  .content .recruit .recruit_con .item .cons .duty .ones .conss {
    font-size: 12px;
    line-height: 22px;
  }
}

.content .recruit .recruit_con .item .cons .duty .ones:last-child {
  padding-bottom: 35px;
}

/*# sourceMappingURL=../map/recruit.css.map */
