.indexG-arshine {
  padding: 75px 0;
    background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/419237/3458/46b539e75ac4d22848f03f1f3e365a41/aHR0cHM6Ly93d3cuZW5pZ21hLWFtLmNvbS9xZnktY29udGVudC91cGxvYWRzLzIwMjQvMDcvYTc3MzcwYTA3N2NjNWQ4ZWFjZDc1MjQyZDNhZmY2YmIucG5n%20%281%29.png);
}

.indexG-arshine h3 {
  font-size: 36px;
  /*color: var(--color-primary);*/
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.indexG-arshine .list {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.indexG-arshine .list>div {
  width: calc(33.3333333% - 25px);
  background: #efefef;
}
.indexG-arshine .list>div {
  width: calc(33.3333333% - 25px);
  background: #efefef;
  position: relative; /* 确保伪元素定位基准正确 */
  padding-right: 20px; /* 内容与分隔线的距离 */
  margin-right: 20px; /;
}
.indexG-arshine .list>div:nth-child(2)::after {
  content: ""; /* 伪元素必须设置 content 属性 */
  position: absolute;
  right: -16px; /* 分隔线紧贴元素右侧 */
  top: 0;
  bottom: 0; /* 高度占满整个元素 */
  width: 1px; /* 分隔线宽度 */

border-right: 2px dashed #ccc;
} 

.indexG-arshine .list .pic {
  display: block;
  width: 100%;
}

.indexG-arshine .list .pic img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.indexG-arshine .n .txt {
  padding: 20px 28px 0;
  height: 200px;
  display: flex;
  flex-direction: column;
}

.indexG-arshine .n .txt h5 {
  font-size: 18px;
  color: #000;
  font-family: var(--font-family2);
}

.indexG-arshine .n .txt .t {
  margin: 10px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.indexG-arshine .n .txt .t em {
  font-size: 16px;
  color: #000;
  font-family: var(--font-family2);
  line-height: 22px;
  display: inline-block;
  padding: 0 0 0 27px;
  background-repeat: no-repeat;
  background-position: left center;
}

.indexG-arshine .n .txt .t em:nth-child(1) {
  background-image: url(../images/i1.png);
}

.indexG-arshine .n .txt .t em:nth-child(2) {
  background-image: url(../images/i2.png);
  margin-left: 15px;
}

.indexG-arshine .n .txt p {
  margin: 10px 0 0;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexG-arshine .n .txt span {
  margin: 20px 0 0;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.indexG-arshine .n:hover .txt h5 {
  color: var(--color-primary);
}

.indexG-arshine .l {
  padding: 35px 28px;
  background: #efefef;
}

.indexG-arshine .l ul {}

.indexG-arshine .l ul li {}

.indexG-arshine .l ul li+li {
  margin-top: 34px;
}

.indexG-arshine .l ul li h5 {
  font-size: 18px;
  color: #000;
  font-family: var(--font-family2);
  display: -webkit-box; /* 旧版弹性盒子模型 */
      -webkit-box-orient: vertical; /* 内容垂直排列 */
      -webkit-line-clamp: 4; /* 限制显示为三行 */
      overflow: hidden; /* 隐藏溢出内容 */
      text-overflow: ellipsis; /* 添加省略号 */
}

.indexG-arshine .l ul li span {
  margin: 5px 0 0;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.indexG-arshine .getmore {
  margin: 50px 0 0;
  text-align: center;
}
.indexG-arshine .getmore a {
  display: inline-block;
  font-size: 18px;
  color: var(--color-primary);
      width: 194px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    /* color: var(--title-text-color); */
    color: #fff;
    
    background: var(--color-primary);
    border-radius: var(--button-radius);
}

.indexG-arshine .getmore a:hover {
 background: none;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}


@media screen and (max-width: 1500px) {
  .indexG-arshine .n .txt .t em {
    font-size: 15px;
    padding: 0 0 0 25px;
  }
}

@media screen and (max-width: 1441px) {
  .indexG-arshine h3 {
    font-size: 36px;
  }
}

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

  .indexG-arshine {
    padding: 60px 0;
  }

  .indexG-arshine .n .txt {
    padding: 20px 15px 0;
  }

  .indexG-arshine .l {
    padding: 35px 25px;
  }

  .indexG-arshine .l ul li+li {
    margin-top: 25px;
  }

  .indexG-arshine .l ul li h5 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1281px) {
  .indexG-arshine h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1171px) {
  .indexG-arshine h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .indexG-arshine h3 {
    font-size: 32px;
  }

  .indexG-arshine .n .txt {
    padding: 15px 15px;
  }

  .indexG-arshine .list>div {
    width: 100%;
    margin: 15px auto 0;
  }
}

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

  .indexG-arshine {
    padding: 30px 0;
  }

  .indexG-arshine .list {
    margin-top: 15px;
  }

  .indexG-arshine .list>div {
    width: 100%;
    margin: 15px auto 0;
  }

  .indexG-arshine .n .txt {
    padding: 20px 15px;
    height: auto;
  }

  .indexG-arshine .l {
    padding: 20px 15px;
  }

  .indexG-arshine .l ul li+li {
    margin-top: 20px;
  }

  .indexG-arshine .getmore {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .indexG-arshine h3 {
    font-size: 26px;
  }

  .indexG-arshine .list>div {
    width: 80%;
  }

  .indexG-arshine .l ul li h5 {
    font-size: 16px;
  }
}

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

  .indexG-arshine .list>div {
    width: 100%;
  }
}