.index-fzxc {
  width: 1200px;
  background: url('fzxcBj.png') no-repeat center center;
  background-size: 100% 100%;
  height: 80px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}
.news-carousel-dot {
    transition: all 0.3s ease;
    cursor: pointer;
}

.news-carousel-dot:hover {
    transform: scale(1.2);
    /* 可以根据需要添加其他hover样式 */
}
.index-fzxc-title {
  position: absolute;
  top: 12px;
  left: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #f7f7f7;
  line-height: 25px;
  text-align: justify;
  font-style: normal;
}

.index-fzxc-close {
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 20px;
  background: #bc1906;
  border-radius: 2px;
  padding: 5px 30px;
  border: 1px solid #ffffff;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
}

.index-fzxc .mySwiper1 .swiper-slide {
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 28px;
  color: #f7f7f7;
  line-height: 80px;
  text-align: center;
  font-style: normal;
  display: -webkit-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  display: flex !important;
  justify-content: center;
}

.swiper-slide-box {
  width: 920px;
  font-style: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

/* 首页新闻轮播区域样式 */
.news-carousel {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  max-width: 1200px;
  margin: 32px auto 0 auto;
  min-height: 350px;
  position: relative;
}

/* 左侧图片区域 */
.news-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.news-carousel-img {
  width: 700px !important;
  height: 497px !important;
  min-width: 650px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.news-carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右侧内容区域 */
.news-carousel-content {
  flex: 1;
  padding: 48px 36px 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  max-height: 460px;
}

.news-carousel-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #2f2e2e;
  line-height: 56px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-carousel-subtitle {
  margin-top: 35px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #ad1600;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.news-carousel-desc {
  margin-top: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #2f2e2e;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* 分页圆点 Swiper 兼容 */
.news-carousel-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
  margin-top: auto;
  position: absolute;
  right: 20%;
  bottom: 40px !important;
  left: auto;
  z-index: 2;
  width: auto !important;
}

.news-carousel-dot,
.news-carousel-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ea2710;
  opacity: .48;
  transition: background 0.2s, border 0.2s;
  cursor: pointer;
  margin: 0 4px;
  box-sizing: border-box;
}

.news-carousel-dot.active,
.news-carousel-pagination .swiper-pagination-bullet-active {
  background: #ea2710;
  opacity: 1;
}

/* 公示公告区域样式 */
.index-gsgg {
  display: flex;
  align-items: center;
  background: #fff6f6;
  border-radius: 10px;
  padding: 24px 0;
  max-width: 1200px;
  margin: 32px auto 0 auto;
  position: relative;
  /* min-height: 100px; */
}
.index-gsgg-img {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  position: relative;
  height: 100%;
}
.index-gsgg-img-icon {
  border-radius: 14px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.index-gsgg-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 0 48px;
  align-items: center;
  height: 100%;
  min-height: 80px;
}
.index-gsgg-item {
  display: flex;
  align-items: center;
  width: 43%;
  /* margin-bottom: 18px; */
  font-size: 17px;
  color: #444;
  text-decoration: none;
}
.index-gsgg-item span {
  margin-left: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #918f8f;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* flex: 1; */
  cursor: pointer;
}
.index-gsgg-item:hover span {
  color: #ad1600;
}
.index-gsgg-item:hover div {
  background-color: #ad1600;
}

.index-gsgg-title {
  flex: none;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 17px;
  color: #666;
  /* margin-right: 18px; */
}
.index-gsgg-date {
  color: #999;
  font-size: 15px;
  min-width: 140px;
  text-align: right;
}
.index-gsgg-more {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.index-gsgg-more p {
  background: #b71c0a;
  color: #fff;
  border-radius: 20px;
  padding: 17px 7px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  writing-mode: vertical-rl;
  margin-left: 12px;
}

.index-gsgg-dot {
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background: #bdbdbd;
  margin-right: 10px;
  vertical-align: middle;
}

/* 工会新闻样式 */
.union-news-container {
  width: 100%;
  margin: 15px auto;
  max-width: 1200px;
}

.union-news-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.union-news-col-main {
  flex: 1;
  min-width: 65%;
}

.union-news-col-side {
  width: 30%;
  min-width: 300px;
}

.union-news-box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.union-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #e6e6e6;
}

.union-news-header-left {
  display: flex;
  align-items: center;
}

.union-news-icon {
  margin-right: 20px !important;
  display: flex;
}

.union-news-icon-img {
  width: 22px;
  height: 22px;
}

.union-news-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.union-news-small-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.union-news-header-right {
  font-size: 14px;
  color: #999;
  cursor: pointer;
}

.union-news-header-right:hover {
  color: #c00;
}

.union-news-content {
  padding: 15px;
}

.union-news-featured {
  margin-bottom: 20px;
}

.union-news-featured-content {
  display: flex;
  width: 94%;
  margin: 7px auto 8px;
  justify-content: space-between;
}

.union-news-featured-img-box {
  width: 190px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.union-news-featured-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* border-radius: 4px; */
}

.union-news-featured-right {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.union-news-featured-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #2f2e2e;
  height: 52px;
  line-height: 52px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.union-news-featured-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #2f2e2e;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.union-news-featured-date {
  margin-top: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #918f8f;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.union-news-list {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}

.union-news-list-item {
  width: 95%;
  margin: 0 auto;
  height: 52px;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.union-news-list-item:hover {
  /* background-color: #f9f9f9; */
}

.union-news-list-item:hover .union-news-list-title {
  color: #bc1906;
}
.union-news-list-item:hover .union-news-list-dot {
  background-color: #bc1907;
}
.union-news-list-item:hover .union-news-list-date {
  color: #bc1906;
}
.union-news-list-item-row {
  display: flex;
  align-items: center;
  height: 100%;
}

.union-news-list-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.union-news-list-dot {
  width: 6px;
  height: 6px;
  background-color: #918f8f;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.union-news-list-title {
  max-width: 435px;
  margin-left: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #2f2e2e;
  line-height: 52px;
  font-style: normal;
  /* flex: 1; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  width: 60%;
}

.union-news-list-date {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2f2e2e;
  line-height: 52px;
  text-align: right;
  font-style: normal;
  /* width: 180px; */
  flex-shrink: 0;
  cursor: pointer;
  /* padding-right: 20px; */
}

/* 右侧新闻集锦样式 */
.union-highlights-box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.union-highlights-news {
  padding: 10px 15px;
}

.union-highlights-item {
  /* margin-bottom: 15px; */
  display: block;
  text-decoration: none;
  color: inherit;
}

.union-highlights-item:hover .union-highlights-title {
  color: #bc1907;
}

.union-highlights-item:hover .union-highlights-dot {
  background-color: #bc1907;
}

.union-highlights-content {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}

.union-highlights-dot {
  width: 6px;
  height: 6px;
  background-color: #918f8f;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.union-highlights-title {
  font-size: 18px;
  color: #918f8f;
  line-height: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
  flex: 1;
  cursor: pointer;
  margin-left: 10px;
}

/* 视频样式 */
.union-video-box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.union-video-content {
  /* padding: 15px; */
}

.union-video-thumbnail {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.union-video-img {
  width: 100%;
  /* height: 267px; */
  object-fit: cover;
}

.union-video-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
  background-color: #0009;
  cursor: pointer;
}

/* 渝工书香部分 */
.union-reading-section {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}

.union-reading-tabs {
  display: flex;
}

.union-reading-tab {
  flex: 1;
  text-align: center;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
}

.union-reading-tab.active {
  color: #fff;
  font-weight: bold;
  background-color: #bc1907;
  border-bottom: none;
}

.union-reading-content {
  position: relative;
}

.union-reading-panel {
  display: none;
  height: 170px;
}

.union-reading-panel.active {
  display: block;
}

.union-reading-image {
  padding: 0;
}

.laborUnion_image_box {
  height: 159px;
  display: flex;
  align-items: end;
}
.laborUnion_image_content {
  height: 159px;
  display: flex;
  align-items: end;
}
.laborUnion_image_cqglh {
  height: 100%;
  cursor: pointer;
}
.laborUnion_image_title {
  font-size: 16px;
  color: #777;
  margin-left: 15px;
  line-height: 28px;
}

.union-reading-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 适配红色标题样式 */
.union-news-col-main .union-news-header,
.union-news-col-side .union-news-header {
  background-color: #c00;
  border-bottom: none;
}

.union-news-col-main .union-news-title,
.union-news-col-main .union-news-small-title,
.union-news-col-side .union-news-title,
.union-news-col-side .union-news-small-title {
  color: #fff;
}

.union-news-col-main .union-news-header-right,
.union-news-col-side .union-news-header-right {
  color: #fff;
}

.union-news-col-full {
  width: 100%;
}

/* 专题基层动态样式 */
.special-dynamic-container {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0;
  /* margin: 15px auto; */
}

.special-dynamic-row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px !important;
}

.special-column {
  display: block;
  flex: 0 0 33.3333333333% !important;
  max-width: 33.3333333333% !important;
}

.dynamic-column {
  display: block;
  flex: 0 0 66.6666666667%;
  max-width: 66.666667%;
}

/* 专题部分样式 */
.special-box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.special-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  background-color: #c00;
}

.special-header-left {
  display: flex;
  align-items: center;
}

.special-icon {
  margin-right: 20px !important;
  display: flex;
}

.special-icon-img {
  width: 22px;
  height: 22px;
}

.special-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  font-family: PingFangSC, PingFang SC;
}

