.news>.tittle {
  text-align: center;
  padding: 110px 0 85px;
}

.news>.tittle p:nth-child(1) {
  font-size: 37px;
  font-family: Arial Black;
  font-weight: 400;
  color: #333333;
  line-height: 56px;
}

.news>.tittle p:nth-child(2) {
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #0C0C0C;
  line-height: 56px;
}

.news .swiper-slide img {
  width: 380px;
  height: 215px;
}

.news .swiper-slide .news_info {
  font-size: 16px;
  color: #666666;
  margin: 20px 0;
}

.news .swiper-slide .news_info {
  font-size: 16px;
  color: #666666;
  margin: 20px 0;
}

.news .swiper-slide .news_tittle {
  width: 380px;
  font-size: 18px;
  color: #333333;
  margin: 20px 0;
}

.news .content .left_block {
  background-image: linear-gradient(to right, #fff, transparent);
  width: 150px;
  height: 325px;
  position: absolute;
  z-index: 99;
}

.news .content .right_block {
  background-image: linear-gradient(to right, transparent, #fff);
  width: 150px;
  height: 325px;
  position: absolute;
  right: 0;
  z-index: 99;
}

.slide_content {
  margin: 0 auto;
  width: 380px;
}

.news .footer {
  display: flex;
  justify-content: space-between;
  padding: 0 3vw;
  margin: 50px 0;
}

.iconPrev,
.iconNext {
  font-size: 20px !important;
  border: 1px solid #acacac;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.news .footer .arrow_icon {
  font-size: 44px;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .slide_content {
    width: 270px;
  }

  .news .swiper-slide img {
    width: 270px;
    height: 150px;
  }

  .news .swiper-slide .news_info {
    width: 100%;
  }

  .news .swiper-slide .news_tittle {
    width: 100%;
  }
}