.news::before {
    background: url('../imgs/news/NEW0919banner_01.png') center/cover no-repeat;

}
.news-title{
    font-size: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 30px 0;
}


.swiperBox{
    margin-top: 50px;
}
.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.section-bt {
    width: 250px;
    height: 30px;
    border: none;
    border-radius: 25px;
    opacity: 0.7;
}

.section-bt:hover {
    opacity: 1;
}

.section-bt1 {
    margin-right: 20px;
}

.inputBox {
    width: 100%;
    display: inline-block;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.layui-input-wrap{
    width: 70%;
}
.inputBox input{
    width: 100%;
    height: 30px;
    /* border: none; */
    border-radius: 25px;
    opacity: 0.7;
    
}
.layui-input:focus, .layui-textarea:focus {
    /* border: none!important; */
    border-color:  #d2d2d2!important;
    /* border-color: #16b777 !important; */
    box-shadow: none;
    /* box-shadow: 0 0 0 3px rgba(22, 183, 119, .08); */
}
.layui-input-wrap .layui-input:focus+.layui-input-split {
    /* border-color: #16b777; */
    border-color: #d2d2d2;
}
.layui-input-suffix{
    line-height: 30px;
    text-align: center;
    width: 120px!important;
    cursor: pointer;
}



.l-item{
    width: 27.5%;
    height:48%;
    /* border: 1px solid #000; */
    position: relative;
    display: inline-block;
    border-radius: 8%;
    overflow: hidden;
}
.l-item-bg{
    width: 100%;
    height: 100%;
    border-radius: 6%;
    background-color: #dbedff;
    /* opacity: 0.8; */
    z-index: 1;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;

    text-align: left;
    padding: 25% 5%;
}
.l-item-bg h3{
    margin-bottom: 5%;
}
.l-item:hover .l-item-b{
    display: none;
}
.l-item:hover .l-item-bg{
    /* display: inline-block; */
    transform: translateY(0);
}

.seemore-btn{
    display: inline-block;
    width: 43%;
    height: 22%;
    margin-top: 10%;
    text-align: center;
    background: url("../imgs/news/seemore_03.png");
    background-size: 100% 100%;
    cursor: pointer;
  }
.l-item-b{
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 0 30px;
    /* height: 30px; */
    text-align: left;
}
.l-item-b p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;

    /* 超出部分省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
/* ----------global-summit------------ */
.global-summit{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.left-column {
    flex: 0 0 40%;
}

.placeholder-text1 {
    color: #aaa;
    margin-bottom: 20px;
    line-height: 1.5;
}
.placeholder-text {
    color: #aaa;
    margin-bottom: 20px;
    line-height: 1.5;

    max-height: 0;
  overflow: hidden;
    /* display: none; */
}
.text-open{
    /* display: block; */
    max-height: 1000px!important;
    padding: 25px 0;

}
.dna-img {
    width: 100%;
    border-radius: 8px;
}

.right-column {
    flex: 0 0 55%;

    
}

.item {
    display: flex;

    /* margin-bottom: 30px; */
    border-bottom: 1px solid #ddd;
    
    padding: 10px 0;
}

/* .item:hover .placeholder-text{
    display: block;
} */
/* .item img{
    display: none;
}

.item:hover img{
    display: inline-block;
} */
.number {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 10px;
    font-size: 14px;
}

h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.microbe-img {
    width: 120px;
    height: 0;
    overflow: hidden;
    /* height: 120px; */
    border-radius: 8px;
    margin-left: auto;
}
.see-img {
    height: 120px;
}



/* -----Section3------- */
.section3-content{
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;

        /* height: 100%; */
    }

.left-column2{
    flex: 0 0 50%;
    display: flex;
    flex-direction: column; /* 改为纵向 */
    max-height: 400px;
    overflow:hidden;
}
.left-column2 p{
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(141, 141, 141);

}
.right-column2{
    flex: 0 0 45%;
    background-color: #f8f8f8;
    border-radius: 5%;
    padding: 2rem 3rem;
}
.right-column2 {
    height: 400px;
    overflow-y: auto;
}
.right-column3{
    flex: 0 0 45%;
    background-color: #f8f8f8;
    border-radius: 5%;
    padding: 2rem 3rem;
    height: 400px;
    overflow-y: scroll;
    position: relative;
}

.right-column3::-webkit-scrollbar {
    width: 8px;
}

.right-column3::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.right-column3::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.right-column3::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
.newsletter-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsletter-box h2{
    font-size: 30px;
    font-weight: 550;
    line-height: 40px;
    color: #333;

}
.subscribe-btn {
    background: linear-gradient(45deg, #2a7ec0, #40b4fd);
    color: white;
    border: none;
    /* padding: 10px 20px; */
    /* border-radius: 6px; */
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
    /* transition: background 0.3s; */
    /* border-radius: 25%; */
}
/* .subscribe-btn:hover {
    background: #0051aa;
} */



.news-item {
    padding: 16px 0;
    /* border-bottom: 1px solid #e0e5eb; */
    margin-bottom: 20px;
}

.news-item:last-child {
    border-bottom: none;
}

.news-label {
    display: inline-block;
    background-color: #000;
    color: white;
    font-size: 13px;
    padding: 2px 8px;
    border-radius: 13px;
    margin-right: 8px;
}

.news-date {
    color: #000;
    font-size: 18px;
}

.news-s3-title {
    margin-top: 15px;
    font-size: 15px;
    color: rgb(78, 78, 78);
    line-height: 1.5;
}

.news-link {
    text-decoration: none;
}

.active{
   opacity: 1;
}



/* 新增箭头样式 */
.arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
   
    margin-left: 8px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000; /* 使用主题色 */
    transition: transform 0.3s; /* 可选动画 */
  }
  
  /* 悬停效果 */
  .news-item:hover .arrow-right {
    transform: translateX(3px); /* 悬停时向右移动 */
  }
  .news-item:hover .news-s3-title,
  .news-item:hover .news-link ,
  .news-item:hover .news-date{
    color: #2a7ec0;
    cursor: pointer;
  }