.crumbs {
  font-size: 14px;
  color: #222;
  margin-top: 2%;
}

@media (max-width: 480px) {
  .crumbs {
    font-size: 13px;
  }
}

.indexTitle h3 {
  margin: 5% 0;
}

.recruit_news_list {
  width: 100%;
  margin-bottom: 5%;
}

.recruit_news_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 2% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  padding:2%;
}

.recruit_news_list p {
  font-size: 22px;
  line-height: 36px;
  height: 72px;
  margin: 2% 0 1%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.recruit_news_list img {
  width: 18px;
  height: 18px;
  margin: 0 1% 0 2%;
}

.recruit_news_list span {
  font-size: 14px;
}

    .recruit_news_list .foo {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

.recruit_news_list .foo i {
  display: block;
  width: 45px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 20px;
  background: #942423;
  color: white;
  font-size: 12px;
}

.recruit_news_list a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow:0 0 20px 5px #eee;
}

@media (max-width: 768px) {
    .recruit_news_list p {
        font-size: 18px;
        line-height: 31px;
        height: 64px;
    }
}

@media (max-width: 480px) {
    .recruit_news_list p {
        font-size: 16px;
        line-height: 24px;
        height: 50px;
    }
}
.pageRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom:6%;
}
    .pageRight input {
        margin-left: 10px;
        width: 25px;
        text-align: center;
        margin-right: 5px;
    }
    .pageRight span {
        margin-right: 10px;
    }
