.contact-banner{
  width: 100%;
  overflow: hidden;
}
*{
  color: #000;
}
/* 使图片均匀填充容器 */
.news-container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* max-width: 1600px; */
  margin: 0 auto;
  padding: 0px 60px;
}
.mb-4, .my-4 {
  margin-bottom: 2rem !important;
  border-bottom: 1px solid rgb(0, 0, 0);
  padding: 20px 0px;
}
.contact-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 使用 cover 使图片均匀填充容器 */
}
.news-item {
  margin-bottom: 20px;
}
.news-date {
  font-size: 1.8em;
  font-weight: 400;
  white-space: nowrap;
  font-family: Montserrat;
}
.news-title {
  font-size: 1.5em;
  font-weight: bold;
}
.news-img {
  width:100%;
  height:100%;
}
.align-items-center {
  align-items: stretch !important;
}
.news-content {
  text-align: justify;
}
.news-content a{
  color: #479E83;
  font-weight: 700;
}
hr {
  margin: 40px 0;
  border-top: 1px solid rgb(0, 0, 0);
}

.my-4{
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.col-md-7 {
  padding-right: 20px;
  padding-left: 20px;
}
.news-title{
  font-size: 24px;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  display: flex;
  gap: 11px;
}

.news-content {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 1.5rem;
  /* font-weight: 400; */
  text-align: left;
  line-height: 1.7;
}

.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: flex-end;
  margin: 20px 0px 100px;
  margin-right: -20px;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #606060;
  text-decoration: none;
  font-size: 18px;
  border: none;
}

.page-item.active .page-link {
  background-color: #669883;
  color: white;
  border: none;
  border-radius: 50%;
}

.date{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

@media (max-width: 1024px) {
  .news-container {
    /* padding: 20px; */
  }
  
  .news-item {
    flex-direction: column;
    text-align: center;
    margin: 0px 20px;
  }
  
  .news-item .col-md-3, 
  .news-item .col-md-7,
  .news-item .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .news-item .col-md-3 img {
    width: 100%;
    height: auto;
  }

  /* .news-item .col-md-2 {
    margin: 10px 0;
  } */

  .news-date {
    text-align: center;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 1.5rem;
  }
  
  .pagination {
    justify-content: center;
    margin: 0px 0px 20px;
  }
  .my-4{
    padding: 10px 0px;
    margin: 20px 0px !important;
    font-size: 3rem;
    line-height: normal;
    padding: 0px 15px;
  }
  hr{
    margin: 0px 0px 30px 0px;
  }
  h2.news-title {
    margin: 0px;
    margin: 20px 0px;
    font-size: 1.5rem;
}
.news-content{
  font-size: 1.2rem;
}
}

@media (min-width: 1025px) and (max-width: 1280px){
  .news-content{
    font-size: 1.2rem;
  }
}


.breadcrumb__nav{
  background-color: #fff;
}
.breadcrumb{
  padding: 0px;
  margin-bottom: 0px;
  padding: 65px 60px 56px 60px;
 }
.breadcrumb__nav a,.breadcrumb-item.active{
  color:#333;
}

.news-detail {
  /* max-width: 1600px; */
  margin: 0 auto;
  background: #fff;
  padding: 0px 120px;
}

.news-detail h1 {
  font-family: Montserrat;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  margin-bottom: 50px;
}

.news-detail p {
  margin-bottom: 30px;
  font-size: 1.5rem;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  line-height: 1.7;
}

.images {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0px 0px 30px;
}

.images img {
  width: 45%;
  height: auto;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin: 100px 0px;
}

.navigation a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}

.navigation .prev,.navigation .next {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 2rem;
  font-weight: 500;
  gap: 20px;
}

.navigation a img {
  width: 35px;
  height: 22px;
}


@media (max-width: 1280px) {
  .breadcrumb {   
    margin: 20px;
    padding: 0px;
}
  .news-detail {
    padding: 20px !important;
  }

  .news-detail h1 {
    font-size: 2.8rem;
  }
  
  .images  {
    padding: 10px;
  }

  .images img {
    width: 48%;
  }

  .news-detail p {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .news-detail h1 {
    font-size: 2.4rem;
  }

  .images {
    flex-direction: column;
    gap: 10px;
  }

  .images img {
    width: 100% !important;
  }

  .news-detail p {
    font-size: 1.6rem;
  }

  .navigation a {
    justify-content: center;
  }

  .navigation .prev,
  .navigation .next {
    font-size: 1.6rem;
  }

  .navigation a img {
    width: 25px;
    height: 16px;
  }
  .navigation{
    margin: 60px 0px;
  }
  .news-container{
    padding: 0px;
  }
}

@media (max-width: 480px) {
  .news-detail h1 {
    font-size: 2rem;
  }

  .news-detail p {
    font-size: 1.4rem;
  }

  .navigation .prev,
  .navigation .next {
    font-size: 1.2rem;
    gap: 5px;
  }

  .navigation a img {
    width: 20px;
    height: 14px;
  }
  .navigation{
    margin: 50px 0px;
  }
}

.news-title:hover {
  color: #479E83 !important;
  text-decoration: underline; /* 添加下划线效果 */
  text-decoration-color: #479E83 !important; /* 确保颜色生效 */
}

.breadcrumb-item a:hover{
  text-decoration: none;
}

.footer{
  border-top: 1px solid rgb(221, 221, 221) !important;
}