.newss .group_nav .group_conter_nav {
  width: 1450px;
}

.newss .cont {
  width: 1450px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.newss .cont .activitySwiper {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.newss .cont .activitySwiper #actiSwiper {
  width: 90.5%;
  height: 100%;
}

.newss .cont .activitySwiper #actiSwiper #swiperActiv {
  height: 100%;
  width: 100%;
}

.newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_poto {
  width: 100%;
  height: 918px;
}

.newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_poto img {
  display: block;
  width: 100%;
  height: 100%;
}

.newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_name {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcdcdc;
}

.newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_name p {
  font-size: 18px;
  color: #858585;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.newss .cont .activitySwiper #actiSwiper .activePrev {
  position: absolute;
  left: 0px !important;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
  height: 140px;
  background-color: rgba(204, 206, 208, 0.9);
  border-radius: 140px 0% 0% 140px;
  outline: none;
}

.newss .cont .activitySwiper #actiSwiper .activePrev::after {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  right: 20%;
}

.newss .cont .activitySwiper #actiSwiper .activeNext {
  position: absolute;
  right: 0px;
  width: 69px;
  transform: translateY(-50%);
  height: 140px;
  background-color: rgba(204, 206, 208, 0.5);
  border-radius: 0px 140px 140px 0px;
  outline: none;
}

.newss .cont .activitySwiper #actiSwiper .activeNext::after {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  left: 20%;
}

.newss .cont .all_poto {
  margin: 15px 0px 60px 0px;
  width: 1310px;
  display: flex;
  flex-wrap: wrap;
}

.newss .cont .all_poto .alls_boxs {
  width: 19%;
  height: 242px;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 1px solid #e4e4e4;
}

.newss .cont .all_poto .alls_boxs:nth-child(5n + 5) {
  margin-right: 0px;
}

.newss .cont .all_poto .alls_boxs:nth-child(n + 6) {
  margin-bottom: 0px;
}

.newss .cont .all_poto .alls_boxs .alls_boxs_poto {
  width: 100%;
  height: 195px;
}

.newss .cont .all_poto .alls_boxs .alls_boxs_poto img {
  width: 100%;
  height: 100%;
  display: block;
}

.newss .cont .all_poto .alls_boxs .alls_boxs_tit {
  width: 100%;
  height: 46px;
  border-top: 1px solid #e4e4e4;
  color: #858585;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1600px) {
  .newss .cont .activitySwiper #actiSwiper .activePrev {
    width: 4.8%;
    height: 125px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext {
    width: 4.8%;
    height: 125px;
  }

  .newss .cont .all_poto {
    width: 90.5%;
  }
}

@media screen and (max-width: 1400px) {
  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_poto {
    height: 790px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev {
    width: 4.8%;
    height: 110px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext {
    width: 4.8%;
    height: 110px;
  }

  .newss .cont .all_poto {
    margin-bottom: 20px;
  }

  .newss .cont .all_poto .alls_boxs {
    height: 200px;
    width: 18.8%;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_poto {
    height: 150px;
  }
}

@media screen and (max-width: 1020px) {
  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_poto {
    height: 660px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev {
    width: 4.8%;
    height: 95px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext {
    width: 4.8%;
    height: 95px;
  }

  .newss .cont .all_poto {
    margin-bottom: 20px;
  }

  .newss .cont .all_poto .alls_boxs {
    height: 168px;
    width: 18.8%;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_poto {
    height: 127px;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_tit {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_poto {
    height: 500px;
  }

  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_name {
    height: 55px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev {
    width: 4.8%;
    height: 75px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev::after {
    font-size: 20px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext {
    width: 4.8%;
    height: 75px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext::after {
    font-size: 20px;
  }

  .newss .cont .all_poto {
    margin-bottom: 20px;
  }

  .newss .cont .all_poto .alls_boxs {
    height: 131px;
    width: 18.8%;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_poto {
    height: 90px;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_tit {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_poto {
    height: 375px;
  }

  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_name {
    height: 55px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev {
    width: 4.8%;
    height: 55px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev::after {
    font-size: 20px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext {
    width: 4.8%;
    height: 55px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext::after {
    font-size: 20px;
  }

  .newss .cont .all_poto {
    margin-bottom: 20px;
  }

  .newss .cont .all_poto .alls_boxs {
    height: 124px;
    width: 23%;
    margin-right: 1.8%;
    margin-bottom: 1.8%;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_poto {
    height: 85px;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_tit {
    height: 38px;
    line-height: 38px;
    font-size: 15px;
  }

  .newss .cont .all_poto .alls_boxs:nth-child(4n + 4) {
    margin-right: 0px;
  }

  .newss .cont .all_poto .alls_boxs:nth-child(5n + 5) {
    margin-right: 1.8%;
  }
}

@media screen and (max-width: 480px) {
  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_poto {
    height: 300px;
  }

  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_name {
    height: 50px;
  }

  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_name p {
    font-size: 16px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev {
    width: 4.8%;
    height: 42px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev::after {
    font-size: 15px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext {
    width: 4.8%;
    height: 42px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext::after {
    font-size: 15px;
  }

  .newss .cont .all_poto {
    margin-bottom: 20px;
  }

  .newss .cont .all_poto .alls_boxs {
    height: 119px;
    width: 30.5%;
    margin-right: 1.8%;
    margin-bottom: 1.8%;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_poto {
    height: 80px;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_tit {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }

  .newss .cont .all_poto .alls_boxs:nth-child(4n + 4) {
    margin-right: 1.8%;
  }

  .newss .cont .all_poto .alls_boxs:nth-child(n + 6) {
    margin-bottom: 1.8%;
  }
}

@media screen and (max-width: 320px) {
  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_poto {
    height: 180px;
  }

  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_name {
    height: 40px;
    line-height: 40px;
  }

  .newss .cont .activitySwiper #actiSwiper #swiperActiv .swiper-slide .active_name p {
    font-size: 14px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev {
    width: 4.8%;
    height: 27px;
  }

  .newss .cont .activitySwiper #actiSwiper .activePrev::after {
    font-size: 12px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext {
    width: 4.8%;
    height: 27px;
  }

  .newss .cont .activitySwiper #actiSwiper .activeNext::after {
    font-size: 12px;
  }

  .newss .cont .all_poto {
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
  }

  .newss .cont .all_poto .alls_boxs {
    height: 119px;
    width: 49%;
    margin-right: 0px !important;
    margin-bottom: 1%;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_poto {
    height: 80px;
  }

  .newss .cont .all_poto .alls_boxs .alls_boxs_tit {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }

  .newss .cont .all_poto .alls_boxs:nth-child(4n + 4) {
    margin-right: 0px;
  }

  .newss .cont .all_poto .alls_boxs:nth-child(n + 6) {
    margin-bottom: 1%;
  }
}