.product-hero {
  height: 50vh;
  min-height: 400px;
  background-image: url("../../assets/images/xwzx-bg.png");
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.product-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 5px;
}
.product-hero p {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
  text-align: center;
}

.news-detail-container {
  background-color: #fff;
}
.news-detail-container .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 8px;
}
.news-detail-container .news-title {
  font-size: 20px;
  color: #132842;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: bold;
}
.news-detail-container .news-date {
  color: #999999;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.news-detail-container .news-content {
  color: #333;
  line-height: 1.8;
  font-size: 14px;
}
.news-detail-container .news-content p {
  color: #333;
  margin-bottom: 1.5rem;
}
.news-detail-container .news-content h3 {
  font-size: 14px;
  margin: 2rem 0 1rem;
  color: #333;
}
.news-detail-container .news-content .news-image {
  margin: 2rem 0;
  text-align: center;
}
.news-detail-container .news-content .news-image img {
  margin: 0 auto;
  max-width: 700px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.news-detail-container .news-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.news-detail-container .news-navigation a {
  color: #999999;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.news-detail-container .news-navigation a:hover {
  color: #0043B0;
}
.news-detail-container .news-navigation a.back-to-list {
  width: 120px;
  height: 48px;
  background: #0043B0;
  border-radius: 24px 24px 24px 24px;
  text-align: center;
  color: #FFFFFF;
}
.news-detail-container .news-navigation a.back-to-list:hover {
  background-color: #0043B0;
}

.containers {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.containers p {
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
  font-size: 14px;
  color: #999999;
}
.containers p:hover {
  color: #0043B0;
}

.footer {
  background-color: #111111;
}
/*# sourceMappingURL=newsDetail.min.css.map */
