a {
    text-decoration: none;
    color: #222;
}

/*澶撮儴寮€濮?/
.topBanner {
    height: 100vh;
    position: fixed;
    background-color: #6510AD;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.newsPage {
    text-align: center;
}

.topBanner .topBannerTextCard {
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    align-items: center;
    display: block;
}

.topBanner .topBannerTextCard .topBannerText {
    text-align: center;
    color: #6510AD;
    font-weight: bold;
    font-size: 48px;
    margin-top: calc(40vh - 90px);
    user-select: none;
}

.topBanner .topBannerImg {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.topMenu {
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.topMenu .menuFirstCard {
    display: flex;
    width: 100%;
    height: 100px;
}

.topMenu .menuFirstCardTwo {
    background-color: #6510AD;
}

.topMenu .menuFirstCard .menuFirstLeft {
    height: 100%;
    padding-left: 10%;
}

.topMenu .menuFirstCard .menuFirstLeft img {
    height: 70px;
    margin: 15px 0;
    float: left;
}

.topMenu .menuFirstCard .menuFirstLeft h1 {
    color: #fff;
    font-size: 24px;
    line-height: 100px;
    float: left;
    margin: 0 20px;
}

.topMenu .menuFirstCard .menuFirstRight {
    position: absolute;
    right: 0;
    height: 100%;
    display: inline-block;
    text-align: right;
    margin-right: 10%;
    /* margin-top: 10px; */
    user-select: none;
}

.menuFirstCard .menuFirstRight .menuInfo {
    position: absolute;
    right: 20px;
    color: #FFFFFF;
    display: flex;
    font-size: 16px;
}

.homeMenu .menuFirstCard .menuFirstRight .menuInfo {
    padding-top: 8px;
}

.menuFirstCard .menuFirstRight .menuInfo .glyphicon {
    margin-right: 5px;
}

.menuFirstCard .menuFirstRight .menuInfo span {
    line-height: 1;
}

.topMenu .menuFirstCard .menuFirstRight .menuFirstRightText {
    /* padding: 10px 0px; */
    margin: 0px 20px;
    font-size: 20px;
    line-height: 100px;
    color: white;
    cursor: pointer;
    transition: border-top-width .5s;
    position: relative;
    text-decoration: none;
}

.topMenu .menuFirstCard .menuFirstRight .menuFirstRightText:after {
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #FFFFFF;
    transition: all .3s;
}

.topMenu .menuFirstCard .menuFirstRight .menuFirstRightText:hover:after {
    left: 0;
    transition: all .3s;
    width: 100%;
}

.topMenu .menuSecondCard {
    width: 100%;
    height: 70px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    /* color: #ee9ccf; */
    font-weight: bold;
}

.topMenu .menuSecondCardTwo {
    background-color: white;
    text-align: center;
    box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
    color: black !important;
    font-weight: 400 !important;
}

.topMenu .menuSecondCardTwo a {
    color: #222 !important;
}

