.arshine2-news {
  padding: 75px 0;
  background: #fff;
}

.arshine2-news .tit {
  text-align: center;
}

.arshine2-news .tit h3 {
  color: var(--title-text-color, #000)/*var(--color-primary)*/;
font-size: 60px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

.arshine2-news .tit h3 span {
  color: var(--color-primary);
}

.arshine2-news .tit a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  margin: 7px 0 0;
}
.arshine2-news .tit a:hover {
  color: var(--color-primary);
}

.arshine2-news .list {
  position: relative;
  margin: 65px 0 0;
}

.arshine2-news .swiper-slide {
  padding: 0 0 21px;
}

.arshine2-news .swiper-slide .pic {
  width: 100%;
  display: block;
}

.arshine2-news .swiper-slide .pic img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.arshine2-news .swiper-slide .txt {
  margin: -54px 20px 0;
  background: #fff;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2);
      min-height: 320px
}

.arshine2-news .swiper-slide .txt h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.arshine2-news .swiper-slide .txt p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 15px 0 0;
}

.arshine2-news .swiper-slide .txt span {
  font-size: 16px;
  color: #666;
  display: inline-block;
  margin: 15px 0 0;
}

.arshine2-news .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.arshine2-news .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background: var(--color-primary);
  border-radius: 50%;
  opacity: 1;
  position: relative;
}

.arshine2-news .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: 4px solid var(--color-primary);
  background: var(--color-primary);
}






@media screen and (max-width:1367px) {

  .arshine2-news .tit a {
    font-size: 17px;
  }

  .arshine2-news {
    padding: 70px 0;
  }
}



@media screen and (max-width:1171px) {


  .arshine2-news .tit a {
    font-size: 16px;
  }

}


@media screen and (max-width:768px) {

  .arshine2-news {
    padding: 30px 0;
  }

  .arshine2-news .list {
    margin: 30px 0 0;
  }

  .arshine2-news .swiper-pagination {
    margin-top: 25px;
  }
  .arshine2-news .swiper-slide .txt {
    margin: 0;
  }
  .arshine2-news .swiper-slide .txt p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

@media screen and (max-width:600px) {


  .arshine2-news .tit a {
    font-size: 15px;
  }
}



@media screen and (max-width: 1440px) {
  .arshine2-news .tit h3 {font-size: 50px;}
}
@media screen and (max-width: 1367px) {
  .arshine2-news .tit h3 {font-size: 40px;}
}
@media screen and (max-width: 1281px) {
  .arshine2-news .tit h3 {font-size: 36px;}
}
@media screen and (max-width: 1171px) {
  .arshine2-news .tit h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .arshine2-news .tit h3 {font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .arshine2-news .tit h3 {font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .arshine2-news .tit h3 {font-size: 22px;}
}

