.trend2 {
  padding: 110px 0 100px;
}

.trend2 .common-title h2 {
  font-size: 24px;
  max-width: 791px;
  line-height: 1.9;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.trend3 .content {
  margin-top: 23px;
}

.trend3 .content .every {
  padding: 23px 0;
  border-bottom: 1px solid #F0F0F0;
}

.trend3 .left {
  width: 30%;
  overflow: hidden;
}

.trend3 .left img {
  width: 100%;
  transition: all 0.4s ease-out;
}

.trend3 .right {
  width: 65%;
  margin-left: 5%;
}

.trend3 .right h4 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 30px;
  line-height: 1.2;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all ease-out 0.2s;
}

.trend3 .content .every:hover img {
  transform: scale(1.05);
}

.trend3 .every:hover .right h4 {
  color: #1989fa;
}

.trend3 .right p {
  font-size: 20px;
  line-height: 1.8;
  color: #666666;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.4s ease-out;
}

.trend3 .right .trend-more {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  color: #000;
}

.trend3 .every:hover .right p {
  color: #000;
}

.trend4 {
  padding: 80px 0 47px;
}

.trend4 .content {
  margin-top: 36px;
  position: relative;
}

.trend4 .content .swiper-button-prev {
  left: -80px;
  right: auto;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  outline: none;
  top: 46%;
}

.trend4 .content .swiper-button-next {
  left: auto;
  right: -80px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  outline: none;
  transition: 0.5s ease all;
  top: 46%;
}

.trend4 .content .swiper-button-prev:hover,
.trend4 .content .swiper-button-next:hover {
  background: rgba(0, 0, 0, 1);
}

.trend4 .content .swiper-button-prev:after,
.trend4 .content .swiper-button-next:after {
  color: #fff;
  font-size: 25px;
}

.trend4 .swiper-container {
  width: 100%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.trend4 .content .every {
  width: calc(100% / 3 - 40px);
  height: auto;
}

.trend4 .content .every:nth-of-type(3n) {
  margin-right: 0;
}

.trend4 .content .every .left {
  width: 100%;
  overflow: hidden;
  border: 10px solid #F5F5F5;
}

.trend4 .content .every .left img {
  width: 100%;
  transition: all 0.4s ease-out;
}

.trend4 .content .every:hover .left img {
  transform: scale(1.05);
}

.trend4 .content .every .right {
  width: 100%;
  padding: 22px 26px;
  box-shadow: 0px 0px 40px 0px #F5F6FA;
}

.trend4 .content .every .right p {
  line-height: 1.8;
  font-size: 20px;
  min-height: 64px;
  color: #333333;
  transition: all 0.4s ease-out;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.trend4 .content .every:hover .right p {
  color: #1989fa;
}

.trend5 {
  padding: 60px 0 66px;
  background: #FAFAFA;
}

.trend5 .content {
  margin-top: 45px;
}

.trend5 .content .every {
  height: 100px;
  box-shadow: 0px 0px 40px 0px #F5F6FA;
  background: #FFFFFF;
  padding: 0 34px;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
  transition: all 0.2s ease-out;
}

.trend5 .content .every:hover {
  padding-left: 44px;
  color: #1989fa;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

/* 
*---------------------------------------------1519
*/
@media screen and (max-width:1519px) {
  .trend3 .right p {
    font-size: 16px;
  }

  .trend3 .right h4 {
    font-size: 24px;
  }

  .trend4 .content .every .right p,
  .trend5 .content .every {
    font-size: 18px;
  }

  .trend4 .content .swiper-button-prev,
  .trend4 .content .swiper-button-next {
    display: none;
  }
}

/* 
*---------------------------------------------1280
*/
@media screen and (max-width:1250px) {
  .trend2 .common-title h2 {
    font-size: 22px;
  }

  .trend3 .right h4 {
    font-size: 22px;
  }

  .trend3 .right p {
    font-size: 14px;
  }

  .trend4 .content .every .right p,
  .trend5 .content .every {
    font-size: 16px;
  }

  .trend5 .content .every {
    height: 70px;
  }


  .trend4 .swiper-container {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

}

/* 
*---------------------------------------------991
*/
@media screen and (max-width:991px) {
  .trend5 .content .every p {
    line-height: 1.4;
  }
}

/* 
*---------------------------------------------768
*/
@media screen and (max-width:768px) {
  .trend2 .common-title h2 {
    font-size: 16px;
  }

  .trend3 .right,
  .trend3 .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .trend3 .left {
    margin-bottom: 40px;
  }

  .trend4 .content .every {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
  }


  .trend4 .content .every:nth-of-type(3n) {
    margin-right: 20px;
  }

  .trend4 .content .every:nth-of-type(2n) {
    margin-right: 0;
  }

  .trend4 .content .every .right p,
  .trend5 .content .every {
    font-size: 14px;
  }

  .trend4 .content .every .right p,
  .trend5 .content .every p {

    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .trend2 {
    padding: 44px 0;
  }
}

/* 
*---------------------------------------------480
*/
@media screen and (max-width:480px) {
  .trend4 .content .every {
    width: calc(100%);
    margin-right: 0;
  }


  .trend4 .content .every:nth-of-type(3n) {
    margin-right: 0;
  }

  .trend4 .content .every:nth-of-type(2n) {
    margin-right: 0;
  }

  .trend3 .right h4 {
    font-size: 20px;
  }
}