 @media screen and (max-width: 2560px) and (min-width: 1024px){
   body { font-size:14px; }
   .width1920{ width:100%; max-width:1920px; min-width:1400px; margin:0 auto; }
   .bannerbox{ width:100%; position:relative; }
   .imgbox{ width:100%; height:auto; }
   .topbox{ position:absolute; width:100%;  top:20px; left:0px; z-index:999;  }
   .width1600{ width:1400px; margin:0 auto;  }
   .top{ display:flex; justify-content:space-between; align-items:center; }
   .topright{ display:flex; gap:10px; }
   .topright a{ background:#fff; height:40px; line-height:40px; padding:0 25px; border-radius:20px; font-size:16px; }
   .titlebox{padding: 20px 0; display:flex; flex-direction:column;align-items:center;justify-content: center; background:url(../images/titlebg.png) no-repeat center; height:150px;  }
   .titlebox h2{ font-size:30px; }
   .titlebox p{ display:flex; align-items: center; }
    .titlebox p a{ width:70px; height:33px; line-height:33px; text-align:center; border-radius:8px; background:#dcefff;  }
    .newscontent{ width:680px; height:160px; padding:25px; box-sizing:border-box; border-radius:25px; background:#edf7ff; display:flex;
flex-direction:column; justify-content:space-between;
     }
     .newscontent h2{ font-size:20px; font-weight:normal; }
    .newsinfo{ display:flex; justify-content:space-between; }
    .newsinfo a{width:70px; height:33px; color:#fff; gap:5px;   border-radius:8px; 
      background:#7ac6fd; display:flex; align-items:center; justify-content:center;  }
.newsinfo span{ font-size:16px; }
.newsbox{ display:flex;flex-wrap:wrap; justify-content:space-between; gap:25px; }
.box2{ width:100%; height:468px; background:url(../images/boxbg1.jpg) no-repeat center; background-size:cover; margin:50px 0; }
.newscontent2{width:680px; height:80px; padding:25px; box-sizing:border-box; border-radius:25px; background:#fff; display:flex;
  justify-content:space-between; align-items:center;}
.newscontent2 h2{ font-size:20px; font-weight:normal; width:530px; }

.footinfo{ display:flex; justify-content:space-between; margin-bottom:40px; }
.footbox-g{ width:680px; }
.titlebox2{ display:flex; flex-direction:column;align-items:center;justify-content: center; background:url(../images/titlebg.png) no-repeat center top; background-size:auto 100%;  margin-bottom:20px;   }
.titlebox2 h2{ height:100px; line-height:100px; font-size:30px; }
.titlebox2 a{ width:36px; height:36px;  background:#dcefff; display:flex; justify-content:center; align-items:center; border-radius:18px; line-height:0; font-size:0 }
.footlist{ width:100%; height:480px; background:url(../images/boxbg2.jpg) no-repeat center; background-size:cover; border-radius:25px; padding:35px 20px; box-sizing:border-box; }
.footlist ul li{ padding:25px 0; font-size:20px; border-bottom:2px dashed #9dc8eb; }
.footlist2{ width:100%; height:480px; background:url(../images/boxbg3.jpg) no-repeat center; background-size:cover; border-radius:25px; padding:35px 20px; box-sizing:border-box; }
.footlist2 ul li{ display:flex; font-size:20px; height:80px; align-items:center; }
.footlist2 ul li a{ margin-left:15px; }

.multiline-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
  overflow: hidden;
}

.ellipsis {
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}

.footbox li{ white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */}
}
.logo img{ width:280px; height:auto; }
.newscontent2 span{font-size: 16px;}
@media screen and (max-width: 1000px) and (min-width:0){ 
	body { font-size:14px; }
   .width1920{ width:100%;  margin:0 auto; }
   .bannerbox{ width:100%; position:relative; }
   .imgbox{ width:100%; height:auto; }
   .topbox{ position:absolute;    top:10px; left:10px; z-index:999;  }
   .width1600{ width:100%; margin:0 auto; padding:0 15px; box-sizing:border-box;  }
   .top{ display:flex; justify-content:space-between; align-items:center; }
   .topright{ display:none;  }
   .logo img{ width:200px; height:auto; }
   .topright a{ background:#fff; height:40px; line-height:40px; padding:0 25px; border-radius:20px; font-size:16px; }
   .titlebox{ display:flex; flex-direction:column;align-items:center;justify-content: center; background:url(../images/titlebg.png) no-repeat center; height:150px;  
    background-size: auto 80%;}
   .titlebox h2{ font-size:30px; }
   .titlebox p{ display:flex; align-items: center; }
    .titlebox p a{ width:70px; height:33px; line-height:33px; text-align:center; border-radius:8px; background:#dcefff;  }
    .newscontent{ width:100%;  padding:15px; box-sizing:border-box; border-radius:20px; background:#edf7ff; display:flex;
flex-direction:column; justify-content:space-between;
     }
     .newscontent h2{ font-size:18px; font-weight:normal; margin-bottom:15px; }
    .newsinfo{ display:flex; justify-content:space-between; }
    .newsinfo a{width:70px; height:33px; color:#fff; gap:5px;   border-radius:8px; background:#7ac6fd; display:flex; align-items:center; justify-content:center;  }
.newsinfo span{ font-size:16px; }
.newsbox{ display:flex;flex-wrap:wrap; justify-content:space-between; gap:20px; }
.box2{ width:100%; padding-bottom:30px;  background:url(../images/boxbg1.jpg) no-repeat center; background-size:cover; margin:50px 0; }
.newscontent2{width:100%;   padding:15px; box-sizing:border-box; border-radius:15px; background:#fff; display:flex;
  justify-content:space-between; flex-direction:column; }
  .newscontent2 h2{ font-weight:normal; font-size:18px; }
.footinfo{ display:flex; justify-content:space-between; flex-direction:column; margin-bottom:40px; }
.footbox{ width:100%; margin-top:30px; }

.titlebox2{ display:flex; flex-direction:column;align-items:center;justify-content: center; background:url(../images/titlebg.png) no-repeat center top; background-size:auto 100%;  margin-bottom:20px;   }
.titlebox2 h2{ height:80px; line-height:80px; font-size:30px; }
.titlebox2 a{ width:36px; height:36px;  background:#dcefff; display:flex; justify-content:center; align-items:center; border-radius:18px; line-height:0; font-size:0 }
.footlist{ width:100%;   background:url(../images/boxbg2.jpg) no-repeat center; background-size:cover; border-radius:15px; padding:20px 15px; box-sizing:border-box; }
.footlist ul li{ padding:18px 0; font-size:18px; border-bottom:2px dashed #9dc8eb; }
.footlist2{ width:100%;  background:url(../images/boxbg3.jpg) no-repeat center; background-size:cover; border-radius:15px; padding:20px 15px; box-sizing:border-box; }
.footlist2 ul li{ display:flex; font-size:18px; height:80px; align-items:center; border-bottom: 2px dashed #9dc8eb; }
.footlist2 ul li a{ margin-left:15px; } 

}