.mr5[data-v-5d43ee00] {
    margin: 0 5px 0 0
}

.flcc[data-v-5d43ee00] {
    display: flex;
    align-items: center;
    justify-content: center
}

.fade-in[data-v-5d43ee00] {
    opacity: 1;
    transition: .3s all ease-out;
    /*transform: translateY(100px);*/
    box-sizing: border-box;
    display: inline-block
}

.home_banner[data-v-5d43ee00] {
    position: relative;
    padding: 25% 0 0;
    margin: 0;
    width: 100%
}

.home_banner__swipper[data-v-5d43ee00] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    object-fit: cover
}

@media screen and (max-width: 1600px) {
    .home_banner[data-v-5d43ee00] {
        margin-top:165px
    }

    .minWidth-con[data-v-5d43ee00] {
        min-width: 800px
    }

    .minWidth-bar[data-v-5d43ee00] {
        min-width: 376px
    }

    .home[data-v-5d43ee00] {
        width: 100%;
        height: 100%
    }

    .home .home-main[data-v-5d43ee00] {
        width: 1200px;
        z-index: 999;
        margin: -20px auto 0;
        position: relative;
        left: 0px;
        top: 0px
    }

    .home .home-main .main[data-v-5d43ee00] {
        display: flex
    }

    .home .home-main .main .main-left[data-v-5d43ee00] {
        width: 70%;
        margin-right: 20px;
        background-color: #fff;
        box-shadow: 0 0 50px #0000000d
    }

    .home .home-main .main .main-left .top-title[data-v-5d43ee00] {
        width: 100%;
        height: 76px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(204,204,204,.4)
    }

    .home .home-main .main .main-left .top-title .title[data-v-5d43ee00] {
        font-size: 22px;
        font-weight: 800;
        margin-left: 30px;
        background: linear-gradient(145deg, #ff4444, #cc0000);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .home .home-main .main .main-left .top-title .btnMore[data-v-5d43ee00] {
        width: 50px;
        height: 26px;
        text-align: center;
        margin-right: 30px;
        background: #ffffff;
        border: 1px solid rgba(0,0,0,.1);
        transition: all .3s linear
    }

    .home .home-main .main .main-left .top-title .btnMore a[data-v-5d43ee00] {
        color: #555
    }

    .home .home-main .main .main-left .top-title .btnMore[data-v-5d43ee00]:hover {
        background-color: #c7272f;
        transition: all .5s;
        cursor: pointer;
        color: white;
    }

    .home .home-main .main .main-left .content[data-v-5d43ee00] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        margin: 30px 0 0;
        position: relative
    }

    .home .home-main .main .main-left .content .list[data-v-5d43ee00] {
        width: 384px;
        margin: 0 0 30px;
        border: 1px solid rgba(0,0,0,.1);
        cursor: pointer
    }
    
    .home .home-main  .third-content .main-left .content .list[data-v-5d43ee00] {
        width: 185px;
        margin: 0 0 30px;
        border: 1px solid rgba(0,0,0,.1);
        cursor: pointer
    }

    .home .home-main .main .main-left .content .list .contentImg[data-v-5d43ee00] {
        overflow: hidden
    }

    .home .home-main .main .main-left .content .list .contentImg .img[data-v-5d43ee00] {
        width: 100%;
        height: 100%;
        vertical-align: bottom;
        transition: all .4s
    }

    .home .home-main .main .main-left .content .list .contentImg .img[data-v-5d43ee00]:hover {
        transform: scale(1.05);
        transition: all .6s;
        box-shadow: 0 0 70px #00000029
    }

    .home .home-main .main .main-left .content .list .content-title[data-v-5d43ee00] {
        width: 99%;
        line-height: 40px;
        font-size: 16px;
        border-top: none;
        text-indent: 1em;
        z-index: 99;
        font-weight: 550;
        letter-spacing: 1px;
        color: #535353
    }

    .home .home-main .main .main-left .content .list .content-title[data-v-5d43ee00]:hover {
        color: #c8161e;
        transform: translateZ(0)
    }

    .home .home-main .main .main-right[data-v-5d43ee00] {
        width: 30%;
        background-color: #fff;
        box-shadow: 0 0 50px #0000000d
    }

    .home .home-main .main .main-right .top-title[data-v-5d43ee00] {
        width: 100%;
        height: 76px;
        border-bottom: 1px solid rgba(204,204,204,.4);
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .home .home-main .main .main-right .top-title .title[data-v-5d43ee00] {
        font-size: 22px;
        font-weight: 800;
        margin-left: 30px;
        background: linear-gradient(145deg, #ff4444, #cc0000);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .home .home-main .main .main-right .top-title .btnMore[data-v-5d43ee00] {
        width: 50px;
        height: 26px;
        text-align: center;
        margin-right: 30px;
        background: #ffffff;
        border: 1px solid rgba(0,0,0,.1);
        transition: all .4s
    }

    .home .home-main .main .main-right .top-title .btnMore a[data-v-5d43ee00] {
        color: #666
    }

    .home .home-main .main .main-right .top-title .btnMore[data-v-5d43ee00]:hover {
        background-color: #c7272f;
        transition: all .5s;
        cursor: pointer;
        color: white;
    }

    .home .home-main .main .main-right .content[data-v-5d43ee00] {
        margin: 10px 30px 30px
    }

    .home .home-main .main .main-right .content .content-list[data-v-5d43ee00] {
        color: #444;
        cursor: pointer
    }

    .home .home-main .main .main-right .content .content-list .istop[data-v-5d43ee00],.home .home-main .main .main-right .content .content-list .newest[data-v-5d43ee00],.home .home-main .main .main-right .content .content-list .past[data-v-5d43ee00] {
        width: 56px;
        height: 20px;
        color: #c8161e;
        margin: 20px 0 9px;
        text-align: center;
        font-weight: 800;
        line-height: 20px;
        border-radius: 10px;
        background: #f1f1f1;
        display: flex;
        justify-content: space-evenly;
        align-items: center
    }

    .home .home-main .main .main-right .content .content-list .newest[data-v-5d43ee00] {
        color: #f28900
    }

    .home .home-main .main .main-right .content .content-list .past[data-v-5d43ee00] {
        color: #a7a7a7
    }

    .home .home-main .main .main-right .content .content-list .content-title[data-v-5d43ee00] {
        font-size: 12px;
        line-height: 18px
    }

    .home .home-main .main .main-right .content .content-list[data-v-5d43ee00]:hover {
        color: #c8161e
    }

    .home .home-main .main:nth-child(1) .overallNews[data-v-5d43ee00] .list {
        position: relative
    }

    .home .home-main .main:nth-child(1) .overallNews[data-v-5d43ee00] .list:nth-child(5) {
        display: none
    }

    .home .home-main .main:nth-child(1) .overallNews[data-v-5d43ee00] .list:nth-child(6) {
        display: none
    }
      
      .home .home-main .main:nth-child(2) .overallNews[data-v-5d43ee00] .list:nth-child(5) {
        display: none
    }

    .home .home-main .main:nth-child(2) .overallNews[data-v-5d43ee00] .list:nth-child(6) {
        display: none
    }

    .home .home-main .main:nth-child(1) .overallNews[data-v-5d43ee00] .list .overallNews-type {
        width: 36px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fffefe;
        font-size: 12px;
        background: #c21f28;
        position: absolute;
        top: 0;
        left: 0
    }

    .home .home-main .main:nth-child(1) .notice[data-v-5d43ee00] .content-list a{
        height: 52px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eee;
        color: black;
    }

    .home .home-main .main[data-v-5d43ee00]:nth-child(2) {
        margin-top: 20px
    }

    .home .home-main .main:nth-child(2) .branchNews[data-v-5d43ee00] .content {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 30px 0 0;
        transition: all .5s
    }

    .home .home-main .main:nth-child(2) .branchNews[data-v-5d43ee00] .content .content_schoolNews {
        width: 46%
    }

    .home .home-main .main:nth-child(2) .branchNews[data-v-5d43ee00] .content .content_schoolNews:nth-child(3) {
        display: none
    }

    .home .home-main .main:nth-child(2) .branchNews[data-v-5d43ee00] .content .content_schoolNews .list {
        border: none!important;
        margin-bottom: 20px!important
    }

    .home .home-main .main:nth-child(2) .branchNews[data-v-5d43ee00] .content .content_schoolNews .list .img {
        height: 150px!important
    }

    .home .home-main .main:nth-child(2) .branchNews[data-v-5d43ee00] .content .content_schoolNews .min_title {
        width: 100%;
        background: #f8f9fa
    }

    .home .home-main .main:nth-child(2) .branchNews[data-v-5d43ee00] .content .content_schoolNews .newsMore {
        display: none
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content {
        margin: 30px
    }


    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .content-list {
        height: 50px;
        background-color: #fff;
        margin: 0 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #666
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .content-list:hover {
        color: #c8161e
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .content-list:nth-child(7) {
        display: none
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .time {
        text-align: center
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .time .month {
        width: 50px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        background: #c8161e
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .time .day {
        width: 48px;
        height: 28px;
        line-height: 28px;
        font-size: 22px;
        background: white;
        border: 1px solid rgba(0,0,0,.1);
        font-family: DengXian;
        font-weight: 300;
        color: #999
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .content-title {
        width: 260px;
        height: 47px;
        line-height: 47px;
        text-indent: 15px;
        letter-spacing: 1px;
        font-size: 14px;
        background: #f9f9f9;
        margin: 0 0 0 8px;
        padding: 0 5px 0 0;
        color: black;
    }


    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .content-title a {
        color: black;
    }

    .home .home-main .helpSchool[data-v-5d43ee00] {
        width: 100%;
        height: 100%;
        margin: 0px 0 0;
        text-align: center
    }

    .home .home-main .helpSchool .top-title[data-v-5d43ee00] {
        width: 100%;
        height: 76px;
        display: flex;
        align-items: center
    }

    .home .home-main .helpSchool .top-title .title[data-v-5d43ee00] {
        font-size: 22px;
        font-weight: 800;
        background: linear-gradient(145deg, #ff4444, #cc0000);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .home .home-main .helpSchool .content[data-v-5d43ee00] {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: -.1rem 0 0
    }

    .home .home-main .helpSchool .content .list[data-v-5d43ee00] {
        margin: 30px 0 0;
        position: relative;
        cursor: pointer
    }

    .home .home-main .helpSchool .content .list .contentImg[data-v-5d43ee00] {
        overflow: hidden
    }

    .home .home-main .helpSchool .content .list .contentImg .img[data-v-5d43ee00] {
        width: 268px;
        height: 130px;
        vertical-align: bottom;
        transition: all .4s
    }

    .home .home-main .helpSchool .content .list .contentImg .img[data-v-5d43ee00]:hover {
        transform: scale(1.05);
        transition: all .5s;
        box-shadow: 0 0 70px #00000029
    }

    .home .home-main .helpSchool .content .list .mask_helpSchool[data-v-5d43ee00] {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0
    }

    .home .home-main .helpSchool .content .list .type[data-v-5d43ee00] {
        position: absolute;
        top: 15px;
        left: 8px;
        color: #fff;
        font-size: 16px
    }

    .home .home-main .helpSchool .content .list .mask[data-v-5d43ee00] {
        position: absolute;
        top: 0;
        left: 0;
        width: 268px;
        height: 130px;
        background: #000;
        opacity: .1
    }

    .home .home-main .helpSchool .content .list .content-title[data-v-5d43ee00] {
        width: 268px;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
        color: #333;
        background: #f8f9fa
    }

    .home .home-main .helpSchool .content .list .content-title .title[data-v-5d43ee00] {
        font-size: 18px;
        font-weight: 550;
        letter-spacing: 1px;
        color: #555;
        text-indent: 1em;
        padding: .04rem 0 0rem
    }

    .home .home-main .helpSchool .content .list .content-title .title[data-v-5d43ee00]:hover {
        color: #c8161e
    }

    .home .home-main .helpSchool .content .list .content-title .min-title[data-v-5d43ee00] {
        font-size: 12px;
        font-weight: 400;
        color: #888;
        text-indent: 1.3em;
        padding: 0rem 0 .05rem
    }

    .home .home-main .helpSchool .btnMore[data-v-5d43ee00] {
        width: 160px;
        height: 40px;
        margin: 20px auto;
        font-size: 18px;
        background: white;
        border: 1px solid rgba(0,0,0,.1);
        transition: all .4s;
    
    }

    .home .home-main .helpSchool .btnMore a[data-v-5d43ee00] {
        color: #666
    }

    .home .home-main .helpSchool .btnMore[data-v-5d43ee00]:hover {
        background-color: #c7272f;
        transition: all .5s;
        cursor: pointer;
        color: white;
    }

    .home .home-main .alumniServer[data-v-5d43ee00] {
        width: 100%;
        height: 100%
    }

    .home .home-main .alumniServer .top-title[data-v-5d43ee00] {
        width: 100%;
        text-align: center
    }

    .home .home-main .alumniServer .top-title .title[data-v-5d43ee00] {
        font-size: 22px;
        font-weight: 800;
        background: linear-gradient(145deg, #ff4444, #cc0000);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .home .home-main .alumniServer .icons[data-v-5d43ee00] {
        height: 100%;
        padding: 30px 0 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .home .home-main .alumniServer .icons .icon[data-v-5d43ee00] {
        width: 160px;
        display: flex;
        justify-content: center;
        margin: 20px 0 0;
        cursor: pointer
    }

    .home .home-main .alumniServer .icons .icon[data-v-5d43ee00]:hover {
        opacity: .8
    }

    .home .home-main .alumniServer .icons .icon .img[data-v-5d43ee00] {
        width: 80px;
        height: 80px;
        background: rgba(200,22,30,.12);
        border-radius: 50%;
        margin: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .home .home-main .alumniServer .icons .icon .icon-title[data-v-5d43ee00] {
        width: 100px;
        height: 26px;
        font-size: 14px;
        color: #666;
        text-align: center;
        margin: 10px 0
    }

    .home .home-main .alumniServer .icons .icon .icon-title[data-v-5d43ee00]:hover {
        color: #c8161e
    }
}

@media screen and (min-width: 1600px) {
    .home_banner[data-v-5d43ee00] {
        margin-top:165px
    }

    .minWidth-con[data-v-5d43ee00] {
        min-width: 1204px
    }

    .minWidth-bar[data-v-5d43ee00] {
        min-width: 376px
    }

    .home[data-v-5d43ee00] {
        width: 100%;
        height: 100%
    }

    .home .home-main[data-v-5d43ee00] {
        width: 1600px;
        z-index: 999;
        margin: -30px auto 0;
        position: relative;
        left: 0px;
        top: 0px
    }

    .home .home-main .main[data-v-5d43ee00] {
        display: flex
    }

    .home .home-main .main .main-left[data-v-5d43ee00] {
        width: 70%;
        margin-right: 20px;
        background-color: #fff;
        box-shadow: 0 0 50px #0000000d
    }

    .home .home-main .main .main-left .top-title[data-v-5d43ee00] {
        width: 100%;
        height: 76px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(204,204,204,.4)
    }

    .home .home-main .main .main-left .top-title .title[data-v-5d43ee00] {
        font-size: 22px;
        font-weight: 800;
        margin-left: 30px;
        background: linear-gradient(145deg, #ff4444, #cc0000);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .home .home-main .main .main-left .top-title .btnMore[data-v-5d43ee00] {
        width: 50px;
        height: 26px;
        text-align: center;
        margin-right: 30px;
        background: #ffffff;
        border: 1px solid rgba(0,0,0,.1);
        transition: all .3s linear
    }

    .home .home-main .main .main-left .top-title .btnMore a[data-v-5d43ee00] {
        color: #555
    }

    .home .home-main .main .main-left .top-title .btnMore[data-v-5d43ee00]:hover {
        background-color: #c7272f;
        transition: all .5s;
        cursor: pointer;
        color: white;
    }

    .home .home-main .main .main-left .content[data-v-5d43ee00] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        margin: 30px 0 0;
        position: relative
    }

    .home .home-main .main .main-left .content .list[data-v-5d43ee00] {
        width: 368px;
        width: 368px;
        margin: 0 0 30px;
        border: 1px solid rgba(0,0,0,.1);
        cursor: pointer
    }

    .home .home-main .main .main-left .content .list .contentImg[data-v-5d43ee00] {
        overflow: hidden
    }

    .home .home-main .main .main-left .content .list .contentImg .img[data-v-5d43ee00] {
        width: 100%;
        height: 100%;
        vertical-align: bottom;
        transition: all .4s
    }

    .home .home-main .main .main-left .content .list .contentImg .img[data-v-5d43ee00]:hover {
        transform: scale(1.05);
        transition: all .6s;
        box-shadow: 0 0 70px #00000029
    }

    .home .home-main .main .main-left .content .list .content-title[data-v-5d43ee00] {
        width: 99%;
        line-height: 40px;
        font-size: 16px;
        border-top: none;
        text-indent: 1em;
        z-index: 99;
        font-weight: 550;
        letter-spacing: 1px;
        color: #535353
    }

    .home .home-main .main .main-left .content .list .content-title[data-v-5d43ee00]:hover {
        color: #c8161e;
        transform: translateZ(0)
    }

    .home .home-main .main .main-right[data-v-5d43ee00] {
        width: 30%;
        background-color: #fff;
        box-shadow: 0 0 50px #0000000d
    }

    .home .home-main .main .main-right .top-title[data-v-5d43ee00] {
        width: 100%;
        height: 76px;
        border-bottom: 1px solid rgba(204,204,204,.4);
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .home .home-main .main .main-right .top-title .title[data-v-5d43ee00] {
        font-size: 22px;
        font-weight: 800;
        margin-left: 30px;
        background: linear-gradient(145deg, #ff4444, #cc0000);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .home .home-main .main .main-right .top-title .btnMore[data-v-5d43ee00] {
        width: 50px;
        height: 26px;
        text-align: center;
        margin-right: 30px;
        background: #ffffff;
        border: 1px solid rgba(0,0,0,.1);
        transition: all .4s
    }

    .home .home-main .main .main-right .top-title .btnMore a[data-v-5d43ee00] {
        color: #666
    }

    .home .home-main .main .main-right .top-title .btnMore[data-v-5d43ee00]:hover {
        background-color: #c7272f;
        transition: all .5s;
        cursor: pointer;
        color: white;
    }

    .home .home-main .main .main-right .content[data-v-5d43ee00] {
        margin: 10px 30px 30px
    }

    .home .home-main .main .main-right .content .content-list[data-v-5d43ee00] {
        color: #444;
        cursor: pointer
    }

    .home .home-main .main .main-right .content .content-list .istop[data-v-5d43ee00],.home .home-main .main .main-right .content .content-list .newest[data-v-5d43ee00],.home .home-main .main .main-right .content .content-list .past[data-v-5d43ee00] {
        width: 56px;
        height: 20px;
        color: #c8161e;
        margin: 20px 0 9px;
        text-align: center;
        font-weight: 800;
        line-height: 20px;
        border-radius: 10px;
        background: #f1f1f1;
        display: flex;
        justify-content: space-evenly;
        align-items: center
    }

    .home .home-main .main .main-right .content .content-list .newest[data-v-5d43ee00] {
        color: #f28900
    }

    .home .home-main .main .main-right .content .content-list .past[data-v-5d43ee00] {
        color: #a7a7a7
    }

    .home .home-main .main .main-right .content .content-list .content-title[data-v-5d43ee00] {
        font-size: 12px;
        line-height: 18px
    }

    .home .home-main .main .main-right .content .content-list[data-v-5d43ee00]:hover {
        color: #c8161e
    }

    .home .home-main .main:nth-child(1) .overallNews[data-v-5d43ee00] .list {
        position: relative
    }

    .home .home-main .main:nth-child(1) .overallNews[data-v-5d43ee00] .list .overallNews-type {
        width: 36px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fffefe;
        font-size: 12px;
        background: #c21f28;
        position: absolute;
        top: 0;
        left: 0
    }

    .home .home-main .main:nth-child(1) .notice[data-v-5d43ee00] .content-list {
        height: 52px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eee
    }

    .home .home-main .main[data-v-5d43ee00]:nth-child(2) {
        margin-top: 20px
    }

    .home .home-main .main:nth-child(2) .branchNews .top-title .btnMore[data-v-5d43ee00] {
        /*display: none*/
    }

    .home .home-main .main:nth-child(2) .branchNews .content[data-v-5d43ee00] {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 30px 0;
        transition: all .5s
    }

    .home .home-main .main:nth-child(2) .branchNews .content .content_schoolNews[data-v-5d43ee00] {
         width: 30% 
    }

    .home .home-main .main:nth-child(2) .branchNews .content .content_schoolNews .list[data-v-5d43ee00] {
        border: none!important;
        margin-bottom: 20px!important
    }

    .home .home-main .main:nth-child(2) .branchNews .content .content_schoolNews .list .img[data-v-5d43ee00] {
        height: 150px!important
    }

    .home .home-main .main:nth-child(2) .branchNews .content .content_schoolNews .min_title[data-v-5d43ee00] {
        width: 100%;
        background: #f8f9fa
    }

    .home .home-main .main:nth-child(2) .branchNews .content[data-v-5d43ee00] .newsMore {
        font-size: 14px;
        font-family: SourceHanSansCN;
        text-align: center;
        height: 32px;
        color: #999;
        background-color: #eee;
        line-height: 32px
    }

    .home .home-main .main:nth-child(2) .branchNews .content[data-v-5d43ee00] .newsMore a:hover {
        color: #c8161e!important;
        background-color: #eee
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content {
        margin: 30px
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .content-list {
        height: 50px;
        background-color: #fff;
        color: #666;
        margin: 0 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .content-list:hover {
        color: #c8161e
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .time {
        text-align: center
    }
    
    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content  a {
        color: black;
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .time .month {
        width: 50px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        background: #c8161e
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .time .day {
        width: 48px;
        height: 28px;
        line-height: 28px;
        font-size: 22px;
        background: white;
        border: 1px solid rgba(0,0,0,.1);
        font-family: DengXian;
        font-weight: 300;
        color: #999
    }

    .home .home-main .main:nth-child(2) .alumniActivities[data-v-5d43ee00] .content .content-title {
        width: 260px;
        height: 47px;
        line-height: 47px;
        text-indent: 15px;
        letter-spacing: 1px;
        font-size: 14px;
        background: #f9f9f9;
        margin: 0 0 0 8px;
        padding: 0 5px 0 0
    }

    .home .home-main .helpSchool[data-v-5d43ee00] {
        width: 100%;
        height: 100%;
        margin: 0px 0 0;
        text-align: center
    }

    .home .home-main .helpSchool .top-title[data-v-5d43ee00] {
        width: 100%;
        height: 76px;
        display: flex;
        align-items: center
    }

    .home .home-main .helpSchool .top-title .title[data-v-5d43ee00] {
        font-size: 22px;
        font-weight: 800;
        background: linear-gradient(145deg, #ff4444, #cc0000);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .home .home-main .helpSchool .content[data-v-5d43ee00] {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: -.1rem 0 0
    }

    .home .home-main .helpSchool .content .list[data-v-5d43ee00] {
        margin-top: 30px;
        position: relative;
        cursor: pointer
    }

    .home .home-main .helpSchool .content .list .contentImg[data-v-5d43ee00] {
        overflow: hidden
    }

    .home .home-main .helpSchool .content .list .contentImg .img[data-v-5d43ee00] {
        width: 368px;
        height: 175px;
        vertical-align: bottom;
        transition: all .4s
    }

    .home .home-main .helpSchool .content .list .contentImg .img[data-v-5d43ee00]:hover {
        color: #c8161e;
        transform: scale(1.05);
        transition: all .5s;
        box-shadow: 0 0 70px #00000029
    }

    .home .home-main .helpSchool .content .list .mask_helpSchool[data-v-5d43ee00] {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0
    }

    .home .home-main .helpSchool .content .list .type[data-v-5d43ee00] {
        position: absolute;
        top: 15px;
        left: 8px;
        color: #fff;
        font-size: 16px
    }

    .home .home-main .helpSchool .content .list .mask[data-v-5d43ee00] {
        position: absolute;
        top: 0;
        left: 0;
        width: 368px;
        height: 130px;
        background: #000;
        opacity: .1
    }

    .home .home-main .helpSchool .content .list .content-title[data-v-5d43ee00] {
        width: 368px;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
        color: #333;
        background: #f8f9fa
    }

    .home .home-main .helpSchool .content .list .content-title .title[data-v-5d43ee00] {
        font-size: 18px;
        font-weight: 550;
        letter-spacing: 1px;
        color: #555;
        text-indent: 1em;
        padding: .04rem 0 0rem
    }

    .home .home-main .helpSchool .content .list .content-title .title[data-v-5d43ee00]:hover {
        color: #c8161e
    }

    .home .home-main .helpSchool .content .list .content-title .min-title[data-v-5d43ee00] {
        font-size: 12px;
        font-weight: 400;
        color: #888;
        text-indent: 1.3em;
        padding: 0rem 0 .05rem
    }

    .home .home-main .helpSchool .btnMore[data-v-5d43ee00] {
        width: 160px;
        height: 40px;
        margin: 20px auto;
        font-size: 18px;
        background: white;
        border: 1px solid rgba(0,0,0,.1);
        box-shadow: 0 0 24px #0000000f;
        transition: all .4s
    }

    .home .home-main .helpSchool .btnMore a[data-v-5d43ee00] {
        color: #666
    }

    .home .home-main .helpSchool .btnMore[data-v-5d43ee00]:hover {
        background-color: #c7272f;
        transition: all .5s;
        cursor: pointer;
        color: white;
    }

    .home .home-main .alumniServer[data-v-5d43ee00] {
        width: 100%;
        height: 100%
    }

    .home .home-main .alumniServer .top-title[data-v-5d43ee00] {
        width: 100%;
        text-align: center
    }

    .home .home-main .alumniServer .top-title .title[data-v-5d43ee00] {
        font-size: 22px;
        font-weight: 800;
        background: linear-gradient(145deg, #ff4444, #cc0000);
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .home .home-main .alumniServer .icons[data-v-5d43ee00] {
        padding: 30px 0 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .home .home-main .alumniServer .icons .icon[data-v-5d43ee00] {
        width: 160px;
        display: flex;
        justify-content: center;
        margin: 20px 0 0;
        cursor: pointer
    }

    .home .home-main .alumniServer .icons .icon[data-v-5d43ee00]:hover {
        opacity: .8
    }

    .home .home-main .alumniServer .icons .icon .img[data-v-5d43ee00] {
        width: 80px;
        height: 80px;
        background: rgba(200,22,30,.12);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px
    }

    .home .home-main .alumniServer .icons .icon .icon-title[data-v-5d43ee00] {
        width: 100px;
        height: 26px;
        font-size: 14px;
        color: #666;
        text-align: center;
        margin: 10px 0
    }

    .home .home-main .alumniServer .icons .icon .icon-title[data-v-5d43ee00]:hover {
        color: #c8161e
    }
}

#third-content[data-v-5d43ee00] {
    margin-top: 20px
}

#third-content .content[data-v-5d43ee00] {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 0 15px
}

#third-content .content .list[data-v-5d43ee00] {
    /* flex: 1; */
    border: none;
     margin: 0 20px 20px 0 
}

#third-content .content .list[data-v-5d43ee00]:last-child {
    margin-right: 0
}

#third-content .content .list .contentImg .img[data-v-5d43ee00] {
    width: 100%;
    object-fit: cover
}


#third-content .content .list .contentImg .bottom-title[data-v-5d43ee00] {
    background: #f8f9fa;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: .5em
}

@media screen and (max-width: 1600px) {
    #third-content .journal[data-v-5d43ee00] img {
        width:85%
    }
}

@media screen and (min-width: 1600px) {
    #third-content .journal[data-v-5d43ee00] img {
        width:95%;
        height: 250px;
    }
    
    
}

#third-content .journal .swiper-container[data-v-5d43ee00] {
    margin-top: 30px;
    background: #f9f9f9
}

#third-content .journal .swiper-slide[data-v-5d43ee00] {
    text-align: center;
    /* width: 50%!important */
}

a[data-v-5d43ee00] {
    color: #666
}

[data-v-5d43ee00] .swiper-pagination {
    bottom: 80px
}

[data-v-5d43ee00] .swiper-pagination-bullet-active {
    background: #c8161e
}

[data-v-5d43ee00] .swiper-button-disabled {
    background: #d3dce6
}

[data-v-5d43ee00] .swiper-pagination-bullet {
    margin: 12px 4px
}

.index_book__swiper_item[data-v-5d43ee00] {
    width: 188px;
    height: 247px
}

.index_book__swiper_item__img[data-v-5d43ee00] {
    width: 100%;
    height: 100%
}

.grayWeb[data-v-5d43ee00] {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    margin-top: 165px;
}
