/* 标题 */

.title {
    position: relative;
    height: 168px;
    text-align: center;
}

.title p {
    font-size: 40px;
    color: #0d59a7;
    line-height: 168px;
}

.title .select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    margin: auto 0;
    font-size: 14px;
    color: #999;
}

.title .select a {
    font-size: 14px;
    color: #999;
}


/* 校友组织内容 */

.student_organization .tit {
    font-size: 20px;
    color: #0d59a7;
}

.student_organization p {
    margin: 16px 0;
    font-size: 16px;
    line-height: 34px;
}

#studentSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

#studentSwiper {
    position: relative;
    width: 100%;
    /*判断宽度设置响应式效果*/
    margin: 60px auto
}

#studentSwiper .swiper-slide {
    width: 740px;
    height: 416px;
    background: #fff;
}

#studentSwiper .swiper-slide-active,
#studentSwiper .swiper-slide-duplicate-active {
    width: 740px;
    height: 416px;
    box-shadow: 0px 0px 12px 0px rgba(4, 0, 0, 0.1);
    box-sizing: border-box;
    transform: scale(1);
}

#studentSwiper .swiper-button-prev,
#studentSwiper .swiper-button-next {
    width: 50px;
    height: 50px;
    border: solid 1px #0d59a7;
    border-radius: 50%;
    opacity: 0.8;
}

#studentSwiper .swiper-button-prev {
    background: url(../images/prev.png) no-repeat center #fff;
}

#studentSwiper .swiper-button-next {
    background: url(../images/next.png) no-repeat center #fff;
}

#studentSwiper .swiper-button-prev:after,
#studentSwiper .swiper-button-next:after {
    content: '';
}


/* 校友风采内容 */

.student_elegant .content {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.student_elegant .content .text {
    width: 380px;
    height: 390px;
    background-color: #ffffff;
    box-shadow: 1px 1px 29px 3px rgba(0, 0, 0, 0.04);
    margin: 0 3px 35px 10px;
}

.student_elegant .content .cover {
    width: 380px;
    height: 214px;
    overflow: hidden;
}

.student_elegant .content .cover img {
    width: 100%;
    height: 100%;
}

.student_elegant .content .cover img:hover {
    animation: enlarge 0.5s;
    transform: scale(1.2);
}

@keyframes enlarge {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.student_elegant .content .text p {
    padding-left: 24px;
    font-size: 14px;
    color: #999;
}

.student_elegant .content .text .name {
    display: block;
    color: #0d59a7;
    font-size: 20px;
}

.student_elegant .content .text .desc {
    display: block;
    color: #333;
}

.student_elegant .content .text .tit {
    margin: 24px 0;
}


/* 校友期刊内容 */

.student_periodical {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.student_periodical .block {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 570px;
    height: 247px;
    padding: 50px 40px;
    background-color: #ffffff;
    box-shadow: 1px 1px 29px 3px rgba(0, 0, 0, 0.04);
    margin-bottom: 90px;
}

.student_periodical .block:nth-child(7n),
.student_periodical .block:nth-child(8n) {
    margin-bottom: 0;
}

.student_periodical .block .cover {
    position: absolute;
    top: -28px;
    left: 40px;
    max-width: 190px;
}

.student_periodical .block .tit {
    font-size: 20px;
}

.student_periodical .block .time {
    margin: 20px 0 32px;
    font-size: 14px;
    color: #999;
}

.student_periodical .block button {
    float: right;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #0d59a7;
    font-size: 14px;
    color: #0d59a7;
    cursor: pointer;
}

.student_periodical .block button:hover {
    background-color: #0d59a7;
    color: #ffffff;
}


/* 适配1680px */

@media(max-width: 1680px) {

    /* 标题 */
    .title {
        height: 1rem;
    }

    .title p {
        font-size: .24rem;
        line-height: 1rem;
    }

    .title .select {
        height: .12rem;
        font-size: .08rem;
    }

    .title .select a {
        font-size: .08rem;
    }

    /* 校友组织内容 */
    .student_organization ul li {
        height: .53rem;
        border-radius: .05rem;
        margin: .17rem 0;
        padding: 0 0.29rem;
    }

    .student_organization ul li .f_cont {
        width: .13rem;
        height: .13rem;
    }

    .student_organization ul li p {
        margin-left: .19rem;
        font-size: .1rem;
    }

    .student_organization ul li .btn {
        width: 1.02rem;
        height: .23rem;
        margin-right: .29rem;
        margin-left: 1.03rem;
        line-height: .23rem;
        font-size: .08rem;
    }

    /* 校友风采内容 */
    .student_elegant .content {
        margin-bottom: .35rem;
    }

    .student_elegant .content .text {
        width: 2.26rem;
        height: 2.32rem;
    }

    .student_elegant .content .cover {
        width: 2.26rem;
        height: 1.27rem;
    }

    .student_elegant .content .text p {
        padding-left: .14rem;
        font-size: .08rem;
    }

    .student_elegant .content .text .name {
        font-size: .12rem;
    }

    .student_elegant .content .text .tit {
        margin: .14rem 0;
    }

    /* 校友期刊内容 */
    .student_periodical .block {
        width: 3.4rem;
        height: 1.47rem;
        padding: 0.3rem 0.23rem;
        margin-bottom: 90px;
    }

    .student_periodical .block .cover {
        top: -0.16rem;
        left: 0.23rem;
        width: 1.2rem;
    }

    .student_periodical .block .cover img {
        width: 100%;
    }

    .student_periodical .block .tit {
        font-size: .12rem;
    }

    .student_periodical .block .time {
        margin: .12rem 0 0.19rem;
        font-size: .08rem;
    }

    .student_periodical .block button {
        width: .7rem;
        height: .23rem;
        font-size: .08rem;
    }
}