* {
    box-sizing: border-box;
    padding: 0px;
}


.swiper-container {
    width: 100%;
    margin: 0;
    height: 562px;  /* 添加固定高度 */
}

.gallery-top {
    width: calc(100% - 340px);
    height: 562px !important;
}
.huandengpianBox{
    width: 100%;
    height: 100%;
}
.huandengpianLoop{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
.huandengpianLoopActive{
    display: block;
}
.suolueImgActive{
    border: 5px solid #5684cc;
    /* opacity: 1; */
}
.suolue>div{
    margin-bottom: 23px;
}
.suolue>div:last-child{
    margin-bottom: 0px;
}
.huandengpianLoop{
    overflow: hidden;
}
.huandengpianLoop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.huandengpianLoop img:hover{
    transform: scale(1.1);
}
.gallery-thumbs {
    width: 320px !important;
    height: 562px !important;
}
.suolue{
    width: 100%;
    height: 100%;
}
.suolueImg{
    width: 100%;
    height: 172px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    
}
.suolueImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.suolueImg img:hover{
    transform: scale(1.1);
}
.climateUlText a:hover{
    color: #003FA3;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.climateImg {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.gallery-top {
    width: calc(100% - 340px);
    height: 562px !important;
    margin-right: 20px;
}

.gallery-thumbs {
    width: 320px !important;
    height: 562px !important;
}

.swiper-slideRight {
    position: relative;
    height: 562px;
}

.swiper-slideRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 修正缩略图容器样式 */
.swiper-wrapperLeft {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.swiper-slideLeft {
    width: 320px !important;
    height: 180px !important;
    /* margin-bottom: 11px; */
}

.swiper-slideLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgText {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    font-size: 20px;
    color: #ffffff;
    padding: 20px 25px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.7));
}
.climateUlText a {
    font-size: 18px;
    position: relative;
    top: 2px;
    width: calc(100% - 15px);
    display: inline-block;
    white-space: nowrap; /* 强制文本在一行内显示 */  
    overflow: hidden; /* 隐藏溢出的文本 */  
    text-overflow: ellipsis;
}
.climateUlText a:hover{
    color: #003FA3;
}
.climateUlConed{
    margin-bottom: 70px;
}
.climateUlLi {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 20px;
}

.dian {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #003FA3;
    vertical-align: text-top;
    margin-top: 3px;
}

.climateUlText {
    width: calc(100% - 120px);
    
}

.climateUlTime {
    width: 100px;
    margin-left: 20px;
    padding-top: 4px;
}

.climateUlCon {
    margin-top: 60px;
}

.climateUlCon>div:nth-of-type(5n) {
    border-bottom: 1px solid rgba(177, 185, 208, .15);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.climateUlCon>div:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}
.climateUlConList>div:nth-of-type(5n){
    border-bottom: 1px solid rgba(177, 185, 208, .15);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.climateUlConList>div:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}
.climateUlTime {
    color: #999999;
    font-size: 16px;
}
/* .climateImgBg,.scienceLoopBg{
    background-image: url(../images/conTop.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 1px;
} */
.newsTitle {
    font-size: 34px;
    font-weight: 700;
    color: #333333;
}
.scienceLoopBox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.scienceCard{
    width: 48.5%;
    margin-top: 20px;
}
.scienceLoopBox>div:nth-of-type(2n-1){
    margin-right: 3%;
}
.scienceImg{
    width: 100%;
}
.scienceImg img{
    width: 100%;
}
.scienceImg{
    margin-top: 30px;
    margin-bottom: 30px;
}
.scienceDwon{
    margin-top: 20px;
    margin-bottom: 50px;
}
.scienceDwonLoopBox{
    display: flex;
    margin-top: 30px;
}
.scienceDwonCrad{
    width: 48%;
    margin-right: 4%;
}
.scienceDwonLoopBox>div:nth-of-type(2n){
margin-right: 0px;
}
@media (max-width:900px) {
    .climateImg{
        display: block;
        margin-top: 30px;
    }
 
    .gallery-top {
        width: 100%;
        height: 400px !important;
    }
    .imgText{
        font-size: 14px;
        padding: 10px 10px;
    }
    .gallery-thumbs{
        width: 100% !important;
        height: auto !important;
       
    }
    .suolue{
        display: flex;
        margin-top: 0px;
    }
 
    .suolueImg{
        width: 33.3%;
        height: 40px;
    }
    .climateUlText a{
        font-size: 16px;
    }
    .climateUlTime{
        font-size: 14px;
        width: 85px;
    }
    .dian{
        margin-top: 6px;
    }
    .climateUlCon {
        margin-top: 20px;
    }
    .climateUlCon>div:nth-of-type(5n) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .content{
        /* margin-top: -188px; */
    }
    .scienceLoopBox{
        display: block;
    }
    .scienceLoopBox>div:nth-of-type(2n-1) {
        margin-right: 0px;
    }
    .scienceCard{
        width: 100%;
    }
    .scienceDwonLoopBox{
        display: block;
    }
    .scienceDwonCrad {
        width: 100%;
        margin-right: 0px;
    }
    .scienceImg {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .scienceLoopBox{
        margin-top: 30px;
    }
    .scienceDwon {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .scienceDwonLoopBox{
        margin-top: 15px;
    }
    .climateUlConed{
        margin-bottom: 50px;
    }
    .name{
        font-size: 18px !important;
    }
    .climateUlConList>div:nth-of-type(5n) {
        padding-bottom: 30px;
    margin-bottom: 30px;
    }
}
@media (max-width:767px) {
    .gallery-top{
        width: 100%;
        height: 200px !important;
    }
    .climateUlText a {
        font-size: 15px;
    }
}