.Strolling_along_the_greenway{
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  padding-top: 200px;
  background: url(2026_Strolling_along_the_greenway_bg.jpg) top center no-repeat;
}
.newsTopNav {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  height: 150px;
  z-index: 10000;
  background: none;
}
.Strolling_along_the_greenway_texts{
  width: 1200px;
  margin: 0 auto;
  line-height: 1.118;
}
.Strolling_along_the_greenway_texts h1{
  font-size: 64px;
  font-weight: bold;
  color: #a4d72f;
  text-align: center;  
  padding: 0 140px 430px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  -webkit-text-stroke: 1px #a8fb00;
  text-stroke: 1px #a8fb00;
}
.Strolling_along_the_greenway_texts_p{
  width: 1155px;
  margin: 0 auto;
  border-radius: 16px;
  border: 3px solid #9dc933;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 5px 10px rgb(172, 221, 58);
}
.Strolling_along_the_greenway_texts p{
  padding: 30px 50px;
  background-size: cover;
  color: #1f5d00;
  font-size: 24px;
  text-align: justify;
  font-weight: bold;
  line-height: 1.333;
  box-shadow: inset 0 0 30px rgb(172, 221, 58);
}
.Strolling_along_the_greenway_main{
  width: 1155px;
  margin: 90px auto 0;
}
.Strolling_along_the_greenway_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.Strolling_along_the_greenway_title h2{
  font-size: 48px;
  color: #1f5d00;
}
.Strolling_along_the_greenway_title a{
  font-size: 16px;
  color: #1f5d00;
  padding: 10px 20px;
  border-radius: 200px;
  border: 4px solid #acd443;
}
.Strolling_along_the_greenway_box1{
  margin-bottom: 50px;
}
.Strolling_along_the_greenway_box1_main{
  border: 6px solid #acd443;
  border-radius: 22px;
  padding: 6px;
}
.Strolling_along_the_greenway_box1_main_list{
  border: 2px dashed #acd443;  
  display: flex;
  padding: 12px;
  border-radius: 15px;
}
.Strolling_along_the_greenway_box1_icon{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.Strolling_along_the_greenway_box1_list{
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.Strolling_along_the_greenway_box1_list ul{
  display: flex;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
}
.Strolling_along_the_greenway_box1_list li{
  margin-right: 30px;
  display: inline-block;
}
.Strolling_along_the_greenway_box1_list li a{
  color: #1f5d00;
  font-size: 16px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.Strolling_along_the_greenway_box1_list:hover ul{
  animation-play-state: paused;
}
.Strolling_along_the_greenway_box1 .Strolling_along_the_greenway_title{
    margin-bottom: -20px;
    padding-right: 20px;
}
.Strolling_along_the_greenway_box1 .Strolling_along_the_greenway_title a{
  background: #fff;
}
.Strolling_along_the_greenway_box1_shadow{
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  pointer-events: none;
}
.Strolling_along_the_greenway_box2_main{
  background: #e3ffc8;
  padding: 50px 0 70px;
  position: relative;
}
.Strolling_along_the_greenway_box2_main:nth-child(odd){
  background: #fff;
}
.Strolling_along_the_greenway_box2{
  width: 1105px;
  margin: 0 auto;
}
.Strolling_along_the_greenway_box2 .Strolling_along_the_greenway_title a{
  border: 1px solid #acd443;
}
.Strolling_along_the_greenway_box2_list{
  display: flex;
  gap: 0 28px;
  justify-content: space-between;
  position: relative;
}
.Strolling_along_the_greenway_box2_item{
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.Strolling_along_the_greenway_box2_item_img{
  width: 100%;
  height: 196px;
  box-sizing: border-box;
  border:1px solid #39731b;
  border-radius: 10px;
  overflow: hidden;
}
.Strolling_along_the_greenway_box2_item_img a,
.Strolling_along_the_greenway_box2_item_img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Strolling_along_the_greenway_box2_item_text{
  padding: 15px;
  background-color: #fff;
  border: 1px solid #39731b;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #91bb74;
  text-align: center;
  font-weight: bold;
}
.Strolling_along_the_greenway_box2_item_text a{
  color: #238900;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}
.Strolling_along_the_greenway_box2_list .swiper-button-next, 
.Strolling_along_the_greenway_box2_list .swiper-button-prev{
  width: 73px;
  height: 74px;
  top: 64px;
  margin-top: 0;
  background-size: cover;
}
.Strolling_along_the_greenway_box2_list .swiper-button-next::after, 
.Strolling_along_the_greenway_box2_list .swiper-button-prev::after{
  display: none;
}
.Strolling_along_the_greenway_box2_list .swiper-button-prev{
  left: -72px;
  background: url(./2026_Strolling_along_the_greenway_icon2.png) no-repeat center center;
}
.Strolling_along_the_greenway_box2_list .swiper-button-next{
  right: -72px;
  background: url(./2026_Strolling_along_the_greenway_icon3.png) no-repeat center center;
}

@media screen and (max-width: 1024px) {
  .Strolling_along_the_greenway{
    min-width: 16rem;
    max-width: 16rem;
    background-image: url(./2026_Strolling_along_the_greenway_bg_M.jpg);
    background-size: contain;
    padding-top: 0;
  }
  .Strolling_along_the_greenway_texts{
    width: 100%;
  }
  .Strolling_along_the_greenway_texts h1{
    font-size: 1.1093rem;
    padding: 1rem 0.5rem 7.04rem;
  }
  .Strolling_along_the_greenway_texts_p{
    width: 13.7813rem;
    margin: 0 auto;
    border: .1707rem solid #acd443;
  }
  .Strolling_along_the_greenway_texts_p p{
    width: auto;
    font-size: .6rem;
    line-height: 1.4;
    padding: .64rem;
  }
  .Strolling_along_the_greenway_main{
    width: 90%;
    margin: 1rem auto 0;
  }
  .Strolling_along_the_greenway_title h2{
    font-size: 0.8rem;
  }
  .Strolling_along_the_greenway_title a{
    font-size: 0.5rem;
    padding: 0.2rem 0.3rem;
    border-width: 0.05rem;
  }
  .Strolling_along_the_greenway_box1_main{
    padding: 0.3rem;
  }
  .Strolling_along_the_greenway_box1_main_list{
    padding: 0.3rem;
  }
  .Strolling_along_the_greenway_box1_icon{
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.4rem;
  }
  .Strolling_along_the_greenway_box1_icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .Strolling_along_the_greenway_box1_list{
    height: 1.2rem;
    line-height: 0.9rem;
  }
  .Strolling_along_the_greenway_box1_list li{
    margin-right: 1.2rem;
  }
  .Strolling_along_the_greenway_box1_list li a{
    font-size: 0.6rem;
  }
  .Strolling_along_the_greenway_box1_shadow{
    width: 4rem;
  }
  .Strolling_along_the_greenway_box2_main{
    padding: 1.4933rem 0 2.9867rem;
  }
  .Strolling_along_the_greenway_box2{
    width: 13.7813rem;
  }
  .Strolling_along_the_greenway_title{
    border: 5px solid #acd443;
    font-size: 1.024rem;
    text-align: center;
    padding: .4693rem 0;
    justify-content: center;
    border-radius: 16rem;
  }
  .Strolling_along_the_greenway_title a{
    position: absolute;
    right: 1.28rem;
    bottom: .8533rem;
  }
  .Strolling_along_the_greenway_box1 .Strolling_along_the_greenway_title{
    border: none;    
    margin-bottom: -0.7267rem;
    padding-right: .4267rem;
  }
  .Strolling_along_the_greenway_box2_item{
    margin: 0.5rem 0;
    gap: .64rem 0;
  }
  .Strolling_along_the_greenway_box2_item:first-child{
    margin-top: 0;
  }
  .Strolling_along_the_greenway_box2_item:last-child{
    margin-bottom: 0;
  }
  .Strolling_along_the_greenway_box2_item_img{
    height: 7.744rem;
    border-radius: .2133rem;
  }
  .Strolling_along_the_greenway_box2_item_text{
    padding: 0.6rem;
    font-size: 0.6rem;
  }
  .Strolling_along_the_greenway_box2_item_text a{
    font-size: 0.6rem;
  }
  .Strolling_along_the_greenway_box2_list .swiper-button-next,
  .Strolling_along_the_greenway_box2_list .swiper-button-prev{
    width: 1.3653rem;
    height: 1.3653rem;
    top: 3.2853rem;
    background-size: cover;
  }
  .Strolling_along_the_greenway_box2_list .swiper-button-prev{
    left: -0.96rem;
  }
  .Strolling_along_the_greenway_box2_list .swiper-button-next{
    right: -0.96rem;
  }
}

