
.pc_xb {display: none;}
.fff{color:#fff;}
a {
  /* 1. 清除下划线（最核心） */
  text-decoration: none;
  /* 2. 统一文字颜色（替换默认的蓝色/紫色） */
  color: inherit; /* 继承父元素颜色，推荐！ */
  /* 或自定义颜色：color: #333; */
  
  /* 3. 清除点击后的虚线边框（部分浏览器） */
  outline: none;
  /* 4. 清除触摸设备点击时的灰色背景（移动端） */
  -webkit-tap-highlight-color: transparent;
}
.pc_jcxf {
    width: 1400px;
    /*   */
    margin: 0px auto;
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;flex-direction: column;
    /* gap: 58px; */
}
.pc_hdtz {
    width: 1400px;
    /* height: 600px; */
    margin: 0px auto;
 
    display: flex;
    justify-content: space-between;
    align-items: center;flex-direction: column;
    /* gap: 58px; */
    padding: 40px 0;
}

.pc_jcxf ul {display: flex;gap: 31px;}

.pc_jcxf ul li {
    width: 446px;
    height: 442px;
}
.jctimebox {
    width: 446px;
height: 168px;
background-color: #ffffff;
padding: 26px;
display: flex;align-items: center;gap: 20px;
}
.jctime {background-image: url(../imges/timeb12.png);display: flex;justify-content: center;
    flex-direction: column;
    align-items: center;width: 68px;height: 68px;  background-repeat: no-repeat; /* 禁止背景图重复（必加） */
  background-size: cover; /* 核心：铺满容器，保持图片比例，裁剪多余部分 */
}
.jctime {color:#50A75B ;}
.jctime h1 {font-size: 20px;    width: 68px;
    text-align: center;}
.jctime p {font-size: 12px;position: relative;top: -4px;}
.jctime span {width: 303px;}

.pc_jcxf ul li img{
    width: 446px;
height: 274px;
background-color: aquamarine;
}


/* 
width: 446px;
height: 442px;
width: 446px;
height: 274px; */


.mkbt
 {
    width: 100%;
    display: flex;    align-items: center;justify-content: space-between;padding-bottom: 30px;
 }
.mkbt p { position: relative;padding-right: 40px; }
.mkbt p::after {
  content: ""; /* 伪元素必须有 content（空值也可） */
  position: absolute; /* 绝对定位，脱离文档流 */
  right: 0; /* 靠右对齐 */
  top: 50%; /* 垂直居中（与 transform 配合） */
  transform: translateY(-50%); /* 精准垂直居中，抵消自身高度的一半 */
  
  /* 图片相关设置 */
  width: 32px; /* 图片宽度（根据实际需求调整） */
  height: 32px; /* 图片高度（建议与宽度一致，或按比例设置） */
  background-image: url("../imges/tybt.png"); /* 替换为实际图片URL（本地/网络地址） */
  background-size: cover; /* 图片自适应容器（不拉伸变形） */
  background-repeat: no-repeat; /* 禁止图片重复 */
  background-position: center; /* 图片居中显示 */
}


.fzjg {display:flex;}
.fzjgzt {width: 518px;height: 346px;position: relative;}
.fzjgzt img {width: 518px;height: 346px;}
.fzjgzt div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    padding: 13px 29px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;text-align: center;background: rgba(4,116,105,0.79);
}
.fzjgybt li{width: 185px;height: 47px;}
  .fzjgybt {
      width: 100%;
      max-width: 1200px; /* 可根据实际需求调整最大宽度 */
      margin: 0 auto;
      /* padding: 20px; */margin-left: 56px;
    }


.fzjgybt li {
      width: calc((100% - 3 * 29px) / 4);
      /* 背景图样式 */
      background-image: url(../imges/fzjgbtg.png);
      background-size: cover; /* 背景图自适应容器大小 */
      background-position: center; /* 背景图居中显示 */
      background-repeat: no-repeat; /* 禁止背景图重复 */
      display: flex;    
      justify-content: center;
      align-items: center;
      /* border-radius: 8px; 可选：添加圆角，提升美观度 */
      /* overflow: hidden; 确保内容不超出容器 */
      /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); 可选：添加阴影，增强层次感 */
    }
    
      .fzjgybt a {
      display: block;
      text-decoration: none;
      color: #FFFFFF;
      font-size: 16px;
      padding: 8px 0;
      transition: color 0.3s ease;
      
    }
 .fzjgybt li:hover {
  background-color: rgba(255, 255, 255, 0.15); /* 半透明白色背景（不遮挡底层） */
}


    .fzjgybt ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      /* 左右间距29px，使用justify-content和gap配合实现 */
      justify-content: flex-start;
      gap: 53px 29px; /* 上下间距53px，左右间距29px */
    }

  
    
    /* 轮播轨道 - 横向排列所有项 */
    .hdtzk {
      display: flex;
      transition: transform 0.5s ease-out;
      list-style: none;
      /* 禁止轨道换行，确保所有项在一行 */
      flex-wrap: nowrap;
    }
    
    .hdtzwz {
    padding: 20px 20px ;
    background-image: url("../imges/innewiconr.png");background-repeat: no-repeat; background-position: right bottom; 
    }
