.rightint-culture {
  padding: 90px 0 80px;
}

.rightint-culture h2 {
  font-size: 44px;
  color: var(--color-primary);
  line-height: 1;
  font-weight: bold;
}

.rightint-culture .txt {
  margin: 45px 0 0;
  font-size: 15px;
}

.rightint-culture .txt p {
  line-height: 30px;
}

.rightint-culture .txt p~p {
  margin-top: 20px;
}

.rightint-culture .txt ul {
  margin: 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.rightint-culture .txt ul li {
  width: 21.4%;
  padding: 50px 35px 40px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 7px 32px 0 rgba(236, 238, 240, 0.9);
}

.rightint-culture .txt ul li .ico img {
  height: 41px;
  transition: All 0.6s ease-in-out;
}

.rightint-culture .txt ul li .ico img:last-child {
  display: none;
}

.rightint-culture .txt ul li h5 {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin: 38px 0 0;
}

.rightint-culture .txt ul li p {
  font-size: 15px;
  color: #bbb;
  font-weight: bold;
  line-height: 28px;
  margin: 15px 0 0;
}

.rightint-culture .txt ul li:hover {
  background: var(--color-primary);
}

.rightint-culture .txt ul li:hover .ico img:first-child {
  display: none;
}

.rightint-culture .txt ul li:hover .ico img:last-child {
  display: inline-block;
}

.rightint-culture .txt ul li:hover h5,
.rightint-culture .txt ul li:hover p {
  color: #fff;
}

.rightint-culture-pic {
  position: relative;
  margin: 50px 0 0;
}

.rightint-culture-pic .swiper-slide a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.rightint-culture-pic .swiper-slide img {
  width: 100%;
}

.rightint-culture-pic .swiper-pagination-bullets {
  position: static;
  margin: 40px 0 0;
}

.rightint-culture-pic .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 12px;
  background: var(--color-primary);
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box;
}

.rightint-culture-pic .swiper-pagination-bullet-active {
  background: var(--color-primary);
}


@media screen and (max-width:768px) {
  .rightint-culture {
    padding: 30px 0;
  }

  .rightint-culture h2 {
    font-size: 30px;
    text-align: center;
  }

  .rightint-culture .txt {
    margin: 20px 0 0;
  }

  .rightint-culture .txt p {
    line-height: 24px;
  }

  .rightint-culture .txt p~p {
    margin-top: 15px;
  }

  .rightint-culture .txt ul {
    margin: 10px 0 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rightint-culture .txt ul li {
    width: 48%;
    margin: 20px 0 0;
    padding: 30px 25px;
  }

  .rightint-culture .txt ul li .ico img {
    height: 35px;
  }

  .rightint-culture .txt ul li h5 {
    font-size: 18px;
    margin: 25px 0 0;
  }

  .rightint-culture .txt ul li p {
    line-height: 24px;
  }

  .rightint-culture-pic {
    margin: 30px 0 0;
  }

  .rightint-culture-pic .swiper-pagination-bullets {
    margin: 25px 0 0;
  }

  .rightint-culture-pic .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 5px;
  }
}