.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;
}
.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;
}

/* ============================== 样式分割线 ========================== */

/* 区县报到区域样式 */
.quxianbaodao-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.quxianbaodao-img {
  display: block;
  margin-bottom: 30px;
}

.quxianbaodao-container {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.quxianbaodao-item {
  width: 355px;
  height: 470px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.quxianbaodao-image {
  width: 355px;
  height: 200px;
  overflow: hidden;
}

.quxianbaodao-img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.quxianbaodao-item:hover .quxianbaodao-img {
  transform: scale(1.05);
}

.quxianbaodao-title {
  height: auto;
}

.quxianbaodao-title-link {
  color: #c00000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.quxianbaodao-title-link:hover {
  text-decoration: underline;
}

.quxianbaodao-content {
  flex: 1;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.quxianbaodao-content p {
  margin: 0;
  text-indent: 2em;
}

.quxianbaodao-link {
  color: #c00000;
  text-decoration: none;
}

.quxianbaodao-link:hover {
  text-decoration: underline;
}

/* 兵支书区域样式 */
.bingzhishu-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.bingzhishu-container {
  display: flex;
  gap: 30px;
}
.bingzhishu-img {
  display: block;
  margin-bottom: 30px;
}
.bingzhishu-left {
  flex: 0 0 auto;
  display: flex;
  gap: 20px;
}

.bingzhishu-image-item {
  overflow: hidden;
}

.bingzhishu-image-link {
  text-decoration: none;
  display: block;
}

.bingzhishu-image-wrapper {
  position: relative;
  width: 285px;
  height: 210px;
}

.bingzhishu-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bingzhishu-image-link:hover .bingzhishu-image {
  transform: scale(1.05);
}

.bingzhishu-image-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #525252;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bingzhishu-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fill, 45px);
}

.bingzhishu-item {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bingzhishu-item-icon {
  flex: 0 0 auto;
}

.bingzhishu-icon {
  width: 6px;
  height: 11px;
  display: block;
}

.bingzhishu-item-title {
  flex: 1;
  overflow: hidden;
}

.bingzhishu-item-link {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bingzhishu-item-link:hover {
  text-decoration: underline;
}

/* 地方工作经验交流发言摘登样式 */
.experience-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.experience-container {
  display: flex;
  gap: 30px;
}

.experience-left {
  flex: 0 0 auto;
}

.experience-img {
  width: 58px;
  height: 700px;
  object-fit: cover;
  display: block;
}

.experience-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.experience-intro {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  background-image: url(/images/special/img-012.jpg);
  background-size: 100% 100%;
  height: 136px;
  display: flex;
  align-items: center;
  text-indent: 2em;
  padding: 30px;
  box-sizing: border-box;
}

.experience-intro p {
  margin: 0;
}

.experience-list {
  display: flex;
  gap: 20px;
}

.experience-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.experience-item-image {
  overflow: hidden;
}

.experience-item-img {
  width: 260px;
  height: 210px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.experience-item:hover .experience-item-img {
  transform: scale(1.05);
}

.experience-item-title {
  margin-bottom: 5px;
}

.experience-item-link {
  font-size: 16px;
  color: #cc3333;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  font-weight: bold;
  text-align: center;
}

.experience-item-link:hover {
  text-decoration: underline;
}

.experience-item-content {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

.experience-item-content p {
  margin: 0;
}

.experience-detail-link {
  color: #cc3333;
  text-decoration: none;
}

.experience-detail-link:hover {
  text-decoration: underline;
}

/* 特色区域样式 */
.feature-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.feature-container {
  display: flex;
  gap: 30px;
}

.feature-left {
  flex: 0 0 auto;
}

.feature-img {
  width: 58px;
  height: 700px;
  object-fit: cover;
  display: block;
}

.feature-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-intro {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  background-image: url(/images/special/img-012.jpg);
  background-size: 100% 100%;
  height: 136px;
  display: flex;
  align-items: center;
  text-indent: 2em;
  padding: 30px;
  box-sizing: border-box;
}

.feature-intro p {
  margin: 0;
}

.feature-list {
  display: flex;
  gap: 20px;
}

.feature-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item-image {
  overflow: hidden;
}

.feature-item-img {
  width: 260px;
  height: 210px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.feature-item:hover .feature-item-img {
  transform: scale(1.05);
}

.feature-item-title {
  margin-bottom: 5px;
}

.feature-item-link {
  font-size: 16px;
  color: #cc3333;
  text-decoration: none;
  line-height: 1.4;
  display: block;
}

.feature-item-link:hover {
  text-decoration: underline;
}

.feature-item-content {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

.feature-item-content p {
  margin: 0;
}

.feature-detail-link {
  color: #cc3333;
  text-decoration: none;
}

.feature-detail-link:hover {
  text-decoration: underline;
}

/* 头条区域样式 */
.headline-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.headline-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.headline-left {
  flex: 0 0 auto;
}

.headline-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.headline-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.headline-title-link {
  font-size: 28px;
  color: #d7072e;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  display: block;
}

.headline-title-link:hover {
  text-decoration: underline;
}

.headline-content {
  font-size: 16px;
  color: #585858;
  line-height: 1.8;
}

.headline-content p {
  margin: 0;
  text-indent: 2em;
}

.headline-link {
  color: #d7072e;
  text-decoration: none;
}

.headline-link:hover {
  text-decoration: underline;
}

/* 轮播图区域样式 */
.carousel-section {
  width: 1200px;
  margin: 40px auto 0;
  padding: 30px 0;
}

.carousel-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.carousel-left {
  flex: 0 0 648px;
}

.carousel-wrapper {
  position: relative;
  width: 648px;
  height: 430px;
  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;
}

/* 轮播图右侧稿件列表样式 */
.carousel-right {
  flex: 1;
  min-height: 430px;
}

.article-list-container {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.article-item {
}

.article-item:last-child {
  border-bottom: none;
}

/* 第一条特殊样式 */
.first-article {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 10px;
}

.first-article-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.first-article-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.first-article-link h3 {
  color: #c00;
}

.first-article-link:hover h3 {
  text-decoration: underline;
}

.first-article-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.first-article-text {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  flex: 1;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}

.first-article-detail-link {
  color: #c00;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.first-article-detail-link:hover {
  text-decoration: underline;
}

/* 后续稿件列表项样式 */
.article-item-content {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 30px;
  margin-bottom: 8px;
}

.article-item-left {
  flex: 0 0 auto;
}

.article-item-icon {
  object-fit: contain;
}

.article-item-right {
  flex: 1;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.article-item-link {
  color: #147;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.article-item-link:hover {
  color: #c00;
  text-decoration: underline;
}

/* 退役军人村干部代表交流发言摘登样式 */
.village-cadre-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.village-cadre-container {
  display: flex;
  gap: 30px;
}

.village-cadre-right {
  flex: 0 0 auto;
}

.village-cadre-img {
  width: 58px;
  height: 700px;
  object-fit: cover;
  display: block;
}

.village-cadre-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.village-cadre-intro {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  background-image: url(/images/special/img-012.jpg);
  background-size: 100% 100%;
  height: 136px;
  display: flex;
  align-items: center;
  text-indent: 2em;
  padding: 30px;
  box-sizing: border-box;
}

.village-cadre-intro p {
  margin: 0;
}

.village-cadre-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fill, 1fr);
  gap: 20px;
}

.village-cadre-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.village-cadre-item-image {
  overflow: hidden;
}

.village-cadre-item-img {
  width: 100%;
  height: 210px;
  transition: transform 0.3s ease;
}

.village-cadre-item:hover .village-cadre-item-img {
  transform: scale(1.05);
}

.village-cadre-item-title {
  margin-bottom: 5px;
}

.village-cadre-item-link {
  font-size: 16px;
  color: #cc3333;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  font-weight: bold;
  text-align: center;
}

.village-cadre-item-link:hover {
  text-decoration: underline;
}

.village-cadre-item-content {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}

.village-cadre-item-content p {
  margin: 0;
}

.village-cadre-detail-link {
  color: #cc3333;
  text-decoration: none;
}

.village-cadre-detail-link:hover {
  text-decoration: underline;
}

/* 观摩进行时·视频样式 */
.video-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.video-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video-item-image {
  overflow: hidden;
}

.video-link {
  display: block;
  text-decoration: none;
}

.video-item-img {
  width: 100%;
  height: 180px;
  transition: transform 0.3s ease;
}

.video-item:hover .video-item-img {
  transform: scale(1.05);
}

.video-item-title {
  text-align: center;
}

.video-title-link {
  color: #114477;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.video-title-link:hover {
  text-decoration: underline;
}

/* 观摩进行时样式 */
.observation-section {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}

.observation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.observation-item {
  display: flex;
  gap: 15px;
}

.observation-item-left {
  flex: 0 0 auto;
  overflow: hidden;
}

.observation-item-img {
  width: 170px;
  height: 115px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.observation-item:hover .observation-item-img {
  transform: scale(1.05);
}

.observation-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.observation-item-title {
  margin-bottom: 5px;
}

.observation-item-link {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  display: block;
}

.observation-item-link:hover {
  text-decoration: underline;
}

.observation-item-content {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
}

.observation-item-content p {
  margin: 0;
  text-indent: 2em;
}

.observation-detail-link {
  color: #cc3333;
  text-decoration: none;
}

.observation-detail-link:hover {
  text-decoration: underline;
}

.observation-img {
  display: block;
  margin-bottom: 30px;
}
