.swiper-container{
    width: 100%;
}
.swiper-wrapper{
    width: 100%;
}
.swiper-slide{
    width: 100%;
    position: relative;
}
.slideImg{
    width: 100%;
}
.slideImg img{
    width: 100%;
	height: 420px;
}
.slideText{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    font-size: 20px;
    padding:15px 120px 15px 20px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}
.slideText a{
    color: #ffffff;
    font-size: 20px;
    padding:15px 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px !important;
    left: inherit !important;
    right: 20px !important;
    width: max-content !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #6185EF !important;
    width: 40px !important;
    height: 12px !important;
    border-radius: 16px !important;

}
.climateUlLi {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 20px;
    color: #999999;
    font-size: 16px;
}

.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;
}
.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-top: 30px;
}
.placeThree{
    margin-top: 40px;
}
.placeOne{
    margin-top: 35px;
}
.placeFore{
    margin-bottom: 60px;
}
@media (max-width:900px) {
    .slideImg img{
        height: 400px;
        object-fit: cover;
    }
    .slideText a {
        color: #ffffff;
        font-size: 14px;
        padding: 0px 0px;
    }
    .placeOne {
        margin-top: 30px;
    }
    .slideText{
        padding: 10px 60px 5px 15px
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 7px !important;
        right: 10px !important;
    }
    .climateUlText a{
        font-size: 16px;
    }
    .climateUlTime{
        padding-top: 0px;
        font-size: 14px;
        width: 100px;
    }
    .climateUlText {
        width: calc(100% - 110px);
    }
    .placeThree{
        margin-top: 30px;
    }
    .videoLoopCon img {
        height: 350px !important;
    }
}
@media (max-width:767px) {
    .videoLoopCon img {
        height: 210px !important;
    }
    .climateUlText a {
        font-size: 15px;
    }
    .slideImg img {
        height: 150px;
    }
}