
/* 右侧轮播广告*/
.recruit-stu {
    margin: 0 0 10px
}

.recruit-stu .banner {
    width: 270px;
    height: 200px
}

.recruit-stu .swiper-container-horizontal > .swiper-pagination-bullets, .recruit-stu .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 0;
    left: auto;
    bottom: 0;
    text-align: right;
    width: auto;
    display: inline-block;
    border-radius: 0;
    padding: 10px 4px;
    box-sizing: border-box;
    -webkit-transform: none;
    transform: none;
    background: transparent
}

.recruit-stu .swiper-pagination-bullet {
    background: #d4d4d3;
    border: 0;
    width: 10px;
    height: 10px
}

.recruit-stu .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px
}

.good-focus .swiper-pagination-bullet-active {
    background: white
}

.recruit-stu .swiper-slide span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    text-align: left;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box
}

.recruit-stu .swiper-slide span b {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 214px;
    display: block
}

.recruit-stu .swiper-container {
    height: 100%
}