.indexG-arshine .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexG-arshine .top .t{
  flex: 0 0 40%;
}
.indexG-arshine{
    background-color: #F9FAFF;
    position: relative;
}

.indexG-arshine .container{
  position: relative;
}

.indexG-arshine .container::after {
   content: "";
    display: block;
    width: 10%;
    height: 200px;
    position: absolute;
      bottom: -40px;
    right: -5px;
    background: url(/category/369648/2233/9e316740a66aae8295ecd2094985ad37/24gf-square-1.svg);
    z-index: 0;
    background-size: 15px;
}


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

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

.indexG-arshine .list .pic img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.indexG-arshine .n .txt {
    padding: 40px 28px;
    z-index: 1;
    background: #fff;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.indexG-arshine .n .txt h5 {
  font-size: 18px;
  color: #000;
}

.indexG-arshine .n .txt h5 a{
  font-weight: 600;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
}

.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;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexG-arshine .n .txt p br{
  display: none;
}

.indexG-arshine .n .txt p.bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.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: 0px 28px;
      display: none;
}

.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 {
flex: 0 0 20%;
text-align: right;
  
}

.indexG-arshine .getmore a {
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    padding: 10px 26px;
    background-color: var(--color-second);
    color: #fff;
    border: 2px solid var(--color-second);
    border-radius: var(--button-radius) !important;
}

.indexG-arshine .getmore a:hover {
      background: var(--btn-hover);
    border: 2px solid var(--btn-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: 1367px) {




  .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: 992px) {


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

  .indexG-arshine .list>div {
    width: 100%;
    margin: 15px auto 0;
  }
  .indexG-arshine .top{
    flex-direction: column;
        align-items: initial;
  }
  .indexG-arshine .top .c{
    margin: 10px 0;
  }
  .indexG-arshine .n .txt h5 a{
    font-size: 16px;
  }
    .indexG-arshine h3 {
    text-align: center;
  }
.indexG-arshine .getmore a{
    padding: 8px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }

}

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

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

 
}

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


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

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


  .indexG-arshine .list>div {
    width: 100%;
  }
  .indexG-arshine .container::after{
    right: 0;
  }
 
}