.main-box {
  padding-bottom: 100px;
  background-color: #fff;
  min-width: 1920px;
  position: relative;
  font-family: 宋体, 微软雅黑, "Microsoft YaHei";
}
.header-img {
  position: relative;
  z-index: 1;
}
.header-img img {
  width: 100%;
}
.content-box {
  position: relative;
  z-index: 2;
}

/* ============================== 头条区域样式 ========================== */

/* 头条区域样式 */
.headline-section {
  width: 1200px;
  margin: 0 auto;
  height: 150px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 20px;
  position: absolute;
  top: -215px;
  left: 50%;
  transform: translateX(-50%);
}

/* 标题样式 */
.headline-title {
  margin: 0;
  text-align: center;
}

.headline-title a {
  color: #d7072e;
  font-size: 36px;
  font-weight: bold;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.headline-title a:hover {
  text-decoration: underline;
}

/* 详细内容样式 */
.headline-content {
  color: #585858;
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}

.headline-detail-link {
  color: #c13b14;
  text-decoration: none;
  margin-left: 5px;
}

.headline-detail-link:hover {
  text-decoration: underline;
}

/* ============================== 要闻报道左右布局样式 ========================== */

/* 左右布局容器 */
.news-layout {
  width: 1305px;
  height: 593px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  gap: 30px;
  position: relative;
  background-image: url(/images/special/img-032.jpg);
  background-size: 1305px 593px;
  background-repeat: no-repeat;
  padding: 20px 165px 0;
  box-sizing: border-box;
}

/* 左侧稿件列表 */
.news-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 100px;
}

/* 大单元格样式 */
.news-large-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  min-height: 145px;
}

.news-large-title h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #d7072e;
  line-height: 1.4;
}

.news-large-link h3 {
  color: #d7072e;
}

.news-large-link:hover h3 {
  text-decoration: underline;
}

.news-large-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.news-large-text {
  margin: 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  flex: 1;
  text-indent: 2em;
}

.news-large-detail-link {
  color: #c00;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.news-large-detail-link:hover {
  text-decoration: underline;
}

/* 小单元格样式 */
.news-small-item {
  min-width: 100px;
}

.news-small-content {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 30px;
}

.news-small-left {
  flex: 0 0 auto;
}

.news-small-icon {
  width: 6px;
  height: 11px;
  object-fit: contain;
}

.news-small-right {
  flex: 1;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.news-small-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px;
  display: block;
}

.news-small-link:hover {
  text-decoration: underline;
}

/* 右侧轮播图样式 */
.news-right {
  flex: 0 0 510px;
}

.carousel-wrapper {
  position: relative;
  width: 510px;
  height: 366px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.6);
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.carousel-caption h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}

.carousel-indicators {
  position: absolute;
  bottom: 8px;
  right: 20px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.indicator {
  width: 15px;
  height: 15px;
  border: none;
  background: #999;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #fff;
}

.indicator.active {
  background: #ff8800;
}

/* ============================== 轮播图样式 ========================== */
.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;
}

/* ============================== 安顺高质量发展成色好样式 ========================== */

/* 区域容器 */
.quality-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  top: -140px;
}

/* 图片标题 */
.quality-title-img {
  text-align: center;
  margin: 80px 0;
}

.quality-title-img img {
  display: block;
  margin: 0 auto;
}

