body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li, 
pre,
fieldset, lengend, button, input, textarea, 
th, td {
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
body,button, input, select, textarea {color: #666;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
*{
    box-sizing: border-box;
}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
ul, ol ,li{list-style: none;}
a {text-decoration: none!important; color: #666; word-wrap:break-word;}
a:hover {text-decoration: none; color:#3a8fcf;}
legend {color: #000;}
fieldset, img {border: none;}
button, input, select, textarea {
    font-size: 100%; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'SourceHanSansSC';
    src: url('../font/思源黑体CN-Normal.woff') format('woff'),
         url('../font/思源黑体CN-Normal.otf') format('opentype')
    ;
    font-weight: bold;
    font-style: normal;
    font-display: swap; /* 优化加载体验 */
}
body {
    font-family: 'SourceHanSansSC', sans-serif!important;
}
html {overflow-y: scroll;}

.content{
        max-width: 1400px;
        margin: 0 auto;
    }
    .header{
        z-index: 9999;
        background: #fff;
        /*max-width: 1500px;*/
        /*margin: 0 auto;*/
        width: 100%;
        display: flex;
        padding: 0 75px;
        justify-content: space-between;
        height: 80px;
        align-items: center;
        position: fixed;
        left: 0;
        top: 0;
        transition: all 0.5s ;
    }
    .header_logo{
        height: 50px;
    }
    .header_logo img{
        height: 50px;
    }
    .header_menu{
        display: flex;
        align-items: center;
    }
    .lan{
        height: 80px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .lan p{
        position: relative;
        height: 80px;
        padding-left: 5px;
        line-height: 80px;
        color: #666;
        margin-bottom: 0;
    }
    .lan ul{
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .lan ul li{
        padding: 15px;
    }
    .header_menu>ul{
        display: flex;
        margin-bottom: 0;
    }
    .header_menu>ul>li{
        padding: 0 28px;
        height: 80px;
        position: relative;
    }
    .header_menu>ul>li>a{
        font-size: 18px;
        line-height: 80px;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        
    }
    .header_menu>ul .navbar{
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px;
        width: calc(100% + 40px);
        background: #fff;
        height: auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .header_menu>ul .navbar li{
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .header_menu>ul .navbar li:last-child{
        border: none;
    }
    .header2{
        display: none;
        height: 60px;
    }
    .header2 .nav2_logo img{
        max-height: 40px;
    }
    
  .nav2{
      height: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px;
      position: relative;
  }
  .nav2 .nav2_logo img{
      max-height: 40px;
  }
  .nav2 .right{
      display: flex;
      flex-direction: column;
      height: 30px;
      justify-content: space-between;
      width: 30px;
  }
  .nav2 .right span{
      width: 100%;
      height: 2px;
      background: #000;
      transition: all 0.5s ease;
  }
    .nav2 .right.active span:nth-child(1){
        transform: rotate(45deg) translateY(10px) translateX(0px);
    }
    .nav2 .right.active span:nth-child(3) {
        transform: rotate(-45deg) translateY(-20px) translateX(9px);
    }
    .nav2 .right.active span:nth-child(2) {
        display: none;
    }
    .nav2 .menu2{
        position: absolute;
        top: 60px;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 99999;
        transition: all 0.5s ease;
    }
    .nav2 .menu2 li{
        font-size: 18px;
        padding: 10px 20px;
    }
    .nav2 .menu2 li.on .tit a{
        color: #3a8fcf;
    }
    .nav2 .menu2 .tit{
        display: flex;
        justify-content: space-between;
    }
    .nav2 .menu2 .tit p{
        width: 10px;
        height: 10px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        transition: all 0.3s ease;
        transform: rotate(-45deg) translate(-5px, 5px);
    }
    .nav2 .menu2 .active .tit p{
        transform: rotate(45deg) translate(0px,5px);
    }
    .menus{
        display: none;
        border-bottom: #ccc 1px solid;
    }
    .menus a{
        display: block;
        padding-top: 5px;
        padding-left: 5px;
    }
    .menus a:last-child{
        padding-bottom: 5px;
    }
    footer{
        background: #fff;
    }
     footer>div{
        padding-top: 134px;
        max-width: 1500px;
        margin: 0 auto;
        
    }
    .ft{
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .ft>ul{
        display: flex;
    }
    .ft>ul li{
        margin-right:50px;
    }
    .ft>ul li>a{
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        transition: all .36s;
        display: block;
        font-weight: bold;
    }
    .ft>ul li div a{
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.5;
        color: #8D8F99;
        transition: all .36s;
        display: block;
    }
    .fb{
        text-align: center;
        line-height: 20px;
        border-top: 1px solid rgba(200, 200, 200, .3);
        padding-top: 16px;
        padding-bottom: 30px;
    }
    .ft-logo{
        max-height: 80px;
    }
    .ft-logo img{
        height: 80px;
    }
    body{
        background: #f1faff!important;
    }
    .swiper {
      width: 100%;
      height: 100%;
    }
    .mySwiper {
        margin-top: 80px;  
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .index_strength{
        padding: 50px 0;
        max-width: 1200px;
    }
    .title{
        font-size: 42px;
        text-align: center;
        color: #333;
    }
    .mySwiper2{
        margin: 30px 0;
    }
    .swiper-wrapper .swiper-slide{
        background: #f1faff;
    }
    .mySwiper2 .swiper-slide .con{
        margin: 0 100px;
        /*width: 100%;*/
        background: #fff;
        border-radius: 10px;
        box-shadow: 
         3px 3px 5px rgba(0, 0, 0, 0.1),  /* 右下角 */
        -3px -3px 5px rgba(0, 0, 0, 0.1), /* 左上角 */
        3px -3px 5px rgba(0, 0, 0, 0.1),  /* 右上角 */
        -3px 3px 5px rgba(0, 0, 0, 0.1);  /* 左下角 */
        padding: 70px;
        display: flex;
    }
    .mySwiper2 .swiper-slide .con .img{
        width: 120px;
        min-height: 120px;
        height: auto;
        border-radius: 50%;
        background: #3a8fcf;
        padding: 15px;
        box-sizing: border-box;
    }
    .mySwiper2 .swiper-slide .con .img img{
        width: 100%;
    }
    .mySwiper2 .swiper-slide .con .text{
        text-align: left;
        padding-left: 30px;
    }
    .mySwiper2 .swiper-slide .con .text h3{
        font-size: 22px;
        color: #333;
    }
    .mySwiper2 .swiper-slide .con .text p{
        font-size: 18px;
        margin-top: 12px;
    }
    .next2,.prev2{
        background-size: contain!important;
        height: 100px;
    }
    .next2{
        background: url(../images/next.png) no-repeat;
    }
    .prev2{
        background: url(../images/prev.png) no-repeat;
    }
    .prev2::after,.next2::after{
        display: none;
    }
    .index_about{
        padding: 80px 0;
        background: url(../images/index-about.jpg) no-repeat;
        
        background-position: center center;
    }
    .index_about>.content>h2{
        text-align: left;
    }
    .index_about>.content>p{
        font-size: 30px;
        color: #3a8fcf;
        margin-top: 10px;
        line-height: normal;
        font-weight: normal;
    }
    .index_about>.content>div{
        margin-top: 2%;
        width: 80%;
        line-height: 1.8;
    }
    .index_about>.content>div p{
        color: #646464;
        font-size: 18px;
    }
    .index_about>.content>button{
        background: rgba(0,0,0,0);
        border: 1px solid #3a8fcf;
        
        padding: 8px;
        width: 160px;
        line-height: 2.5;
        margin-top: 3%;
        border-radius: 5px;
    }
    .index_about>.content>button a{
        color: #3a8fcf;
    }
    .index_about>.content>ul{
        display: flex;
        margin-top: 6%;
    }
    .index_about>.content>ul li{
        flex: 1;
        text-align: center;
        padding: 30px 15px;
    }
    
    .index_about>.content>ul li:nth-child(1){
        background: #f0f1f5;
        color: #272727;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .index_about>.content>ul li:nth-child(2){
        background: #e1e1e1;
        color: #272727;
    }
    .index_about>.content>ul li:nth-child(3){
        background: #a6a6a6;
        color: #fff;
    }
    .index_about>.content>ul li:nth-child(4){
        background: #737373;
        color: #fff;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .index_about>.content>ul li>div{
        
    }
    .index_about>.content>ul li>div>p:nth-child(1){
        line-height: 60px;
        height: 60px;
    }
    .index_about>.content>ul li>div>p:nth-child(2){
        line-height: 2;
    }
    .index_about>.content>ul li>div>p .num{
        font-size: 60px;
    }
    .index_product{
        background-color: #fff;
        background-image: url(../images/index-product.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 500px;
    
    }
    .index_product>div{
        padding: 100px 0;
    }
    .index_product .slideTxtBox{
        margin-top: 40px;
    }
    .index_product .hd ul{
        display: flex;
        margin-top: 10px;
    }
    .index_product .hd ul li{
        flex: 1;
        margin-left: 10px;
        background-image: url(../images/slide_menu.png);
        background-repeat: no-repeat;
        background-position-x: 0;
        background-position-y: 0;
        text-align: center;
        height: 124px;
        cursor: pointer;
        -webkit-transition: .2s linear;
        transition: .2s linear;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #3a8fcf;
        background: #eceef1;
    }
    .index_product .hd ul li:nth-child(1){
        margin-left: 0;
        border-bottom-left-radius:10px;
    }
    .index_product .hd ul li:last-child{
        border-bottom-right-radius:10px;
    }
    .index_product .hd ul li.on{
        background: url(../images/slide_menu.png) #3a8fcf no-repeat 50%;
        background-size: auto 100%;
        color: #fff;
    }
    
    .index_product .hd ul li img{
        margin-bottom: 10px;
    }
    .index_product .bd>div{
        width: 100%;
        height: 667px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    .index_product .bd>div>img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    @keyframes phTop-b9e525d6 {
        0% {
            -webkit-transform: translateY(100px);
            transform: translateY(100px);
            opacity: 0
        }
    
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }
    }
    .index_product .bd>div .tit{
        position: absolute;
        z-index: 2;
        width: 632px;
        height: 333px;
        left: 174px;
        top: 166px;
        animation-name:phTop-b9e525d6;
        animation-duration:2s;
        animation-fill-mode:forwards;
        color: #fff;
    }
    .index_product .bd>div .tit h3{
        letter-spacing:9px;
        font-size: 34px;
        font-weight: 700;
    }
    .index_product .bd>div .tit p{
        margin-top: 46px;
        font-size: 17px;
        line-height: 2;
    }
    .index_product .bd>div .tit a{
        display: block;
        width: 183px;
        height: 58px;
        margin-top: 20px;
        line-height: 58px;
        text-align: center;
        border: 1px solid #fff;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        color: #fff;
    }
    .index_product .bd>div .tit a img{
        margin-left: 30px;
    }
    .index_news{
        padding: 100px 0;
    }
    .index_news_con{
        margin-top: 40px;
        height: 615px;
        display: flex;
        
    }
    .index_news_con .index_news_left{
        width: 40%;
        position: relative;
        overflow: hidden;
        height: 100%;
    }
    .index_news_con .index_news_left a{
        color: #fff;
    }
    .index_news_con .index_news_left img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 1.5s ;
    }
    .index_news_con .index_news_left:hover img{
        transform: scale(1.2);
    }
    .index_news_con .index_news_left:hover a{
        color: #fff;
    }
    .index_news_con .index_news_left p{
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        padding: 45px;
        height: 100%;
    }
    .index_news_con .index_news_left p time{
        margin-bottom: 20px;
        color: #fff;
    }
    .index_news_con .index_news_left p span{
        font-size: 24px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .index_news_con .index_news_center{
        width:28%;
        margin: 0 2%;
        
    }
    .index_news_con .index_news_center a{
        color: #484848;
        transition: all 1s ;
    }
    .index_news_con .index_news_center a:hover{
        color: #3a8fcf;
    }
    .index_news_con .index_news_center>a{
        overflow: hidden;
        display: block;
        width: 100%;
        height: 50%;
    }
    .index_news_con .index_news_content{
        position: relative;
        height: 50%;
        padding: 20px 0;
    }
    .index_news_con .index_news_content time{
        color: #aaa;
        display: block;
        margin-bottom: 15px;
    }
    .index_news_con .index_news_content h3{
        font-size: 26px;
        margin-bottom: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .index_news_con .index_news_content p{
        color: #84888D;
        margin-bottom: 30px;
        line-height: 1.8;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .index_news_con .index_news_content>a{
        position: absolute;
        bottom: 20px;
        left: 0;
        background: #3a8fcf;
        width: 32px;
        height: 30px;
        color: #fff;
        border-radius: 15px;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        transition: all 1s ;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index_news_con .index_news_content>a:hover{
        color: #fff;
        width: 127px;
    }
    .index_news_con .index_news_content>a:hover span{
        display: inline-block;
    }
    .index_news_con .index_news_content>a span{
        display: none;
        font-size: 14px;
        line-height: 30px;
        transform: translateY(1px);
    }
    .index_news_con .index_news_center img{
        width: 100%;
        height: 100%;
        transition: all 1.5s ;
    }
    .index_news_con .index_news_center>a:hover img{
        transform: scale(1.2);
    }
    
    .index_news_con .index_news_right{
        width:28%;
    }
    .index_one {
        padding: 50px 0;
    }
    .index_one ul{
        display: flex;
        margin-top: 40px;
    }
    .index_one li{
        position:relative;
        display:block;
        overflow:hidden;
        width: calc(15% - 3px);
        transition: 0.8s;
        -moz-transition: 0.8s;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        height: 480px;
        margin-right: 5px;
    }
    .index_one li:first-child{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .index_one li:last-child{
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .index_one li>img{
        -moz-transition:all 2.4s ease 0s;
        -ms-transition:all 2.4s ease 0s;
        -o-transition:all 2.4s ease 0s;
        -webkit-transition:all 2.4s ease 0s;
        transition:all 2.4s ease 0s;
    }
    .index_one li:hover>img,.index_one li.active>img{
        -moz-transform:scale(1.3,1.3);
        -ms-transform:scale(1.3,1.3);
        -o-transform:scale(1.3,1.3);
        -webkit-transform:scale(1.3,1.3);
        transform:scale(1.3,1.3);
    }
    .index_one li:last-child{
        margin-right: 0;
    }
    /*.index_one ul{*/
    /*    display: flex;*/
    /*}*/
    .index_one ul li.active{
        width: calc(40% - 5px);
    }
    .list_box {
        padding: 30px 30px 40px 30px;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0,0,0,0.2);
        transition: 0.8s;
        -moz-transition: 0.8s;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s
    }
    
    .list_box:hover {
        color: #fff;
        text-shadow: 0px 1px 0px rgba(0,0,0,0.75)
    }
    .list_box img{
        width: 50px;
        margin-bottom: 20px;
    }
    .active .list_box {
        background-color: rgba(0,0,0,0.4)
    }
    
    .list_box h3{
        font-weight: bold;
        font-size: 26px;
        line-height: 33px;
        text-align: left;
    }
    .list_box p {
        font-weight: 100;
        font-size: 12px;
        line-height: 26px;
        width: 30em
    }
    .banner{
        margin-top: 80px;
        position: relative;
        /*padding: 40px;*/
    }
    .banner img{
        width: 100%;
    }
    @keyframes blfybg-banner {
        0% {
            -webkit-transform: translate(-50% ,50%);
            transform: translate(-50% ,50%);
            opacity: 0
        }
    
        to {
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 1
        }
    }
    
    .banner p{
        position: absolute;
        left: 50%;
        top: 50%;
        animation-name:blfybg-banner;
        animation-duration:2s;
        animation-fill-mode:forwards;
        font-size: 54px;
        color: #fff;
        font-weight: bold;
    }
    .page_tags{
        padding: 50px 0;
    }
    /* 容器整体样式 */
.ae-container {
  margin: 30px auto;
  padding: 0 20px;
  display: flex;
}

/* 通用卡片样式 */
.ae-card {
    flex:1;
    background: #fff;
    border: 1px solid #e0f0ff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 91, 172, 0.08);
    transition: transform 0.3s ease;
    margin: 0 10px;
}

/* 悬停效果 */
.ae-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 91, 172, 0.12);
}

/* 标题样式 */
.ae-title {
  color: #005BAC;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #b3d9ff;
}

/* 内容文本样式 */
.ae-content {
  color: #444;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* 特殊强调段落 */
.ae-highlight {
  background: #f8fbff;
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem 0;
}
.page_tags .title{
    font-weight: bold;
}
.page_form{
    padding: 50px 0;
}
.page_form .content{
    max-width: 1200px;
}
.page_form .content form{
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 91, 172, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 53px 83px 95px;
}
.page_form .content form>div{
    margin-bottom: 18px;
}
.page_form .content form .tit{
    font-size: 24px;
    line-height: 1.75;
    color: #323A62;
    font-weight: bold;
    margin-bottom: 24px;
}
.page_form .content form .input_zong{
    display: flex;
    flex-wrap: wrap;
}
.page_form .content form .input_zong .input_t{
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 9px;
    margin-bottom: 22px;
}
.page_form .content form .input_zong .input_t p,.page_form .content form .input_zong .check p{
    font-size: 18px;
    line-height: 1.75;
    color: #1E2124;
}
.page_form .content form div span,.page_form .content form .input_zong .check p span{
    background: linear-gradient(90deg, #FF7F01 0%, #EA0129 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.page_form .content form .input_zong .input_t .input_info{
    margin-top: 12px;
    border: 1px solid rgba(216, 218, 227, 1);
    border-radius: 8px;
    height: 45px;
    backdrop-filter: blur(7.5px);
    background: #FFFFFF;
}
.page_form .content form .input_zong .input_t input,.page_form .content form .input_zong .input_t select{
    width: 100%;
    height: 100%;
    padding: 0 22px;
    font-size: 14px;
    border: none;
    background-color: initial;
    outline: 0 !important;
}
.page_form .content form .input_zong .input_t textarea{
    width: 100%;
    padding: 0 22px;
    font-size: 14px;
    border: none;
    background-color: initial;
    outline: 0 !important;
}
.page_form .content form .input_zong .check {
   width: 25%;
    padding: 0 9px;
    margin-bottom: 22px;
}
.input_info_check{
    display: flex;
    flex-wrap: wrap;
    
}
.input_info_check .form-check{
    width: 50%;
    height: 45px;
    
}
.page_form .submit{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.page_form .submit button{
    width: 80%;
    border-radius: 30px;
    height: 45px;
    border: none;
    color: #fff;
    background: #3a8fcf;
}
/* 调整错误提示位置 */
.invalid-feedback {
  margin-top: 0.25rem;
  font-size: 0.875em;
}
.current-nav{
    background: #fff;
    height: 70px;
    line-height: 70px;
}
.current-nav a:last-child{
    color: #000;
}
.news{
    margin: 50px auto;
}
.newsSlide{
    position: relative;
}
.newsSlide .bd>div{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.newsSlide .bd>div a{
    display: flex;
    
}
.newsSlide .bd>div a .img{
    width: 44.44%;
    overflow: hidden;
}
.newsSlide .bd>div a .img img{
    width: 100%;
    height: 100%;
    transition: all 1s ;
}
.newsSlide .bd>div a .text{
    width: 55.56%;
    padding: 3.935em 4.1667% 4.5em;
}
.newsSlide .bd>div a .text h3{
    line-height: 1.3;
    height: 78px;
    margin-top: 9.9px;
    font-size: 30px;
    color: #333;
    transition: all .8s ;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsSlide .bd>div a .text time{
    color: #999;
    font-size: 16px;
}
.newsSlide .bd>div a .text p{
    margin-top: 28px;
    color: #666;
    line-height: 1.875;
    height: 90px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newsSlide .bd>div a .text span{
    padding-top: 28px;
    font-size: 16px;
    color: #000;
    transition: all .8s ;
}
.newsSlide .bd>div a:hover .img img{
    transform: scale(1.1);
}
.newsSlide .bd>div a:hover .text h3,.newsSlide .bd>div a:hover .text span{
    color: #3a8fcf;
}
.newsSlide .hd{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 42%;
    z-index: 2;
}
.newsSlide .hd ul{
    display: flex;
    justify-content: end;
}
.newsSlide .hd ul li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}
.newsSlide .hd ul li.on{
    background: #3a8fcf;
}
.news_list{
    padding: 40px 0 84px;
}
.news_list li a {
    display: flex;
    padding: 30px 0 40px;
    align-items: center;
    border-bottom: 1px dashed #ccc;
}
.news_list li .list_time{
    width: 7.5em;
    height: 7.5em;
    min-height: 70px;
    min-width: 70px;
    background: url("../images/未标题-2.png") no-repeat;
    background-size: contain;
    color: #fff;
    transition: all .8s ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news_list li .list_time p{
    font-size: 42px;
}
.news_list li .list_time span{
    font-size: 16px;
}
.news_list li .text{
    padding-left: 60px;
}
.news_list li .text h3{
    font-size: 24px;
    color: #333;
    transition: all .8s ;
}
.news_list li .text p{
    color: #666;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_list li .text span{
    display: block;
    padding-top: 20px;
    color: #000;
    transition: all .8s ;
}
.news_list li a:hover .list_time{
    border: 1px solid #3a8fcf;
    background: #fff;
    color: #000;
}
.news_list li a:hover .text h3{
    color: #3a8fcf;
}
.news_list li a:hover .text span{
    color: #3a8fcf;
}
.pagination{
    display: flex;
    justify-content: center;
}
.pagination li a{
    display: block;
    border: 1px solid #eaeaea;
    color: #333;
    text-align: center;
    margin: 0px 0.1em;
    min-width: 2.875em;
    background: #fff;
    line-height: 2.4375em;
}
.pagination li.active a,.pagination li:hover a{
    background: #3a8fcf;
    border: 1px solid #3a8fcf;
    color: #fff;
}
.form-control:disabled{
    background-color: var(--bs-form-control-disabled-bg)!important;
}