@charset "UTF-8";
/* ============================================================
   liujiu.css - 六届九次全会专题页
   1rem = 100px (PC), IE10+ compatible
   ============================================================ */
.ljjc-main {
  font-size: 0;
  background:
    url(ljjc-bg1.png) center top no-repeat,
    url(ljjc-bg2.png) center bottom no-repeat;
  background-size: 19.2rem auto;
}
.ljjc-main * {
  box-sizing: border-box;
}
.ljjc-main a:hover {
  text-decoration: none;
}
/* === bg1 背景区（CSS background） === */
.liujiu-bg1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.85rem;
}

/* === Hero 标题区 === */
.liujiu-hero {
  text-align: center;
  padding-bottom: 0.46rem;
}
.liujiu-hero img {
  width: 11.69rem;
}

/* === 讲话文稿 === */
.liujiu-speech {
  position: relative;
  padding: 0.24rem 0.18rem 0.17rem;
  width: 11.26rem;
  min-height: 1.8rem;
  background: rgba(255, 246, 230, 0.8);
  border-radius: 0.13rem;
  overflow: hidden;
  margin: 0 auto;
}
.liujiu-speech__badge {
  position: absolute;
  top: 0.24rem;
  left: 0.09rem;
  width: 1.73rem;
  height: 1.39rem;
}
.liujiu-speech__badge img {
  width: 100%;
  height: 100%;
}
.liujiu-speech__content {
  margin-left: 1.8rem;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}
.liujiu-speech__content p {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 0.18rem;
  font-weight: 400;
  color: #542020;
  line-height: 1.72;
}

/* === 栏目标题(要闻) === */
.liujiu-section-header {
  margin-top: 0.76rem;
  text-align: center;
}
.liujiu-section-header img {
  width: 100%;
}

/* === 轮播 + 列表两列 === */
.liujiu-content-row {
  overflow: hidden;
  margin-top: 0.42rem;
}
/* 左侧轮播 */
.liujiu-carousel {
  float: left;
  width: 5.9rem;
  height: 3.44rem;
  overflow: hidden;
  position: relative;
}
.liujiu-carousel__swiper {
  width: 100%;
  height: 100%;
}
.liujiu-carousel__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.liujiu-carousel__img {
  width: 100%;
  height: 100%;
  display: block;
}
.liujiu-carousel__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.9rem;
  height: 0.59rem;
  background: rgba(154, 0, 0, 0.8);
}
.liujiu-carousel__text {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.59rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 0.9rem 0 0.14rem;
}
.liujiu-carousel__pagination {
  position: absolute;
  bottom: 0.25rem !important;
  left: auto !important;
  right: 0.1rem !important;
  width: auto !important;
}
.liujiu-carousel__pagination .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  border-radius: 0;
  margin: 0 0.07rem !important;
}
.liujiu-carousel__pagination .swiper-pagination-bullet-active {
  background: #fed177;
}

/* 右侧列表 */
.liujiu-list {
  float: right;
  width: 5.8rem;
  margin-top: 0.06rem;
}
.liujiu-list__item {
  padding: 0.19rem 0;
}
.liujiu-list__bullet {
  float: left;
  width: 0.14rem;
  height: auto;
  margin-top: 0.06rem;
  margin-right: 0.1rem;
}
.liujiu-list__link {
  display: block;
  overflow: hidden;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 0.18rem;
  color: #3d3d3d;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.liujiu-list__link:hover {
  color: #9a0000;
  font-weight: bold;
}

/* === 按钮组 === */
.liujiu-buttons {
  margin-top: 0.57rem;
}
.liujiu-buttons__btn {
  width: 5.85rem;
  display: block;
}
.liujiu-buttons__btn img {
  width: 100%;
  height: auto;
  display: block;
}
.liujiu-buttons__btn:hover {
  opacity: 0.9;
}

/* === bg2 背景区 === */
.liujiu-bg2 {
  margin-top: 0.64rem;
}

/* === 并列模块区域 === */
.liujiu-column {
  width: 5.85rem;
  height: 5.32rem;
  border-radius: 0.13rem;
  background: #ffffff;
  padding: 0.12rem 0.1rem 0;
  box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(144, 110, 59, 0.3);
}

/* 卡片公共样式 */
.liujiu-tab__card {
  padding: 0 0.18rem 0;
  height: 5.04rem;
}
.liujiu-column.lf .liujiu-tab__card {
  background: url(ljjc-tit2.png) center top no-repeat;
  background-size: 100% 100%;
}
.liujiu-column.rt .liujiu-tab__card {
  background: url(ljjc-tit3.png) center top no-repeat;
  background-size: 100% 100%;
}
.liujiu-tab__title {
  display: block;
  margin: 0 auto 0.2rem;
  width: 2.34rem;
  height: 0.65rem;
}
/* 列表项公共样式 */
.liujiu-tab__item {
  display: flex;
  align-items: center;
  height: 1.3rem;
  border-bottom: 0.01rem dashed #e3d6cc;
}
.liujiu-tab__item a {
  display: flex;
  align-items: center;
}

/* 日期区域 */
.liujiu-tab__date {
  width: 1.07rem;
  height: 0.65rem;
  text-align: center;
  margin-right: 0.28rem;
  border-radius: 0.1rem;
  background: #ffe2cb;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.04rem 0.1rem;
  color: #333333;
}
.liujiu-tab__day {
  font-size: 0.2rem;
  text-align: center;
}
.liujiu-tab__line {
  display: block;
  width: 100%;
  height: 0.01rem;
  background: #fff;
}
.liujiu-tab__year {
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
}

