.campusView-wrapper {
    position: relative;
    width: 100%;
    height: 613px;
    background: #E2E2E2;
}

.campusView-wrapper img {
    width: 100%;
    height: 100%;
}
.Copywriting {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 26px;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}

.campusView-swiper {
    padding: 14px 0;
}

.campusView-swiper .prev {
    cursor: pointer;
    width: 40px;
    height: 118px;
    background: url('../hs/static/bar_prev.png') no-repeat;
}

.campusView-swiper .prev:hover {
    background: url('../hs/static/bar_prev_active.png') no-repeat;
}

.campusView-swiper .next {
    cursor: pointer;
    width: 40px;
    height: 118px;
    background: url('../hs/static/bar_next.png') no-repeat;
}

.campusView-swiper .next:hover {
    background: url('../hs/static/bar_next_active.png') no-repeat;
}

.campusView-container {
    flex: 1;
    margin: 0 7px;
}

.campusView-container .swiper-slide {
    width: 174px;
    height: 117px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .1s;
}

.campusView-container .swiper-slide:hover {
    border: 3px solid #D70022;
}
.campusView-container .swiper-slide.active {
    border: 3px solid #D70022;
}


.campusView-container .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: all .1s;
}

