.about_imgshow_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 2%;
}

.about_imgshow_container .about_img_itme {
  width: 49.4%;
  margin-bottom: 0.4rem;
}

.about_imgshow_container .about_img_container {
  width: 100%;
  /* height: 11rem; */
  overflow: hidden;
}

.about_img_itme .about_img_tit {
  padding-left: 0.2rem;
  border-left: 2px solid #cd5340;
  box-sizing: border-box;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about_imgshow {
  display: flex;

  flex-wrap: wrap;

  margin-top: 30px;
}

.about_imgshow .about_img_item {
  border: 4px solid #fff;

  margin-right: 16px;

  box-shadow: 1px 1px 10px #d2d2d2;

  margin-bottom: 16px;

  width: 288px;

  height: 188px;

  box-sizing: border-box;

  overflow: hidden;

  position: relative;
}

.about_imgshow .about_img_item:nth-child(4n) {
  margin-right: 0;
}

.about_imgshow .about_img_item img {
  width: 100%;

  height: auto;

  transition: all 0.3s ease;
}

.about_imgshow .about_img_item:hover img {
  transform: scale(1.1);
}

.about_imgshow .about_img_item .about_img_tit {
  position: absolute;

  width: 100%;

  height: 100%;

  text-align: center;

  color: #fff;

  background-color: #0000004f;

  line-height: 195px;

  font-size: 16px;
}
.swiper-button-next, .swiper-button-prev {

  background-image: none;

  background-color: #191919b9;

  padding: 3px 3px;

  transition: all .3s ease;

}



.swiper-button-next svg, .swiper-button-prev svg {

  width: 100%;

  height: 100%;

}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}