html, body {
  height: unset;
}

body {
  background-color: #fff;
}

.footer.simplify {
  background-color: #f4f6f9;
}

.recruitment-item {
  width: 550px;
  height: 164px;
  padding-left: 202px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.recruitment-item:nth-of-type(n) {
  float: left;
}

.recruitment-item:nth-of-type(2n) {
  float: right;
}

.recruitment-item:nth-of-type(n+3) {
  margin-top: 30px;
}

.recruitment-item:hover .recruitment-action-sheet {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.recruitment-item .recruitment-cover {
  width: 202px;
  height: 164px;
  border: .5px solid #eef0f5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.recruitment-item .recruitment-cover img {
  height: 100%;
  object-fit: contain;
}

.recruitment-item .recruitment-detail {
  height: 100%;
  padding: 25px 25px 26px 20px;
  border: 1px solid #eef0f5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}

.recruitment-item .recruitment-detail .recruitment-name {
  float: left;
  max-width: 238px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recruitment-item .recruitment-detail .recruitment-status {
  float: right;
  line-height: 27px;
}

.recruitment-item .recruitment-detail .recruitment-status > div {
  display: inline-block;
  font-size: 12px;
  color: #666;
}

.recruitment-item .recruitment-detail .recruitment-status > div .icon-ing {
  margin-right: 4px;
  font-size: 0;
}

.recruitment-item .recruitment-detail .recruitment-status > div .icon-ing i {
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: #90b984;
  -webkit-animation: .8s bouncing ease-in-out infinite;
  animation: .8s bouncing ease-in-out infinite;
}

.recruitment-item .recruitment-detail .recruitment-status > div .icon-ing i:nth-of-type(2n) {
  background-color: #5d994c;
}

.recruitment-item .recruitment-detail .recruitment-status > div .icon-ing i:nth-of-type(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.recruitment-item .recruitment-detail .recruitment-status > div .icon-ing i:nth-of-type(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.recruitment-item .recruitment-detail .recruitment-status > div .icon-ing i:nth-of-type(4) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.recruitment-item .recruitment-detail .recruitment-status span {
  font-size: 12px;
  color: #666;
}

.recruitment-item .recruitment-detail .recruitment-status .status-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}

.recruitment-item .recruitment-detail .recruitment-status .status-icon.icon-end {
  margin: 0 4px 4px 0;
  background-image: url(../images/zhaopin_pc_recruitment_status_end.png);
}

.recruitment-item .recruitment-detail .recruit-count {
  margin-top: 30px;
  font-size: 15px;
  color: #666;
}

.recruitment-item .recruitment-detail .recruit-count span {
  color: #ff0000;
}

.recruitment-item .recruitment-detail .recruitment-date {
  margin-top: 9px;
  font-size: 15px;
  color: #999;
}

.recruitment-item .recruitment-action-sheet {
  width: 550px;
  height: 164px;
  padding: 32px 30px 32px 424px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.recruitment-item .recruitment-action-sheet .action-sheet-btn {
  display: inline-block;
  width: 92px;
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.recruitment-item .recruitment-action-sheet .action-sheet-btn:nth-of-type(1) {
  border: 1px solid #fff;
}

.recruitment-item .recruitment-action-sheet .action-sheet-btn:nth-of-type(2) {
  margin-top: 24px;
  background-color: #248eff;
}

@-webkit-keyframes bouncing {
  0% {
    height: 14px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 10px;
  }
}

@keyframes bouncing {
  0% {
    height: 14px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 10px;
  }
}
