.zxft-header {
  text-align: center;
  margin: 40px 0;
}

.zxft-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  padding-top: 60px;
  margin-top: 15px;
  background: #fffaf0;
}

.image-section img {
  height: auto;
  border-radius: 5px;
  width: 1187px;
}

.text-section {
  margin-top: 20px;
  max-width: 1186px;
  padding: 20px 0;
  font-size: 1.8rem;
}

/* .text-section p span {
  color: #b41a1a;
  font-size: 2.4rem;
} */

.text-section p {
  color: #000000;
  margin: 10px 0;
  line-height: 35px;
}

.zxft-list-header {
  margin-top: 43px;
}
.label_text{
  
}
.zxft_text {
  white-space: pre-wrap;
}

.zxft-list-header img {
  max-width: 90%;
}

.zxft-list {
  text-align: center;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  max-width: 1390px;
  margin: 20px auto;
  margin-top: 60px;
  justify-content: space-between;
}

.grid-item {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
}

.grid-container:after {
  content: "";
  display: block;
  width: 420px;
}

.grid-item img {
  width: 400px;
  height: 210px;
}

.grid-item p {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #333;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.discuss {
  text-align: center;
  margin-bottom: 20px;
}

/*在线访谈内容页*/
.discussion-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  max-width: 1388px;
  /* width: 100%; */
  padding: 30px;
  margin-bottom: 40px;
}

.discussion-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #4a4a4a;
}

.discussion-card__icon {
  margin-right: 10px;
  font-size: 22px;
}

.discussion-card__title {
  flex: 1;
  line-height: 1.4;
}

.discussion-card__body {
  display: flex;
  /*  flex-direction: column;*/
}

.discussion-card__image {
  width: 718px;
  height: 400px;
}

.discussion-card__details {
  padding: 32px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333333;
  background: #fff1e8;
}

.discussion-card__detail {
  margin-bottom: 10px;
}

.discussion-card__description {
  margin-top: 10px;
  color: #555555;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 4;
  /* 限制在4行内 */
  line-clamp: 4;
}

.discussion-card__description strong {
  color: #000000;
}

.scrollable-container {
  max-height: 290px;
  /* 最大高度为290px */
  overflow-y: auto;
  /* 启用竖向滚动条 */
  overflow-x: hidden;
  /* 禁用横向滚动条 */
  padding: 35px;
  /* 内边距 */
  background-color: #fff;
  /* 背景颜色 */
  border: 1px solid #e0e0e0;
  /* 边框 */
  border-radius: 5px;
  /* 圆角 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* 阴影效果 */
  font-size: 1.8rem;
  /* 字体大小 */
  line-height: 2;
  /* 行高 */
  color: #000000;
  /* 字体颜色 */
  word-wrap: break-word;
  /* 长单词换行 */
  word-break: break-word;
  /* 强制换行 */
}

.scrollable-container p {
  margin-bottom: 0.5em !important;
  text-indent: 2em !important;
  text-align: justify !important;
  line-height: 2 !important;
  font-family: 宋体 !important;
  font-size: 1.6rem !important;
  color: #333 !important;
}

/* 优化滚动条样式 */
.scrollable-container::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  background-color: #f0f0f0;
  /* 滚动条背景色 */
  border-radius: 4px;
  /* 圆角 */
}

.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  /* 滚动条滑块颜色 */
  border-radius: 4px;
  /* 滑块圆角 */
  border: 1px solid #d0d0d0;
  /* 滑块边框颜色 */
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
  background-color: #e0e0e0;
  /* 滑块悬停时颜色 */
}

/* 兼容其他浏览器滚动条样式（Firefox） */
.scrollable-container {
  scrollbar-color: white #f0f0f0;
  /* 滑块颜色 #ffffff，背景颜色 #f0f0f0 */
  scrollbar-width: thin;
  /* 滚动条宽度 */
}

.more-link {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.8rem;
  color: #d80c18;
  font-family: "Microsoft YaHei";
}


.zxftcontent .zxft_contet_img {
  width: 100%;
}

.zxftcontent>.content_1450 {
  margin-top: -190px;
}

.zxft-liveback h1 {

  margin-bottom: 55px;
  font-size: 2.8rem;
  color: #000;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 35px;
  text-align: center;
}

.zxft-liveback {
  margin-bottom: 100px;
}

.zxft-liveback .video-container {
  max-width: 800px;
  margin: 0 auto;
}

.zxft-liveback .video-container video {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #000;
}

/*直播简介*/
.section-title {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.section-title h2 {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.title-underline {
  width: 109px;
  height: 2px;
  background-color: #d40000;
  /* 红色 */
  margin: 8px auto 0;
}

.zxftcontent .text-section {
  margin-left: 3rem;
  max-width: 94%;
}

@media (max-width: 1200px) {

  .image-section img,
  .discuss img {
    width: 100%;
  }

  .grid-container {
    justify-content: center;
  }

  .discussion-card__image {
    width: 100%;
    height: auto;
  }

  .discussion-card__body {
    display: block;
  }
}


@media (max-width: 800px) {
  .zxftcontent>.content_1450 {
    margin-top: 0;
  }
}