@charset "UTF-8";
.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: #007bff;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #007bff;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px;
}



.es-highlight em {
  color: #dc3545;
  font-style: normal;
}
.disin{
display: inline-block;
}
.text-r{
text-align: right;
}
.a{
    color: #333 !important;
    text-decoration: none;
    background-color: transparent;
}

/* 容器样式 - 大屏默认样式 */
.wubgContainer{
 width: 1400px;
  margin: 0 auto;
}
.container,
.containerbgf,
.containerCont {
  width: 1400px;
  margin: 0 auto;
  background: #ffffff;
 padding:0px 20px;
}

.containerbgf100 {
  width: 100%;
  background: #ffffff;
}

/* 标题和内容样式 - 大屏默认样式 */
.biaotiLine {
  margin-top: 67px;
  font-size: 24px;
}
.fontTil{
font-size: 20px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;
}
.bottom_line {
  width: 48px;
  height: 4px;
  background: #157BF2;
}

.jianjie-content {
  font-size: 18px;
  color: #444444;
  line-height: 48px;
}

/* 中屏适配 (992px - 1399px) */
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .container,
  .containerbgf,
  .containerCont {
    width: 90%; /* 占屏幕宽度的90% */
    max-width: 1140px; /* 最大宽度限制 */
    padding:0px 20px;
  }
  
  .biaotiLine {
    margin-top: 55px;
    font-size: 22px;
  }
  
  .jianjie-content {
    font-size: 17px;
    line-height: 44px;
  }
  
  .cm-navbar .navbar-nav .nav-link {
    font-size: 17px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* 小屏平板适配 (768px - 991px) */
@media screen and (max-width: 991px) and (min-width: 768px) {
  .container,
  .containerbgf,
  .containerCont {
    width: 92%;
    max-width: 720px;
  }
  
  .biaotiLine {
    margin-top: 45px;
    font-size: 20px;
  }
  
  .bottom_line {
    width: 40px;
    height: 3px;
  }
  
  .jianjie-content {
    font-size: 16px;
    line-height: 40px;
  }
  
  .cm-navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .cm-media-img {
    max-width: 160px;
    max-height: 110px;
  }
}

/* 手机适配 (<= 767px) */
@media screen and (max-width: 767px) {
  .container,
  .containerbgf,
  .containerCont {
    width: 95%; /* 更贴近屏幕边缘 */
  }
  
  .cm-media-img {
    max-width: 120px;
    max-height: 80px;
  }
  
  .biaotiLine {
    margin-top: 30px;
    font-size: 18px;
  }
  
  .bottom_line {
    width: 36px;
    height: 3px;
  }
  
  .jianjie-content {
    font-size: 15px;
    line-height: 36px;
  }
  
  .cm-navbar .navbar-nav .nav-link {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .navbar-nav-scroll {
    height: auto; /* 允许导航栏在小屏上自适应高度 */
  }
  
  .navbar-nav-scroll .navbar-nav {
    white-space: normal; /* 取消不换行限制 */
    overflow-x: hidden; /* 隐藏横向滚动 */
    margin-left: 0;
    margin-right: 0;
  }
  
  .text-r {
    text-align: center; /* 小屏将右对齐改为居中 */
  }
}
  .mt20{
  margin-top:20px;
  }
 .cardzwh-container {
      /* 网格布局，每行自动排，列宽相等，间距 20px */
   
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
      grid-gap: 20px;
      /* 让卡片在页面中间区域，可根据需求调整 */
      width: 1400px; 
      margin: 0 auto;
  
    }
    .cardzwh {
      /* 弹性布局，让内部元素垂直排列 */
     display: inline-flex;
      align-items: center;
      border: 1px solid #eee;
      border-radius: 8px;
       
      /* 鼠标悬浮变手型，提示可交互 */
      cursor: pointer; 
      transition: box-shadow 0.2s ease;
     width:450px;
  height:152px;
  padding-left: 20px;
  margin-bottom:20px;
 
    background: #fff;
    }
    .cardzwh:hover {
      /* 悬浮时轻微抬起，增强交互感 */
      box-shadow: 0 2px 12px rgba(0,0,0,0.1); 
    }
    .cardzwh-img {
      /* 渐变模拟图片，与设计稿配色一致 */
      width: 200px;
      height: 112px;
     
      border-radius: 4px;
      margin-right: 12px;
      display: inline-block;
    }
  .cardzwh-img img{
    width: 200px;
      height: 112px;
     
      border-radius: 4px;
      margin-right: 12px;
  }
    .cardzwh-info {
    width: 200px;
      flex-direction: column;
      display: inline-block;
    }
  .xuehui-kuang{
  width:690px;
  height:80px;
  float:left;
  background:#fff;
  margin-bottom:20px;
  }
  .xuehui-kuang:nth-child(odd){
   margin-right:20px;
  }
  .xuehui-til{
  
     
  }
   .xuehui-til a{
   padding:10px;
   font-size: 20px;
      color: #333;
      font-weight: 500;
      margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 80px;
   }
  
    .cardzwh-title {
      font-size: 20px;
      color: #333;
      font-weight: 500;
      margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    }
    .cardzwh-date {
      font-size: 14px;
      color: #666;
      margin-bottom: 4px;
    }
    .cardzwh-link {
      font-size: 12px;
      color: #1890ff;
      text-align: right;
      /* 让“查看详情”右对齐 */
      margin-left: auto; 
      font-size: 14px;
    color: #157BF2;
    text-align: right;
    margin-left: auto;
    border-radius: 20px;
    border: 1px solid #157BF2;
      padding: 2px 10px;
    }
   .cardzwh-link a{
  font-size: 12px;
  line-height:30px;
  color:#157BF2;
text-decoration: none;
   }
  .cardzwh-link a:hover{
  text-decoration: none;
  color:#333;
  }
  .jkkpCard-list{
  display: flex;
  flex-wrap: wrap;
  
  width:1400px;
  margin:0px auto;
  justify-content: space-between;
  }
  .jkkpCard-list ul{
  padding:0;
  margin:0;
  
  }
  .jkkpCard{
   width: 330px; /* 卡片宽度，按需调整 */
  height: 400px; /* 卡片高度，按需调整，保证能容纳内容 */
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover; /* 图片覆盖容器，按比例缩放 */
  background-position: center; /* 图片居中显示 */
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: inline-block;
  margin-bottom:20px;
  margin-right:21px;
  }

.jkkpCard:nth-child(4n) {
  margin-right: 0;
}
  .jkkpCard img{
  width:328px;
  height:240px;
  }
  .jkkpCard：hover{
  transform: translateY(-4px);
  }
  .jkkpCard-content{
  padding: 12px;
 
  color: #fff;
  }
  .jkkpCard-content h3 {
  font-size: 17px;
 margin-top:22px;
  color:#333;
  font-size: 17px;
font-family: Source Han Sans CN, Source Han Sans CN-500;
font-weight: 500;
  line-height: 30px;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jkkpCard-content h3 a:hover{
  color:#157BF2
}
.jkkpCard-content p {

font-size: 13px;
font-family: Arial, Arial-400;
font-weight: 400;
text-align: LEFT;
color: #666666;
line-height: 24px;
letter-spacing: 0.07px;
margin-top:25px;
}
  .searchStyle{
  border-radius:20px;
  margin-top:5px;
  color:#999;
  margin-top: 2px;
    margin-right: 10px;
  position: relative;
      font-size: 13px;
    height: 38px;
  }
.searchIcon{
  position: absolute;
    /* right: 0; */
    right: 30px;
    top: 12px;
    color: #999;
}
  .mtb40{
  margin:40px auto;
  }
  .mt3{
  margin-top:3px;
  }
  .leftImg{
  width:800px;
  float:left;
  }
  .mt20{
  margin-top:20px;
  }
  .mb20{
  margin-bottom:20px;
  }
  .downStyle{
   line-height: 30px
  }
  .article-content p{
  line-height: 30px
  }

   .indexXZCard-list{
  gap: 16px; /* 卡片间距 */
  width:1400px;
  margin:0px auto;
   display: flex;
  flex-wrap: wrap;

  }
  .indexXZCard-list ul{
  padding:0;
  margin:0;
  
  }
  .indexXZCard{
   width: 338px; /* 卡片宽度，按需调整 */
  height: 139px; /* 卡片高度，按需调整，保证能容纳内容 */
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover; /* 图片覆盖容器，按比例缩放 */
  background-position: center; /* 图片居中显示 */
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: inline-block;
  margin-bottom:20px;
 

  }
.indexXZCard:last-child{
   marign-right:0px
}
  .indexXZCard：hover{
  transform: translateY(-4px);
  }
  .indexXZCard-content{
  padding: 12px;
 
  color: #fff;
  }
  .indexXZCard-content h3 {
  font-size: 17px;
 margin-top:17px;
  color:#333;
  font-size: 17px;
font-family: Source Han Sans CN, Source Han Sans CN-500;
font-weight: 500;
  line-height: 24px;
  height:47px

}
indexXZCard-content h3 a:hover{
  color:#157BF2
}
.indexXZCard-content p {
font-size: 13px;
font-family: Arial, Arial-400;
font-weight: 400;
text-align: LEFT;
color: #666666;
line-height: 24px;
letter-spacing: 0.07px;
margin-top:15px;
  display: inline-block;
}
  .container1{
     width:1400px;
    }
  @media (min-width: 1200px) {
    .container1{
     width:1400px;
  margin:0px auto
    }
  }