.indexG-arshine {
  padding: 75px 0;
  background: #fff;
}

.indexG-arshine h3 {
  font-size: 50px;
  color: var(--color-primary);
  line-height: 1;
  text-align: center;
}

.indexG-arshine .list {
  margin-top: 50px;
  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 .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: 230px;
  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);
}

.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);
}

.indexG-arshine .getmore a:hover {}

@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: 48px;
  }
}

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

  .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: 40px;
  }
}

@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%;
  }
}