/* Reset and Base Styles */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  min-width: 1200px;
}

.container,
.container-layout {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Hero Section */
.hero {
  background: url("../../assets/new-notice-bg.png") no-repeat center center;
  background-size: cover;
  color: white;
  padding-bottom: 150px;
  /* padding: 60px 0; */
}
.hero .nav {
  padding-top: 124px;
  padding-bottom: 20px;
  width: 1200px;
  margin: 0 auto;
}
.hero .nav span {
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.hero h1 {
  font-size: 48px;
  margin: 0;
  text-align: center;
}

.hero p {
  font-size: 20px;
  margin: 10px 0 0;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 170px;
}

/* Content Section */
.content {
  margin-top: -50px;
  margin-bottom: 80px;
}

.content .container {
  background-color: #fff;
  padding-bottom: 40px;
  padding: 0;
}
.news-detail {
  padding: 50px 110px;
  margin-bottom: 20px;
  position: relative;
}

.buy-button {
  position: absolute;
  top: 0;
  right: -110px;
  width: 116px;
  height: 46px;
  background: linear-gradient(135deg, #1b9860 0%, #149d9f 100%);
  color: white;
  border: none;
  border-radius: 0;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.buy-button .icon-placeholder {
  width: 20px;
  height: 20px;
  background-image: url("../../assets/shopping.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.buy-button:hover {
  opacity: 0.9;
  transition: opacity 0.3s;
}
.news-detail h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  text-align: center;
}
.news-detail .date {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding-top: 12px;
  margin: 0;
  margin-bottom: 30px;
}
.news-detail .header-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.news-detail .header-img img {
  width: 818px;
  height: 428px;
}
.news-detail .detail-body {
  display: flex;
  flex-direction: column;
  /* justify-content: center;
	 */
  width: 100%;
  overflow-x: auto;
}
.news-detail .detail-body p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 28px;
  /* text-indent: 32px;
	 */
  text-align: left;
}
.news-detail .detail-body table {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.news-detail .notice-detail-body p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 28px;
}