.hdtzwz h1 {
  /* 基础样式 */
  font-size: 18px; /* 字号 18px */
  line-height: 26px; /* 行高 26px */
  font-family: "Microsoft YaHei", sans-serif; /* 字体 Microsoft YaHei（无衬线字体 fallback） */
  font-weight: normal; 
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden;
  text-overflow: ellipsis; 
  word-break: break-all; 
  white-space: normal; 
  height: 55px;margin-bottom: 10px;color:#333333 ;
}
.hdtzwz p{
      font-family: Microsoft YaHei;
      font-size: 16px;
      color: #999999;
      line-height: 29px;
      position: relative;
      padding-left: 24px; 
    }
 .hdtzwz p::before {
        /* 2. 伪元素基础配置：必须有 content（空值也可）+ 定位 */
  content: ""; /* 伪元素必备属性，空值表示仅用图片 */
  position: absolute; /* 绝对定位，相对于 .xykd-date 定位 */
  left: 0; /* 图片靠最左侧 */
  top: 50%; /* 垂直居中第一步：顶部对齐父元素50%位置 */
  transform: translateY(-50%); /* 垂直居中第二步：向上偏移自身50%，实现完美居中 */
  
  /* 3. 图片配置（根据你的图片实际情况调整） */
  width: 16px; /* 图片宽度 */
  height: 16px; /* 图片高度（建议与宽度一致，避免拉伸） */
  background-image: url("../imges/xsz.png"); /* 图片路径（本地/在线都可） */
  background-size: cover; /* 图片适配：完全覆盖伪元素（不拉伸变形） */
  background-repeat: no-repeat; /* 禁止图片重复 */
  background-position: center; /* 图片在伪元素中居中 */
}
    /* 轮播项 - 4个项刚好填满容器宽度 */
    .hdtz-item {
      flex-shrink: 0; /* 禁止压缩 */
      width: 326px; 
      height: 346px;
      margin: 0 16px; /* 左右间距各10px，总20px */ transition: opacity 0.3s ease;
      background-color: #ffffff;
    }  
      .xykd-item:hover {
      /*box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);*/
      transform: translateY(-6px);
      border-color: transparent;
    }
    
    /* 内容容器 */
    .hdtz-cnt {
      display: flex;
      flex-direction: column;
    }
 
    
    /* 第一行文字 */
    .hdtz-fline {
      font-family: "Microsoft YaHei", sans-serif;
      font-size: 16px;
      color: #333;
      line-height: 29px;
    }
    
    /* 图片 */
    .hdtz img {
      width: 100%;
      height: 208px;
      object-fit: cover;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15); transition: all 0.3s ease; /
    }
    .hdtz-item:hover{ 
  box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* 阴影加深、扩大 */}

.pc_xhyw {width: 904px;height: 700px;margin-top:80px ;}
.pc_tzgg {width: 426px;height: 700px;margin-top:80px ;}
.tzgg_ul {    display: flex;
    gap: 24px;
    flex-direction: column;}
.tzgg_ul li {background-color: #ffffff;padding:20px ;height: 100px;gap: 29px;}
.tzgg_ul div {position: relative;width: 130px;height: 70px;background-image: url(../imges/);}
.tzgg_ul a {display: flex;}
.tzgg_ul div p {left: 0;top: 0;position: absolute;color:#808080;font-family: Microsoft YaHei;
font-weight: bold;
font-size: 20px;
color: #808080;
line-height: 39px;}
.tzgg_ul h4 {font-family: Microsoft YaHei;
font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 32px;display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: color 0.3s ease; text-overflow: ellipsis;margin-left: 20px;

}
.tzgg_ul div span {right: 0;bottom: 0;position: absolute;color:#808080;font-family: Microsoft YaHei;
font-weight: bold;
font-size: 20px;
color: #808080;
line-height: 39px;}
 .tzgg_ul li a div::after {
      content: "/"; /* 分隔符内容 */
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); /* 水平垂直居中 */
         font-size: 50px;
    font-weight: 100;
      color: #ddd; /* 浅灰色，不突兀 */
      z-index: 0; /* 确保分隔符在文字下方 */
    }

    .kprq
{
    width: 1400px;
    /* height: 716px; */
    margin: 0px auto;
 
    /* display: flex;
    justify-content: space-between;
    align-items: center;flex-direction: column; */
    /* gap: 58px; */
    /* padding: 40px 0; */
    /* background-color: #0066cc; */
}
.kprqq {    display: flex;
    flex-direction: row;position: relative;}
