.main-box {
  padding-bottom: 100px;
  background-color: #fff;
  min-width: 1920px;
  position: relative;
}
.header-img {
  position: relative;
  z-index: 1;
}
.header-img img {
  width: 100%;
}
.content-box {
  position: relative;
  z-index: 2;
}
.footer-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
}
.footer-img img {
  width: 100%;
  height: 100%;
}
.dfw {
  width: 1200px;
  margin: 0 auto;
}

/* ============================== 样式分割线 ========================== */

.title-img-link {
  position: relative;
  display: block;
  width: 1200px;
  margin: 40px auto;
}
.more-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translateY(-50%);
}

/* 站贫记区域样式 */
.zhanpinji-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.zhanpinji-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.zhanpinji-item {
  width: 585px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.zhanpinji-title-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.zhanpinji-title-link:hover h3 {
  text-decoration: underline;
}

.zhanpinji-title {
  margin-bottom: 15px;
}

.zhanpinji-title {
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
  color: #333333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.zhanpinji-content {
  font-size: 16px;
  color: #bfbfbf;
  line-height: 2;
}

.zhanpinji-content p {
  margin: 0;
}

.zhanpinji-link {
  color: #c00;
  text-decoration: none;
}

.zhanpinji-link:hover {
  text-decoration: underline;
}

/* 脱贫攻坚区域样式 */
.tuopin-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.tuopin-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.tuopin-item {
  width: 585px;
  display: flex;
  gap: 20px;
}

.tuopin-left {
  flex: 0 0 auto;
}

.tuopin-image {
  width: 185px;
  height: 125px;
  overflow: hidden;
}

.tuopin-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tuopin-item:hover .tuopin-img {
  transform: scale(1.05);
}

.tuopin-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tuopin-title-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.tuopin-title-link:hover h3 {
  text-decoration: underline;
}

.tuopin-link {
  color: #c00;

  text-decoration: none;
}

.tuopin-link:hover {
  text-decoration: underline;
}

.tuopin-title {
  margin-bottom: 10px;
}

.tuopin-title h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  font-weight: bold;
}

.tuopin-content {
  font-size: 14px;
  color: #666;
  line-height: 2;
  text-indent: 2em;
}

.tuopin-content p {
  margin: 0;
}

/* 小康生活区域样式 */
.xiaokang-life-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.xiaokang-life-container {
  display: flex;
  gap: 80px;
}

/* 左侧图片稿件展示区 */
.xiaokang-left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.xiaokang-item {
  width: 295px;
  overflow: hidden;
}

.xiaokang-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.xiaokang-image {
  width: 295px;
  height: 180px;
  overflow: hidden;
}

.xiaokang-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.xiaokang-link:hover .xiaokang-img {
  transform: scale(1.05);
}

.xiaokang-title {
  text-align: center;
  padding: 10px 0;
}

.xiaokang-title h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.xiaokang-link:hover .xiaokang-title h3 {
  color: #c00;
}

/* 右侧稿件列表区 */
.xiaokang-right {
  flex: 0 0 510px;
  display: flex;
  flex-direction: column;
}

.xiaokang-list-item {
  display: flex;
  align-items: center;
  height: 74px;
  border-bottom: 1px solid #e0e0e0;
}

.xiaokang-list-left {
  flex: 0 0 auto;
  padding-right: 15px;
}

.xiaokang-list-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.xiaokang-list-right {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}

.xiaokang-list-link {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  width: 100%;
}

.xiaokang-list-link:hover {
  color: #c00;
  text-decoration: underline;
}
