@charset "UTF-8";

body {
    color: #333333;
    overflow-x: hidden;
    height: 100%;
}

/* ============================================================
   顶部栏样式 - 左侧logo，右侧学校主页、学院首页、搜索
   ============================================================ */

.main-menu .header-topbar {
    background: transparent;
    padding: 0 0 15px 0;
    margin-bottom: 10px;
}

.header-topbar-link {
    font-size: 14px;
    color: #fff;
    transition: color 0.3s ease;
    position: relative;
}

.header-topbar-link:hover {
    color: rgba(255,255,255,0.8);
}

.header-topbar-search {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
    height: 40px;
}

.header-topbar-search input {
    border: none;
    padding: 8px 12px 8px 20px;
    font-size: 14px;
    width: 180px;
    outline: none;
    background: transparent;
    color: #fff;
}

.header-topbar-search input::placeholder {
    color: rgba(255,255,255,0.7);
}

.header-topbar-search button {
    border: none;
    background: transparent;
    color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.header-topbar-search button:hover {
    background: rgba(255,255,255,0.2);
}

.container-lg > .header-topbar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

.header-topbar-left {
    flex-shrink: 0;
}

.header-logo img {
    height: 55px;
    width: auto;
    display: block;
}

.header-topbar-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* 主导航菜单居中对齐 */
.main-menu > .container-lg {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* 导航菜单居中 - 只调整布局，不修改样式 */
.main-menu .main-menu__list {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}



/* Pad端适配 (768px - 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
    .header-logo img {
        height: 45px;
    }
    
    .header-topbar-right {
        gap: 20px;
    }
    
    .header-topbar-link {
        font-size: 13px;
    }
    
    .header-topbar-search input {
        width: 150px;
    }
    

}

/* 手机端适配 (< 768px) */
@media (max-width: 767px) {
    .main-menu .header-topbar {
        padding: 10px 0;
    }
    
    .header-logo img {
        height: 40px;
    }
    
    .header-topbar-right {
        display: none;
    }
    
    /* 手机端导航菜单隐藏，显示汉堡菜单 */
    .main-menu .main-menu__list {
        display: none;
    }
    
    .logo-box {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .logo-box img {
        height: 35px;
    }
    
    .mobile-nav__toggler {
        font-size: 24px;
        color: #fff;
        cursor: pointer;
    }
}

/* 悬浮头部样式 */
.stricky-header {
    background-image: url('../../assets/image/top-bj.jpg');
}

.stricky-header .sticky-header__content {
    width: 100%;
}

.stricky-header .sticky-header__content > .container-lg {
    display: flex !important;
    flex-direction: column !important;
    padding: 15px 100px !important;
}

.stricky-header .header-topbar {
    background: transparent !important;
    padding: 0 0 10px 0 !important;
    margin-bottom: 5px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

/* 图片自适应 */

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: 100%;
    max-width: 1800px;
}
/* 学员风采模块居中显示 */
.index-video-block {
    display: flex;
    justify-content: center;
}
/* 学员风采内部容器也居中 */
.index-video-item {
    display: flex;
    justify-content: center;
}

.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%;
}

.nav-block {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}

.nav-menu-box {
    padding: 0 5%;
    position: relative;
    z-index: 12;
}

.nav-menu-top-box {
    width: 100%;
    margin-top: 25px;
}

.nav-menu-top-block {
    position: relative;
    float: right;
}

.nav-menu-top-block .nav-menu-top-link {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.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-search {
    position: absolute;
    right: 0;
    top: 0;
}

.nav-menu-top-block .nav-menu-top-search input {
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    padding: 0 40px 0 15px;
    border: 0;
    border-radius: 30px;
    right: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.nav-menu-top-block .nav-menu-top-search img {
    width: 19px;
    margin-top: 4px;
    position: relative;
    z-index: 3;
    cursor: pointer;
    margin-right: 10px;
}

.nav-menu-top-block .nav-menu-top-search img.search-icon02 {
    display: none;
}

.nav-menu-top-block .nav-menu-top-search:hover img.search-icon01 {
    display: none;
}

.nav-menu-top-block .nav-menu-top-search:hover img.search-icon02 {
    display: block;
}

.nav-menu-top-block .nav-menu-top-search:hover input {
    display: block;
}

.nav-menu-bottom-block {
    position: relative;
    padding: 5px 0 0 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: 58px;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list {
    margin-top: 10px;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul {
    display: flex;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
    flex: 1;
    margin: 0 20px;
    position: relative;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li:last-child {
    margin-right: 0;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first {
    text-align: center;
    min-width: 85px;
    font-size: 20px;
    line-height: 60px;
    color: #ffffff;
    padding-right: 18px;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon p.nav-menu-second-first:after {
    content: '';
    position: absolute;
    right: 0;
    width: 13px;
    height: 100%;
    background: url(../images/icon19.png) no-repeat center right;
    background-size: 13px;
}

.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: 13px;
    display: inline-block;
    margin-left: 10px;
}

.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.8s;
}

.nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li .nav-menu-second-list {
    display: none;
    transition: all ease 0.8s;
    padding: 0;
    background: #b81319;
    /* background: url(../images/menuBg.png) no-repeat center center;
    background-size: cover; */
    position: absolute;
    z-index: 1;
    top: 60px;
    width: 100px;
}

.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: #ffffff;
    text-align: center;
}

.nav-menu-second-list-li a:hover {
    background: #ffffff;
    color: #b81319;
}

.nav-bg .nav-menu-top-box {
    margin-top: 5px;
}

.nav-bg .nav-block {
    background: #b81319;
    /* background: url(../images/menuBg.png) no-repeat center center;
    background-size: cover; */
}

.nav-bg .nav-menu-bottom-block {
    padding-top: 0;
}

.menuIconSwitch {
    display: none;
}

.banner-box {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.banner-box .banner-swiper {
    width: 100%;
}

.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: 100vh;
}

.banner-img video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.page-down {
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 47%;
    width: 6%;
    margin: 0 auto;
}

.page-down img {
    width: 30px;
    margin: 0 auto;
    cursor: pointer;
}

@media (max-width: 1680px) and (min-width: 1400px) {
    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
        margin: 0 10px;
    }
}

@media (max-width: 1540px) and (min-width: 1200px) {
    .nav-menu-bottom-block .nav-menu-bottom-left {
        min-width: auto;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
        margin: 0 8px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-left .nav-menu-logo-box img {
        height: 40px;
        margin-top: 15px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .nav-menu-box {
        padding: 0;
        margin: 0 auto;
        width: 1200px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
        margin: 0 10px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first {
        padding-right: 15px;
        font-size: 18px;
        min-width: 80px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first-du {
        padding-right: 0;
    }

    .nav-menu-top-box {
        margin-top: 25px;
    }

    .nav-menu-top-block .nav-menu-top-link a {
        font-size: 14px;
    }

    .nav-menu-top-block .nav-menu-top-search input {
        font-size: 14px;
    }

    .nav-menu-bottom-block {
        padding-top: 0;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .nav-menu-box {
        width: 96%;
        padding: 0;
        margin: 0 auto;
    }

    .nav-menu-top-box {
        margin: 10px 0;
        z-index: 3;
    }

    .nav-menu-bottom-block .nav-menu-bottom-left .nav-menu-logo-box img {
        height: 35px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right {
        width: 100%;
    }

    .nav-menu-bottom-block {
        margin-top: -50px;
        padding-top: 0;
    }

    .nav-menu-top-block .nav-menu-top-link a {
        font-size: 14px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
        flex: auto;
        margin: 0 3px;
        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: 80px;
        max-width: 80px;
        position: relative;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon p.nav-menu-second-first {
        padding-right: 10px;
    }

    .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 {
        top: 45px;
        padding: 0;
    }

    .nav-menu-top-block .nav-menu-top-search input {
        font-size: 14px;
    }

    .nav-menu-second-list-li a {
        padding-left: 0;
        margin-left: 0;
    }

    .nav-bg .nav-block {
        background: #b81319;
    }

    .nav-bg .nav-menu-bottom-block {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .nav-block {
        height: 50px;
        background: #b81319;
        position: fixed;
    }

    .nav-menu-bottom-block .nav-menu-bottom-left {
        min-width: auto;
        width: auto;
        position: fixed;
        top: 0;
    }

    .nav-menu-top-block .nav-menu-top-link {
        display: none;
    }

    .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 3%;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right {
        float: none;
        position: fixed;
        top: 50px;
        right: 0;
        width: 150px;
        background: #b81319;
        display: none;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list {
        margin-top: 0;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul {
        display: block;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li a {
        width: 95px;
        display: block;
        position: relative;
        margin-left: 0;
        text-align: right;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li.nav-menu-list-icon:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 40px;
        background: url(../images/icon19.png) no-repeat center center;
        background-size: 13px;
    }

    .nav-menu-second-list-li a:hover {
        background: none;
        color: #ffffff;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li p.nav-menu-second-first {
        background-position-x: 130px;
        padding-right: 0;
        font-size: 16px;
        line-height: 40px;
        background: none;
        text-align: right;
    }

    .nav-menu-bottom-block .nav-menu-bottom-right .nav-menu-list ul li .nav-menu-second-list {
        position: relative;
        top: 0;
        text-align: center;
        padding-left: 5px;
        padding-top: 5px;
    }

    .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-top-block .nav-menu-top-search {
        position: fixed;
        right: 50px;
        top: 10px;
        z-index: 3;
    }

    .nav-menu-top-block .nav-menu-top-search input {
        width: 130px;
    }
}


/* ----菜单结束---- */

/* 遮罩层 */
.index-mask {
    position: fixed;
    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-box-fix {
    position: relative;
    width: 100%;
    margin-top: 0;
    top: 0;
    background: #ffffff;
}

.major-block ul {
    display: flex;
}

.major-block ul li {
    flex: 1;
    text-align: center;
    margin-right: 14px;
    line-height: 60px;
    /* background-color: #b81319; */
    font-size: 28px;
    background: rgba(0, 0, 0, 0.3);
    transition: all ease 0.5s;
}

.major-block ul li a p {
    color: #ffffff;
}

.major-block ul li:last-child {
    margin-right: 0;
}

.major-block ul li:hover {
    /* background-color: #8d1419; */
    /* background: #ffffff; */
    background-color: #b81319;
}

.major-box-fix ul li {
    background: #B81319;
}

.major-box-fix ul li:hover {
    background: #8D1419;
}

/* .major-block ul li:hover p {
    color: #b81319;
} */


/* 新闻动态 */

.index-news-box {
    background: url(../images/img159.jpg) no-repeat center center;
    background-size: cover;
}

.index-more {
    height: 30px;
    margin-top: -30px;
    margin-bottom: 60px;
}

.index-more a p {
    width: 70px;
    border: 1px solid #b81319;
    color: #b81319;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    float: right;
    text-align: center;
    transition: all ease 0.5s;
}

.index-more a:hover p {
    border: 1px solid #b81319;
    color: #ffffff;
    background: #b81319;
    border-radius: 24px;
}

.index-more02 a p {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.index-more02 a:hover p {
    border: 1px solid #ffffff;
    color: #b81319;
    background: #ffffff;
}

.index-news-list {
    padding-bottom: 80px;
}

.index-news-list ul {
    display: flex;
}

.index-news-list ul li {
    flex: 1;
    margin-right: 39px;
    border: solid 1px #cccccc;
}

.index-news-list ul li:last-child {
    margin-right: 0;
}

.index-news-item {
    height: 550px;
    background: #fff;
    position: relative;
}

.index-news-item .index-news-item-img {
    overflow: hidden;
    height: 262px;
}

.index-news-item .index-news-item-img img {
    transition: all ease 0.8s;
    max-height: 262px;
    height: 100%;
}

.index-news-item:hover .index-news-item-img img {
    transform: scale(1.2);
}

/* .index-news-item-box {
    padding: 15px 25px 10px 25px;
} */

.index-news-item-title {
    /* color: #ffffff; */
    font-size: 20px;
    font-weight: bold;
    height: 64px;
    /* background: #848484; */
    padding: 10px 20px 10px 20px;
}

.index-news-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;
}

.index-news-item-intro {
    color: #434343;
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    padding: 10px 20px 0 20px;
}

.index-news-item-time {
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    background: url(../images/icon09.png) no-repeat left center;
    background-size: 16px;
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.index-news-item-arrow {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 76px;
    background-color: #b81319;
}

.index-news-item-arrow img {
    width: 19px;
    margin: 11px auto;
}

.index-news-slide {
    margin: 5px;
    border-bottom: 6px solid #b9c3d4;
}

.index-news-slide:hover {
    box-shadow: 1px 1px 5px;
    border-bottom: 6px solid #b81319;
}

/* 学生数据 */

.index-data-box {
    position: relative;
    border-bottom: 10px solid #b81319;
}

.index-data-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #FFFFFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.index-data-block {
    background: url(../images/img162.png) no-repeat center top;
    background-size: cover;
    padding: 65px 0 60px 0;
}

.index-data-list ul {
    display: flex;
}

.index-data-list ul li {
    flex: 1;
    margin-right: 90px;
}

.index-data-list ul li:last-child {
    margin-right: 0;
}

.index-data-list-title a p {
    border: solid 1px #ffffff;
    line-height: 50px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.index-data-list-title a p:hover {
    color: #b81319;
    background: #FFFFFF;
}

.index-data-list-item {
    text-align: center;
    color: #fff;
}

.index-data-list-item .index-data-list-item-t:nth-child(1) {
    margin-top: 25px;
}

.index-data-list-item .index-data-list-item-t:nth-child(2) {
    margin-top: 15px;
}

.index-data-list-item .index-data-list-item-t p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
}

.index-data-list-item .index-data-list-item-t p:nth-child(2) {
    font-size: 18px;
}


/* 招生快讯-新样式 */

.index-message-box {
    /* background: url(../images/img70.jpg) no-repeat center top; */
    /* background-size: cover; */
    padding-bottom: 70px;
    background-attachment: fixed;
}

.index-message-block {
    display: flex;
}

.index-message-left {
    width: 935px;
    margin-right: 35px;
}

.index-message-right {
    width: 420px;
}

.index-message-list ul li {
    min-height: 130px;
    background: #f0f0f0;
    margin-bottom: 10px;
    transition: all ease 0.8s;
}

.index-message-list ul li:last-child {
    margin-bottom: 0;
}

.index-message-item {
    padding: 17px 140px 17px 20px;
    display: flex;
}

.index-message-item .index-message-time {
    width: 120px;
    text-align: center;
    margin-right: 30px;
}

.index-message-item .index-message-title {
    width: 680px;
}

.index-message-item .index-message-time p:nth-child(1) {
    color: #b81319;
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    line-height: 60px;
}

.index-message-item .index-message-time p:nth-child(2) {
    font-size: 18px;
    color: #848484;
}

.index-message-item .index-message-title p:nth-child(1) {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-message-item .index-message-title p:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-message-list ul li:hover {
    background: #b81319;
}

.index-message-list ul li:hover .index-message-item .index-message-time p,
.index-message-list ul li:hover .index-message-item .index-message-title p {
    color: #ffffff;
}

.index-message-brochure-item {
    position: relative;
    margin-bottom: 10px;
}

.index-message-brochure-item:last-child {
    margin-bottom: 0;
}

.index-message-brochure-item .index-message-brochure-img {
    height: 224px;
}

.index-message-brochure-item .index-message-brochure-img img {
    height: 100%;
}

.index-message-brochure-item .index-message-brochure-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background: rgba(184, 19, 25, 0.85); */
    font-size: 18px;
    color: #ffffff;
    line-height: 54px;
    text-align: center;
    font-weight: bold;
}

.index-message-block {
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.index-message-block::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.index-message-block::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #8d1419;
}

.index-message-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.1);
}

/* 活动预告 */

.index-preview-box {
    background: url(../images/img157.jpg) 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/icon11.png) no-repeat center left;
    background-size: 16px;
}

.index-preview-item .index-preview-form p:nth-child(2) {
    background: url(../images/icon22.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/icon12.png) no-repeat center right;
    background-size: 19px;
}

.index-preview-item .index-preview-more:hover {
    background: #004aa1;
}

.index-preview-item .index-preview-more:hover p {
    color: #ffffff;
    background: url(../images/icon10.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%;
}

/* 活动预告新样式 */
.index-preview-box {
    background: url(../images/img168.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 100px;
}

.preview-new-swiper {
    padding: 70px 0;
}

.preview-btn {
    position: relative;
    width: 200px;
    height: 60px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.preview-btn .preview-btn-icon {
    cursor: pointer;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004aa1;
    border-radius: 50%;
    color: #004aa1;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.preview-btn .preview-btn-icon i {
    font-size: 22px;
    line-height: 1;
}

.preview-btn .preview-btn-icon:hover {
    background: #004aa1;
    color: #fff;
    border-color: #004aa1;
}

.index-preview-box-item {
    transform: scale(0.95);
    /*! border-left: 2px solid #004aa1; */
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.index-preview-box-item-top {
    position: relative;
    overflow: hidden;
}

.index-preview-box-item-top-category p {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 0;
    display: inline-block;
    background: #b81319;
    color: #ffffff;
    line-height: 36px;
    border-radius: 0px 19px 19px 0px;
    padding: 0 18px 0 10px;
}

.index-preview-box-item-top-img {
    height: 193px;
}
.index-preview-box-item-top-img > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  /*! border-radius: 0px 15px 0px 15px; */
  padding-left: 30px;
  padding-right: 30px;
  z-index: 10;
  padding: 10px 20px;
  background-color: rgba(var(--thm-primary-rgb), 0.8);
}
.index-preview-box-item-top-img img {
    height: 100%;
}

.index-preview-box-item:hover .index-preview-box-item-top-img img {
    transform: scale(1.2);
}

.index-preview-box-item-top-time p:nth-child(1) {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 85px;
    line-height: 70px;
    color: #004aa1;
    opacity: 0.3;
    font-weight: bold;
}

.index-preview-box-item-top-time p:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    height: 60px;
}

.index-preview-box-item-top-time p:nth-child(2) span {
    font-size: 60px;
    line-height: 60px;
}

.preview-new-swiper .swiper-slide-active .index-preview-box-item {
    transform: scale(1.28);
    position: relative;
    z-index: 2;
    transition: all ease 0.8s;
}

.preview-new-swiper .swiper-slide-prev .index-preview-box-item {
    margin-left: -30px;
}

.preview-new-swiper .swiper-slide-next .index-preview-box-item {
    margin-right: -30px;
}

.index-preview-box-item-bottom {
    padding: 20px 15px 25px 10px;
    /*! display: flex; */
    /*! padding: 50px; */
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    /*! border-bottom: 4px solid #b9c3d4; */
}

.index-preview-box-item-bottom-title {
    height: 56px;
    margin-bottom: 15px;
}

.index-preview-box-item-bottom-title p {
  color: var(--thm-black);
  font-size: 22px;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 30px;
  overflow: hidden;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.5px;
  font-family: "Rubik", serif;
  padding: 0px 10px;
}

.index-preview-box-item-bottom-time p {
    font-size: 14px;
    line-height: 28px;
    padding-left: 16px;
}

.index-preview-box-item-bottom-time p:nth-child(1) {
    background: url(../images/preview-icon05.png) no-repeat top left;
    background-size: 12px;
    background-position-y: 7px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-preview-box-item-bottom-time p:nth-child(2) {
    background: url(../images/preview-icon06.png) no-repeat center left;
    background-size: 12px;
}

.index-preview-box-item-bottom-apply {
    /*! margin-top: 30px; */
}

.index-preview-box-item-bottom-apply a {

}

.index-preview-box-item-bottom-apply a p {
    padding-left: 15px;
    color: #004aa1;
    border-top: 1px #ccc dashed;
    padding-top: 15px;
    font-family: var(--heading-font);
    font-size: 22px;
}

.index-preview-box-item-bottom-apply a p:hover {
    background-position-x: 105px;
}

.index-preview-block .swiper-slide-active .index-preview-box-item-bottom-title p {
    color: var(--thm-black);
  font-size: 20px;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 30px;
  overflow: hidden;
  height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: 0.5px;
}



.index-video-item {
    display: flex;
}

.index-video-item .index-video-list {
    /* float: left; */
    /* background: #8d5d21; */
    height: 39.375rem;
    margin-right: 30px;
}

.index-video-item .index-video-list img {
    height: 100%;
}

/* 学员风采拼图区标题统一 Rubik 字体 */
.index-video-item p,
.index-video-item div p,
.index-video-list02-li01 p,
.index-video-list02-li02 p,
.index-video-list04-li02 div p,
.index-video-list04-li03 a p,
.index-video-list05-li01 .index-video-list05-div01 div p,
.index-video-list05-li03 a {
    font-family: "Rubik", serif;
}

.index-video-item .index-video-list:nth-child(1) {
    width: 16.75rem;
}

.index-video-item .index-video-list:nth-child(2) {
    width: 12.5rem;
}

.index-video-item .index-video-list:nth-child(3) {
    width: 25rem;
}

.index-video-item .index-video-list:nth-child(4) {
    width: 12.5rem;
}

.index-video-item .index-video-list:nth-child(5) {
    width: 17.5rem;
    margin-right: 0;
}

.index-video-list01-ul01 {
    display: flex;
    margin-bottom: 30px;
}

.index-video-list01-li01 {
    width: 17.125rem;
    float: left;
    background: #004aa1;
}

.index-video-list01-li01 div {
    padding: 1rem 1rem 0 1rem;
    color: #ffffff;
}

.index-video-list01-li01 div p {
    font-size: 18px;
    line-height: 30px;
}

.index-video-list01-li01 div p:nth-child(1) {
    font-weight: bold;
}

.index-video-list01-li02 {
    width: 5.625rem;
    float: left;
    display: flex;
    flex-direction: column;
}

.index-video-list01-li02-red {
    flex: 1;
    background: #c41920;
}

.index-video-list01-li02-gray {
    flex: 1;
    background: #e0e0e0;
}

.index-video-list01-li05 {
    width: 100%;
    height: 4rem;
    float: left;
    background: #e0e0e0;
}

.index-video-list01-li03 {
    width: 4.0625rem;
    float: left;
    margin-right: 30px;
}

.index-video-list01-li04 {
    width: 16.75rem;
    float: left;
}

.index-video-list01-li04 .index-video-01 {
    margin-bottom: 0;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
}

.index-video-list01-li04 .index-video-01:hover img {
    transform: scale(1.2);
}

.index-video-list02-li01 {
    position: relative;
    overflow: hidden;
    height: 19.0625rem;
    margin-bottom: 30px;
    /* background: url(../images/img23.png) no-repeat center top;
    background-size: cover; */
}
/* 图片底部渐变 - 让文字更易读 */
.index-video-list02-li01::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,74,161,0.85) 0%, rgba(0,74,161,0) 100%);
    z-index: 1;
    pointer-events: none;
}

.index-video-list02-li01 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 14.6875rem;
    position: relative;
    z-index: 2;
}

.index-video-list02-li02 {
    position: relative;
    overflow: hidden;
    height: 19.5rem;
    /* background: url(../images/img24.png) no-repeat center top;
    background-size: cover; */
}

.index-video-list02-li02 p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 3.625rem;
    margin-top: 7rem;
    background: url(../images/img33.png) no-repeat center top;
    background-size: 3.1875rem;
}

.index-video-list02-li02 img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.index-video-list02-li01 img,
.index-video-list02-li02 img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.index-video-list02-li01:hover img,
.index-video-list02-li02:hover img {
    transform: scale(1.2);
}

.index-video-list03 {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.index-video-list03 img {
    position: absolute;
    top: 0;
    left: 0;
}

.index-video-list03:hover img {
    transform: scale(1.1);
    cursor: pointer;
}

.index-video-02-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 1.5rem 1.2rem;
    background: linear-gradient(to top, rgba(0,74,161,0.85) 0%, rgba(0,74,161,0) 100%);
    color: #ffffff;
}

.index-video-02-caption h3 {
    font-family: "Rubik", serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
}

.index-video-02-caption p {
    font-family: "Rubik", serif;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin: 0;
}

.index-video-list04-li01 {
    /*! margin-bottom: .8125rem; */
}

.index-video-list04-li02 {
    height: 10.5625rem;
    margin-bottom: 30px;
    background: #004aa1;
}

.index-video-list04-li02 div {
    padding: 2rem 1.3125rem 0 1.3125rem;
}

.index-video-list04-li02 div p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.index-video-list04-li02 div p:nth-child(1) {
    font-weight: bold;
}

.index-video-list04-li03 {
    position: relative;
    height: 19.875rem;
    overflow: hidden;
}
/* 图片底部渐变 - 让文字更易读 */
.index-video-list04-li03::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,74,161,0.85) 0%, rgba(0,74,161,0) 100%);
    z-index: 1;
    pointer-events: none;
}

.index-video-list04-li03 img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}

.index-video-list04-li03:hover img {
    transform: scale(1.2);
}

.index-video-list04-li03 a p {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 14.75rem;
}

.index-video-list05-ul01 {
    margin-bottom: 30px;
}

.index-video-list05-li01 {
    width: 16.5rem;
    margin-right: 30px;
    float: left;
    position: relative;
}

.index-video-list05-li01 .index-video-list05-div01 {
    position: relative;
    height: 15.875rem;
    margin-bottom: 30px;
    overflow: hidden;
}
/* 图片底部渐变 - 让文字更易读 */
.index-video-list05-li01 .index-video-list05-div01::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,74,161,0.85) 0%, rgba(0,74,161,0) 100%);
    z-index: 1;
    pointer-events: none;
}

.index-video-list05-li01 .index-video-list05-div01 img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.index-video-list05-li01 .index-video-list05-div01:hover img {
    transform: scale(1.2);
}

.index-video-list05-li01 .index-video-list05-div01 div p {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 12.5rem;
}

.index-video-list05-li01 .index-video-list05-div02 {
    height: 9.0rem;
    margin-bottom: 30px;
}

.index-video-list05-li02 {
    width: 5.9375rem;
    height: 30.1875rem;
    float: left;
}

.index-video-layer {
    position: fixed;
    z-index: 102;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.6);
    display: none;
}

.index-video-layer-item {
    width: 65%;
    margin: 0 auto;
}

.index-video-layer-item-close {
    width: 5vw;
    max-width: 40px;
    margin-top: 8vh;
    margin-bottom: 3vh;
    float: right;
    cursor: pointer;
}

.index-video-layer-item-video video {
    width: 100%;
    outline: none;
}


/* 我要咨询 */

.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;
}

/* ---联系方式开始--- */

.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: 27%;
    float: left;
}

.foot-center {
    width: 52.5%;
    float: left;
}

.foot-right {
    width: 20.5%;
    float: left;
}

.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-icon02.png) no-repeat center left;
    background-size: 29px;
}