/* 稿件列表Grid布局 */
.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* 单元格样式 */
.quality-item {
  height: 550px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 单元格图片 */
.quality-item-image {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quality-item-image img {
  width: 260px;
  height: 210px;
  object-fit: cover;
}

/* 单元格标题 */
.quality-item-title {
  flex: 0 0 auto;
  text-align: center;
}

.quality-title-link h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #cc3333;
  line-height: 1.4;
  text-decoration: none;
}

.quality-title-link:hover h3 {
  text-decoration: underline;
}

/* 详细文本区域 */
.quality-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.quality-item-text {
  margin: 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  text-indent: 2em;
  flex: 1;
}

.quality-detail-link {
  color: #c00;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 5px;
}

.quality-detail-link:hover {
  text-decoration: underline;
}

/* ============================== 黔山秀水新气象样式 ========================== */

/* 区域容器 */
.scenery-section {
  padding: 30px 0;
  background-image: url(/images/special/img-037.jpg);
  background-size: 100% 100%;
  position: relative;
  top: -120px;
}

/* 标题图片 */
.scenery-title-img {
  text-align: center;
  margin: 80px 0;
}

.scenery-title-img img {
  display: block;
  margin: 0 auto;
}

/* 稿件列表 */
.scenery-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* 单元格样式 */
.scenery-item {
  width: 1200px;
  height: 485px;
  display: flex;
  align-items: center;
  gap: 30px;
}

/* 单元格图片 */
.scenery-item-image {
  flex: 0 0 600px;
  height: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.scenery-item-image-bg {
  position: absolute;
  z-index: 0;
  width: 800px;
  top: -25px;
}
.odd .scenery-item-image-bg {
  left: -25px;
}
.even .scenery-item-image-bg {
  right: -25px;
}
.scenery-item-image .scenery-item-image-img {
  width: 800px;
  height: 500px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/* 单元格内容区域 */
.scenery-item-content {
  flex: 1;
  height: 374px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  background-image: url(/images/special/img-036.jpg);
  position: relative;
  z-index: 5;
}

.odd .scenery-item-content {
  right: 60px;
}
.even .scenery-item-content {
  left: 60px;
}

/* 单元格标题 */
.scenery-item-title {
  flex: 0 0 auto;
}

.scenery-title-link h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #da1811;
  line-height: 1.4;
  text-decoration: none;
}

.scenery-title-link:hover h3 {
  text-decoration: underline;
}

/* 详细文本区域 */
.scenery-item-details {
  flex: 1;
}

.scenery-item-text {
  margin: 0;
  font-size: 16px;
  color: #474747;
  line-height: 1.8;
  text-indent: 2em;
}

.scenery-detail-link {
  color: #c00;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  margin-left: 5px;
}

.scenery-detail-link:hover {
  text-decoration: underline;
}

/* ============================== 沿着总书记的足迹样式 ========================== */

/* 区域容器 */
.footprint-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  top: -100px;
}

/* 标题图片 */
.footprint-title-img {
  text-align: center;
  margin-bottom: 30px;
}

.footprint-title-img img {
  display: block;
  margin: 0 auto;
}

/* 稿件列表Grid布局 */
.footprint-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-image: url(/images/special/img-039.jpg);
  background-size: 100% 100%;
  height: 520px;
  padding-top: 70px;
  box-sizing: border-box;
}

/* 单元格样式 */
.footprint-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 426px;
}

.footprint-item-link {
  display: block;
  text-decoration: none;
}

.footprint-item-link img {
  width: 306px;
  height: 426px;

  object-fit: cover;
  display: block;
}

.footprint-item-link:hover img {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

/* ============================== 高清视觉轮播图样式 ========================== */

/* 区域容器 */
.hd-visual-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  top: -100px;
}

/* 轮播图容器 */
.hd-carousel-wrapper {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* 轮播图项容器 */
.hd-carousel-slides {
  position: relative;
  width: 100%;
  height: auto;
}

.hd-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hd-carousel-slide.active {
  opacity: 1;
  position: relative;
}

.hd-carousel-link {
  display: block;
  text-decoration: none;
}

.hd-carousel-image {
  width: 1020px;
  height: auto;
  display: block;
}

.hd-carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.6);
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.hd-carousel-caption h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}

/* 轮播图指示器 */
.hd-carousel-indicators {
  position: absolute;
  bottom: 8px;
  right: 20px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hd-indicator {
  width: 15px;
  height: 15px;
  border: none;
  background: #999;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #fff;
}

.hd-indicator.active {
  background: #ff8800;
}

/* ============================== 样式分割线 ========================== */
