/* 2024-08-28 */
.list-news {
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0;
}

.list-news-left {
  width: 300px;
  max-height: 800px;
  background: #f3f1ec;
  position: relative;
  overflow: hidden;
}

.list-news-caption {
  width: 300px;
  height: 58px;
  background: url('../images/add-img1.png') no-repeat;
  background-size: 100% 100%;
}

.list-news-main-list {
  width: 100%;
  min-height: 58px;
  border-bottom: 1px solid #e4dac8;
  padding: 10px 38px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.list-news-main-list .icon {
  flex: 0 0 15px;
  width: 15px;
  height: 20px;
  background: url('../images/add-img2.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 4px;
}

.list-news-main-list .text {
  flex: 1;
  margin-left: 10px;
  font-size: 16px;
  color: #333333;
  text-align: justify;
  line-height: 1.8;
}

.list-news-main-list.active {
  background: #bfab8b;
}

.list-news-main-list.active .icon {
  background: url('../images/add-img2-active.png') no-repeat;
  background-size: 100% 100%;
}

.list-news-main-list.active .text {
  color: #fff;
}

.list-news-right {
  width: 870px;
  background: #f7f5f0;
  position: relative;
  padding: 30px 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.list-news-content {
  padding: 0 40px;
  width: 100%;
}

.list-news-decorate {
  width: 306px;
  height: 100px;
  background: url('../images/add-img4.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-news-right-caption {
  margin: 0 40px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e9dfcf;
  margin-bottom: 40px;
}

.list-news-right-caption span {
  color: #84704c;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}

.list-news-right-caption span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -15px;
  background: #bfab8b;
}