.foot-cont p:nth-child(3) {
    background: url(../images/foot-icon02.png) no-repeat top left;
    background-size: 29px;
}

.foot-cont p:nth-child(4) {
    background: url(../images/foot-icon03.png) no-repeat center left;
    background-size: 29px;
}

/* ============================================================
   学员风采 S2 — 1400 宽度个性拼图版  (.xaut-s2-*)
   ============================================================ */

.xaut-s2 {
    position: relative;
    padding: 90px 0 100px;
    background: linear-gradient(180deg, #f4f8fc 0%, #ffffff 48%, #f7fbff 100%);
    overflow: hidden;
}

.xaut-s2::before,
.xaut-s2::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.xaut-s2::before {
    top: -130px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0, 143, 213, .18) 0%, rgba(0, 143, 213, 0) 70%);
}

.xaut-s2::after {
    left: -120px;
    bottom: 20px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(0, 74, 161, .10) 0%, rgba(0, 74, 161, 0) 72%);
}

.xaut-s2-shell {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.xaut-s2-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
    align-items: end;
    margin-bottom: 24px;
}

.xaut-s2-head-copy {
    position: relative;
    padding-left: 24px;
}

.xaut-s2-head-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 10px;
    width: 4px;
    border-radius: 4px;
    background: linear-gradient(180deg, #008fd5 0%, #004aa1 100%);
}

