.plist-hero{
height: 535px;
flex-direction: column;
padding-top: unset;
}
.plist-hero p{
    font-size:19px;
    color:white;
    margin:15px auto;
    text-align: center;
    max-width:800px;
    line-height:25px;
}

/*.plist-hero-text{*/
/*margin-top:100px;*/
/*}*/




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

    .plist-hero h1{
        font-size:35px;
    }
    .plist-hero{
        height: 480px;
    }
    .plist-hero-text{
        margin-top:120px;
    }

   
}

@media(max-width: 768px) {

    .plist-hero h1{
        font-size:28px;
    }
     .plist-hero{
        height: 400px;
    }
}

















.news-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 20px;
}

.news-item {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}


.news-item:hover .news-inner{
   background: #fff;
}

.news-inner {
  display: flex;
  background-color: #f1f2f6;
  position: relative;
}

.news-date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f1f2f6;
  color: #333;
  padding: 15px;
  min-width: 100px;
  text-align: center;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.news-date-block::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #7b0903;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.news-item:hover .news-date-block {
  background-color: #7b0903;
  color: white;
}

.news-item:hover .news-date-block::after {
  opacity: 1;
}

.news-day {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

.news-month-year {
  font-size: 0.8rem;
  margin-top: 5px;
}

.news-content {
  flex: 1;
  padding: 15px 20px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.news-content img{
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 添加阴影 */
	  border-radius: 10px; /* 可选，增加圆角 */
	  transition: box-shadow 0.3s ease; 
}

.news-item:hover .news-content img {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.news-text {
  flex: 1;
}

.news-title {
  font-size: 1.25rem;
  color: #333;
  margin:25px auto 15px;
  transition: color 0.2s ease;
}

.news-item:hover .news-title {
  color: #7b0903;
}

.news-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.news-image {
  width: 300px;
  height: auto;
  object-fit: cover;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .news-content {
    flex-direction: column;
  }
  
  .news-image {
    width: 100%;
    max-height: 200px;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .news-inner {
    flex-direction: column;
  }
  
  .news-date-block {
    width: 100%;
    padding: 10px;
    flex-direction: row;
    justify-content: center;
    display: none;
  }
  
  .news-date-block::after {
    display: none;
  }
  
  .news-day {
    font-size: 1.8rem;
    margin-right: 10px;
  }
  
  .news-month-year {
    margin-top: 0;
  }
  
  .news-content {
    margin-left: 0;
  }
}



@media (min-width: 1400px) and (max-width: 1480px) {
    .relation-slider .plist-product img{
        top:-145px;
    }
}
@media (min-width: 1300px) and (max-width: 1399px) {
    .relation-slider .plist-product img{
        top:-115px;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .relation-slider .plist-product img{
        top:-100px;
    }
    .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
    .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }

     .relation-title{
        margin-bottom:175px;
        font-size:30px;
    }
}
@media (min-width: 1100px) and (max-width: 1199px) {
    .relation-slider .plist-product img{
        top:-70px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }

    .relation-title{
        margin-bottom:150px;
        font-size:28px;
    }

}
@media (min-width: 970px) and (max-width: 1099px) {
    .relation-slider .plist-product img{
        top:-45px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }

    .relation-title{
        margin-bottom:121px;
        font-size:27px;
    }


}
@media (min-width: 900px) and (max-width: 969px) {
    .relation-slider .plist-product img{
        top:-15px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }

    .relation-title{
        margin-bottom:85px;
        font-size:27px;
    }


}
@media (min-width: 800px) and (max-width: 899px) {
    .relation-slider .plist-product img{
        top:10px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }
    .relation-title{
        margin-bottom:75px;
        font-size:27px;
    }
}

@media (min-width: 700px) and (max-width: 799px) {
    .relation-slider .plist-product img{
        top:-60px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }

    .relation-title{
        margin-bottom:130px;
        font-size:27px;
    }




}
@media (min-width: 650px) and (max-width: 699px) {
     .relation-slider .plist-product img{
        top:-40px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }

     .relation-title{
        margin-bottom:116px;
        font-size:25px;
    }


}
@media (min-width: 600px) and (max-width: 649px) {
     .relation-slider .plist-product img{
        top:-20px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }

    .relation-title{
        margin-bottom:93px;
        font-size:25px;
    }


}

@media (min-width: 500px) and (max-width: 599px) {
     .relation-slider .plist-product img{
        top:-180px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }
    .relation-title{
        margin-bottom:265px;
        font-size:23px;
    }
}
@media (min-width: 420px) and (max-width: 499px) {
     .relation-slider .plist-product img{
        top:-100px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }
    .relation-title{
        margin-bottom:165px;
        font-size:23px;
    }
}
@media(max-width: 419px) {
     .relation-slider .plist-product img{
        top:-70px;
    }
    .relation-slider .plist-product-info h3{
        font-size:16px;
    }
     .relation-slider .plist-product .pdetail{
        padding:5px 15px;
        border-top-left-radius: 21px;
    }
     .relation-slider .plist-product .pdetail:before{
        font-size:20px;
    }
    .relation-title{
        margin-bottom:135px;
        font-size:21px;
    }
}