.kplbrq {float: left;}
.kplbrq img {width: 756px;
height: 468px;
background: #333333;}
.kplbrq h4 {font-family: Microsoft YaHei;
font-weight: 400;
font-size: 18px;
color: #FFFFFF;
line-height: 78px;
width: 620px;
}
.kplbrq p {font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
line-height: 24px;
width: 620px;
}
.kprq_ul {width: 754px;
height: 486px;
background: #FFFFFF;position: absolute;right: 0;bottom: 0;
}
.kprq_ul li {width: 754px;border: 1px solid #DBDBDB;
height: 81px;
}
.kprq_ul li a {display: flex;width: 100%;height: 100%;       justify-content: space-between;
    align-items: center;padding: 0 40px;
}
.kprq_ul h4 {font-family: Microsoft YaHei;
font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 78px;}
.kprq_ul span {font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #999999;
line-height: 78px;}
.kprq_ul img {display: none;}
.kprq_ul p {display: none;}




/* 3张背景图：bg1(底) → bg2(中) → bg3(顶) */
.bgt {
  width: 100%;
 
  background-image: 
    url('../imges/bg1.png'),  /* 底层背景 */
    url('../imges/bg2.png'),  /* 中间层 */
    url('../imges/bg3.png');  /* 顶层 */
  
  /* 对应顺序设置位置、大小、重复方式 */
  background-position: 
     top,   /* bg1位置 */
    center,       /* bg2位置 */
    bottom;       /* bg3位置 */
  
  background-size: 
    100%     940px  ,    /* bg1铺满 */
    100% 1096px,      /* bg2宽度200px */
    100% 332px;     /* bg3固定尺寸 */
  
  background-repeat: no-repeat;  /* 所有图均不重复 */
}
/* .kprq>mkbt {} */










.kysd-container {
      max-width: 1200px;
      margin: 0 auto;
 position: relative;
    }
    
    /* 轮播图容器 */
    .kysd-carousel-wrapper {
      position: relative;
      /* border-radius: 12px; */
      overflow: hidden;

      height: auto;
      min-height: 328px; /* 适配图片上移后的高度 */
     /* padding: 30px 0;*/
    }
    
    /* 轮播项样式 */
    .kysd-carousel-item {
      position: absolute;
      inset: 0;
      opacity: 0;
      z-index: 0;
      transition: opacity 0.6s ease-in-out;
    }
    
    .kysd-carousel-item.active {
      opacity: 1;
      z-index: 10;
    }
    
    .kysd-carousel-content {
    display: flex;
    flex-direction: row;
    height: 100%;
    /* padding: 0 40px; */
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px;
    flex-wrap: nowrap;
    }
    
    /* 图片区域 - 固定尺寸且上移26px */
    .kysd-carousel-image-container {
      width: 576px; /* 指定宽度 */
      height: px; /* 指定高度 */
      overflow: hidden;
      /* border-radius: 10px; 与文字区域统一圆角 */

      position: relative;
      z-index: 30; /* 图片在文字上方 */
      margin-top: -26px; /* 图片上移26px */
    }
    
    .kysd-carousel-img {
      width: 100%;
      height: 100%;
      object-cover: cover;
      transform: scale(1);
      transition: transform 700ms ease;
    }
    
    .kysd-carousel-item:hover .kysd-carousel-img {
      transform: scale(1.05);
    }
    
    /* 文字区域 - 固定尺寸与样式（左侧内边距增加26px） */
    .kysd-carousel-text {
      width: 504px; /* 指定宽度 */
      height: 280px; /* 指定高度 */
      /* background: #075AA6; 指定背景色 */
      border-radius: 10px; /* 指定圆角 */
      padding: 40px 40px 40px 120px; /* 左侧内边距从40px增加到66px（+26px） */

      margin-left: -100px; /* 保持重叠距离 */
      position: relative;
      z-index: 20; /* 文字在图片下方 */
      display: flex;
      flex-direction: column;
    }

    
    .kysd-carousel-description {
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 10px;
      margin-top: 12px;  
      flex-grow: 1;
      font-family: Microsoft YaHei;
      font-weight: bold;
      font-size: 18px;
      color: #FFFFFF;
      line-height: 36px;
      
    }
    


    
    /* 导航点 (脱离文档流) */
    .kysd-carousel-dots {
   position: absolute;
    bottom: 37px;
    right: 33%;
    /* transform: translateX(-50%); */
    display: flex;
    gap: 8px;
    z-index: 40;
    }
    

    .kysd-dot {
      width: 8px;
      height: 8px;
      
      border-radius: 2px;background: rgba(255,255,255,0.3);
      cursor: pointer;
      transition: all 0.3s ease;border-radius: 50%; 
    }
    
    .kysd-dot.active {
 background: #FFFFFF;
     /* background-color: white;*/
    }

        /* 列表容器 */
    .kysd-news-container {
      width: 900px;
      margin: 0 auto;

    }
    
    /* 无序列表样式 */
    .kysd-news-list {
      list-style: none;
       display: grid;
      grid-template-columns: repeat(2, 1fr);     margin-top: 48px;
    }
    
    /* 列表项样式 */
    .kysd-news-list li {
      width: 437px;
      height: 105px;
      border-bottom: 1px solid #e0e0e0; /* li之间的下划线 */
      display: flex;
      align-items: center; /* 垂直居中 */
      margin: 0 9px;
       transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
       position: relative; 
    }
    

   .kysd-news-list li a:hover{    transform: translateY(-2px);
          
        }
        .kysd-news-list li:hover {background: linear-gradient(120deg, #f8f9fa 0%, #e8f4f8 100%);}

        /* 下划线基础样式 */
        .kysd-news-list li::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            
            height: 2px;
            background-color: #50A75B; /* 固定下划线颜色 */
            transition: width 0.3s ease; /* 动画效果 */
        }

        /* 悬停展开下划线 */
        .kysd-news-list li:hover::after {
            width: 100%;
        }
        .kysd-news-list li  {transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
   
    /* 链接样式 */
    .kysd-news-list a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      text-decoration: none;
    }
    
    /* 日期容器（包裹h4和h6，纵向排列且内部水平居中） */
    .kysd-date-wrapper {
      display: flex;
      flex-direction: column; /* 纵向排列h4和h6 */
      justify-content: center; /* 水平居中（因flex-direction为column，justify-content控制水平方向） */
      align-items: center; /* 确保子元素在交叉轴（垂直方向）也居中，增强居中效果 */
      margin-right: 20px; /* 与p标签保持间距 */
      min-width: 80px; /* 固定最小宽度，避免内容过窄导致居中效果不明显 */
    }
    /* p标签样式 */
   .kysd-news-list p {
  /* 你要求的固定属性 */
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 32px;

  /* 两行省略核心属性 */
  display: -webkit-box; /* 开启webkit弹性盒模型，支持line-clamp */
  -webkit-line-clamp: 2; /* 限制显示2行 */
  -webkit-box-orient: vertical; /* 文字垂直排列，配合line-clamp生效 */
  overflow: hidden; /* 隐藏超出2行的内容 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  word-break: break-all; /* 解决长词/特殊字符不换行问题，避免布局错乱 */
}
.ss {
  position: absolute;
  top: -50px;
  width: 1400px;
  height: 80px;
  background-color: #ffffff; /* 白色底色 */
  border-radius: 80px; /* 圆角：上左、上右为12px，下左、下右为0（贴合底部） */
  /* 可选优化：添加1px边框增强视觉效果（按需启用） */
  /* border: 1px solid #f0f0f0; */
 left: 50%; /* 相对于父容器左移50% */
  transform: translateX(-50%);
   display: flex;
    align-items: center;
    justify-content: space-between;padding: 0 3cqb;
}


.ssan { background: #50A75B;
border-radius: 20px;width: 116px;
height: 40px; display: flex;
    align-items: center;
    justify-content: center;font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #FFFFFF;
line-height: 24px;}
.sss1{display: flex; white-space: nowrap; gap: 10px; font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #999999;
line-height: 24px;margin-left: 47px;position: relative;}
.ss img{width: 20px;height: 20px;position: absolute;left: 33px;}