.special-header-right {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.special-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.special-item {
  /* border-radius: 4px; */
  overflow: hidden;
  cursor: pointer;
}
.special-item:first-child {
  margin-top: 15px;
}
.special-img {
  width: 100%;
  display: block;
  height: 112px;
}

/* 基层动态部分样式 */
.dynamic-box {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-left: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.dynamic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  background-color: #c00;
}

.dynamic-header-left {
  display: flex;
  align-items: center;
}

.dynamic-icon {
  margin-right: 20px !important;
  display: flex;
}

.dynamic-icon-img {
  width: 22px;
  height: 22px;
}

.dynamic-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  font-family: PingFangSC, PingFang SC;
}

.dynamic-header-right {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.dynamic-content {
  padding: 16px;
}

.dynamic-featured {
  margin-bottom: 20px;
}

.dynamic-featured-content {
  width: 94%;
  margin: 20px auto 30px;
  display: flex;
  justify-content: space-between;
}

.dynamic-featured-img-box {
  width: 190px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.dynamic-featured-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dynamic-featured-right {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.dynamic-featured-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #2f2e2e;
  height: 52px;
  line-height: 52px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.dynamic-featured-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #2f2e2e;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dynamic-featured-date {
  margin-top: 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #918f8f;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.dynamic-list {
  border-top: 1px solid #e6e6e6;
}

.dynamic-list-item {
  width: 95%;
  margin: 0 auto;
  height: 53.2px;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

.dynamic-list-item:hover .dynamic-list-title {
  color: #bc1907;
}

.dynamic-list-item:hover .dynamic-list-date {
  color: #bc1907;
}

.dynamic-list-item:hover .dynamic-list-dot {
  background-color: #bc1907;
}

.dynamic-list-item-row {
  display: flex;
  align-items: center;
  height: 100%;
}

.dynamic-list-dot {
  width: 6px;
  height: 6px;
  background-color: #918f8f;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.dynamic-list-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.dynamic-list-title {
  margin-left: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #2f2e2e;
  line-height: 52px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  min-width: 450px !important;
  max-width: 450px !important;
}

.dynamic-list-date {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2f2e2e;
  line-height: 52px;
  text-align: right;
  font-style: normal;
  flex-shrink: 0;
  cursor: pointer;
}

/* 广告部分样式 */
.public_benefit {
  width: 100%;
  max-width: 1200px;
  margin: 15px auto;
}

.public_benefit_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.box-item {
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  height: 115px;
}

.item_img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #eee;
}

/* 监督区域样式 */
.supervise {
  width: 100%;
  max-width: 1200px;
  margin: 15px auto;
}

.supervise_img {
  width: 100%;
  display: block;
}

/* 友情链接样式 */
.supervise_box {
  margin-top: 15px;
}

.supervise_title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c00;
  padding-bottom: 10px;
}

.supervise_title img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.supervise_title_text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #bc1906;
  line-height: 28px;
  text-align: justify;
  font-style: normal;
  margin-left: 10px;
}

