.container .footer {
  border-top: none;
}
.container .px10-1 {
  padding-left: 7.3958vw !important;
  padding-right: 18vw !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .breadcrumb {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px !important;
  padding-bottom: 1.6041vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
    z-index: 1;
}
.container .breadcrumb li {
  font-size: 0.9375vw;
  color: #666666;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .breadcrumb li a {
  font-size: 0.9375vw;
}
.container .breadcrumb li::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: url(../images/breadcrumbIcon.png) no-repeat;
  background-size: 100% 100%;
}
.container .breadcrumb li:last-child {
  color: #972C2A;
}
.container .breadcrumb li:last-child::after {
  display: none;
}
.container .px10-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .px18 {
  padding: 0 18vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .topboxT {
  width: 100%;
  position: relative;
}
.container .topboxT .moreBox {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #972C2A;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.container .topboxT .moreBox img {
  height: 14px;
  margin-left: 5px;
  width: auto;
}
.container .content {
  width: 100%;
  margin-bottom: 2.187vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.container .content .boxCard {
  background: url(../images/information/tBg.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 6.9791vw;
}
.container .content .boxCard .box {
  position: relative;
}
.container .content .newList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .content .newList .newCard {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23.64%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 13px 0px rgba(173, 179, 194, 0.25);
          box-shadow: 0px 4px 13px 0px rgba(173, 179, 194, 0.25);
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 25px;
}
.container .content .newList .newCard .newImg {
  position: relative;
  width: 100%;
  padding-top: 55.428%;
}
.container .content .newList .newCard .newImg img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.container .content .newList .newCard .info {
  position: relative;
  padding: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
  z-index: 2;
  background-color: #fff;
}
.container .content .newList .newCard .info::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #FFAB48;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.container .content .newList .newCard .info::after {
  content: ' ';
  display: block;
  width: 4.53125vw;
  height: 4.53125vw;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/newCardTip.png) no-repeat;
  background-size: 100% 100%;
}
.container .content .newList .newCard .infoTitle {
  font-size: 18px;
  line-height: 25px;
  height: 50px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
  display: -webkit-box;
  overflow: hidden;
  /*! autoprefixer: off; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container .content .newList .newCard .newTime {
  font-size: 14px;
  font-weight: 400;
  color: #BC1C1E;
  line-height: 15px;
  margin-bottom: 5px;
}
.container .content .newList .newCard:hover .info {
  background-color: #972C2A;
}
.container .content .newList .newCard:hover .info::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.container .content .newList .newCard:hover .infoTitle,
.container .content .newList .newCard:hover .newTime {
  color: #fff !important;
}
.container .sirBox {
  background: url(../images/meritocracy/donationmainBg.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  overflow: hidden;
  padding-top: 2vw;
  position: relative;
}
.container .sirBox .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide {
  position: relative;
  width: 44.6875vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide a p {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.117%;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide img {
  width: 100%;
  min-height: 100%;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide .bg {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide .info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  height: 5.208vw;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide .info p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5625vw;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .sirBox .list .bnycBoxSwiper .swiper-slide .info span {
  width: 100%;
  font-size: 14px;
  color: #4F4F4F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .sirBox .list .swiper-pagination-bg {
  text-align: center;
  margin-top: 20px;
}
.container .sirBox .list .swiper-pagination-bg .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #972C2A;
}
.container .sirBox .list .swiper-pagination-bg .swiper-pagination-bullet-active {
  background-color: #972C2A;
}
.container .sirBox .list #certify {
  position: relative;
  margin: 0 auto;
}
.container .sirBox .list #certify .swiper-container {
  padding-bottom: 60px;
}
.container .sirBox .list #certify .swiper-slide img {
  display: block;
}
.container .sirBox .list #certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.container .sirBox .list #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.container .sirBox .list #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.container .sirBox .list #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.container .sirBox .list #certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.container .sirBox .list #certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.container .sirBox .list #certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
@media (max-width: 1100px) {
  .container .content .newList .newCard {
    width: 32.5%;
    border-radius: 8px;
  }
  .container .content .newList .newCard .infoTitle {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .container .content .newList .newCard:nth-child(7),
  .container .content .newList .newCard:nth-child(8) {
    width: 49%;
  }
}
@media (max-width: 800px) {
  .container .breadcrumb {
    padding-top: 10px !important;
  }
  .sirBox .list {
    margin-top: 0 !important;
    width: 100%;
    position: relative;
    margin-bottom: 8vw !important;
  }
  .sirBox .list::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.117%;
  }
  .sirBox .bnycBoxSwiper {
    width: 100% !important;
    height: 100% !important;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sirBox .bnycBoxSwiper .swiper-slide {
    width: 100% !important;
  }
  .sirBox .list .swiper-pagination-bg {
    position: absolute;
    z-index: 2;
    margin-right: 4%;
  }
  .sirBox .list .swiper-pagination-bg .swiper-pagination-bullet {
    background-color: #FFFFFF !important;
    border-color: #fff !important;
    opacity: 1 !important;
  }
  .sirBox .list .swiper-pagination-bg .swiper-pagination-bullet-active {
    background-color: #972C2A !important;
    border-color: #972C2A !important;
  }
  .container .content .newList .newCard {
    width: 49%;
    border-radius: 8px;
  }
  .container .content .newList .newCard .infoTitle {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
}
