* {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  height: 520px;
  background-image: url(./bzhy_header_02.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.nav {
  width: 1200px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  height: 60px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.xcp {
  width: 100%;
  margin-top: 30px;
}
.xcp .header_img {
  width: 100%;
  height: 65px;
  background-image: url(./xinwen_03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.xw_right_title {
  font-size: 24px;
  line-height: 36px;
}
.xcp_content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.xw_left {
  width: 48%;
}
.xw_left img {
  width: 100%;
}
.xw_right {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xw_right_title h2 {
  width: 100%;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.xw_right-bottom {
  display: flex;
  align-items: end;
  gap: 3px;
  width: 100%;
}
.xw_right-bottom span {
  flex: 1;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 35px;
  text-indent: 2em;
  width: 100%;
}
.xw_right-bottom a {
  color: #035ad8;
  white-space: nowrap;
  text-decoration: none;
  font-size: 14px;
}
.xwbd {
  width: 100%;
  margin-top: 30px;
}
.xwbd .header_img {
  width: 100%;
  height: 65px;
  background-image: url(./lianhe_03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.xwbd_content {
  margin-top: 20px;
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
  color: #131313;
}
.xwbd-left {
  width: 45%;
}
.swiper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
}
.swiper-slide {
  width: 100%;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px; /* 为右侧页码留出空间 */
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 5;
  height: 44px;
  display: flex;
  align-items: center;
}
/* 页码样式 */
.swiper-pagination {
  position: absolute;
  bottom: 0px !important;
  right: 0px !important;
  left: auto !important;
  color: #fff;
  width: 70px !important;
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-sizing: border-box;
}
.swiper-pagination .current {
  color: #00f6ff;
  font-weight: bold;
}
.xwbd-right {
  width: 52%;
  height: 300px;
  display: flex;
  flex-direction: column;
}
.color {
  color: #dbdbdb;
}
.xwbd-right ul {
  width: 100%;
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.xwbd-right ul li {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.xwbd-right h3 {
  line-height: 20px;
}
.line {
  width: 100%;
  height: 2px;
  border-top: 2px dashed #dbdbdb;
}
.hyyc {
  width: 100%;
  margin-top: 30px;
}
.hyyc .header_img {
  width: 100%;
  height: 65px;
  background-image: url(./hyyc_bzhy_03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.hyyc_content {
  padding: 0 20px;
  margin-top: 20px;
}
.meeting-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 36px;
  color: #000;
}
.meeting-date {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 36px;
  color: #000;
}
.agenda-section {
  margin-bottom: 40px;
}
.agenda-section h3 {
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.agenda-item {
  display: flex;
  margin-bottom: 25px;
  padding-left: 15px;
}
.time {
  width: 120px;
  color: #000;
  font-size: 18px;
  margin-right: 20px;
  flex-shrink: 0;
}
.content {
  flex: 1;
}
.item-title {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.speakers p {
  margin-bottom: 5px;
  color: #666;
  font-size: 18px;
}
.sub-content {
  color: #666;
  font-size: 15px;
}
.sub-content p {
  margin-bottom: 10px;
}
.speaker-list {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 10px;
}
.speaker-item {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.speaker-item span:first-child {
  color: #333;
  width: 535px;
}
.speaker-item:nth-child(odd) span {
  background-color: #f8f8f8;
}
.speaker-item:nth-child(odd) {
  background-color: #ffffff;
}

.speaker-item .speaker-info {
  width: 410px;
  display: flex;
  align-items: center;
}

.speaker-item {
  color: #000;
  font-size: 18px;
  position: relative;
}
.speaker-list span {
  /* width: 45%; */
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.speaker-action {
  width: 13px;
  height: 15px;
  background-image: url('wd_03.jpg');
  background-size: 100% 100%;
  background-position: center;
  display: block;
  margin-left: 10px;
}
.speaker-info span {
  width: auto !important;
}
.speaker-item:nth-child(odd) div {
  background-color: #f8f8f8;
}
.zk img {
  width: 22px;
  height: 20px;
  object-fit: cover;
}
.zk {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  margin-top: 20px;
}
.hycg {
  margin-top: 30px;
}
.hycg .header_img {
  width: 100%;
  height: 65px;
  background-image: url(./hycg_03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.hycg_content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hycg_content ul {
  width: 100%;
  list-style: none;
}
.hycg_left {
  width: 46%;
}
.hycg_right {
  width: 46%;
}

.hycg_content ul li {
  border-bottom: 1px dashed #dbdbdb;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.hcly {
  margin-top: 30px;
}
.hcly .header_img {
  width: 100%;
  height: 65px;
  background-image: url(./liuying_03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.hcly_content {
  margin-top: 20px;
}
/* 容器样式 */
.hcly_content .leader-container {
  width: 100%;
  margin-top: 20px;
}
/* 标题样式 */
.hcly_content   .leader-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 3px solid #165dff;
}
/* Swiper容器样式 */
.hcly_content .swiper {
  width: 100%;
  height: auto; /* 自适应图片高度 */
}
/* 轮播图样式 */
.hcly_content .swiper-slide img {
  width: 380px;
  height: 245px; /* 固定图片高度，避免拉伸 */
  object-fit: cover; /* 保持图片比例，裁剪多余部分 */
}
/* 左右箭头样式（默认是黑色，可自定义） */
.hcly_content .swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  width: 26px !important;
  height: 60px !important;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 10px;
  height: 10px;
  color: #fff !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 12px !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 12px !important;
}
/* 外层容器：控制整体宽度和内边距 */
.hcly_content {
  width: 100%;
  max-width: 1200px; /* 可选：限制最大宽度，避免大屏拉伸 */
}

/* 标题样式（上方“中方领导”） */
.leader-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #165dff; /* 左侧主题色装饰线 */
}

/* Swiper容器：关键是让高度自适应 */
.hcly_content .mySwiper {
  width: 100%;
  height: auto; /* 自适应图片高度，避免固定高度导致变形 */
}

/* 轮播项：确保3个item一行且间距均匀 */
.hcly_content .swiper-slide {
  width: calc((100% - 35px) / 3) !important; /* 减去2个间距（20*2），均分3份 */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 图片样式：保持比例，填充容器且不变形 */
.hcly_content .swiper-slide img {
  object-fit: cover; /* 裁剪多余部分，保持图片比例 */
  border-radius: 4px; /* 可选：添加轻微圆角，更美观 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* 可选：添加轻微阴影 */
}

/* 左右箭头样式优化：避免遮挡图片，适配3列布局 */
.hcly_content .swiper-button-prev,
.hcly_content .swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 36px;
  height: 56px;
  border-radius: 4px;
  /* 调整箭头位置，避免贴边 */
  top: 50%;
  transform: translateY(-50%);
}

/* 箭头hover效果 */
.hcly_content .swiper-button-prev:hover,
.hcly_content .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* 可选：添加分页器（小圆点），默认隐藏，需要可开启 */
.hcly_content .swiper-pagination {
  bottom: 0;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px !important;
}
.video_style {
  width: 22px;
  height: 25px;
  background: url(shipin.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  margin-left: 10px;
}
