.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;
}

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

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



/* 右侧新闻列表 */
.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;
}



.news-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  padding: 15px 0;
  border-bottom: 1px dashed #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  flex: 1;
  margin-right: 20px;
  transition: color 0.3s;
}

.news-item a:hover {
  color: #89211c;
}

.news-date {
  color: #999;
  font-size: 14px;
  flex-shrink: 0;
}

/*分页样式*/

  .morepage {
    padding: 80px 0 40px;
    display: flex;
    justify-content: center;
  }

  .morepage .page-btn {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    padding: 8px 4px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
    cursor:pointer;
 }
  .NormalRed{
    display: inline-block;
    min-width: 30px;
    text-align: center;
    padding: 8px 4px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: #d7b263;
    color: #fff;
    border-color: #d7b263;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
    cursor:pointer;

  }
  .pagingNormal{
    display: inline-block;
    min-width: 30px;
    text-align: center;
    padding: 8px 4px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
    cursor:pointer;
  }
  .pagingNormal:hover {
   background-color: #d7b263;
   border-color: #d7b263;
   color: #fff;
  }

  .morepage .jump-input {
    width: 30px;
    height: 32px;
    padding: 0 4px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    outline: none;
    text-align:center;
 }

 .morepage .page-info {
    padding: 4px 4px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    margin:0 10px;
}