.xaut-s2-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    letter-spacing: 5px;
    color: #008fd5;
    text-transform: uppercase;
}

.xaut-s2-title {
    margin: 0 0 14px;
    font-size: 58px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 6px;
    color: #0c2139;
}

.xaut-s2-title em {
    font-style: normal;
    color: #008fd5;
}

.xaut-s2-desc {
    max-width: 760px;
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #4b6074;
}

.xaut-s2-mark {
    justify-self: end;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 24px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(0, 74, 161, .10);
    box-shadow: 0 18px 36px rgba(12, 33, 57, .08);
    transform: rotate(-4deg);
}

.xaut-s2-mark strong {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #0c2139;
}

.xaut-s2-mark span {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
    color: #008fd5;
}

.xaut-s2-body {
    display: grid;
    grid-template-columns: 1.55fr .85fr 1.05fr 1fr;
    grid-template-rows: 240px 180px 180px;
    gap: 16px;
    align-items: stretch;
    padding-top: 10px;
}

.xaut-s2-card {
    --tile-shift: 0px;
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #0c2139;
    color: #ffffff;
    text-decoration: none;
    isolation: isolate;
    box-shadow: 0 18px 40px rgba(12, 33, 57, .12);
    transform: translateY(var(--tile-shift));
    transition: transform .45s ease, box-shadow .45s ease;
}