.topMenu .menuSecondCard .menuSecondTitleCard {
    display: inline-block;
    margin: 0 auto;
    user-select: none;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    margin: 0px 30px;
    cursor: pointer;
    font-size: 16px;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li a {
    color: #fff;
    line-height: 50px;
    display: block;
    text-decoration: none;
    font-size: 20px;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #6510AD;
    transition: all .3s;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:hover:after {
    left: 0;
    transition: all .3s;
    width: 100%;
}

.clickNav{
    border-bottom: 3px solid #6510AD;
}

.topMenu .menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #6510AD !important;
}

.topMenu .menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li:hover:after {
    left: 0;
    transition: all .3s;
    width: 100%;
}

.topFooter {
    position: fixed;
    height: 60px;
    background-color: #6510AD;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
}

.topFooter .topFooterText {
    text-align: center;
    color: white;
    font-weight: bold;
    user-select: none;
    line-height: 60px;
    cursor: pointer;
}

/*澶撮儴缁撴潫*/

/*鏂伴椈寮€濮?/
.contentCard {
    z-index: 10;
    position: absolute;
    top: 100vh;
    left: 0;
    right: 0;
}

.contentCard .news {
    background-color: #f9f6ef;
}

.contentCard .news .newsCard {
    width: 80%;
    margin: 0 auto;
}


.contentCard .news .newsCard .newsTitle {
    padding-top: 80px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 900;
    color: #6510AD;
}

.introducCard{
    font-size: 20px;
    line-height: 40px;
    text-indent: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.contentCard .news .newsCard .newsList {
    margin: 10px;
    height: 354px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
    font-weight: bold;
    transition: all .5s;
    overflow: hidden;
}

.contentCard .news .newsCard .newsList:hover {
    cursor: pointer;
    box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
}

.contentCard .news .newsCard .newsList .bigImg {
    height: 354px;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all .5s;
}

.contentCard .news .newsCard .newsList .bigImg:hover {
    width: 102%;
}

.contentCard .news .newsCard .newsList .bigContent {
    height: 85px;
    padding: 15px;
    background-color: #00000060;
    position: relative;
    top: -90px;
}

.contentCard .news .newsCard .newsList .bigContent a {
    width: 100%;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.contentCard .news .newsCard .newsList .minImg {
    height: 227px;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: all .5s;
}

.contentCard .news .newsCard .newsList .minImg:hover {
    width: 102%;
}

.contentCard .news .newsCard .newsList .minContent {
    height: 118px;
    padding: 15px;
}

.contentCard .news .newsCard .newsList .minContent a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.moreBtn {
    text-align: center;
    padding: 40px 0 50px 0px;
}

.moreBtn .btn {
    display: inline-block;
    width: 420px;
    height: 60px;
    background-color: #6510AD;
    line-height: 55px;
    color: #FFFFFF;
    font-size: 28px;
    user-select: none;
    cursor: pointer;
}

.moreBtn .btn:hover{
    background-color: #6510AD;
    color: #fff;
}

/*鏂伴椈缁撴潫*/

/*閫氱煡鍏憡寮€濮?/
.contentCard .notice {
    background: #fff;
    color: #000;
}

.contentCard .notice .noticeCard {
    width: 80%;
    margin: 0 auto;
}

.contentCard .notice .noticeCard .noticeTitle {
    padding-top: 80px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 900;
    color: #6510AD;
    user-select: none;
}

.contentCard .notice .noticeCard .noticeList {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    height: 60px;
    user-select: none;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.contentCard .notice .noticeCard .noticeList .noticeTime {
    width: 90px;
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 27px;
    border-right: 4px solid #6510ad;
}


.contentCard .notice .noticeCard .noticeList .noticeContent {
    width: calc(100% - 110px);
    margin-left: 20px;
}

.contentCard .notice .noticeCard .noticeList .noticeContent .noticeContentTitle {
    font-size: 24px;
    /* font-weight: bold; */
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.1s;
}

