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

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

.arshine2-news .tit h3 {
  color: var(--color-primary);
  font-size: 36px;
  line-height: 1;
}

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

.arshine2-news .tit a {
  font-size: 18px;
 
  display: inline-block;
  margin: 7px 0 0;
  padding: 10px 25px;
    background: var(--color-primary);
    color: #fff;
    border-radius: var(--button-radius);
      border: 1px solid var(--color-primary);
}
.arshine2-news .tit a:hover {
  background: none;
    color: var(--color-primary);
    border: 1px solid 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);
}

.arshine2-news .swiper-slide .txt h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  min-height: 50px;
   display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
}

.arshine2-news .swiper-slide .txt p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 15px 0 0;
   display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            overflow: hidden;
            text-overflow: ellipsis;

}

.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:1650px) {
  .arshine2-news .tit h3 {
    font-size: 36px;
  }
}



@media screen and (max-width:1367px) {
  .arshine2-news .tit h3 {
    font-size: 36px;
  }

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

 
}

@media screen and (max-width:1281px) {
  .arshine2-news .tit h3 {
    font-size: 28px;
  }
}

@media screen and (max-width:1171px) {
  .arshine2-news .tit h3 {
    font-size: 28px;
  }

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

}

@media screen and (max-width:992px) {
  .arshine2-news .tit h3 {
    font-size: 28px;
  }
  .arshine2-news {
  padding: 40px 0;
  background: #fff;
} 
.arshine2-news .swiper-slide .txt p{
  font-size: 14px;
}
}

@media screen and (max-width:768px) {
  .arshine2-news .tit h3 {
    font-size: 28px;
  }


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

  .arshine2-news .swiper-pagination {
    margin-top: 25px;
  }
}

@media screen and (max-width:600px) {
  .arshine2-news .tit h3 {
    font-size: 24px;
  }

  .arshine2-news .tit a {
    font-size: 15px;
  }
  .arshine2-news .swiper-slide .txt p{
  font-size: 13px;
}
}

@media screen and (max-width:480px) {
  .arshine2-news .tit h3 {
    font-size: 24px;
  }
  
}

@media screen and (max-width:430px) {
  .arshine2-news .tit h3 {
    font-size: 24px;
  }
}