.bt-xwfbh-list {
    width: 100%;
    height: 273px;
    overflow: hidden;
    position: relative;
    margin: 1.875rem auto 0 auto;
}

.bt-xwfbh-list .bt-xwfbh-swiper {
    width: 100%;
}

.bt-xwfbh-list .bt-xwfbh-swiper .swiper-slide {
    width: 460px;
    height: 200px;
    position: relative;
}

.bt-xwfbh-list .bt-xwfbh-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.bt-xwfbh-list .swiper-pagination {
    left: 50%;
    bottom: 2.5rem;
    margin-left: -2.5625rem;
    height: 0.625rem;
}

.swiper-pagination-bullet {
    float: left;
    opacity: 1;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.3125rem;
    background: #fff;
	border:1px solid #007CF7;
    margin-left: 0.625rem;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-pagination-bullet-active {
    width: 1.625rem;
    height: 0.625rem;
    border-radius: 0.3125rem;
    background: #007CF7;
}

.swiper-slide-active{ box-shadow: 0 0 4px 4px #ccc;}

