.topBanner {
  color: white;
  padding: 3% 0 15%;
  margin-top: 1px;
  position: relative;
  margin-bottom: 3%;
}

.topBanner .whiteBg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -600px;
}

.topBanner span {
  font-size: 14px;
}

.topBanner h2 {
  font-size: 48px;
  margin: 5% 0 3%;
}

.topBanner p {
  font-size: 24px;
}

@media (max-width: 992px) {
  .topBanner span {
    font-size: 13px;
  }
  .topBanner h2 {
    font-size: 38px;
    margin: 5% 0 3%;
  }
  .topBanner p {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .topBanner {
    margin-top: 0px;
  }
  .topBanner h2 {
    text-align: center;
    font-size: 30px;
  }
  .topBanner p {
    text-align: center;
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .topBanner {
    margin-top: 0px;
  }
  .topBanner h2 {
    font-size: 25px;
    margin: 10% 0 5%;
  }
  .topBanner p {
    font-size: 13px;
  }
}

.rlTitle {
  width: 1140px;
  background: white;
  position: absolute;
  font-size: 48px;
  color: #222;
  bottom: 0;
  text-align: center;
  padding: 2% 0;
}

@media (max-width: 1200px) {
  .rlTitle {
    width: 940px;
    font-size: 38px;
  }
}

@media (max-width: 992px) {
  .rlTitle {
    width: 720px;
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .rlTitle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    left: 0;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .rlTitle {
    font-size: 17px;
  }
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 10%;
}

.filter span {
  font-size: 22px;
  color: #222;
  border-bottom: 2px solid #962323;
}

.filter span img {
  width: 12px;
  margin-left: 5px;
}

.filter .left {
  cursor: pointer;
  position: relative;
}

.filter .right {
  cursor: pointer;
  position: relative;
}

.filter .filterList {
  position: absolute;
  width: 100%;
  padding: 8%;
  display: none;
  -webkit-transition: all .5 ease;
  transition: all .5 ease;
  -webkit-transition: all .5s ease;
  background: white;
  min-width:95px;
}

.filter .filterList li {
  line-height: 30px;
  -webkit-transition: all .5 ease;
  transition: all .5 ease;
  -webkit-transition: all .5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
}

.filter .filterList li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media (max-width: 996px) {
  .filter span {
    font-size: 19px;
  }
  .filter .filterList li {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .filter span {
    font-size: 18px;
  }
}

.recruitList li {
  margin-bottom: 3%;
  -webkit-transition: all .5 ease;
  transition: all .5 ease;
  -webkit-transition: all .5s ease;
}

.recruitList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recruitList li a .txt {
  width: 90%;
}

.recruitList li a .txt h3 {
  font-size: 22px;
  color: #972727;
  margin-bottom: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recruitList li a .txt p {
  font-size: 18px;
  color: #333;
}

.recruitList li a img {
  width: 30px;
  -webkit-transition: all .5 ease;
  transition: all .5 ease;
  -webkit-transition: all .5s ease;
}

@media (max-width: 996px) {
  .recruitList li a .txt h3 {
    font-size: 20px;
  }
  .recruitList li a .txt p {
    font-size: 16px;
  }
  .recruitList li a img {
    width: 26px;
  }
}

@media (max-width: 768px) {
  .recruitList li a .txt h3 {
    font-size: 18px;
  }
  .recruitList li a .txt p {
    font-size: 15px;
  }
  .recruitList li a img {
    width: 23px;
  }
}

@media (max-width: 480px) {
  .recruitList li a .txt h3 {
    font-size: 17px;
  }
  .recruitList li a .txt p {
    font-size: 14px;
  }
  .recruitList li a img {
    width: 23px;
  }
}

.recruitList li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.recruitList li:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.filter .filterList li:hover {
  background: #972727;
  color: white;
}
.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;
    }