.xaut-s2-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 26, 48, .06) 0%, rgba(7, 26, 48, .26) 38%, rgba(7, 26, 48, .88) 100%);
    z-index: 1;
}

.xaut-s2-card:hover {
    transform: translateY(calc(var(--tile-shift) - 6px));
    box-shadow: 0 24px 50px rgba(12, 33, 57, .18);
}

.xaut-s2-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.78);
    transition: transform .7s ease, filter .7s ease;
}

.xaut-s2-card:hover img {
    transform: scale(1.06);
    filter: brightness(.64);
}

.xaut-s2-badge,
.xaut-s2-mini-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 2px;
}

.xaut-s2-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    color: #ffffff;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .22);
    backdrop-filter: blur(8px);
}

.xaut-s2-card-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px;
}

.xaut-s2-meta {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .72);
}

.xaut-s2-card h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.28;
    color: #ffffff;
}

.xaut-s2-summary {
    margin: 0;
    max-width: 92%;
    font-size: 13px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .80);
}

.xaut-s2-link {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .08);
    color: #ffffff;
    font-size: 14px;
    transition: all .35s ease;
}

.xaut-s2-card:hover .xaut-s2-link {
    border-color: #008fd5;
    background: #008fd5;
}

.xaut-s2-A {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    --tile-shift: 20px;
}

.xaut-s2-A .xaut-s2-card-inner {
    padding: 28px 30px 30px;
}

.xaut-s2-A h3 {
    max-width: 80%;
    font-size: 34px;
}

.xaut-s2-B {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    --tile-shift: -10px;
}

.xaut-s2-C {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
    --tile-shift: 8px;
}

.xaut-s2-D {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    --tile-shift: 12px;
}

.xaut-s2-E {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
    --tile-shift: -18px;
}

.xaut-s2-F {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    --tile-shift: 0px;
}

.xaut-s2-G {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
    --tile-shift: -12px;
}