.contentCard .notice .noticeCard .noticeList .noticeContent .noticeContentInfo {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

/*閫氱煡鍏憡缁撴潫*/

/*绉戠爺鎴愭灉寮€濮?/

.contentCard .scientific_research {
    background: #fff;
}

.contentCard .scientific_research .scientific_research_card {
    width: 80%;
    margin: 0 auto;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_title {
    padding-top: 80px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 900;
    user-select: none;
    color: #6510AD;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list {
    margin: 10px;
    height: 354px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
    font-weight: bold;
    transition: all .5s;
    overflow: hidden;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list:hover {
    cursor: pointer;
    box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list .minImg {
    height: 227px;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list .minImg:hover {
    width: 105%;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list .minContent a {
    height: 118px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.card-li{
    text-align: center;
    height: 92px;
    border: 1px solid #6510AD;
    border-radius: 5px;
    padding:  5px;
    margin: 20px 0;
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #000;
}

.card-li span{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
}

.card-li:hover{
    text-decoration: none;
    background-color: #6510AD;
    color: #fff;
}

/*绉戠爺鎴愭灉缁撴潫*/

/*甯堢敓椋庨噰寮€濮?/

.contentCard .teachers_students {
    background: #f9f6ef;
    padding-bottom: 50px;
}

.contentCard .teachers_students .teachers_students_card {
    width: 80%;
    margin: 0 auto;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_title {
    padding-top: 80px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 900;
    user-select: none;
    color: #6510AD;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list {
    margin: 10px;
    height: 354px;
    /* border: 1px solid #00000026; */
    border-radius: 4px;
    display: block;
    font-weight: bold;
    transition: all .5s;
    overflow: hidden;
    text-align: center;
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 0;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list:hover {
    cursor: pointer;
    box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list .minImg {
    height: 300px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list .minContent a {
    height: 118px;
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/*甯堢敓椋庨噰缁撴潫*/

/*鍏充簬寮€濮?/
.contentCard .aboutUs {
    background: #2f2424;
}

.contentCard .aboutUs .aboutUs_card {
    width: 80%;
    margin: 0 auto;
}

.contentCard .aboutUs .aboutUs_card .aboutUs_title {
    padding-top: 80px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
    color: #FFFFFF;
    font-weight: 900;
    user-select: none;
}

.contentCard .aboutUs .aboutUs_card .aboutTitle {
    font-size: 24px;
    text-align: center;
    user-select: none;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.contentCard .aboutUs .aboutUs_card .aboutValue {
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    user-select: none;
    color: #FFFFFF;
}

/*鍏充簬瀛﹂櫌缁撴潫*/

/*缁撳熬鐗堟潈寮€濮?/
.contentCard .footer {
    font-size: 20px;
    /* line-height: 100px; */
    text-align: center;
    background: #6510AD;
    color: #fff;
    user-select: none;
}

.contentCard .footer .footerText {
    line-height: 100px;
}
 .footerText  p {
   margin: 0 0 0 !important;
}
/*缁撳熬鐗堟潈缁撴潫*/

/* .sonBannerCarousel {
    height: 240px;
    overflow: hidden;
} */

.buttLine{
    width: 20%;
    border: 1px solid #6510AD;
    text-align: center;
    margin: 0 auto 20px;
}

/*鎵嬫満绔€傚簲*/
@media (min-width: 300px) and (max-width: 768px) {
    /* .sonBannerCarousel {
        height: 140px;
    } */

    /*澶撮儴寮€濮?/
    .topBanner {
        height: 100vh;
        position: fixed;
        background-color: #6510AD;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }

    .topBanner .topBannerTextCard {
        position: fixed;
        top: 120px;
        right: 0;
        left: 0;
        align-items: center;
        display: block;
    }

    .topBanner .topBannerTextCard .topBannerText {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 32px;
        margin-top: calc(40vh - 90px);
        user-select: none;
    }

    .topBanner .topBannerImg {
        height: 100vh;
        width: 100vw;
        object-fit: cover;
    }

    .topMenu {
        z-index: 11;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .topMenu .menuFirstCard {
        display: flex;
        background-color: #6510AD;
        width: 100%;
        height: 50px;
    }

    .topMenu .menuFirstCardTwo {
        background-color: #6510AD;
    }

    .topMenu .menuFirstCard .menuFirstLeft {
        height: 100%;
        /* margin-top: 10px; */
        padding-left: 4%;
    }

    .topMenu .menuFirstCard .menuFirstLeft img {
        height: 30px;
        margin-top: 10px;
        width: auto;
    }

    .topMenu .menuFirstCard .menuFirstLeft h1 {
        margin-left: 5px;
        font-size: 13px;
        line-height: 50px;
    }

    .topMenu .menuFirstCard .menuFirstRight {
        position: absolute;
        right: 0;
        height: 100%;
        display: inline-block;
        text-align: right;
        margin-right: 0;
        margin-top: 10px;
        user-select: none;
    }

    .topMenu .menuFirstCard .menuFirstRight .menuFirstRightText {
        padding: 10px 0px;
        margin: 0px 20px;
        color: white;
        cursor: pointer;
        transition: border-top-width .5s;
        position: relative;
    }

    .topMenu .menuFirstCard .menuFirstRight .menuFirstRightText:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 3px;
        background-color: #FFFFFF;
    }

    .topMenu .menuFirstCard .menuFirstRight .menuFirstRightText:hover:after {
        left: 0;
        transition: all .3s;
        width: 100%;
    }

    .topMenu .menuSecondCard {
        width: 100%;
        height: 70px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        color: white;
        font-weight: bold;
    }

    .topMenu .menuSecondCardTwo {
        background-color: white;
        text-align: center;
        box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
        color: black !important;
        font-weight: 400 !important;
    }

    .topMenu .menuSecondCard .menuSecondTitleCard {
        display: inline-block;
        margin: 0 auto;
        user-select: none;
    }

    .topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li {
        list-style: none;
        position: relative;
        display: inline-block;
        padding: 10px 0px;
        margin: 0px 10px;
        cursor: pointer;
    }

    .topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 3px;
        background-color: #FFFFFF;
    }

    .topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:hover:after {
        left: 0;
        transition: all .3s;
        width: 100%;
    }

    .topMenu .menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 3px;
        background-color: #6510AD !important;
    }

    .topMenu .menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li:hover:after {
        left: 0;
        transition: all .3s;
        width: 100%;
    }

    .mh {
        -webkit-filter: blur(4px);
        filter: blur(4px);
    }

    .topMenu .menuThreeCard {
        width: 100%;
        display: block;
        height: 0vh;
        overflow: hidden;
        background-color: #00000090;
        text-align: center;
        box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
        transition: height .5s;
    }

    .topMenu .active {
        height: 100vh;
    }

    .topMenu .menuThreeCard .menuThreeTitleCard {
        background-color: #FFFFFF;
        user-select: none;
        transition: all 0.3s;
    }

    .menuThreeTitle .col-xs-6 {
        padding: 0;
    }

    .topMenu .menuThreeCard .menuThreeTitleCard .menuThreeTitle {
        width: 100%;
    }

    .topMenu .menuThreeCard .menuThreeTitleCard .menuThreeTitle .menuThreeList {
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        width: 100%;
        height: 52px;
        font-size: 12px;
        line-height: 52px;
        margin: auto 0;
    }


    .topFooter {
        position: fixed;
        height: 60px;
        background-color: #6510AD;
        z-index: 9;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .topFooter .topFooterText {
        text-align: center;
        color: white;
        font-weight: bold;
        user-select: none;
        line-height: 60px;
        cursor: pointer;
    }

    /*澶撮儴缁撴潫*/
    /*鏂伴椈寮€濮?/
    .contentCard {
        z-index: 10;
        position: absolute;
        top: 100vh;
        left: 0;
        right: 0;
    }

    .contentCard .news {
        background-color: #f9f6ef;
    }

    .contentCard .news .newsCard {
        width: 98%;
        margin: 0 auto;
    }


    .contentCard .news .newsCard .newsTitle {
        padding-top: 80px;
        font-size: 32px;
        text-align: center;
        margin-bottom: 80px;
        font-weight: 900;
        color: #6510AD;
    }

    .contentCard .news .newsCard .newsList {
        margin: 10px;
        height: 354px;
        background-color: #FFFFFF;
        box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
        font-weight: bold;
        transition: all .5s;
        overflow: hidden;
    }

    .contentCard .news .newsCard .newsList:hover {
        cursor: pointer;
        box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
    }

    .contentCard .news .newsCard .newsList .bigImg {
        height: 227px;
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
        transition: all .5s;
    }

    .contentCard .news .newsCard .newsList .bigImg:hover {
        width: 102%;
    }

    .contentCard .news .newsCard .newsList .bigContent {
        position: unset;
        border-radius: 0px;
        background-color: #FFFFFF;
        color: #000000;
        font-size: unset;
    }

    .contentCard .news .newsCard .newsList .bigContent a {
        color: #000000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .contentCard .news .newsCard .newsList .minImg {
        height: 227px;
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
        transition: all .5s;
    }

    .contentCard .news .newsCard .newsList .minImg:hover {
        width: 102%;
    }

    .contentCard .news .newsCard .newsList .minContent a {
        height: 118px;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .moreBtn {
        text-align: center;
        padding: 80px 0 100px 0px;
    }

    .moreBtn .btn {
        display: inline-block;
        width: 70%;
        height: 50px;
        background-color: #6510AD;
        line-height: 50px;
        color: #FFFFFF;
        font-size: 20px;
        user-select: none;
        padding: 0
    }

    /*鏂伴椈缁撴潫*/
    /*閫氱煡鍏憡寮€濮?/
    .contentCard .notice {
        background: #fff;
        color: #6510AD;
    }

    .contentCard .notice .noticeCard {
        width: 98%;
        margin: 0 auto;
    }

    .contentCard .notice .noticeCard .noticeTitle {
        padding-top: 80px;
        font-size: 32px;
        text-align: center;
        margin-bottom: 80px;
        font-weight: 900;
        color: #6510AD;
        user-select: none;
    }

    .contentCard .notice .noticeCard .noticeList {
        position: relative;
        display: flex;
        margin-bottom: 40px;
        height: 60px;
        user-select: none;
        cursor: pointer;
    }

    .contentCard .notice .noticeCard .noticeList .noticeTime {
        width: 90px;
        text-align: center;
        display: block;
        line-height: 27px;
        border-right: 4px solid #000;
    }


    .contentCard .notice .noticeCard .noticeList .noticeContent {
        width: calc(100% - 110px);
        margin-left: 20px;
    }

    .contentCard .notice .noticeCard .noticeList .noticeContent .noticeContentTitle {
        font-size: 20px;
        /* font-weight: bold; */
        line-height: 32px;
        overflow: hidden;
        /* white-space: nowrap; */
        text-overflow: ellipsis;
        transition: all 0.5s;
    }

    .contentCard .notice .noticeCard .noticeList .noticeContent .noticeContentInfo {
        color: #999;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.5s;
    }

    /*閫氱煡鍏憡缁撴潫*/
    /*绉戠爺鎴愭灉寮€濮?/
    .contentCard .scientific_research {
        background: #f9f6ef;
    }

    .contentCard .scientific_research .scientific_research_card {
        width: 98%;
        margin: 0 auto;
    }

    .contentCard .scientific_research .scientific_research_card .scientific_research_title {
        padding-top: 80px;
        font-size: 32px;
        text-align: center;
        margin-bottom: 80px;
        font-weight: 900;
        user-select: none;
        color: #6510AD;
    }

    .contentCard .scientific_research .scientific_research_card .scientific_research_list {
        margin: 10px;
        height: 354px;
        background-color: #FFFFFF;
        box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
        font-weight: bold;
        transition: all .5s;
        overflow: hidden;
    }

    .contentCard .scientific_research .scientific_research_card .scientific_research_list:hover {
        cursor: pointer;
        box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
    }

    .contentCard .scientific_research .scientific_research_card .scientific_research_list .minImg {
        height: 227px;
        width: 100%;
        border-radius: 4px;
        object-fit: cover;
        overflow: hidden;
        transition: all .5s;
    }

    .contentCard .scientific_research .scientific_research_card .scientific_research_list .minImg:hover {
        width: 105%;
    }

    .contentCard .scientific_research .scientific_research_card .scientific_research_list .minContent a {
        height: 118px;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    /*绉戠爺鎴愭灉缁撴潫*/
    /*甯堢敓椋庨噰寮€濮?/
    .contentCard .teachers_students {
        background: #fff;
    }

    .contentCard .teachers_students .teachers_students_card {
        width: 98%;
        margin: 0 auto;
    }

    .contentCard .teachers_students .teachers_students_card .teachers_students_title {
        padding-top: 80px;
        font-size: 32px;
        text-align: center;
        margin-bottom: 80px;
        font-weight: 900;
        user-select: none;
        color: #6510AD;
    }

    .contentCard .teachers_students .teachers_students_card .teachers_students_list {
        margin: 10px;
        height: 300px;
        border: 1px solid #00000026;
        border-radius: 4px;
        /*background-color: #FFFFFF;*/
        /*box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;*/
        font-weight: bold;
        transition: all .5s;
        overflow: hidden;
        padding: 10px 0;
    }

    .contentCard .teachers_students .teachers_students_card .teachers_students_list:hover {
        cursor: pointer;
        box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
    }

    .contentCard .teachers_students .teachers_students_card .teachers_students_list .minImg {
        height: 227px;
        object-fit: cover;
        overflow: hidden;
        transition: all .5s;
    }
