@charset "utf-8";

/* 招聘页 */
.page-recruitment {
  padding: 80px 0;
}

.recruitment-list .item {
  position: relative;
  display: block;
  padding: 42px;
  border-radius: 14px;
  border-bottom: 1px dashed #e8e8e8;
  background: #fff;
}

.recruitment-list .item-left {
  width: 80%;
}

.recruitment-list .item-right {
  position: relative;
  z-index: 1;
  width: 15%;
}

.recruitment-list .item-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 235px;
  height: 152px;
  opacity: .08;
  transform: scale(.8);
}

.recruitment-list .item-right .date {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  transform: translateY(-50%);
}

.recruitment-list .item .title {
  font-weight: normal;
  color: #222;
}

.recruitment-list .item .desc {
  max-height: 3.4em;
  margin-top: 30px;
  line-height: 1.7;
  color: #7f7f7f;
}

.recruitment-list .item .date {
  color: #7f7f7f;
}

.recruitment-list .item.on,
.recruitment-list .item:hover {
  background: #b32027;
}

.recruitment-list .item.on .text,
.recruitment-list .item:hover .text {
  color: #fff;
}

.recruitment-list .item.on .item-icon,
.recruitment-list .item:hover .item-icon {
  transform: scale(1);
}

.page-recruitment .paging-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .page-recruitment {
    padding: 60px 0;
  }

  .recruitment-list .item {
    padding: 30px;
  }

  .recruitment-list .item-left {
    float: none;
    width: 100%;
  }

  .recruitment-list .item-right {
    float: none;
    width: 100%;
    height: 3em !important;
  }
}

@media screen and (max-width: 768px) {
  .recruitment-list .item {
      padding: 20px;
    }
}