.left {
    width: 373px;
    display: flex;
    float: left;
    flex-flow: column
}

.rig-box {
    display: flex;
    flex-flow: column
}

.swiper-container .swiper-slide {
    width: 212px;
    height: 120px;
}

.swiper-container .swiper-slide img {
    width: 200px;
    height: 133px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: all 0.6s;
}

.index_next,
.index_prev {
    width: 30px;
    height: 50px;
    cursor: pointer;
    outline: none
}

.index_next {
    background: url(/home/img/next1.png) no-repeat 0 0;
}

.index_next:hover {
    background: url(/home/img/next2.png) no-repeat 0 0;
}

.index_prev {
    background: url(/home/img/per1.png) no-repeat 0 0;
}

.index_prev:hover {
    background: url(/home/img/per2.png) no-repeat 0 0;
}

.swiper_outer_index {
    width: 1080px;
    height: 133px;
    margin: 0 auto;
    position: relative
}

.index_next,
.index_prev {
    position: absolute;
    top: 35px;
}

.index_next {
    right: -40px;
}

.index_prev {
    left: -40px;
}

.size1 {
    width: 777px;
    margin: 0;
    float: left;
}

.size2 {
    width: 373px;
    margin: 0;
    float: right;
    max-height: 466px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    border-top: 1px solid rgba(253, 208, 0, 1);
}

.boxTwo {
    width: 1180px;
    margin: 30px auto 0;
    overflow: hidden;
}

.index_titmore {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    float: left;
    margin-left: 20px;
    margin-top: 27px;
}

.index_cl {
    clear: both;
}

.index_titmore a {
    color: rgba(153, 153, 153, 1);
    margin-right: 20px;
}

.size4 {
    width: 340px;
}

.bk-box {
    width: 270px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 15px;
}

.bk-son {
    width: 70px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    border: 1px solid rgba(253, 208, 0, 1);
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(102, 102, 102, 1);
    cursor: pointer;
}

.bk-son a {
    color: rgba(102, 102, 102, 1);
    display: block;
}

.bk-son a:hover {
    color: rgba(102, 102, 102, 1);
}

.mb0 {
    margin-bottom: 0;
}

.bk-son:hover {
    background: #FDD000;
}

.school-box {
    display: flex;
    clear: both;
    justify-content: space-between;
}

.school {
    display: block;
    width: 280px;
    height: 186px;
    font-size: 18px;
    font-family: PingFangSC-Medium;
    color: rgba(255, 255, 255, 1);
    line-height: 186px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.school_cover {
    background: rgba(0, 0, 0, 0.6);
}

.school:hover {
    color: rgba(255, 255, 255, 1);
}

.school:hover img {
    transform: scale(1.2)
}

.school img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    transition: all 0.6s;
    width: 280px;
    height: 186px;
}

.swiper-foot {
    width: 373px;
    height: 210px;
    float: left;
    clear: both;
    overflow: hidden;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    height: 100%;
}

.swiper-container .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 133px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.swiper-container .swiper-slide a:hover {
    color: #fff;
}
.swiper-container .swiper-slide a:hover .index_pic{
    transform: scale(1.2)
}
.sw-cover {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: PingFangSC-Medium;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: bold;
}

.title {
    display: flex;
    float: left;
}

.title .text ul li {
    width: 239px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}