/**
 * 精英招聘
 */
.recruit .recruitTp {
  height: 279px;
  background: url('../img/recruit/recruitBg.png') no-repeat center center;
  background-size: cover;
  }
.recruit .recruitTp .title {
  max-width: 1170px;
  padding-top: 100px;
  margin: 0 auto;
  }
.recruit .recruitTp .title > h3 {
  height: 50px;
  margin-left: 100px;
  font-size: 45px;
  line-height: 50px;
  color: #fff;
  }
.recruit .recruitTp .title > p {
  margin-top: 14px;
  margin-left: 100px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  }
.recruit .reset-career * {
  border: 0 !important;
  border-radius: 0 !important;
  }
.recruit .career {
  background: #f2f2f2;
  }
.recruit .career > li {
  vertical-align: middle;
  }
.recruit .career > li > a {
  color: #555;
  background-color: transparent;
  }
.recruit .career > li.active {
  background: #55ccd5;
  }
.recruit .career > li.active > a {
  color: #fff;
  background-color: transparent;
  }
.recruit .row {
  padding: 0;
  margin: 0;
  }
.recruit .margin-top {
  padding-top: 20px;
  background: #eee;
  }
@media screen and (max-width: 450px) {
  .recruit .margin-top {
    background: #fff;
    }
  }
.recruit .bottom-height {
  padding: 20px 40px 40px;
  margin-bottom: 60px;
  background-color: #fff;
  }
.recruit .bottom-height h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  }
.recruit .bottom-height p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 21px;
  }
.recruit .bottom-height .pane-list {
  display: -ms-flexbox;
  display: flex;
  }
.recruit .bottom-height .pane-list span {
  display: block;
  }
.recruit .bottom-height .pane-list > span:first-child {
  width: 25px;
  }
@media screen and (max-width: 768px) {
  .recruit .recruitTp .title > h3,
  .recruit .recruitTp .title > p {
    margin-right: 30px;
    margin-left: 30px;
    }
  .recruit .bottom-height h5 {
    font-size: 25px;
    }
  .recruit .bottom-height {
    padding: 10px;
    }
  }
