.indexF-arshine {
  padding: 75px 0 55px;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexF-arshine .tit {
  text-align: center;
}
.indexF-arshine .tit h2 {
  font-size: clamp(24px, 2.9vw, 56px);
  line-height: 1;
}
.indexF-arshine .tit a {
  font-size: 18px;
  color: var(--color-primary);
  margin: 15px 0 0;
  display: inline-block;
}

.indexF-arshine ul {
  margin: 0 -15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.indexF-arshine ul li {
  width: 25%;
  padding: 15px;
  text-align: center;
}
.indexF-arshine ul li .box {
  height: 100%;
  background: #f9f9f9;
  padding: 20px;
}



.indexF-arshine ul li:nth-child(5),.indexF-arshine ul li:nth-child(6) {
  width: 50%;
}

.indexF-arshine ul li:nth-child(5) .box,.indexF-arshine ul li:nth-child(6) .box{
  display:flex;
  flex-direction: row-reverse;
  padding: 20px 35px;
}

.indexF-arshine ul li:nth-child(5) .box .txt,.indexF-arshine ul li:nth-child(6) .box .txt{flex:1;text-align: left;display: flex;flex-direction: column;align-items: flex-start;justify-content: space-around;}

.indexF-arshine ul li:nth-child(5) .box > a,.indexF-arshine ul li:nth-child(6) .box > a{width: 60%;padding-left: 65px;}


.indexF-arshine ul li:nth-child(5) .box img,.indexF-arshine ul li:nth-child(6) .box img{
  height:300px;
  width: 100%;
}

.indexF-arshine ul li .more {
    background: var(--color-primary);
    font-size: 16px;
    display: inline-block;
    padding: 6px 20px;
    color: #001d40;
    margin-top: 15px;
    font-weight: 700;
}


.indexF-arshine ul li .pic {
  display: block;
  position: relative;
  overflow: hidden;
  position: relative;
}
.indexF-arshine ul li .pic img {
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  object-fit: contain;
}
.indexF-arshine ul li h5 {
  margin: 35px 0 0;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.indexF-arshine ul li h5 a {
  color: #010101;
}
.indexF-arshine ul li h5 a:hover {
  color: var(--color-primary);
}

.indexF-arshine ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}



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


  .indexF-arshine ul {
    margin: 30px -20px 0;
  }
  .indexF-arshine ul li {
    padding: 20px 20px;
  }

  .indexF-arshine {
    padding: 60px 0 50px;
  }
}

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


  .indexF-arshine ul {
    margin: 30px -15px 0;
  }
  .indexF-arshine ul li {
    padding: 15px 15px;
  }
}





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


  .indexF-arshine {
    padding: 30px 0;
  }
  .indexF-arshine .tit a {
    font-size: 16px;
  }
  .indexF-arshine ul {
    margin: 20px -10px 0;
  }
  .indexF-arshine ul li {
    width: 50%;
    padding: 10px;
  }
  .indexF-arshine ul li h5 {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }

  .indexF-arshine ul li:nth-child(5) .box > a, .indexF-arshine ul li:nth-child(6) .box > a {
    width: 100%;
    padding-left: 0;
  }

  .indexF-arshine ul li:nth-child(5) .box, .indexF-arshine ul li:nth-child(6) .box {
    display: block;
    padding: 20px;
  }

  .indexF-arshine ul li:nth-child(5) .box .txt, .indexF-arshine ul li:nth-child(6) .box .txt {
    text-align: center;
    align-items: center;
  }

}




@media screen and (max-width: 991px) {
  .indexF-arshine ul li {
    width: 100%;
  }

  .indexF-arshine ul li:nth-child(5), .indexF-arshine ul li:nth-child(6){
    width: 100%;
  }
}