/*
    .contentCard .teachers_students .teachers_students_card .teachers_students_list .minImg:hover {
        width: 105%;
    } */

    .contentCard .teachers_students .teachers_students_card .teachers_students_list .minContent{
        height: 118px;
        width: 100%;
        line-height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    /*甯堢敓椋庨噰缁撴潫*/
    /*鍏充簬寮€濮?/
    .contentCard .aboutUs {
        background: #2f2424;
    }

    .contentCard .aboutUs .aboutUs_card {
        width: 98%;
        margin: 0 auto;
    }

    .contentCard .aboutUs .aboutUs_card .aboutUs_title {
        padding-top: 80px;
        font-size: 32px;
        text-align: center;
        margin-bottom: 80px;
        color: #FFFFFF;
        font-weight: 900;
        user-select: none;
    }

    .contentCard .aboutUs .aboutUs_card .aboutTitle {
        font-size: 24px;
        text-align: center;
        user-select: none;
        color: #FFFFFF;
        margin-bottom: 15px;
    }

    .contentCard .aboutUs .aboutUs_card .aboutValue {
        font-size: 32px;
        text-align: center;
        font-weight: 900;
        user-select: none;
        color: #FFFFFF;
    }

    /*鍏充簬瀛﹂櫌缁撴潫*/
    /*缁撳熬鐗堟潈寮€濮?/
    .contentCard .footer {
        padding: 5px;;
        text-align: center;
        background: #6510AD;
        user-select: none;
        font-size: 18px;
    }

    .contentCard .footer .footerText {
        line-height: 40px;
    }

    /*缁撳熬鐗堟潈缁撴潫*/
}