.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;
}
.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;
}
.breadcrumb li a {
  font-size: 0.9375vw;
}
.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%;
}
.breadcrumb li:last-child {
  color: #972C2A;
}
.breadcrumb li:last-child::after {
  display: none;
}
.topboxT {
  width: 100%;
  position: relative;
}
.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: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topboxT .moreBox img {
  height: 18px;
  margin-left: 5px;
  width: auto;
}
.boxTz {
  padding-top: 1.9791vw;
  padding-bottom: 6.9791vw;
  background: url(../images/information/tBg.png?12) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.boxTz .newList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.boxTz .newList .newCard {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23.64%;
  cursor: pointer;
}
.boxTz .newList .newCard a {
  display: block;
  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;
}
.boxTz .newList .newCard .newImg {
  position: relative;
  width: 100%;
  padding-top: 55.428%;
}
.boxTz .newList .newCard .newImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.boxTz .newList .newCard .info {
  position: relative;
  padding: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.boxTz .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;
}
.boxTz .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%;
}
.boxTz .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;
}
.boxTz .newList .newCard .newTime {
  font-size: 14px;
  font-weight: 400;
  color: #BC1C1E;
  line-height: 15px;
  margin-bottom: 5px;
}
.boxTz .newList .newCard:hover .info {
  background-color: #972C2A;
}
.boxTz .newList .newCard:hover .info::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.boxTz .newList .newCard:hover .infoTitle,
.boxTz .newList .newCard:hover .newTime {
  color: #fff !important;
}
.boxXw {
  padding-bottom: 6.9791vw;
  background: url(../images/information/donationmainBg.png) no-repeat;
  background-size: cover;
}
.boxXw .newsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.boxXw .newsBox .n {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -8px;
}
.boxXw .newsBox .n.n-left {
  margin-right: 8px;
}
.boxXw .newsBox .n.n-right {
  margin-left: 8px;
}
.boxXw .newsBox .n .minCard {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 16px;
}
.boxXw .newsBox .n .minCard a {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(170, 182, 192, 0.44);
          box-shadow: 0px 0px 9px 0px rgba(170, 182, 192, 0.44);
  display: block;
  width: 100%;
  position: relative;
}
.boxXw .newsBox .n .minCard a .imgBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.boxXw .newsBox .n .minCard a .imgBox img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.boxXw .newsBox .n .minCard a .bp {
  width: 100%;
  padding: 0.9vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  overflow: hidden;
}
.boxXw .newsBox .n .minCard a .bp p {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  height: 3em;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.boxXw .newsBox .n.n-left .minCard:nth-child(1),
.boxXw .newsBox .n.n-right .minCard:nth-child(3) {
  width: 100%;
}
.boxXw .newsBox .n.n-left .minCard:nth-child(1) .bp,
.boxXw .newsBox .n.n-right .minCard:nth-child(3) .bp {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.boxXw .newsBox .n.n-left .minCard:nth-child(1) .bp p,
.boxXw .newsBox .n.n-right .minCard:nth-child(3) .bp p {
  width: 100%;
  height: 1.5em;
  color: #ffffff;
  -webkit-line-clamp: 1;
}
.boxXw .newsBox .n.n-left .minCard:nth-child(2),
.boxXw .newsBox .n.n-right .minCard:nth-child(1) {
  padding-right: 8px;
}
.boxXw .newsBox .n.n-left .minCard:nth-child(3),
.boxXw .newsBox .n.n-right .minCard:nth-child(2) {
  padding-left: 8px;
}
.boxHd {
  overflow: hidden;
  background: url('../images/information/hgbn.png') no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}
.boxHd .mediBox .topboxT .toolR {
  display: none;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.boxHd .mediBox .topboxT .toolR img {
  width: 2.5vw;
  height: 2.5vw;
  min-width: 40px;
  min-height: 40px;
  margin: 0 0.415vw;
  cursor: pointer;
}
.boxHd .mediBox .line {
  width: 100%;
  height: 2.5vw;
  overflow: hidden;
  min-height: 24px;
  border-radius: 1.25vw;
  background: -webkit-gradient(linear, left top, right top, from(#972C2A), to(#FFAB48));
  background: linear-gradient(90deg, #972C2A 0%, #FFAB48 100%);
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxHd .mediBox .line::before {
  content: "";
  display: block;
  left: 1.25vw;
  right: 1.25vw;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#EFBABB), to(#FFE5C8));
  background: linear-gradient(90deg, #EFBABB 0%, #FFE5C8 100%);
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.boxHd .mediBox .line .piont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  margin-right: 20px;
}
.boxHd .mediBox .line .piont:last-child {
  margin-right: 0;
}
.boxHd .mediBox .line .piont::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.458333vw;
  height: 1.458333vw;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  background: rgba(255, 239, 220, 0.98);
  opacity: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.boxHd .mediBox .line .piont:first-child::after {
  width: 1.958333vw;
  height: 1.958333vw;
  min-width: 20px;
  min-height: 20px;
}
.boxHd .mediBox .swiperBox {
  margin-bottom: 6.302vw;
  position: relative;
}
.boxHd .mediBox .swiperBox .btns {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.boxHd .mediBox .swiperBox .btns .btn {
  position: absolute;
  width: 3vw;
  height: 3vw;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  cursor: pointer;
}
.boxHd .mediBox .swiperBox .btns .btn img {
  width: 100%;
  height: 100%;
}
.boxHd .mediBox .swiperBox .btns .swiper-button-prev-c {
  left: -20px;
}
.boxHd .mediBox .swiperBox .btns .swiper-button-next-c {
  right: -20px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.boxHd .mediBox .swiperBox .mdSwiper {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.boxHd .mediBox .swiperBox .swiper-slide {
  color: #ffffff;
  position: relative;
    background: #FFFFFF linear-gradient(180deg, #FFFBEE 0%, #FFE4DE 100%);
    box-shadow: 0rpx 2rpx 5rpx 0rpx rgba(161,162,178,0.25);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(161, 162, 178, 0.25);
          box-shadow: 0px 4px 12px 0px rgba(161, 162, 178, 0.25);
  border-radius: 8px;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox {
  display: block;
  padding: 15px;
  padding-bottom: 3vw;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox .time {
  width: 100%;
  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;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeL {
  color: #333333;
  font-size: 0;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeL .n {
  font-size: 1.8vw;
  font-weight: 600;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeL span {
  font-size: 0.8vw;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeL .y {
  font-size: 1.2vw;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeR {
  color: #828282;
  font-size: 1.1vw;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox h5 {
  margin-top: 1vw;
  font-size: 1.20833vw;
  line-height: 1.3em;
  height: 6.5em;
  font-weight: 500;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.boxHd .mediBox .swiperBox .swiper-slide .cnBox p {
  display: none !important;
  margin-top: 2.1vw;
  font-size: 1.041666vw;
  line-height: 1.3em;
  height: 5.2em;
  color: #4B4B4B;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.boxHd .mediBox .swiperBox .swiper-slide-active,
.boxHd .mediBox .swiperBox .swiper-slide:hover {
  background:#972C2A;
    color: white;
  position: relative;
}

.boxHd .mediBox .swiperBox .swiper-slide-active .cnBox .time .timeL {
    color: white;
}
.boxHd .mediBox .swiperBox .swiper-slide-active  .cnBox .time .timeR {
    color: white;
}
.boxHd .mediBox .swiperBox .swiper-slide-active::after,
.boxHd .mediBox .swiperBox .swiper-slide:hover::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/information/logobg.png');
  background-repeat: no-repeat;
  background-size: 39% auto;
  background-position: right bottom;
}
.boxHd .mediBox .swiperBox .swiper-slide-active .cnBox .time .timeL .n,
.boxHd .mediBox .swiperBox .swiper-slide:hover .cnBox .time .timeL .n {
  color: white;
}
.boxHd .mediBox .swiperBox .swiper-slide-active .cnBox .time .timeL .y,
.boxHd .mediBox .swiperBox .swiper-slide:hover .cnBox .time .timeL .y {
    color: white;
}
.boxHd .mediBox .swiperBox .swiper-slide-active .cnBox h5,
.boxHd .mediBox .swiperBox .swiper-slide:hover .cnBox h5 {
    color: white;
}
.boxMt .imgInfoBox {
  width: 100%;
  height: 46.73958vw;
  background: url(../images/information/bgcvb.png?123) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 1.8vw;
  left: 5vw;
}
.boxMt .imgInfoBox .actionBox {
  position: absolute;
  display: block;
  width: 17.8125vw;
  height: 16.40625vw;
  padding: 0.8333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(133, 165, 195, 0.44);
          box-shadow: 0px 0px 9px 0px rgba(133, 165, 195, 0.44);
  border-radius: 1.25vw;
  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;
  cursor: pointer;
}
.boxMt .imgInfoBox .actionBox:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 8 !important;
}
.boxMt .imgInfoBox .actionBox .imgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.boxMt .imgInfoBox .actionBox .imgBox img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.boxMt .imgInfoBox .actionBox .infoM {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.boxMt .imgInfoBox .actionBox .infoM h5 {
  margin: 1vw 0;
  font-size: 1.04166vw;
  line-height: 1.3em;
  height: 2.6vw;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.boxMt .imgInfoBox .actionBox .infoM p {
  font-size: 0.72916vw;
  line-height: 1.6em;
  color: #707070;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: none;
}
.boxMt .imgInfoBox .actionBox:nth-child(1) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  top: 10vw;
  left: 0;
  z-index: 2;
}
.boxMt .imgInfoBox .actionBox:nth-child(2) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 17.8125vw;
  top: 7vw;
  z-index: 1;
}
.boxMt .imgInfoBox .actionBox:nth-child(3) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  left: 35.625vw;
  top: 9vw;
  z-index: 4;
}
.boxMt .imgInfoBox .actionBox:nth-child(4) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  left: 53.4375vw;
  top: 10vw;
  z-index: 3;
}
.boxMt .imgInfoBox .actionBox:nth-child(5) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  left: 8.90625vw;
  top: 22.40625vw;
  z-index: 6;
}
.boxMt .imgInfoBox .actionBox:nth-child(6) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 26.71875vw;
  top: 20.40625vw;
  z-index: 5;
}
.boxMt .imgInfoBox .actionBox:nth-child(7) {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  left: 44.53125vw;
  top: 22.40625vw;
  z-index: 7;
}
@media (max-width: 1500px) {
  .boxTz .newList .newCard .infoTitle {
    font-size: 16px;
  }
  .boxXw .newsBox .bp p {
    font-size: 14px !important;
  }
}
@media (max-width: 1300px) {
  .boxTz .newList .newCard .infoTitle {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
  .boxHd {
    overflow: hidden;
  }
  .boxHd .mediBox .line .piont:nth-child(4) {
    margin-right: 0;
  }
  .boxHd .mediBox .line .piont:last-child {
    display: none;
  }
}
@media (max-width: 1100px) {
  .boxTz .newList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxTz .newList .newCard {
    width: 50%;
    margin-bottom: 10px;
  }
  .boxTz .newList .newCard:nth-child(2n-1) a {
    margin-right: 5px;
  }
  .boxTz .newList .newCard:nth-child(2n) a {
    margin-left: 5px;
  }
  .boxTz .newList .newCard .infoTitle {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .boxXw .newsBox .n .minCard {
    width: 100%;
    padding: 0 !important;
  }
  .boxXw .newsBox .n .minCard a .bp {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }
  .boxXw .newsBox .n .minCard a .bp p {
    width: 100%;
    height: 1.5em;
    color: #ffffff;
    -webkit-line-clamp: 1;
  }
  .boxXw .newsBox .bp p {
    font-size: 14px !important;
  }
  .boxMt .imgInfoBox {
    left: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .boxMt .imgInfoBox .actionBox {
    width: 49%;
    height: auto;
    position: relative;
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    padding: 8px !important;
    margin-bottom: 2%;
    left: auto !important;
    top: auto !important;
    z-index: 4 !important;
  }
  .boxMt .imgInfoBox .actionBox .infoM h5 {
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
  .boxMt .imgInfoBox .actionBox:nth-child(7) {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
  .boxHd {
    overflow: hidden;
  }
  .boxHd .mediBox .topboxT .toolR {
    display: block;
  }
  .boxHd .mediBox .swiperBox .btns {
    display: none;
  }
  .boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeL .n {
    font-size: 22px;
  }
  .boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeL span {
    font-size: 16px;
  }
  .boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeL .y {
    font-size: 16px;
  }
  .boxHd .mediBox .swiperBox .swiper-slide .cnBox .time .timeR {
    font-size: 14px;
  }
  .boxHd .mediBox .swiperBox .swiper-slide .cnBox h5 {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .boxHd {
    overflow: hidden;
  }
  .boxHd .mediBox .line .piont:nth-child(3) {
    margin-right: 0;
  }
  .boxHd .mediBox .line .piont:nth-child(4) {
    display: none;
  }
  .boxHd .mediBox .line .piont:last-child {
    display: none;
  }
}
@media (max-width: 800px) {
  .breadcrumb {
    padding-top: 10px !important;
  }
  .boxHd {
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .boxTz .newList .newCard a {
    border-radius: 4px;
  }
  .boxTz .newList .newCard .info {
    padding: 8px;
  }
  .boxTz .newList .newCard .infoTitle {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    margin-bottom: 1.6vw;
  }
  .boxXw .newsBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxXw .newsBox .n {
    width: 100%;
    padding: 0 !important;
    margin: 0  !important;
  }
  .boxXw .newsBox .n .minCard,
  .boxXw .newsBox .n.n-right .minCard:nth-child(3) {
    width: 50%;
  }
  .boxXw .newsBox .n .minCard a .bp,
  .boxXw .newsBox .n.n-right .minCard:nth-child(3) a .bp {
    width: 100%;
    position: static;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }
  .boxXw .newsBox .n .minCard a .bp p,
  .boxXw .newsBox .n.n-right .minCard:nth-child(3) a .bp p {
    width: 100%;
    height: 3em ;
    color: #333333;
    -webkit-line-clamp: 2;
  }
  .boxXw .newsBox .n.n-right .minCard:nth-child(1) {
    width: 100%;
  }
  .boxXw .newsBox .n.n-right .minCard:nth-child(1) .bp {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }
  .boxXw .newsBox .n.n-right .minCard:nth-child(1) .bp p {
    width: 100%;
    height: 1.5em;
    color: #ffffff;
    -webkit-line-clamp: 1;
  }
  .boxXw .newsBox .n.n-left .minCard:nth-child(2),
  .boxXw .newsBox .n.n-right .minCard:nth-child(2) {
    padding-right: 5px !important;
  }
  .boxXw .newsBox .n.n-left .minCard:nth-child(3),
  .boxXw .newsBox .n.n-right .minCard:nth-child(3) {
    padding-left: 5px !important;
  }
  .boxXw .newsBox .bp p {
    font-size: 12px !important;
  }
  .boxHd {
    overflow: hidden;
  }
  .boxHd .mediBox .line .piont:nth-child(2) {
    margin-right: 0;
  }
  .boxHd .mediBox .line .piont:nth-child(3) {
    display: none;
  }
  .boxHd .mediBox .line .piont:nth-child(4) {
    display: none;
  }
  .boxHd .mediBox .line .piont:last-child {
    display: none;
  }
}