/* 分隔线 */
.liujiu-tab__divider {
  float: left;
  width: 0.01rem;
  height: 0.65rem;
  background: #ccc;
  margin-right: 0.15rem;
}

/* 文本 */
.liujiu-tab__text {
  font-size: 0.18rem;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}

/* === 视频区 === */
.liujiu-video {
  margin-top: 0.77rem;
  padding-bottom: 0.93rem;
  position: relative;
}
.liujiu-video__header {
  position: absolute;
  text-align: right;
  right: 0;
}
.liujiu-video__more {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 0.18rem;
  color: #c31b05;
  text-decoration: none;
}
.liujiu-video__grid {
  display: flex;
  justify-content: space-between;
}
.liujiu-video__card {
  width: 2.8rem;
  height: 2.74rem;
  padding: 0.2rem 0.1rem 0;
  background: #ffffff;
  box-shadow: 0.01rem 0.04rem 0.23rem 0rem rgba(127, 30, 30, 0.3);
}
/* 交错布局: 第2、4张卡片下移 */
.liujiu-video__card:nth-child(even) {
  margin-top: 0.46rem;
}
.liujiu-video__thumb {
  position: relative;
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
}
.liujiu-video__img {
  width: 100%;
  height: 100%;
  display: block;
}
.liujiu-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.65rem;
  height: 0.65rem;
  margin-top: -0.325rem;
  margin-left: -0.325rem;
}
.liujiu-video__play img {
  width: 100%;
  height: 100%;
  display: block;
}
.liujiu-video__title {
  font-size: 0.16rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  height: 0.48rem;
  margin: 0.16rem 0.08rem 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 769px) {
  .liujiu-tab__item a:hover .liujiu-tab__date {
    background: #ca0905;
    color: #fff;
  }
  .liujiu-tab__item a:hover .liujiu-tab__text {
    color: #9a0000;
    font-weight: bold;
  }
}
/* ============================================================
   768px 响应式
   ============================================================ */
@media screen and (max-width: 768px) {
  .szf-footer .foot-bottom {
    margin-top: 0;
  }
  .ljjc-main {
    background:
      url(ljjc-bg1h5.png) center top no-repeat,
      url(ljjc-bg2.png) center bottom no-repeat;
    background-size: 100% auto;
    padding: 0 0.2rem;
  }
  .liujiu-bg1 {
    padding-top: 0.52rem;
  }
  /* Hero */
  .liujiu-hero {
    padding: 0 0.2rem 0.2rem;
  }
  .liujiu-hero img {
    width: 100%;
  }

  /* Speech */
  .liujiu-speech {
    width: 100%;
    padding: 0.2rem;
    min-height: auto;
  }
  .liujiu-speech__badge {
    position: initial;
    width: 100%;
    height: auto;
  }
  .liujiu-speech__badge img {
    width: 4.92rem;
    height: auto;
    margin: 0 auto;
  }
  .liujiu-speech__content {
    margin-left: 0;
  }
  .liujiu-speech__content p {
    font-size: 0.28rem;
  }

  /* Section Header */
  .liujiu-section-header {
    margin-top: 0.3rem;
    padding: 0 0.2rem;
  }
  .liujiu-section-header img {
    width: 100%;
  }

  /* Content Row */
  .liujiu-carousel {
    float: none;
    width: 100%;
    height: 4.12rem;
    margin-bottom: 0.3rem;
  }
  .liujiu-carousel__overlay {
    width: 100%;
    height: 0.7rem;
  }
  .liujiu-carousel__text {
    font-size: 0.32rem;
    line-height: 0.7rem;
  }
  .liujiu-list {
    float: none;
    width: 100%;
  }
  .liujiu-list__link {
    font-size: 0.32rem;
  }
  .liujiu-list__item {
    padding: 0.1rem 0;
  }
  .liujiu-list__bullet {
    margin-top: 0.2rem;
  }

  /* Buttons */
  .liujiu-buttons__btn {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }

  .liujiu-bg2 {
    margin-top: 0.4rem;
  }
  /* Columns 并列模块 */
  .liujiu-column {
    float: none;
    width: 100%;
    height: 6.21rem;
    margin-bottom: 0.3rem;
  }
  .liujiu-column__header img {
    width: 2.4rem;
  }
  .liujiu-tab__card {
    padding: 0.1rem 0.2rem 0;
    height: 5.89rem;
  }
  .liujiu-tab__title {
    margin-bottom: 0.3rem;
  }
  .liujiu-tab__item {
    height: 1.54rem;
  }
  .liujiu-tab__date {
    height: 1rem;
  }
  .liujiu-tab__day {
    font-size: 0.26rem;
  }
  .liujiu-tab__year {
    font-size: 0.24rem;
  }
  .liujiu-tab__text {
    font-size: 0.32rem;
  }

  /* Video */
  .liujiu-video {
    margin-top: 0.3rem;
    padding: 0 0 0.4rem;
  }
  .liujiu-video__more {
    font-size: 0.28rem;
  }
  .liujiu-video__header {
    position: initial;
    margin-bottom: 0.2rem;
  }
  .liujiu-video__grid {
    flex-wrap: wrap;
  }
  .liujiu-video__card {
    width: 48%;
    height: auto;
    padding-bottom: .2rem;
    margin-bottom: 0.3rem;
  }
  .liujiu-video__card:nth-child(even) {
    margin-top: 0;
  }
  .liujiu-video__thumb {
    height: auto;
  }
  .liujiu-video__img {
    height: auto;
  }
  .liujiu-video__title {
    font-size: 0.32rem;
    height: auto;
  }
  .liujiu-video__title a {
    height: auto;
  }

  /* bg2 */
}
