.famous_school_list{
    width: 100%;
}
.famous_school_list .swiper-slide{
    width:100%;
}
.famous_school_item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.famous_school_item_inner{
    width: 100%;
}
.famous_school_item_swiper{
    width: 100%;
    height: 620px;
    overflow: hidden;
}
.famous_school_item_swiper.active{
    overflow-y: scroll;
}
.famous_school_item_swiper .swiper-container{
    height: 100%;
}
.famous_school_item_swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.famous_school_item_swiper .swiper-slide{
    width:calc(25% - 32px);
	height:620px;
	position:relative;
	margin:0 16px;
    overflow: hidden;
}
.famous_school_item_list{
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.famous_school_item_slide{
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}
.swiper-pagination{
    width: 100%;
    position: initial;
    display: none;
    justify-content: center;
    margin-top: 15px;
}
.swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background-color: #E6E6E6;
    opacity: 1;
    margin: 0 2px;
}
.swiper-pagination-bullet-active{
    background-color: #D5286E;
    opacity: 1;
}