.xaut-s2-card--text {
    background: linear-gradient(145deg, #005fcb 0%, #0c2139 100%);
}

.xaut-s2-card--text::before {
    content: "";
    position: absolute;
    top: -36px;
    right: -24px;
    width: 120px;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(32deg);
    z-index: 1;
}

.xaut-s2-card--text .xaut-s2-card-inner,
.xaut-s2-card--light .xaut-s2-card-inner {
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.xaut-s2-card--text .xaut-s2-mini-tag,
.xaut-s2-card--light .xaut-s2-mini-tag {
    align-self: flex-start;
    margin-bottom: auto;
}

.xaut-s2-card--text .xaut-s2-mini-tag {
    color: #ffffff;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .18);
}

.xaut-s2-card--text h3 {
    font-size: 26px;
}

.xaut-s2-card--light {
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
}

.xaut-s2-card--light::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 14px;
    border: 1px solid rgba(0, 143, 213, .18);
    z-index: 1;
}

.xaut-s2-card--light::after {
    background: linear-gradient(180deg, rgba(0, 143, 213, .02) 0%, rgba(0, 74, 161, .08) 100%);
}

.xaut-s2-card--light .xaut-s2-mini-tag {
    color: #008fd5;
    background: rgba(0, 143, 213, .08);
    border: 1px solid rgba(0, 143, 213, .14);
}

.xaut-s2-card--light .xaut-s2-meta,
.xaut-s2-card--light h3,
.xaut-s2-card--light .xaut-s2-summary {
    color: #0c2139;
}

.xaut-s2-card--light .xaut-s2-meta {
    color: rgba(12, 33, 57, .55);
}

.xaut-s2-card--light .xaut-s2-summary {
    color: rgba(12, 33, 57, .72);
}

.xaut-s2-card--light .xaut-s2-link {
    color: #0c2139;
    background: rgba(0, 143, 213, .08);
    border-color: rgba(0, 143, 213, .24);
}

.xaut-s2-card--light:hover .xaut-s2-link {
    color: #ffffff;
}

.xaut-s2-number {
    margin: 0 0 8px;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    color: #008fd5;
}

@media (max-width: 1200px) {
    .xaut-s2 {
        padding: 80px 0 90px;
    }

    .xaut-s2-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .xaut-s2-mark {
        justify-self: start;
    }

    .xaut-s2-body {
        grid-template-columns: 1.2fr 1fr 1fr;
        grid-template-rows: 240px 180px 180px 180px;
    }

    .xaut-s2-A {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }

    .xaut-s2-B {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .xaut-s2-C {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .xaut-s2-D {
        grid-column: 2 / 4;
        grid-row: 2 / 3;
    }

    .xaut-s2-E {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .xaut-s2-F {
        grid-column: 2 / 4;
        grid-row: 3 / 4;
    }

    .xaut-s2-G {
        grid-column: 1 / 4;
        grid-row: 4 / 5;
        --tile-shift: 0px;
    }
}

@media (max-width: 768px) {
    .xaut-s2 {
        padding: 70px 0 80px;
    }

    .xaut-s2-shell {
        padding: 0 16px;
    }

    .xaut-s2-head-copy {
        padding-left: 18px;
    }

    .xaut-s2-title {
        font-size: 40px;
        letter-spacing: 3px;
    }

    .xaut-s2-desc {
        font-size: 14px;
        line-height: 1.8;
    }

    .xaut-s2-mark {
        transform: none;
    }

    .xaut-s2-body {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 14px;
        padding-top: 0;
    }

    .xaut-s2-A,
    .xaut-s2-B,
    .xaut-s2-C,
    .xaut-s2-D,
    .xaut-s2-E,
    .xaut-s2-F,
    .xaut-s2-G {
        grid-column: auto;
        grid-row: auto;
        --tile-shift: 0px;
    }

    .xaut-s2-card {
        min-height: 240px;
        border-radius: 16px;
    }

    .xaut-s2-B,
    .xaut-s2-E {
        min-height: 210px;
    }

    .xaut-s2-card-inner {
        padding: 20px;
    }

    .xaut-s2-A .xaut-s2-card-inner {
        padding: 24px 20px;
    }

    .xaut-s2-card h3,
    .xaut-s2-A h3,
    .xaut-s2-card--text h3 {
        font-size: 22px;
    }

    .xaut-s2-number {
        font-size: 52px;
    }
}
/* ============================================================
   学员风采 S2 END
   ============================================================ */

.foot-cont p:nth-child(5) {
    background: url(../images/foot-icon04.png) no-repeat center left;
    background-size: 29px;
    margin-bottom: 0;
}

.foot-code img {
    width: 189px;
    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;
}

@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: 70%;
    }

    .foot-right {
        width: 30%;
    }

    .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),
    .foot-cont p:nth-child(5) {
        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;
    }
}


/* ---联系方式结束--- */


/* 侧边栏 */

.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: rgba(255, 255, 255, 0.6);
}

.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;
}

.side-tab-block ul li .side-tab-item.backTop {
    padding: 10px 0;
}

.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;
}

/* 公共分页器样式 */
.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;
}

/* 二级页面banner */
.second-banner {
    height: 550px;
}

.second-banner img {
    height: 100%;
}

/* 二级页面开始 */
/* 新闻动态 */

.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;
    padding: 70px 0;
    background: url(../images/img79_u.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/icon11.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 {
    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/img91.jpg) 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/icon09.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/icon21.png) no-repeat center left;
    background-size: 26px;
    background-position-y: 5px;
}

.more-btn p:hover {
    color: #b81319;
    background: url(../images/icon20.png) no-repeat center left;
    background-size: 26px;
    background-position-y: 5px;
}

/* 招生快讯 */
.alerts {
    margin-top: -17px;
    position: relative;
    padding: 70px 0;
    background: url(../images/img79_u.png) no-repeat center top;
    background-size: cover;
}

.alerts-tuijian-box ul {
    display: flex;
    flex-wrap: wrap;
}

.alerts-tuijian-box ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 24px;
    background: #ffffff;
}

.alerts-tuijian-box ul li:nth-child(even) {
    margin-right: 0;
}

.alerts-tuijian-box ul li:nth-child(5),
.alerts-tuijian-box ul li:nth-child(6) {
    margin-bottom: 0;
}

.alerts-tuijian-item {
    padding: 30px 40px;
    overflow: hidden;
}

.alerts-tuijian-left {
    width: 75px;
    float: left;
    text-align: center;
}

.alerts-tuijian-right {
    margin-left: 100px;
}

.alerts-tuijian-left p:nth-child(1) {
    color: #b81319;
    font-size: 48px;
    line-height: 64px;
    font-weight: bold;
    font-style: italic;
}

.alerts-tuijian-left p:nth-child(2) {
    color: #848484;
    font-size: 18px;
}

.alerts-tuijian-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.alerts-tuijian-intro {
    line-height: 26px;
}

.alerts-list {
    background: #F6F6F6;
    padding: 80px 0;
}

.alerts-list-box ul li {
    margin-bottom: 30px;
}

.alerts-list-item {
    background: #ffffff;
    padding: 30px 35px;
    overflow: hidden;
}

.alerts-list-item-time {
    width: 75px;
    float: left;
    text-align: center;
}

.alerts-list-item-box {
    margin-left: 40px;
    max-width: 780px;
    float: left;
}

.alerts-list-item-img {
    width: 289px;
    height: 170px;
    float: right;
    overflow: hidden;
}

.alerts-list-item-img img {
    height: 100%;
}

.alerts-list-item-time,
.alerts-list-item-box {
    padding-top: 40px;
}

.alerts-list-item-time p:nth-child(1) {
    color: #b81319;
    font-size: 48px;
    line-height: 64px;
    font-weight: bold;
    font-style: italic;
}

.alerts-list-item-time p:nth-child(2) {
    color: #848484;
    font-size: 18px;
}

.alerts-list-item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.alerts-list-item-intro {
    line-height: 26px;
}

.alerts-list-box ul li {
    margin-bottom: 30px;
}

.alerts-tuijian-box ul li:hover {
    box-shadow: 1px 1px 10px;
}

.alerts-tuijian-box ul li:hover .alerts-tuijian-title {
    color: #b81319;
}

.alerts-list-item:hover {
    box-shadow: 1px 1px 10px;
    background: #b81319;
}

.alerts-list-item:hover p {
    color: #ffffff;
}

