@media screen and (max-width: 1600px) {
  .index-title span {
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    padding: 0 50px;
  }
  .index-title span .arrow {
    width: 50px;
    height: 50px;
  }
  .index-video-wrap .title {
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    padding: 50px 0;
  }
  .index-video-wrap .title .arrow {
    width: 50px;
    height: 50px;
  }
  .img-text-row .item .right-info .title {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
  }
  .img-text-row .item .right-info .time {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .footer .navigation {
    margin-right: 5vw;
    width: 10%;
  }
  .footer .left {
    float: none;
    width: 100%;
  }
  .footer .right {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .footer .right .row {
    float: none;
  }
  .footer .right .ewm-wrap {
    float: none;
  }
}

@media screen and (max-width: 1440px) {
  .index-news-slide .info .title {
    font-size: 18px !important;
  }
  .img-text-row .item .right-info .text {
    margin-top: 10px;
  }
  .img-text-row .item .right-info .more {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1366px) {
  .recruit-list .item {
    margin-right: 0 !important;
    width: 100%;
  }
}
