@charset "utf-8";
/* 
公用 字体大小：0.15rem; line-height: 0.23rem;
*/
#page-swiperList .swiper-slide .imgBox img{width: 100%;}
.wordDiv.shadowDiv{
    font-size: 0.15rem;
    line-height: 0.24rem;
    text-align: left;
    padding: 0.1rem;
    min-height: 1rem;
}
.m-part1.introduce{margin-bottom:0.1rem;}
.swiper_list_type{
    border-radius: 0.05rem;
    overflow: hidden;
}
.swiper-slide{
    border-radius: 0.05rem;
    overflow: hidden;
    background: #DEE6ED;
}
.swiper-slide .imgBox{height: 62.4vw;overflow: hidden;}
.m-part1{margin-bottom: 0.4rem;}
.m-part1>h2{margin-bottom:0.15rem;font-weight: normal;}
.swiper-button-next>img,.swiper-button-prev>img{width:11vw;}
.swiper-pagination{
    top:56vw;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.04rem;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #d81718;
}