/* 活动预告 */

.trailer {
    margin-top: -17px;
    position: relative;
    padding: 70px 0;
    background: url(../images/img79_u.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: 24px;
}

.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-right {
    width: -moz-calc(100% - 195px);
    width: -webkit-calc(100% - 195px);
    width: calc(100% - 195px);
}

.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/icon22.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: 16px;
    position: relative;
}

.trailer-list-item-title:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #b81319;
    left: 0;
    margin-top: 5px;
}

.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;
}

/* 东华影像 */
.video {
    margin-top: -17px;
    position: relative;
    padding: 70px 0;
    background: url(../images/img79_u.png) no-repeat center top;
    background-size: cover;
}

.video-box {
    overflow: hidden;
    display: flex;
}

.video-box .video-left {
    flex: 0.892;
    margin-right: 53px;
}

.video-box .video-right {
    flex: 0.451;
}

.video-first-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.video-first-intro {
    width: 80%;
    line-height: 26px;
    height: 52px;
    color: #fff;
    margin-bottom: 15px;
}

.video-first-time p {
    color: #fff;
    line-height: 24px;
    padding-left: 22px;
    background: url(../images/icon11.png) no-repeat center left;
    background-size: 16px;
    margin-bottom: 60px;
}

.video-first-img img {
    height: 100%;
}

.video-tuijian-item {
    margin-bottom: 35px;
}

.video-tuijian-item:last-child {
    margin-bottom: 0;
}

.video-tuijian-item-img {
    height: 254px;
}

.video-tuijian-item-img img {
    height: 100%;
}

.video-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;
}

.video-tuijian-item-box {
    position: relative;
}

.video-first {
    height: 502px;
}

.video-first video {
    display: block;
}

.video-play-icon {
    width: 65px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-list {
    background: url(../images/img91.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0;
}

.video-list-box ul {
    display: flex;
    flex-wrap: wrap;
}

.video-list-box ul li {
    width: 31.4%;
    float: left;
    margin-bottom: 40px;
}

.video-list-box ul li:nth-child(3n+2) {
    margin-left: 2.9%;
    margin-right: 2.9%;
}

.video-list-item {
    position: relative;
    height: 420px;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.video-list-item .video-list-item-img {
    overflow: hidden;
    height: 245px;
    position: relative;
}

.video-list-item .video-list-item-img img {
    transition: all ease 0.8s;
    height: 100%;
}

.video-list-item:hover {
    box-shadow: 1px 1px 10px;
}

.video-list-item:hover .video-list-item-img img {
    transform: scale(1.2);
}

.video-list-item:hover .video-list-item-title {
    color: #b81319;
}

.video-list-item-box {
    padding: 15px 25px 10px 25px;
    background: #ffffff;
}

.video-list-item-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    height: 64px;
    margin-bottom: 10px;
}

.video-list-item-intro {
    color: #434343;
    font-size: 16px;
    line-height: 26px;
    height: 78px;
}

.video-list-item-time {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    background: url(../images/icon09.png) no-repeat left center;
    background-size: 16px;
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.video-list-item-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 76px;
    background-color: #b81319;
}

.video-list-item-arrow img {
    width: 19px;
    margin: 11px auto;
}

/* 公共二级菜单 */
.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;
}

.center-intro-bg {
    background: url(../images/img99.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.project-intro-item {
    padding-bottom: 30px;
    padding-left: 70px;
    position: relative;
}

.project-intro-item:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    width: 21px;
    height: 21px;
    background: #fff;
    border: solid 6px #b71319;
    border-radius: 21px;
}

.project-intro-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 3px;
    background: #b71319;
}

.project-intro-item:last-child:after {
    display: none;
}

.project-intro-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #b71319;
    margin-bottom: 20px;
}

.project-intro-item-cont p {
    text-indent: 2em;
    margin-bottom: 10px;
    text-align: justify;
}

.project-intro-item-list {
    display: flex;
    margin-top: 20px;
}

.project-intro-item-list p {
    flex: 1;
    color: #b71319;
    line-height: 30px;
    padding-top: 5px;
    border-top: 3px solid #b71319;
}

.project-intro-item-list p:nth-child(2) {
    margin: 0 100px;
}

.dean-message-img img {
    width: auto;
}

.development-history-intro {
    background: #f6f6f6;
    padding: 15px 40px;
    overflow: hidden;
}

.development-history-intro p {
    margin: 10px 0;
    text-align: justify;
}

.development-history-intro img {
    width: auto;
}

.development-history-intro img.development-history-icon {
    float: right;
}

.development-history-yange {
    margin-top: 40px;
}

.development-history-title p {
    display: inline-block;
    padding-left: 34px;
    padding-right: 15px;
    line-height: 54px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: #b81319;
    position: relative;
    margin-bottom: 20px;
}

.development-history-title p:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 21px;
    width: 11px;
    height: 11px;
    background-color: #ffffff;
}

.development-history-title p:after {
    content: '';
    position: absolute;
    right: -40px;
    border-left: 40px solid #b81319;
    border-top: 54px solid transparent;
}

.development-history-yange-box {
    position: relative;
}

.development-history-yange-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 157px;
    border-right: 8px solid #bfbfbf;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.development-history-yange-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 157px;
    border-left: 8px solid #bfbfbf;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.development-history-yange-box .yange-line {
    position: absolute;
    top: 165px;
    width: 100%;
    height: 1px;
    background: #bfbfbf;
}

.yange-item-top {
    position: relative;
    min-height: 165px;
}

.yange-item-top p {
    width: 94%;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.yange-item-top p span {
    font-size: 18px;
    color: #b81319;
    font-weight: bold;
}

.yange-item-bottom {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #b81319;
    position: relative;
    padding-top: 25px;
    line-height: 40px;
}

.yange-item-bottom:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #ffffff;
    border: solid 1px #a80a21;
}

.development-history-swiper .yange-item:hover {
    background: url(../images/img105.png) no-repeat center top;
    background-size: 100% 90%;
}

.development-history-swiper .yange-item:hover .yange-item-top {
    color: #ffffff;
}

.development-history-swiper .yange-item:hover .yange-item-top p span {
    color: #ffffff;
}

.development-history-swiper .yange-item:hover .yange-item-bottom:before {
    display: none;
}

.development-history-swiper .yange-item:hover .yange-item-bottom p {
    width: 100px;
    margin: 0 auto;
    background-color: #b81319;
    color: #ffffff;
}

.development-history-yange-qianshen {
    margin-top: 40px;
}

.qianshen-left {
    width: 44.5%;
    float: left;
}


.qianshen-right {
    width: 55.6%;
    float: left;
    margin-left: -0.1%;
}

.qianshen-tile p {
    margin-bottom: 0;
}

.qianshen-list {
    background: #f6f6f6;
    padding: 20px;
}

.qianshen-item {
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
}

.qianshen-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #b81319;
    border-radius: 10px;
}

.qianshen-item:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8%;
    height: 100%;
    border-left: 2px dotted #b81319;
}

.qianshen-item:last-child:after {
    display: none;
}

.qianshen-item p:nth-child(1) {
    color: #b81319;
    font-size: 20px;
    font-weight: bold;
}

.development-history-out {
    background: url(../images/img99.jpg) no-repeat center bottom;
    background-size: 100%;
}

.development-history-year {
    margin-top: 40px;
    background: url(../images/img107.png) no-repeat center top;
    background-size: auto 293px;
    background-position-y: 45px;
}

.development-history-year-box {
    overflow: hidden;
    margin-left: 270px;
}

.development-history-year-left {
    width: 63%;
    float: left;
    margin-right: 2%;
    padding-top: 360px;
}

.development-history-year-right {
    width: 35%;
    float: left;
    background: #b81319;
}

.development-history-year-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.development-history-year-list ul li {
    width: 32%;
    border-radius: 10px;
    border: 1px dashed #b81319;
    margin-bottom: 15px;
}

.development-history-year-list ul li .box {
    padding: 15px 10px 15px 55px;
}