.link {
  width: 100%;
  max-width: 1200px;
  margin: 15px auto;
}

.link_select {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0;
}

.select_item {
  flex: 0 0 auto;
}

/* 友情链接下拉框样式 */
.link-container {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  margin-bottom: 100px !important;
}

.link-box {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.link-select {
  width: 20%;
}

.link-select-item {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%23999' d='M7 8L0 1.07 1.04 0 7 5.96 12.96 0 14 1.07z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-color: #fff;
  cursor: pointer;
  outline: none;
}

.link-select-item:hover {
  border-color: #c00;
}

.link-select-item:focus {
  border-color: #c00;
  box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.1);
}

.link-select-item option {
  padding: 10px;
}

/* 浮窗 */
.floatingWindow {
  position: relative;
  width: 100%;
}
.floatingWindow_box {
  position: fixed;
  left: 20px;
  bottom: 100px;
  z-index: 9999;
}
.floatingWindow_box_close {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 14px;
  background: #bc1906;
  border-radius: 2px;
  border: 1px solid #ffffff;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
  cursor: pointer;
  z-index: 999;
}
.floatingWindow_item {
  width: 300px;
  height: 100px;
  margin-bottom: 12px;
}
.floatingWindow_item a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: inherit;
}
.floatingWindow_img {
  width: 100%;
  height: 100%;
}
.floatingWindow_img img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .special-dynamic-container {
    width: 95%;
    margin: 20px auto;
  }
  .index-fzxc .mySwiper1 .swiper-slide {
    font-size: 20px;
  }
  .index-fzxc-close {
    padding: 5px 10px;
  }
  .index-fzxc {
    height: 100px;
    width: 95%;
    margin: 20px auto;
  }
  .index-fzxc .mySwiper1 .swiper-slide {
    line-height: 120px;
  }
  .news-carousel-img {
    width: 95%;
    margin: 0 auto;
    height: 300px !important;
  }
  .news-swiper .swiper-slide {
    flex-direction: column;
  }
  .news-carousel-content {
    padding: 2.5%;
  }
  .news-carousel-title {
    font-size: 24px;
  }
  .news-carousel-subtitle {
    font-size: 20px;
    margin-top: 18px;
  }
  .news-carousel-desc {
    font-size: 16px;
    line-height: 25px;
    -webkit-line-clamp: 2;
  }
  .news-carousel {
    padding-bottom: 10%;
  }
  .news-carousel-pagination {
    bottom: 10px !important;
    right: 50%;
    transform: translateX(50%) !important;
    left: initial !important;
  }

  /* 公示公告移动端样式 */
  .index-gsgg {
    flex-direction: column;
    padding: 15px 10px;
    width: 95%;
    margin: 20px auto;
  }

  .index-gsgg-img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    justify-content: flex-start;
  }

  .index-gsgg-img-icon {
    margin-left: 0;
    width: 70px;
  }

  .index-gsgg-list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .index-gsgg-item {
    width: 100%;
    margin-bottom: 5px;
  }

  .index-gsgg-more {
    position: absolute;
    right: 15px;
    top: 15%;
  }

  .index-gsgg-more p {
    padding: 4px 10px;
    writing-mode: horizontal-tb;
    border-radius: 4px;
    margin: 0;
    font-size: 16px;
  }
  .index-gsgg-title {
    font-size: 16px !important;
  }
  .index-gsgg-date {
    font-size: 14px !important;
  }
  .index-gsgg-dot {
    min-width: 8px !important;
    max-width: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
    margin-right: 0px;
  }
  .index-gsgg-item span {
    flex: initial !important;
  }

  /* 工会新闻标题垂直居中 */
  .union-news-header {
    display: flex;
    align-items: center;
  }

  .union-news-header-left {
    display: flex;
    align-items: center;
  }

  .union-news-title,
  .union-news-small-title {
    display: flex;
    align-items: center;
  }

  /* 图标垂直居中 */
  .union-news-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .union-news-icon-img {
    vertical-align: middle;
  }
  .union-news-featured-content {
    width: 100%;
    flex-direction: column;
  }
  .union-news-featured-img-box {
    width: 100%;
  }
  .union-news-featured-right {
    width: 100%;
  }
  .union-news-list-dot {
    display: none;
  }
  .union-news-list-item {
    width: 100%;
  }
  .union-news-list-title {
    font-size: 16px;
    margin-left: 0;
  }
  .union-news-list-item {
    line-height: 40px;
  }
  .union-news-col-side {
    width: 100%;
  }
  .union-highlights-title {
    font-size: 16px;
    font-family: sans-serif;
  }
  .union-video-img {
    height: auto;
  }
  .union-video-box {
    border: none;
    margin-bottom: 0;
  }
  .union-video-title {
    bottom: 15px;
  }
  .union-news-col-full {
    width: 95%;
    margin: 0 auto;
  }
  .special-column {
    flex: initial;
	flex: none !important;
    max-width: 100% !important;
  }

  /* 专题图标垂直居中 */
  .special-header {
    display: flex;
    align-items: center;
  }

  .special-header-left {
    display: flex;
    align-items: center;
  }

  .special-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .special-icon-img {
    vertical-align: middle;
  }

  /* 基层动态图标垂直居中 */
  .dynamic-header {
    display: flex;
    align-items: center;
  }

  .dynamic-header-left {
    display: flex;
    align-items: center;
  }

  .dynamic-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dynamic-icon-img {
    vertical-align: middle;
  }
  .dynamic-column {
    width: 100%;
	flex: none;
    max-width: 100%;
  }
  .dynamic-featured-content {
    width: 100%;
    flex-direction: column;
  }
  .dynamic-featured-img-box {
    width: 100%;
  }
  .dynamic-featured-right {
    width: 100%;
  }
  .dynamic-list-item {
    width: 100%;
    height: 40px;
  }
  .dynamic-list-dot {
    display: none;
  }
  .dynamic-list-title {
    margin-left: 0;
    font-size: 16px;
	min-width: 10% !important;
    max-width: 100% !important;
  }
  .public_benefit_box {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  .supervise_img {
    width: 95%;
    margin: 0 auto;
  }
  .supervise_box {
    width: 95%;
    margin: 20px auto;
  }
  .link-container {
    width: 95%;
    margin: 20px auto;
  }
  .link-select {
    width: 100%;
  }
  
  .floatingWindow_item {
    width: 60%;
    height: 70%;
    margin-bottom: 0;
  }
  
  .dynamic-box {
	  background-color: #fff;
	  border: 1px solid #e6e6e6;
	  margin-left: 0;
	  overflow: hidden;
	  margin-bottom: 20px;
	}
}
