
.box_4_wrap{
  margin:0 auto;
  width:1400px;
  padding-top:26px;
}
.news_rt ul {
    display: flex;
    flex-wrap:wrap;
   justify-content:left; 
}
.news_rt ul li  {
   width:25%;
   box-sizing:border-box;
}
.news_rt ul li a {
    color: #333;
    display: block;
    padding: 10px 0;
    text-align: center;
  
}
.news_rt .text h3 {
  font-size:20px;
  margin-bottom:4px;
  font-weight: 600;
  color: #373737;
  line-height:40px;
}
.news_rt .text .author {
  font-weight: 400;
font-size: 20px;
color: #838383;
line-height: 24px;
  padding-bottom:20px;
}
.news_rt .text label{
    display: block;
    margin-bottom: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #838383;
  line-height: 24px;
  padding-bottom:20px;
}
.news_rt .text {
    padding: 0 10px;
    overflow: hidden;
    position: relative;
  font-size:18px;
    flex: 1; 
  padding-top:10px;
}
.news_rt .text .content {
  color:#838383;
    font-size:18px;
  line-height:24px;
  display: -webkit-box; /* 开启弹性盒（webkit 内核兼容） */
  -webkit-line-clamp: 2; /* 最多显示 2 行 */
  -webkit-box-orient: vertical; /* 文字垂直排列 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */

  /* 可选样式：优化排版 */
  line-height: 1.5; /* 行高，建议与高度配合（2行则高度 ≈ 行高 × 2） */
  word-break: break-all; /* 中文强制换行，避免单个长词撑破容器 */
}
.news_rt .img{
 margin: 0 auto; /* 关键属性：不伸缩，宽度由内容决定 */
  padding: 13px;
  box-sizing: border-box;
  background: url(../images/border.png) no-repeat center center;
 background-size:100% 100%;
  /* 可选：设置最小宽度，防止内容过窄 */
  min-width: 0; /* 修复flex子元素文本溢出问题 */
  width:200px;
  height:286px;
}
.news_rt .img img{
width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_rt .text:after {
width:0px;
}
.box_4_wrapxx{
  margin:0 auto;
  width:1400px;
  padding-top:14px;
}
.box_10{
background: url(../images/borderBg.png) no-repeat center center;
 background-size:100% 100%;
  padding:36px 28px;
}
.box_10q{
  padding:36px 28px;
}
.borders{

border-radius: 8px;
border: 1px solid #C9C9C9;
}
.div_news .news_lt {
background: rgba(255,255,255,0.85);
}
.div_news .news_tj{
  font-weight: 600;
font-size: 26px;
color: #2A2A2A;
line-height: 46px;
text-align: left;
font-style: normal;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
 /* 导航栏样式 */
        .tab-nav {
            display: flex;
            padding: 0px 10px ;
        }
.deliverB{
 width:100%;
height: 2px;
background: linear-gradient( 135deg, #2BE8FF 0%, #17A0FF 100%);
  margin-bottom:30px;
}
.deliverT{
 width:100%;
height: 2px;
background: linear-gradient( 135deg, #2BE8FF 0%, #17A0FF 100%);
  margin-bottom:5px;
}
.box_54{
  padding-bottom:18px;
}
        .tab-item {
          font-weight: 500;
           font-size: 24px;
            margin-right: 10px;
          text-align:center;
            color: #444444;
            transition: all 0.3s ease;
          width: 153px;
          height: 59px;
          line-height:59px;
          background: #ffffff;
          border-radius: 0px 100px 0px 0px;
          border: 1px solid #DDDDDD;
          padding-right:10px;
          box-sizing:border-box;
        }
        .tab-item.active {
            background: #16BEFA;
              color: #ffffff;
        }
        .tab-item:hover:not(.active) {
            background-color: #d1eaff;
        }
        .more-btn {
            margin-left: auto;
            align-self: center;
            color: #409EFF;
            cursor: pointer;
            padding: 8px 16px;
            transition: color 0.3s ease;
          display:flex;
          gap:6px;
          font-size:22px;
          align-items:center;
        }
        .more-btn:hover {
            color: #1879d8;
        }
/* 新闻资讯页面-> 新闻模块 */
.box_q4{
  width:100%;
}

.box_q10{
 background-size:100% 100%;
  padding:36px 28px;
}
    .tab-itemq {
          font-weight: 500;
           font-size: 24px;
            margin-right: 10px;
          text-align:left;
            color: #444444;
            transition: all 0.3s ease;
          width: 106px;
          height: 59px;
          line-height:59px;
          background: #ffffff;
          padding-right:10px;
          box-sizing:border-box;
        }
        .tab-itemq.active {
          border-bottom:3px solid #16BEFA;
        }
      .image-text_qq4 {
        width: auto;
      }
   .box_qq3 {
        background-color: rgba(201, 201, 201, 1);
        height: 1px;
        margin-left: 5%;
		margin-top: -2%;
      }
      .block_q3 {
        width: 103px;
        height: 3px;
        margin-top: -2px;
      }

@media screen and (max-width: 768px) {
  .news_rt .img{
  width:100%;
  }
    .news_rt .img img{
  width:100%;
  }
  .news_rt ul li a {
    color: #333;
    display: flex;
    padding: 30px 0;
  justify-content: center;
  
}
  .news_rt ul {
    display: flex;
    flex-wrap:wrap;
   justify-content:space-around; 
}
.news_rt ul li  {
   width:46%;
   box-sizing:border-box;
}
.news_rt .text h3 {
  font-size:14px;
  margin-bottom:0px;
  font-weight: 600;
color: #373737;
  line-height:20px;
}
.news_rt .text .author {
  font-weight: 400;
font-size: 12px;
color: #838383;
line-height: 20px;
  padding-bottom:4px;
}
.news_rt .text label{
    display: block;
    margin-bottom: 0px;
  font-weight: 400;
  font-size: 12px;
  color: #838383;
  line-height: 20px;
  padding-bottom:10px;
}
.news_rt .text {
    padding: 0 10px;
    overflow: hidden;
    position: relative;
  font-size:12px;
    flex: 1; 
  padding-top:10px;
}
.news_rt .text .content {
  color:#838383;
    font-size:12px;
  line-height:20px;
  display: -webkit-box; /* 开启弹性盒（webkit 内核兼容） */
  -webkit-line-clamp: 2; /* 最多显示 2 行 */
  -webkit-box-orient: vertical; /* 文字垂直排列 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */

  /* 可选样式：优化排版 */
  line-height: 1.5; /* 行高，建议与高度配合（2行则高度 ≈ 行高 × 2） */
  word-break: break-all; /* 中文强制换行，避免单个长词撑破容器 */
}
      .box_4_wrap {
          margin: 0 auto;
          width: 100%;
          padding-top: 16px;
      }
     .box_4_wrapxx {
          margin: 0 auto;
          width: 100%;
          padding-top: 16px;
      }
  .tab-item {
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    color: #444444;
    transition: all 0.3s ease;
    width: 79px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 0px 100px 0px 0px;
    border: 1px solid #DDDDDD;
    padding-right: 11px;
    box-sizing: border-box;
}
  .more-btn {
    margin-left: auto;
    align-self: center;
    color: #409EFF;
    cursor: pointer;
    padding: 8px 8px;
    transition: color 0.3s ease;
    display: flex;
    gap: 6px;
    font-size: 12px;
    align-items: center;
}
  .more-btn .image_5{
  width:16px;
  }
  .box_10 {
     background: none;
  }
  .div_news .news_tj {
    font-weight: 600;
    font-size: 16px;
    color: #2A2A2A;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
  .div_news .item .text label {
    color: #818181;
    font-size: 14px;
}
  .div_news .item .text h3 {
    color: #373737;
    background: no-repeat 80% center;
    font-size: 16px;
    margin-bottom:0px;
}
  .news_rt ul li a {
    color: #333;
    display: block;
    padding: 8px 0;
    position: relative;
}
  .box_4 {
  height:auto;
  }
  .deliverB{
   margin-bottom:0px;
  }
  .box_10 {
    padding: 26px 28px;
}

}
