@charset "UTF-8";

body {
    color: #333333;
    overflow-x: hidden;
    height: 100%;
}


/* 图片自适应 */

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
    display: block;
    transition: all ease 0.8s;
    object-fit: cover;
}

.imghover {
    overflow: hidden;
}

.imghover:hover img {
    transform: scale(1.2);
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/* 公共样式*/

.public-box {
    margin-right: auto;
    margin-left: auto;
    width: 1400px;
}

.disNone {
    display: none;
}

.clearf {
    position: relative;
}

.clearf:after {
    content: '';
    display: block;
    clear: both;
}

.oh {
    overflow: hidden;
}

.over1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.over2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 大标题 */

.index-item-title {
    text-align: center;
    padding-top: 75px;
}

.index-item-title p:nth-child(1) {
    -webkit-text-stroke: 1px rgba(160, 161, 161, 0.6);
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.index-item-title p:nth-child(2) {
    margin-top: -60px;
    color: #b81319;
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
}

.index-item-title02 p:nth-child(1) {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
}

.index-item-title02 p:nth-child(2) {
    color: #fff;
}


/*nav 菜单开始*/

.nav-box {
    width: 100%;
    position: relative;
}

.nav-block {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}

.nav-menu-box {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
}

.nav-menu-box {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 12;
}

.nav-menu-top-box {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px
}

.nav-menu-top-block {
    position: relative;
    float: right;
}

.nav-menu-top-block .nav-menu-top-link {
    display: inline-block;
    position: relative;
}

.nav-menu-top-block .nav-menu-top-link a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 30px;
}

.nav-menu-top-block .nav-menu-top-link a:last-child {
    margin-right: 20px;
}

.nav-menu-bottom-block {
    position: relative;
    padding: 10px 0;
}

.nav-menu-bottom-block .nav-menu-bottom-left {
    min-width: 300px;
    float: left;
}

.nav-menu-bottom-block .nav-menu-bottom-right {
    float: right;
}

.nav-menu-bottom-block .nav-menu-bottom-left .nav-menu-logo-box a {
    display: block;
}

.nav-menu-bottom-block .nav-menu-bottom-left .nav-menu-logo-box img {
    width: auto;
    height: 53px;
    margin-top: 3px;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list {
    margin-top: 0;
    margin-right: 40px;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul {
    display: flex;
    width: 950px;
    justify-content: space-between;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
    position: relative;
    text-align: center;
    flex: auto;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first {
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #ffffff;
    padding: 0;
    display: inline-block;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon p.nav-menu-second-first {
    position: relative;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon p.nav-menu-second-first:after {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    width: 12px;
    height: 60px;
    background: url(../images/icon01.png) no-repeat center right;
    background-size: 12px;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon:hover p.nav-menu-second-first:after {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first-du {
    background: none;
    padding-right: 0;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first-du:hover {
    background: none;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first img {
    width: 12px;
    display: inline-block;
    margin-left: 6px;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li:hover p.nav-menu-second-first img {
    transform: rotate(180deg);
    transition: all ease 0.3s;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li .nav-menu-second-list {
    display: none;
    transition: all ease 0.3s;
    padding: 0;
    background: #ffffff;
    position: relative;
    width: 100%;
    text-align: center;
    border-top: 4px solid #b81319;
    margin-top: 6px;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li:hover .nav-menu-second-list {
    display: block;
}

.nav-menu-second-list-li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.nav-menu-second-list-li a:hover {
    color: #ffffff;
    background: #b81319;
}

.nav-bg .nav-menu-top-box {
    margin-top: 5px;
}

.nav-bg .nav-block {
    height: 127px;
    background: #b81319;
}

.menuIconSwitch {
    display: none;
}

.nav-menu-search {
    position: absolute;
    top: 14px;
    right: 0;
}

.nav-menu-search-box {
    position: relative;
    width: 160px;
}

.nav-menu-search-box input {
    display: none;
    border: 0;
    width: 100px;
    border-radius: 32px;
    background: #ffffff;
    padding: 0 45px 0 15px;
    line-height: 32px;
    height: 32px;
}

.nav-menu-search-box img {
    width: 19px;
    position: absolute;
    right: 15px;
    top: 7px;
    cursor: pointer;
}

.nav-menu-search-box img.seacrch-icon02 {
    display: none;
}

.nav-menu-search-box:hover img.seacrch-icon01 {
    display: none;
}

.nav-menu-search-box:hover img.seacrch-icon02 {
    display: block;
}

.nav-menu-search-box:hover input {
    display: block;
}

.banner-swiper a {
    display: block;
}

.banner-swiper video {
    display: block;
    border: none;
    outline: none;
}

.banner-box .swiper-slide .banner-img {
    height: 100vh;
}

.banner-img img {
    height: 100%;
}

.banner-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .nav-menu-bottom-block .nav-menu-bottom-left .nav-menu-logo-box img {
        height: 48px;
        margin-top: 6px;
    }

    .nav-menu-box {
        padding: 0;
        margin: 0 auto;
        width: 1200px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul {
        width: 800px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first {
        font-size: 18px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first-du {
        padding-right: 0;
    }

}

@media (max-width: 1200px) and (min-width: 769px) {
    .nav-menu-box {
        width: 94%;
        padding: 0;
        margin: 0 auto;
    }

    .nav-menu-top-block .nav-menu-top-link a {
        margin-right: 15px;
    }

    .nav-menu-bottom-block {
        margin-top: -47px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-left .nav-menu-logo-box img {
        height: 35px;
        margin-top: 0;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right {
        width: 100%;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
        flex: auto;
        text-align: center;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first {
        font-size: 18px;
        line-height: 45px;
        min-width: auto;
        position: relative;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li:last-child p.nav-menu-second-first {
        margin-right: 0;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li .nav-menu-second-list {
        padding: 0;
    }

    .nav-menu-second-list-li a {
        padding-left: 0;
        margin-left: 0;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li:last-child p.nav-menu-second-first {
        padding-right: 0;
    }

    .nav-bg .nav-block {
        height: 100px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon p.nav-menu-second-first:after {
        height: 45px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-left {
        float: none;
    }

    .nav-menu-search {
        top: 6px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .nav-box .nav-block {
        height: 50px;
        background: #b81319;
        position: fixed;
    }

    .nav-menu-top-box {
        display: none;
    }

    .nav-menu-bottom-block .nav-menu-bottom-left {
        min-width: auto;
        width: auto;
        margin-left: 3%;
    }

    .nav-menu-bottom-block {
        padding: 0;
    }

    .nav-menu-bottom-block .nav-menu-bottom-left .nav-menu-logo-box img {
        height: 32px;
        margin-top: 9px;
    }

    .nav-menu-box {
        padding: 0;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right {
        float: none;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list {
        margin-right: 0;
        position: fixed;
        top: 50px;
        right: 0;
        width: 150px;
        background: #b81319;
        display: none;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul {
        width: auto;
        display: block;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li a {
        width: 85px;
        display: block;
        position: relative;
        margin-left: 0;
        text-align: left;
        color: #ffffff;
        margin-left: 25px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first {
        padding-right: 0;
        font-size: 16px;
        line-height: 40px;
        text-align: right;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li .nav-menu-second-list {
        width: 100%;
        text-align: center;
        padding-left: 5px;
        padding-top: 0;
        border-top: 0;
        background: none;
        margin-top: 0;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li .nav-menu-second-list-li a {
        width: 105px;
    }

    .nav-box .menuIconSwitch {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
    }

    .nav-box .menuIconSwitch img {
        display: none;
        width: 30px;
        margin: 10px;
    }

    .nav-box .menuIconSwitch img.active {
        display: block;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li:hover p.nav-menu-second-first {
        background: none;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon p.nav-menu-second-first:after {
        display: none;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon p.nav-menu-second-first {
        padding-right: 0;
    }

    .nav-menu-search {
        position: fixed;
        top: 9px;
        right: 50px;
    }
}

/* ----菜单结束---- */

/* 遮罩层 */
.index-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

@media (max-width: 768px) {
    .index-mask {
        display: none;
    }
}


/* 专业列表 */

.major-box {
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.major-block ul {
    display: flex;
    flex-wrap: wrap;
}

.major-block ul li {
    flex: 1;
    text-align: center;
    margin-right: 14px;
    line-height: 60px;
    background-color: #b81319;
    font-size: 18px;
}

.major-block ul li a p {
    color: #ffffff;
    display: inline-block;
    /* padding-left: 36px; */
}

.major-block ul li:last-child {
    margin-right: 0;
}

.major-block ul li:hover {
    background-color: #8d1419;
}

/* .major-block ul li:nth-child(1) a p {
    background: url(../images/icon03.png) no-repeat center left;
    background-size: 32px;
}

.major-block ul li:nth-child(2) a p {
    background: url(../images/icon04.png) no-repeat center left;
    background-size: 32px;
}

.major-block ul li:nth-child(3) a p {
    background: url(../images/icon05.png) no-repeat center left;
    background-size: 32px;
}

.major-block ul li:nth-child(4) a p {
    background: url(../images/icon06.png) no-repeat center left;
    background-size: 32px;
}

.major-block ul li:nth-child(5) a p {
    background: url(../images/icon07.png) no-repeat center left;
    background-size: 32px;
}

.major-block ul li:nth-child(6) a p {
    background: url(../images/icon08.png) no-repeat center left;
    background-size: 32px;
}

.major-block ul li:nth-child(7) a p {
    background: url(../images/icon09.png) no-repeat center left;
    background-size: 32px;
} */

/* 广告通知位 */
.index-advertisement-box {
    padding: 50px 0;
    background: url(../images/img02.jpg) no-repeat center bottom;
    background-size: cover;
}

.index-advertisement-block ul {
    display: flex;
    flex-wrap: wrap;
}

.index-advertisement-block ul li {
    flex: 1;
    box-shadow: 1px 1px 10px #000;
}

.index-advertisement-block ul li:nth-child(1) {
    margin-right: 16px;
}

/* 申请截止日期 */
.index-end-box {
    padding: 80px 0;
    background: url(../images/img05.png) repeat center center;
    background-size: cover;
}

.index-end-title {
    text-align: center;
    margin-bottom: 50px;
}

.index-end-title p:nth-child(1) {
    font-size: 68px;
    line-height: 80px;
    color: #ffffff;
    font-weight: bold;
    -webkit-text-stroke: 1px rgba(160, 161, 161, 0.6);
    -webkit-text-fill-color: transparent;
}

.index-end-title p:nth-child(2) {
    line-height: 80px;
    font-size: 30px;
    color: #ffffff;
    margin-top: -80px;
}

.index-end-cont {
    margin-bottom: 50px;
    position: relative;
}

.index-end-swiper {
    margin: 0 50px;
    padding: 10px;
}

.index-end-cont .swiper-button-prev:after,
.index-end-cont .swiper-button-next:after {
    color: #ffffff;
}

.index-end-item {
    background: #f5f5f5;
    text-align: center;
    position: relative;
    padding-top: 10px;
    box-shadow: 1px 1px 6px;
    margin-bottom: 10px;
}

.index-end-item .index-end-item-top p:nth-child(1) {
    font-size: 88px;
    line-height: 100px;
    height: 100px;
    font-weight: bold;
    color: #b9c3d4;
    opacity: 0.25;
    overflow: hidden;
}

.index-end-item .index-end-item-top p:nth-child(2) {
    line-height: 100px;
    margin-top: -100px;
    font-size: 74px;
    font-weight: bold;
    color: #3c3c3c;
    position: relative;
    z-index: 2;
}

.index-end-item .index-end-item-top p:nth-child(3) {
    color: #3c3c3c;
    margin-bottom: 10px;
}

.index-end-item .index-end-item-bottm p {
    background: #b81319;
    line-height: 55px;
    color: #ffffff;
}

.index-end-link a {
    display: block;
    width: 300px;
    margin: 0 auto;
    color: #3c3c3c;
    font-size: 18px;
    line-height: 56px;
    font-weight: bold;
    background: #e0e0e0;
    text-align: center;
    box-shadow: 1px 1px 5px;
}

.index-end-link a:hover {
    color: #b81319;
    background: #ffffff;
}

.index-end-item.active .index-end-item-bottm p,
.index-end-item:hover .index-end-item-bottm p {
    background: #b81319;
    color: #ffffff;
}

/* 公共标题 */
.index-public-title {
    position: relative;
    overflow: hidden;
}

.index-public-title p:nth-child(1) {
    -webkit-text-stroke: 1px rgba(160, 161, 161, 0.6);
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 60px;
    color: #b9c3d4;
    font-weight: bold;
    font-style: italic;
    margin-left: 50px;
}

.index-public-title p:nth-child(2) {
    margin-top: -60px;
    color: #b81319;
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
}

.index-public-title a.index-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b81319;
    font-weight: bold;
    width: 70px;
    border: 1px solid #b81319;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    transition: all ease 0.5s;
}

.index-public-title a.index-more:hover {
    border: 1px solid #b81319;
    color: #ffffff;
    background: #b81319;
    border-radius: 24px;
}

/* 新闻资讯&活动预告 */
.bg-box01 {
    background: url(../images/img07.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0;
}

.mba-news-block {
    margin: 40px 0 60px 0;
}

.mba-news-list ul {
    display: flex;
    flex-wrap: wrap;
}

.mba-news-list ul li {
    width: 31.4%;
}

.mba-news-list ul li:nth-child(2) {
    margin-left: 2.9%;
    margin-right: 2.9%;
}

.mba-news-item {
    position: relative;
    height: 550px;
    background: #ffffff;
    border-bottom: 6px solid #b9c3d4;
}

.mba-news-item-img {
    overflow: hidden;
    height: 262px;
}

.mba-news-item-img img {
    transition: all ease 0.8s;
    max-height: 262px;
    height: 100%;
}

.mba-news-item-title {
    min-height: 64px;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    background: #b81319;
}

.mba-news-item-title p {
    margin: 0 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mba-news-item-intro {
    margin: 10px 20px;
    color: #666666;
    line-height: 26px;
}

.mba-news-item-time {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    background: url(../images/icon18.png) no-repeat left center;
    background-size: 16px;
    position: absolute;
    bottom: 40px;
    left: 25px;
}

.mba-news-item-arrow {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 76px;
    background-color: #b81319;
}

.mba-news-item-arrow img {
    width: 19px;
    margin: 11px auto;
}

.mba-news-item:hover {
    box-shadow: 1px 1px 10px;
    border-bottom: 6px solid #b81319;
}

.mba-news-item:hover .mba-news-item-img img {
    transform: scale(1.2);
}

/* 活动预告 */
.mba-preview-list {
    margin-top: 40px;
}

.mba-preview-list ul {
    display: flex;
    flex-wrap: wrap;
}

.mba-preview-list ul li {
    width: 31.4%;
}

.mba-preview-list ul li:nth-child(2) {
    margin-left: 2.9%;
    margin-right: 2.9%;
}

.mba-preview-item {
    padding: 25px;
    position: relative;
    background-color: #ffffff;
    border-radius: 0px 0px 32px 0px;
}

.mba-preview-item-time p {
    position: relative;
}

.mba-preview-item-time p span {
    margin-right: 10px;
    display: inline-block;
    color: #b9c3d4;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.mba-preview-item-time p span:nth-child(1) {
    width: 90px;
    text-align: center;
    font-size: 74px;
    line-height: 74px;
    color: #3c3c3c;
}

.mba-preview-item-time p span:nth-child(1):after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 17px;
    background: #b81319;
}

.mba-preview-item-intro {
    margin-top: 15px;
    color: #666666;
    line-height: 26px;
    height: 52px;
}

.mba-preview-item-arrow {
    position: absolute;
    top: 25px;
    right: 0;
    width: 76px;
}

.mba-preview-item-arrow img {
    width: 19px;
    margin: 11px auto;
}

.mba-preview-item-arrow img:nth-child(2) {
    display: none;
}

.mba-preview-item:hover {
    box-shadow: 1px 1px 10px;
}

.mba-preview-item:hover .mba-preview-item-arrow {
    background: #b81319;
}

.mba-preview-item:hover .mba-preview-item-arrow img:nth-child(1) {
    display: none;
}

.mba-preview-item:hover .mba-preview-item-arrow img:nth-child(2) {
    display: block;
}

/* iFashion时尚沙龙&学生俱乐部&校友活动 */
.mba-activity-box {
    padding: 80px 0;
}

.mba-activity-list ul {
    display: flex;
    flex-wrap: wrap;
}

.mba-activity-list ul li {
    width: 31.4%;
}

.mba-activity-list ul li:nth-child(2) {
    margin-left: 2.9%;
    margin-right: 2.9%;
}

.mba-activity-item-box {
    margin-top: 40px;
    position: relative;
}

.mba-activity-item-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.mba-activity-item-img {
    height: 520px;
}

.mba-activity-item-img img {
    height: 100%;
}

.mba-activity-item-detail {
    position: relative;
    height: 66px;
    background: #eeeeee;
    overflow: hidden;
}

.mba-activity-item-intro {
    width: calc(100% - 160px);
    float: left;
    padding-top: 9px;
}

.mba-activity-item-intro p {
    color: #191919;
    padding-left: 20px;
    line-height: 24px;
}

.mba-activity-item-name {
    width: 135px;
    float: right;
}

.mba-activity-item-name p {
    font-size: 24px;
    line-height: 66px;
    background: #b81319;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.mba-activity-item-name p:before {
    content: '';
    position: absolute;
    left: -25px;
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
    border-right: 25px solid #b81319;
}

.mba-activity-item-box:hover {
    box-shadow: 1px 1px 10px;
}

.mba-activity-item .index-public-title p:nth-child(1) {
    font-size: 40px;
    margin-left: 0;
}

.mba-activity-item .index-public-title p:nth-child(2) {
    margin-top: -40px;
}

/* 我要咨询 */

.index-consult-box {
    padding-bottom: 0;
    overflow: hidden;
}

.index-consult-block {
    margin-top: 40px;
    background: url(../images/consult-bg.png) no-repeat center top;
    background-size: cover;
    padding: 40px 0 40px 0;
}

.index-consult-form {
    margin-bottom: 50px;
}

.index-consult-form .index-consult-item {
    width: 45%;
    float: left;
    margin-bottom: 20px;
}

.index-consult-form .index-consult-item:nth-child(odd) {
    margin-right: 10%;
}

.index-consult-form .index-consult-item:nth-child(5),
.index-consult-form .index-consult-item:nth-child(6) {
    margin-bottom: 0;
}

.index-consult-item span {
    width: 85px;
    float: left;
    text-align: right;
    font-size: 18px;
    color: #333333;
    line-height: 44px;
    margin-right: 20px;
}

.index-consult-item .index-consult-item-val {
    width: 520px;
    float: left;
}

.index-consult-item .index-consult-item-val input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    font-size: 18px;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
}

.index-consult-item .index-consult-item-val textarea {
    border: 0;
    width: 100%;
    resize: none;
    font-size: 18px;
    line-height: 32px;
}

.index-consult-item #canvas {
    background: #ffffff;
    margin-top: 15px;
    height: 40px;
    cursor: pointer;
}

.index-consult-submit {
    width: 440px;
    border: solid 4px #ffffff;
    background: #b9141a;
    text-align: center;
    color: #ffffff;
    line-height: 55px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 0 auto;
    cursor: pointer;
}

.index-consult-submit button {
    width: 100%;
    background: none;
    border: 0;
}


/* 侧边栏 */

.side-tab-box {
    width: 114px;
    text-align: center;
    position: fixed;
    z-index: 10;
    right: -114px;
    top: 50%;
    transform: translateY(-50%);
    /* display: none; */
}

.side-tab-box-s {
    right: 0;
    transition: all ease 1s;
}

.side-tab-block {
    background: #ffffff;
}

.side-tab-block ul li .side-tab-item {
    padding: 24px 0;
    border-bottom: 2px solid #ececec;
}

.side-tab-block ul li:last-child .side-tab-item {
    border-bottom: none;
}

.side-tab-item .side-tab-icon {
    width: 37px;
    margin: 0 auto;
}

.side-tab-item .side-tab-icon img:nth-child(2) {
    display: none;
}

.side-tab-item p {
    color: #b81319;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.side-tab-item:hover {
    background: #b81319;
}

.side-tab-item:hover p {
    color: #ffffff;
}

.side-tab-item:hover .side-tab-icon img:nth-child(1) {
    display: none;
}

.side-tab-item:hover .side-tab-icon img:nth-child(2) {
    display: block;
}

.backTop img {
    width: 65px;
    margin: 0 auto;
}

.backTop img:nth-child(2) {
    display: none;
}

.backTop:hover img:nth-child(1) {
    display: none;
}

.backTop:hover img:nth-child(2) {
    display: block;
}

/* ---联系方式开始--- */

.foot-box {
    background: url(../images/foot-bg.jpg) no-repeat center top;
    background-size: cover;
}

.foot-block {
    padding: 80px 0 60px 0;
}

.foot-copyright {
    color: #ffffff;
    background: #2e2e2e;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
}

.foot-copyright p span:nth-child(1) {
    margin-right: 90px;
}

.foot-copyright p span a {
    color: #ffffff;
}

.foot-copyright p span a:hover {
    color: #b81319;
}

.foot-block {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* .foot-left {
    width: 270px;
    float: left;
}

.foot-center {
    width: calc(100% - 710px);
    float: left;
}

.foot-right {
    width: 430px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.foot-right .foot-code {
    width: 49%;
}*/

.foot-left {
    width: 27%;
}

.foot-center {
    width: 52.5%;
}

.foot-right {
    width: 20.5%;
}



.foot-logo .foot-logo-top .foot-logo01 {
    width: auto;
    height: 56px;
}

.foot-logo .foot-logo-top .foot-logo02 {
    width: auto;
    height: 40px;
    margin: 34px 0;
    float: left;
}

.foot-logo .foot-logo-top .foot-logo03 {
    width: 63px;
    float: left;
    margin: 24px 0 20px 25px;
}

.foot-logo .foot-logo-bottom img {
    display: inline;
    width: 41px;
}

.foot-logo .foot-logo-bottom a:nth-child(1) img {
    margin-right: 33px;
}

.foot-cont p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 23px;
    padding-left: 50px;
}

.foot-cont p:nth-child(1) {
    background: url(../images/foot-icon01.png) no-repeat center left;
    background-size: 29px;
}

.foot-cont p:nth-child(2) {
    background: url(../images/foot-icon03.png) no-repeat center left;
    background-size: 29px;
}

.foot-cont p:nth-child(3) {
    background: url(../images/foot-icon04.png) no-repeat top left;
    background-size: 29px;
}

.foot-cont p:nth-child(4) {
    background: url(../images/foot-icon04.png) no-repeat top left;
    background-size: 29px;
}

.foot-code img {
    width: 150px;
    margin: 0 auto;
}

.foot-code p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
}

.foot-code p span {
    display: block;
}

/* 悬浮按钮我要咨询 */
.index-hang-consult {
    position: fixed;
    z-index: 2;
    bottom: 40px;
    right: 0;
    width: 90px;
    background-color: #b81319;
    border-radius: 10px;
    padding: 12px 0;
}

.index-hang-consult img {
    width: 42px;
    margin: 0 auto;
}

.index-hang-consult p {
    color: #ffffff;
    text-align: center;
}

@media (max-width: 1200px) and (min-width: 769px) {
    .foot-block {
        padding: 40px 0;
    }

    .foot-left {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .foot-logo .foot-logo-top .foot-logo01,
    .foot-logo .foot-logo-top .foot-logo02,
    .foot-logo .foot-logo-top .foot-logo03,
    .foot-logo-top,
    .foot-logo-bottom {
        display: inline-block;
    }

    .foot-logo .foot-logo-top .foot-logo02 {
        margin: 0 25px;
    }

    .foot-center {
        width: 50%;
    }

    .foot-right {
        width: 50%;
    }

    .foot-code img {
        width: 140px;
    }

    .foot-cont p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .foot-code p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 5px;
    }

    .foot-copyright {
        font-size: 16px;
    }

    .foot-logo .foot-logo-top .foot-logo02 {
        float: none;
    }

    .foot-logo .foot-logo-top .foot-logo03 {
        float: none;
        margin: 0 30px 0 0;
        height: 45px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .foot-block {
        padding: 25px 0;
    }

    .foot-left {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .foot-logo .foot-logo-top .foot-logo01 {
        margin-bottom: 15px;
    }

    .foot-logo .foot-logo-top .foot-logo02 {
        margin: 0;
        float: left;
        display: inline;
        margin-right: 15px;
    }

    .foot-logo .foot-logo-top .foot-logo03 {
        margin: 0 15px 0 0;
        width: auto;
        height: 40px;
    }

    .foot-logo .foot-logo-bottom a:nth-child(1) img {
        margin-right: 15px;
    }

    .foot-center {
        width: 100%;
        float: none;
    }

    .foot-right {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .foot-cont p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
        padding-left: 30px;
    }

    .foot-cont p:nth-child(1),
    .foot-cont p:nth-child(2),
    .foot-cont p:nth-child(3),
    .foot-cont p:nth-child(4) {
        background-size: 20px;
        background-position-y: 3px;
    }

    .foot-code img {
        width: 140px;
    }

    .foot-code p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }

    .foot-copyright {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 0;
    }

    .foot-copyright p span:nth-child(1) {
        margin-right: 0;
        display: block;
    }

    .foot-logo .clearf:after {
        display: none;
    }
}


/* ---联系方式结束--- */


/* 二级页面开始 */
.mobile-second-menu {
    display: none;
}

.main-block:after {
    content: '';
    clear: both;
    display: block;
}

/* 二级页面banner */
.second-banner {
    height: 550px;
}

.second-banner img {
    height: 100%;
}

/* 公共分页器样式 */
.public-page-box {
    margin-top: 10px;
}

.public-page-box .public-page-number {
    float: left;
}

.public-page-box .public-page-number ul {
    float: left;
}

.public-page-box .public-page-number ul li {
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    margin-right: 4px;
    float: left;
}

.public-page-box .public-page-number ul li a {
    font-size: 16px;
    line-height: 43px;
    color: #333333;
    background: #ffffff;
    display: block;
    border: 1px solid #b81319;
}

.public-page-box .public-page-number ul .active a {
    color: #ffffff;
    background: #b81319;
}

.public-page-box .public-page-number .public-page-jump-input {
    width: 45px;
    border: solid 1px #b81319;
    line-height: 41px;
    font-size: 16px;
    color: #b81319;
    text-align: center;
}

.public-page-box .public-page-turn {
    float: right;
}

.public-page-box .public-page-turn a {
    font-size: 16px;
    line-height: 43px;
    color: #333333;
    background: #ffffff;
    display: block;
    float: left;
    padding: 0 15px;
    border: 1px solid #b81319;
}

.public-page-box .public-page-turn a:nth-child(1) {
    margin-right: 4px;
}

.public-page-box .public-page-number ul li a:hover {
    color: #ffffff;
    background: #b81319;
}

.public-page-box .public-page-turn a:hover {
    color: #ffffff;
    background: #b81319;
}

.second-title {
    margin-bottom: 35px;
}

.second-title p:nth-child(1) {
    -webkit-text-stroke: 1px rgba(160, 161, 161, 0.6);
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    margin-left: 50px;
}

.second-title p:nth-child(2) {
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
    color: #fefefe;
    margin-top: -60px;
}

.second-title span {
    width: 45px;
    height: 6px;
    background-color: #ffffff;
    margin-top: 20px;
    display: block;
}

/* 二级-新闻资讯开始 */
.news {
    margin-top: -17px;
    position: relative;
    z-index: 2;
    padding: 70px 0;
    background: url(../images/img43.png) no-repeat center top;
    background-size: cover;
}

.news-box {
    overflow: hidden;
    display: flex;
}

.news-box .news-left {
    flex: 0.892;
    margin-right: 53px;
}

.news-box .news-right {
    flex: 0.451;
}

.news-first-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.news-first-intro {
    width: 80%;
    line-height: 26px;
    height: 52px;
    color: #fff;
    margin-bottom: 15px;
}

.news-first-time p {
    color: #fff;
    line-height: 24px;
    padding-left: 22px;
    background: url(../images/icon26.png) no-repeat center left;
    background-size: 16px;
    margin-bottom: 40px;
}

.news-first-img {
    height: 545px;
}

.news-first-img img {
    height: 100%;
}

.new-tuijian-item-box {
    position: relative;
}

.new-tuijian-item {
    margin-bottom: 35px;
}

.new-tuijian-item:last-child {
    margin-bottom: 0;
}

.new-tuijian-item-img {
    height: 261px;
}

.new-tuijian-item-img img {
    height: 100%;
}

.new-tuijian-item-title {
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    margin-top: -55px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.news-list {
    background: url(../images/img23.png) no-repeat center top;
    background-size: cover;
    padding: 80px 0;
}

.news-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

.news-list-box ul li {
    width: 31.4%;
    float: left;
    margin-bottom: 40px;
}

.news-list-box ul li:nth-child(3n+2) {
    margin-left: 2.9%;
    margin-right: 2.9%;
}

.news-list-item {
    position: relative;
    height: 550px;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.news-list-item .news-list-item-img {
    overflow: hidden;
    height: 262px;
}

.news-list-item .news-list-item-img img {
    transition: all ease 0.8s;
    max-height: 262px;
    height: 100%;
}

.news-list-item:hover {
    box-shadow: 1px 1px 10px;
}

.news-list-item:hover .news-list-item-img img {
    transform: scale(1.2);
}

.news-list-item:hover .news-list-item-title {
    color: #b81319;
}

.news-list-item-box {
    padding: 15px 25px 10px 25px;
    background: #ffffff;
}

.news-list-item-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    height: 64px;
    margin-bottom: 10px;
}

.news-list-item-intro {
    color: #434343;
    font-size: 16px;
    line-height: 26px;
    height: 78px;
}

.news-list-item-time {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    background: url(../images/icon18.png) no-repeat left center;
    background-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.news-list-item-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 76px;
    background-color: #b81319;
}

.news-list-item-arrow img {
    width: 19px;
    margin: 11px auto;
}

.more-btn {
    text-align: center;
    color: #666666;
}

.more-btn p {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    padding-left: 37px;
    background: url(../images/icon22.png) no-repeat center left;
    background-size: 26px;
    background-position-y: 5px;
}

.more-btn p:hover {
    color: #b81319;
    background: url(../images/icon23.png) no-repeat center left;
    background-size: 26px;
    background-position-y: 5px;
}

/* 二级-活动预告开始 */

.index-preview-box {
    background: url(../images/img68.png) no-repeat center top;
    background-size: cover;
    padding-bottom: 100px;
}

.preview-swiper {
    padding-top: 30px;
}

.index-preview-item .index-preview-intro {
    width: 60%;
    margin-right: 9%;
    float: left;
}

.index-preview-item .index-preview-img-box {
    width: 31%;
    float: left;
    position: relative;
    z-index: 1;
}

.index-preview-item .index-preview-img-box:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 34px;
    z-index: 2;
    width: 14px;
    height: 163px;
    background: #eb0808;
}

.index-preview-item .index-preview-img-box:after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: -30px;
    z-index: 2;
    width: 213px;
    height: 17px;
    background-color: #8d2121;
}

.index-preview-item .index-preview-img {
    overflow: hidden;
    height: 337px;
}

.index-preview-item .index-preview-img img {
    height: 100%;
}

.index-preview-item:hover .index-preview-img img {
    transform: scale(1.2);
}

.index-preview-item .index-preview-title p {
    color: #ffffff;
}

.index-preview-item .index-preview-title p:nth-child(1) {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    padding: 0 11px;
    border: 1px solid #ffffff;
    margin-bottom: 30px;
}

.index-preview-item .index-preview-title p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.index-preview-item .index-preview-title p:nth-child(3) {
    line-height: 26px;
    margin-bottom: 40px;
}

.index-preview-item .index-preview-form {
    margin-bottom: 55px;
}

.index-preview-item .index-preview-form p {
    padding-left: 26px;
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}

.index-preview-item .index-preview-form p:nth-child(1) {
    background: url(../images/icon26.png) no-repeat center left;
    background-size: 16px;
}

.index-preview-item .index-preview-form p:nth-child(2) {
    background: url(../images/icon24.png) no-repeat center left;
    background-size: 17px;
}

.index-preview-item .index-preview-more {
    background: #ffffff;
    display: inline-block;
    padding: 0 30px 0 30px;
}

.index-preview-item .index-preview-more p {
    color: #b81319;
    font-size: 18px;
    font-weight: bold;
    line-height: 49px;
    padding-right: 25px;
    background: url(../images/icon25.png) no-repeat center right;
    background-size: 19px;
}

.index-preview-item .index-preview-more:hover {
    background: #b81319;
}

.index-preview-item .index-preview-more:hover p {
    color: #ffffff;
    background: url(../images/icon20.png) no-repeat center right;
    background-size: 19px;
}

.preview-swiper02 {
    margin-top: 80px;
}

.index-preview-small {
    position: relative;
    cursor: pointer;
    height: 246px;
}

.index-preview-small img {
    height: 100%;
}

.index-preview-small:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
}

.preview-swiper02 .swiper-slide-thumb-active .index-preview-small:before {
    display: none;
}

.index-preview-small p {
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    width: 150px;
    text-align: center;
    transition: all ease 0.5s;
}

.index-preview-small:hover p {
    top: 50%;
}

.trailer {
    margin-top: -17px;
    position: relative;
    z-index: 2;
    padding: 70px 0;
    background: url(../images/img43.png) no-repeat center top;
    background-size: cover;
}

.trailer-list {
    padding: 80px 0;
}

.trailer-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

.trailer-list-box ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}

.trailer-list-box ul li:nth-child(even) {
    margin-right: 0;
}

.trailer-list-item {
    background: #f6f7f9;
    overflow: hidden;
    display: flex;
}

.trailer-list-left {
    min-width: 195px;
    background: #b81319;
}

.trailer-list-time {
    width: 120px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

.trailer-list-time p {
    color: #ffffff;
}

.trailer-list-time p:nth-child(1) {
    padding-left: 26px;
    background: url(../images/icon24.png) no-repeat center left;
    background-size: 17px;
    display: inline-block;
}

.trailer-list-time p:nth-child(2) {
    font-size: 48px;
    line-height: 50px;
}

.trailer-list-time p:nth-child(3) {
    overflow: hidden;
}

.trailer-list-time p:nth-child(3) span:nth-child(1) {
    float: left;
}

.trailer-list-time p:nth-child(3) span:nth-child(2) {
    float: right;
}

.trailer-list-item-box {
    min-height: 132px;
    padding: 15px 30px 15px 30px;
    position: relative;
}

.trailer-list-item-title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.trailer-list-item-title:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #b81319;
    left: 0;
    bottom: -10px;
}

.trailer-list-item-intro {
    color: #666666;
    line-height: 26px;
}

.trailer-list-item-sl {
    display: none;
    width: 78px;
    height: 24px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 24px;
    right: 30px;
    line-height: 24px;
    color: #b81319;
    border: 1px solid #b81319;
}

.trailer-list-item:hover {
    background: #b81319;
    box-shadow: 1px 1px 10px;
}

.trailer-list-item:hover p {
    color: #ffffff;
}

.trailer-list-item:hover .trailer-list-item-title:after {
    background: #ffffff;
}

.trailer-list-item:hover .trailer-list-item-sl {
    border: 1px solid #ffffff;
}

/* 二级-时尚沙龙开始 */

.fashion-list {
    padding: 80px 0;
    background: #f5f5f5;
}

.fashion-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

.fashion-list-box ul li {
    width: 31.4%;
    margin-right: 2.9%;
    margin-bottom: 40px;
}

.fashion-list-box ul li:nth-child(3n) {
    margin-right: 0;
}

.fashion-list-item {
    height: 582px;
}

.fashion-list-item img {
    height: 100%;
}

.fashion-list-item:hover {
    box-shadow: 1px 10px 10px;
}


/* 二级-校友活动&校友俱乐部 */

.activity-list {
    padding: 80px 0;
    background: #f5f5f5;
}

.activity-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

.activity-list-box ul li {
    width: 31.4%;
    margin-right: 2.9%;
    margin-bottom: 40px;
}

.activity-list-box ul li:nth-child(3n) {
    margin-right: 0;
}

.activity-list-item {
    position: relative;
}

.activity-list-item-img {
    height: 265px;
}

.activity-list-item-img img {
    height: 100%;
}

.activity-list-item-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.activity-list-item-block {
    position: relative;
    height: 56px;
    background: #eeeeee;
    overflow: hidden;
}

.activity-list-item-title {
    width: calc(100% - 130px);
    float: left;
    padding-top: 8px;
    font-size: 18px;
}

.activity-list-item-title p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #191919;
    padding-left: 15px;
    line-height: 20px;
}

.activity-list-item-name {
    width: 105px;
    float: right;
}

.activity-list-item-name p {
    font-size: 20px;
    line-height: 56px;
    background: #b81319;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.activity-list-item-name p:before {
    content: '';
    position: absolute;
    left: -20px;
    border-top: 56px solid transparent;
    border-bottom: 56px solid transparent;
    border-right: 20px solid #b81319;
}

.activity-list-item .activity-list-item-box {
    position: relative;
}

.activity-list-item:hover {
    box-shadow: 1px 1px 10px;
}


/* 三级通用页面开始 */

.share-title {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.share-title-box {
    overflow: hidden;
}

.share-title-left {
    width: 105px;
    float: left;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    border-bottom: 4px solid #b81319;
}

.share-title-right {
    float: right;
    padding-top: 10px;
}

.share-title-right a:hover,
.share-title-right a.active {
    color: #b81319;
}

.third-box {
    padding-top: 80px;
}

.dynamics-third {
    padding-bottom: 30px;
}

.dynamics-third-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.dynamics-third-source {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    color: #999999;
    margin-bottom: 15px;
}

.dynamics-third-source p:nth-child(1) {
    float: left;
}

.dynamics-third-source p:nth-child(2) {
    float: right;
}

.dynamics-third-cont p {
    text-align: justify;
    text-indent: 2em;
}

.dynamics-third-cont img {
    width: revert-layer;
    margin: 0 auto;
}

.dynamics-third-file {
    margin-top: 20px;
}

.dynamics-third-file a p {
    padding-left: 32px;
    background: url(../images/icon27.png) no-repeat top left;
    background-size: 20px;
    background-position-y: 6px;
    margin-bottom: 10px;
}

.dynamics-third-file a:hover p {
    color: #b81319;
    background: url(../images/icon28.png) no-repeat top left;
    background-size: 20px;
    background-position-y: 6px;
}

/* 三级通用页面结束 */

/* 搜索结果 */
.search-result-bg {
    background: url(../images/search-result-bg.png) no-repeat center center;
    background-size: cover;
    padding: 35px 0;
}

.search-result-input {
    position: relative;
    overflow: hidden;
    height: 66px;
    background: #ffffff;
    border-radius: 33px;
}

.search-result-input-foucus {
    transition: all ease 0.6s;
    box-shadow: 1px 1px 10px #b81319;
}

.search-result-input .search-result-icon {
    width: 28px;
    position: absolute;
    left: 25px;
    top: 18px;
}

.search-result-input .search-result-key {
    width: calc(100% - 240px);
    border: 0;
    line-height: 66px;
    margin-left: 78px;
    font-size: 20px;
    font-weight: bold;
    outline: none;
}

.search-result-input .search-result-btn {
    position: absolute;
    right: 25px;
    top: 9px;
    font-size: 24px;
    line-height: 48px;
    border-radius: 24px;
    color: #ffffff;
    background: #b81319;
    width: 130px;
    text-align: center;
    cursor: pointer;
    border: 0;
}

.search-result-block {
    padding: 30px 0;
}

.search-result-title {
    font-size: 24px;
    font-weight: bold;
    color: #b81319;
    margin-bottom: 30px;
}

.search-result-item {
    margin-bottom: 30px;
}

.search-result-item-title {
    position: relative;
    border-bottom: 1px solid #b81319;
    margin-bottom: 15px;
}

.search-result-item-title p:nth-child(1) {
    display: inline-block;
    padding: 0 15px;
    background: #b81319;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #ffffff;
}

.search-result-item-title p:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
}

.search-result-item-title p:nth-child(2):hover a {
    color: #b81319;
}

.search-result-item-list ul {
    overflow: hidden;
}

.search-result-item-list ul li {
    border-bottom: 1px solid #787878;
    margin-bottom: 15px;
}

.search-result-item-list ul li a p {
    line-height: 40px;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-result-item-list ul li a p:hover {
    color: #b81319;
}

/* 招生动态 */
.recruitment-brochure {
    padding-bottom: 30px;
}

.recruitment-brochure-list ul:after {
    content: '';
    clear: both;
    display: block;
}

.recruitment-brochure-list ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.recruitment-brochure-item {
    padding: 20px 60px 20px 20px;
    position: relative;
    overflow: hidden;
}

.recruitment-brochure-time {
    width: 90px;
    float: left;
    background: #eeeeee;
    text-align: center;
    padding: 5px 0;
}

.recruitment-brochure-time p:nth-child(1) {
    font-size: 48px;
    color: #666666;
    font-weight: bold;
    line-height: 55px;
}

.recruitment-brochure-time p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}

.recruitment-brochure-title {
    position: absolute;
    margin-right: 60px;
    margin-left: 110px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 110px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.recruitment-brochure-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.recruitment-brochure-arrow img {
    width: auto;
}

.recruitment-brochure-arrow img:nth-child(2) {
    display: none;
}

.recruitment-brochure-item:hover {
    background: #f5f5f5;
    box-shadow: 1px 1px 5px #b81319;
}

.recruitment-brochure-item:hover .recruitment-brochure-title {
    color: #b81319;
}

.recruitment-brochure-item:hover .recruitment-brochure-time {
    background: #b81319;
}

.recruitment-brochure-item:hover .recruitment-brochure-time p:nth-child(1),
.recruitment-brochure-item:hover .recruitment-brochure-time p:nth-child(2) {
    color: #ffffff;
}

.recruitment-brochure-item:hover .recruitment-brochure-arrow img:nth-child(1) {
    display: none;
}

.recruitment-brochure-item:hover .recruitment-brochure-arrow img:nth-child(2) {
    display: block;
}

.recruitment-brochure-page {
    margin: 30px auto;
    text-align: center;
}

.recruitment-brochure-page-list {
    position: relative;
}

.recruitment-brochure-page-list a {
    padding: 0 5px;
    display: inline-block;
    color: #999999;
}

.recruitment-brochure-page-list a:hover {
    color: #b81319;
}

/* 六个MBA项目 */

/* 公共二级菜单 */
.mobile-second-menu {
    display: none;
}

.main-block:after {
    content: '';
    clear: both;
    display: block;
}

.second-cont-box {
    margin-left: 270px;
    padding-top: 80px;
}

.second-menu-box {
    width: 235px;
    float: left;
    text-align: center;
    position: relative;
    padding-bottom: 120px;
    z-index: 2;
    margin-top: -35px;
    background: url(../images/second-bg.png) no-repeat left bottom #f6f6f6;
    background-size: 100% auto;
}

.second-menu-main {
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
    background: #b81319;
}

.second-menu-main a p {
    color: #ffffff;
    display: inline;
}

.second-menu-list ul li {
    margin-top: 30px;
    font-size: 24px;
    line-height: 40px;
}

.second-menu-list ul li a p {
    display: inline-block;
}

.second-menu-list ul li a p:hover,
.second-menu-list ul li.active a p {
    color: #b81319;
    font-weight: bold;
}

.mba-project-intro-title {
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
}

.mba-project-intro {
    margin-bottom: 30px;
}

.mba-scholarship {
    background: #f6f6f6;
    padding: 60px 0;
}

.mba-second-cont {
    margin-left: 270px;
}

.mba-second-cont-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.mba-scholarship-cont img {
    width: auto;
    margin: 0 auto;
}

.mba-honor {
    padding: 60px 0 20px 0;
}

.mba-honor-cont-box {
    margin-top: 40px;
}

.mba-honor-cont-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mba-honor-cont-box ul li {
    width: 345px;
    margin-bottom: 40px;
    background: #f6f6f6;
    padding-bottom: 30px;
}

.mba-honor-item {
    text-align: center;
}

.mba-honor-item-title {
    width: 245px;
    margin: -20px auto 0 auto;
    background: #b81319;
    border: solid 3px #ffffff;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    position: relative;
}

.mba-honor-item-cont {
    padding-top: 25px;
}

.mba-interview {
    background: url(../images/img05.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}