.development-history-year-list ul li:nth-child(1) .box {
    background: url(../images/icon01.png) no-repeat center left;
    background-size: 23px;
    background-position-x: 15px;
}


.development-history-year-list ul li:nth-child(2) .box {
    background: url(../images/icon02.png) no-repeat center left;
    background-size: 23px;
    background-position-x: 15px;
}

.development-history-year-list ul li:nth-child(3) .box {
    background: url(../images/icon03.png) no-repeat center left;
    background-size: 23px;
    background-position-x: 15px;
}

.development-history-year-list ul li:nth-child(4) .box {
    background: url(../images/icon04.png) no-repeat center left;
    background-size: 23px;
    background-position-x: 15px;
}

.development-history-year-list ul li:nth-child(5) .box {
    background: url(../images/icon05.png) no-repeat center left;
    background-size: 23px;
    background-position-x: 15px;
}

.development-history-year-list ul li:nth-child(6) .box {
    background: url(../images/icon06.png) no-repeat center left;
    background-size: 23px;
    background-position-x: 15px;
}

.development-history-year-list ul li:nth-child(7) .box {
    background: url(../images/icon07.png) no-repeat center left;
    background-size: 23px;
    background-position-x: 15px;
}

.development-history-year-list ul li .block {
    padding-left: 10px;
    border-left: 1px solid #b81319;
}

.development-history-year-list ul li .block p:nth-child(1) {
    font-size: 20px;
    color: #b81319;
    font-weight: bold;
}

.development-history-year-right-box {
    padding: 50px 30px 40px 30px;
}

.development-history-year-right-top {
    margin-bottom: 50px;
}

.development-history-year-right-top p {
    color: #ffffff;
}

.development-history-year-right-top p:nth-child(1) {
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
}

.development-history-year-right-top p:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    line-height: 90px;
}

.development-history-year-right-top p:nth-child(2) span {
    font-size: 70px;
    color: #e4b646;
}

.development-history-year-right-bottom p {
    color: #ffffff;
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/icon08.png) no-repeat top left;
    background-size: 21px;
    background-position-y: 2px;
    margin-bottom: 15px;
}

.development-history-licheng {
    background: #f6f6f6;
    padding: 40px 0;
    margin-top: 40px;
}

.development-history-licheng-img img {
    width: auto;
}

.development-history-pingjia {
    margin-top: 40px;
}

.development-history-pingjia-list {
    margin-top: 40px;
}

.development-history-pingjia-list p {
    padding-bottom: 20px;
    padding-left: 30px;
    position: relative;
}

.development-history-pingjia-list p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #b81319;
    border-radius: 10px;
}

.development-history-pingjia-list p:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 15%;
    height: 100%;
    border-left: 2px dotted #b81319;
}

.development-history-pingjia-list p:last-child:after {
    display: none;
}

.development-history-pingjia-list p span {
    color: #b81319;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    padding: 0 5px;
}

/* 学生生活 */
.share-list ul li {
    margin-bottom: 45px;
}

.share-item {
    overflow: hidden;
}

.share-item-left {
    width: 440px;
    height: 264px;
    float: left;
}

.share-item-right {
    margin-left: 439px;
    height: 262px;
    border: 1px solid #cccccc;
    position: relative;
    background: #ffffff;
}

.share-item .share-item-img {
    overflow: hidden;
    height: 100%;
}

.share-item .share-item-img img {
    height: 100%;
}

.share-item:hover .share-item-img img {
    transform: scale(1.2);
}

.share-item-cont {
    padding: 30px 40px 30px 40px;
}

.share-item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.share-item-intro {
    line-height: 26px;
}

.share-item-time {
    position: absolute;
    bottom: 5px;
    left: 40px;
}

.share-item-time p {
    padding-left: 23px;
    background: url(../images/icon09.png) no-repeat center left;
    background-size: 16px;
}

.share-item-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 76px;
    height: 35px;
    background-color: #b81319;
}

.share-item-arrow img {
    width: 19px;
    height: 13px;
    margin: 11px auto;
}

.share-item-arrow img:nth-child(2) {
    display: none;
}

.share-item:hover {
    box-shadow: 1px 1px 12px;
}

.share-item:hover .share-item-right {
    background: #b81319;
    border: 1px solid #b81319;
}

.share-item:hover .share-item-title,
.share-item:hover .share-item-intro {
    color: #FFFFFF;
}

.share-item:hover .share-item-time p {
    color: #ffffff;
    background: url(../images/icon11.png) no-repeat center left;
    background-size: 16px;
}

.share-item:hover .share-item-arrow {
    background: #ffffff;
}

.share-item:hover .share-item-arrow img:nth-child(1) {
    display: none;
}

.share-item:hover .share-item-arrow img:nth-child(2) {
    display: block;
}

.data-download-list ul li {
    margin-bottom: 30px;
}

.data-download-item {
    padding: 10px 15px 25px 15px;
    border-bottom: 1px solid #787878;
    background: #fff;
    position: relative;
}

.data-download-title {
    margin-right: 100px;
}

.data-download-title p:nth-child(1) {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: bold;
}

.data-download-title p:nth-child(2) {
    padding-left: 25px;
    background: url(../images/icon09.png) no-repeat center left;
    background-size: 16px;
}

.data-download-arrow {
    position: absolute;
    right: 15px;
    top: 30px;
    width: 76px;
    height: 35px;
    background-color: #b81319;
}

.data-download-arrow img {
    width: 19px;
    margin: 11px auto 0 auto;
}

.data-download-arrow img:nth-child(2) {
    display: none;
}

.data-download-item:hover {
    box-shadow: 1px 1px 12px;
    background: #b81319;
    border-bottom: 1px solid #b81319;
}

.data-download-item:hover .data-download-title p {
    color: #ffffff;
}

.data-download-item:hover .data-download-title p:nth-child(2) {
    background: url(../images/icon11.png) no-repeat center left;
    background-size: 16px;
}

/* 职业发展 */
.recruit-list ul {
    display: flex;
    flex-wrap: wrap;
}

.recruit-list ul li {
    width: 47.5%;
    float: left;
    margin-bottom: 40px;
}

.recruit-list ul li:nth-child(odd) {
    margin-right: 5%;
}

.recruit-item {
    min-height: 150px;
    padding: 20px;
    position: relative;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.recruit-item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.recruit-item-intro {
    color: #434343;
    line-height: 26px;
    text-align: justify;
}

.recruit-item-time {
    position: absolute;
    left: 20px;
    bottom: 5px;
    padding-left: 20px;
    background: url(../images/icon09.png) no-repeat center left;
    background-size: 16px;
}

.recruit-item .recruit-item-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 76px;
    height: 35px;
    background-color: #b81319;
}

.recruit-item .recruit-item-arrow img {
    width: 19px;
    margin: 11px auto 0 auto;
}

.recruit-item .recruit-item-arrow img:nth-child(2) {
    display: none;
}

.recruit-item:hover {
    box-shadow: 1px 1px 12px;
    background: #b81319;
    border: 1px solid #b81319;
}

.recruit-item:hover .recruit-item-title,
.recruit-item:hover .recruit-item-intro {
    color: #ffffff;
}

.recruit-item:hover .recruit-item-time {
    color: #ffffff;
    background: url(../images/icon11.png) no-repeat center left;
    background-size: 16px;
}

.recruit-item:hover .recruit-item-arrow {
    background: #ffffff;
}

.recruit-item:hover .recruit-item-arrow img:nth-child(1) {
    display: none;
}

.recruit-item:hover .recruit-item-arrow img:nth-child(2) {
    display: block;
}

.career-data-list ul {
    display: flex;
    flex-wrap: wrap;
}

.career-data-list ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
    background-color: #f5f5f5;
}

.career-data-list ul li:nth-child(3n) {
    margin-right: 0;
}

.career-data-item {
    min-height: 125px;
    padding: 30px 65px 20px 35px;
    position: relative;
}

.career-data-item:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    background: url(../images/icon13.png) no-repeat right bottom;
    background-size: 100% 100%;
}

