body{background:#fff !important;}
.hero-banner {
  width: 100%;
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}

/* 面包屑导航 */
.breadcrumb {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
  font-size:14px;
}

.breadcrumb a:hover {
  color: #933c39;
}
.main-content {
  display: flex;
  gap: 60px;
  position: relative;
  padding-top: 40px;
}



/* 右侧新闻列表 */
.news-list {
  flex: 1;
}

.section-title {
  font-size: 24px;
  color: #a60000;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #d7b263;
}