* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.block {
  margin-bottom: 60px;
}
video {
  width: 100%;
}
.setwidth {
  max-width: 95%;
  width: 1200px;
  margin: 0 auto;
}
.contentbody {
  margin-top: -10px;
  background: #fdf9f0;
}
.addBg{
  background: linear-gradient(to bottom, #fff, #fdf6e9);
  padding-bottom: 50px;
}
.block1_title {
  text-align: center;
  background: url(/2025nslh/toptitle.png) bottom no-repeat;
  padding-bottom: 10px;
}
.block1_title h1 {
  line-height: 60px;
  font-size: 48px;
  color: #cd0803
}
.block1 p {
  padding: 30px 30px;
  line-height: 1.5;
  text-indent: 2em;
  color: #d73732;
}

.block2.container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch; /* 确保左右两边高度一致 */
}
.block2 .swiper-container {
  width: 50%;
  height: auto; /* 高度自适应 */
}
.block2 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* 图片填充整个轮播区域 */
}
.block2 .list-container {
  width: 50%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 内容分布 */
  height: 100%; /* 高度与轮播区域一致 */
}
.block2 .list-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 30px;
}
.block2 .list-container ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 0;
}
.block2 .list-container ul li img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.block2 .list-container ul li a {
  text-decoration: none;
  color: #333;
  white-space: nowrap; /* 文字不换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  flex-grow: 1; /* 让文字部分占据剩余空间 */
  font-size: 16px;
}
.block2 .more-button {
  align-self: flex-end; /* 按钮靠右 */
  padding: 5px 15px;
  background-color: #f99a63;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 12px;
  transform: scale(1.5);
}
.block2 .h3{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #d8261a;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.block2 .h3 p{
  padding-left: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
.block2 .swiper-pagination{
  width: unset;
  left: unset;
  right:10px;
}
.block2 .swiper-pagination-bullet{
  border: 1px solid #fff;
  background: transparent;
  border-radius: 6px;
  opacity: 1
}
.block2 .swiper-pagination-bullet-active{
  background: #fff;
  width: 24px;
}


.block3{
  background: url(/2025nslh/report_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.title{
  text-align: center;
}
.txt1{
  font-weight: 600;
  font-size: 40px;
  text-indent: 2em;
  margin: 50px 0;
  color: #d73732;
  line-height: 1.5;
}
.txt2{
  font-size: 20px;
  text-indent: 2em;
  margin-bottom: 40px;
  color: #d73732;
  line-height: 1.5;
}
.block3swiper {
  margin: 0;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  position: relative;
}
.block3 .swiper-container {
  width: 100%;
  max-width: 1600px;
  padding: 70px 0;
}
.block3 .swiper-slide {
  transition: transform 0.8s ease, opacity 0.8s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block3 .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: all 0.8s ease;
}
/* 第三级图片（最外层） */
.block3 .swiper-slide img {
  transform: scale(0.8);
  z-index: 1;
}
/* 第二级图片（左右相邻） */
.block3 .swiper-slide-prev img,
.block3 .swiper-slide-next img {
  transform: scale(0.9);
  z-index: 2;
}
/* 中间图片最大 */
.block3 .swiper-slide-active img {
  transform: scale(1.2);
  z-index: 3;
}
.block3 .swiper-button-prev{
  background-image: url(/2025nslh/l_arrow.png);
  left: 80px;
}
.block3 .swiper-button-next{
  background-image: url(/2025nslh/r_arrow.png);
  right: 80px;
}

.block4{
  background: url(/2025nslh/dbwys_bg.png) no-repeat;
  background-size: cover;
  padding: 50px 0;
}


.block4content {
  margin: 0;
  padding: 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.card {
  width: calc(20% - 20px); /* 每行5个卡片 */
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.card h2 {
  font-size: 18px;
  margin: 10px 0 5px;
  color: #333;
}
.card p {
  margin: 5px 0;
  color: #666;
}
.card .position {
  font-size: 14px;
  color: #888;
}
.card .bio {
  font-size: 16px;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 最多显示4行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  line-height: 1.5;
  position: relative;
  text-align: justify;
}
.card .bio-wrapper {
  position: relative;
  padding: 0 20px;
}
.card .detail-link {
  color: red;
  font-size: 16px;
  text-decoration: none;
  margin-left: 5px;
  position: absolute; /* 绝对定位 */
  right: 20px; /* 靠右对齐 */
  bottom: 2px; /* 底部对齐 */
  background: white; /* 背景色防止被简介覆盖 */
  padding-left: 6px; /* 左边留出空间 */
  cursor: pointer;
}
.card .detail-link:hover {
  text-decoration: underline;
}