.career-data-item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.career-data-item-time {
    padding-left: 20px;
    background: url(../images/icon09.png) no-repeat center left;
    background-size: 16px;
}

.career-data-item:hover {
    box-shadow: 1px 1px 12px;
    background: #b81319;
}

.career-data-item:hover:after {
    background: url(../images/icon14.png) no-repeat right bottom;
    background-size: 100% 100%;
}

.career-data-item:hover .career-data-item-title {
    color: #ffffff;
}

.career-data-item:hover .career-data-item-time {
    color: #ffffff;
    background: url(../images/icon11.png) no-repeat center left;
    background-size: 16px;
}

/* 国际交流 */
.international-project-title {
    font-size: 24px;
    font-weight: bold;
    color: #b81319;
    margin-bottom: 10px;
    text-align: center;
}

.international-project-item {
    border-radius: 16px;
    background: url(../images/img116.png) no-repeat center top;
    background-size: cover;
    padding: 40px 45px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: justify;
}


.international-project-item-title {
    margin-bottom: 20px;
    margin-right: 40px;
}

.international-project-item-title p {
    display: inline-block;
    background-color: #b81319;
    border-radius: 18px;
    padding: 6px 25px;
    line-height: 24px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.international-project-item-title p:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background-color: #b81319;
}

.international-project-item-title p:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #b81319;
}

.international-project-item-year {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #b81319;
    font-weight: bold;
}

.international-project-item-year p {
    font-size: 20px;
}

.international-project-item-list ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.international-project-item-list ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #b81319;
    border-radius: 9px;
    left: 0;
    top: 12px;
}

/* 人才招聘 */
.talent-recruitment {
    padding-top: 80px;
}

.talent-recruitment-title {
    color: #b81319;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
}

.talent-recruitment-item {
    border-radius: 16px;
    background: url(../images/img116.png) no-repeat center top;
    background-size: cover;
    padding: 40px 45px;
    margin-bottom: 50px;
}

.talent-recruitment-item-box {
    margin-bottom: 20px;
}

.talent-recruitment-item-box:last-child {
    margin-bottom: 0;
}

.talent-recruitment-item-title p {
    width: 110px;
    text-align: center;
    background: #b81319;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}

.talent-recruitment-item-title p:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    border-left: 15px solid #b81319;
    border-top: 28px solid #b81319;
    border-bottom: 12px solid transparent;
}

/* 红线条 */
.red-line {
    width: 100%;
    height: 6px;
    background: #b81319;
}

/* MEM页面样式 */

.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;
}

.mem-project-intro {
    text-align: justify;
    padding-bottom: 35px;
}

.mem-project-intro-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px 0;
}

.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: 100px;
    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: 2;
    line-clamp: 2;
    -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;
}

.brochure-detail {
    padding-bottom: 30px;
}

.brochure-detail br {
    height: 20px;
    line-height: 20px;
    display: block;
}

.brochure-detail img {
    width: auto;
}

.brochure-detail-item {
    padding-left: 73px;
    position: relative;
    padding-bottom: 30px;
}

.brochure-detail-item:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 6px solid #b81319;
}

.brochure-detail-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 4px;
    height: 100%;
    background: #b81319;
}

.brochure-detail-item-title {
    font-size: 24px;
    font-weight: bold;
    color: #b81319;
    margin-bottom: 15px;
}


.brochure-detail-item-cont {
    text-align: justify;
    text-indent: 2em;
}

.brochure-detail-item-cont p {
    margin-bottom: 10px;
}

.brochure-detail-item-red {
    color: #b81319;
}

.brochure-detail-item-line {
    display: inline-block;
    border-bottom: 1px solid #333333;
    text-indent: 0;
}

.brochure-detail-item-list {
    display: flex;
    flex-wrap: wrap;
}

.brochure-detail-item-list p {
    width: 510px;
    margin-right: 5px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.brochure-detail-item-list p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 4px;
    height: 18px;
    background: #bf2f34;
}

.brochure-detail-item-list p:nth-child(even) {
    margin-right: 0;
}

.brochure-detail-second-titile {
    font-size: 20px;
    font-weight: bold;
    color: #b81319;
    margin-bottom: 10px;
}

.brochure-detail-second-cont {
    text-align: justify;
}

.brochure-detail-second-cont p {
    margin-bottom: 10px;
}

.brochure-detail-item-cont-left {
    text-indent: 0;
}

.brochure-detail-item-table {
    margin-bottom: 10px;
}

.brochure-detail-item-table table {
    text-align: center;
}

.brochure-detail-item-table table tr:nth-child(odd) {
    background: #FBF1F1;
}

.brochure-detail-item-table table tr {
    border-bottom: 1px solid #b81319;
}

.brochure-detail-item-table table tr td {
    line-height: 30px;
    padding: 10px 0;
}

.brochure-detail-item-table table tr:nth-child(1) {
    border-top: 1px solid #b81319;
}

.brochure-detail-item-table table tr.brochure-detail-item-table-t {
    font-size: 18px;
    font-weight: bold;
    background: #b81319;
    color: #ffffff;
}

/* ExEd页面样式 */
.brochure-detail-item-yujian {
    margin-top: 15px;
}

.brochure-detail-item-yujian ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.brochure-detail-item-yujian ul li {

    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.brochure-detail-item-yujian01 ul li {
    width: 315px;
}

.brochure-detail-item-yujian ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border: solid 2px #b81319;
    border-radius: 14px;
}

.brochure-detail-item-yujian ul li:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 5px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #b81319;
}

.brochure-detail-item-yujian-t {
    font-size: 18px;
    font-weight: bold;
    color: #b81319;
}

.brochure-detail-item-yujian02 ul li {
    width: 100%;
}

.brochure-detail-item-teacher ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brochure-detail-item-teacher ul li {
    width: 48%;
    margin-right: 4%;
    margin-top: 25px;
}

.brochure-detail-item-teacher ul li:nth-child(even) {
    margin-right: 0;
}

.brochure-detail-item-teacher-box {
    position: relative;
}

.brochure-detail-item-teacher-box:after {
    content: '';
    clear: both;
    display: block;
}

.brochure-detail-item-teacher-box .brochure-detail-item-teacher-img {
    width: 153px;
    float: left;
}

.brochure-detail-item-teacher-box .brochure-detail-item-teacher-cont {
    margin-left: 170px;
}

.brochure-detail-item-teacher-name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #b81319;
}

.brochure-detail-item-teacher-cont p {
    text-align: justify;
}

/* 三级页面开始 */
.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 video {
    max-width: 1200px;
    display: block;
    margin: 30px auto 20px auto;
}

.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/icon17.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/icon18.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: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    border: 0;
    line-height: 66px;
    margin-left: 78px;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    border: 0;
}

.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;
}

/* blog-home 背景图全端适配 */
.blog-home {
    background: url(../image/img168.jpg) no-repeat center center;
    /*! background-attachment: fixed; */
    background-size: cover;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    min-height: auto;
    position: relative;
    z-index: 1;
}

/* 移动端 (≤768px) */
@media (max-width: 768px) {
    .blog-home {
        background-attachment: scroll;
        padding: 30px 0;
    }
}

/* 平板 (769px - 1199px) */
@media (min-width: 769px) and (max-width: 1199px) {
    .blog-home {
        background-attachment: scroll;
        padding: 50px 0;
    }
}

/* 桌面 (≥1200px) */
@media (min-width: 1200px) {
    .blog-home {
        /*! background-attachment: fixed; */
        padding: 80px 0;
    }
}

/* ============================================================
   学员风采列表 xyfc-list 样式 - 简洁单列
   ============================================================ */

/* 基础样式 - 单列显示 */
.xyfc-list {
    margin-top: 12px;
}

.xyfc-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.xyfc-list ul li {
    padding: 12px 15px 8px 0;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    border-bottom: 1px dashed #e0e0e0;
    transition: all 0.3s ease;
}

.xyfc-list ul li:last-child {
    border-bottom: none;
}

.xyfc-list ul li::before {
    content: '>';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 18px;
    color: #004aa1;
}

.xyfc-list ul li:hover {
    color: #004aa1;
}