* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary-active-color: #F05A8D;
}
a {
    text-decoration: none;
}
.zone {
    width: 1200px;
    margin: 0 auto;
}
img {
    width: 100%;
    height: 100%;
}
/*客服*/
.customer-service {
    position: fixed;
    bottom: 8%;
    right: 8%;
    width: 80px;
    height: 80px;
    z-index: 9999;
    border-radius: 8px;
    transition: .3s;
    /*黑色阴影*/
    box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.3);
}
.customer-service-dialogue {
    position: fixed;
    z-index: 2000;
    bottom: 100px;
    right: 40px;
    background-color: #fff;
    font-size: 17px;
    padding: 8px;
    color: #041a3e;
    border-radius: 8px;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
.customer-service-dialogue img {
    width: 120px;
    height: 120px;
}
.customer-service-icon:hover ~ .customer-service-dialogue {
    opacity: 1;
}
.customer-service:hover {
    transform: rotate3d(1, 1, 0, 0deg) translateX(10px) translateY(10px);
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
}
.customer-service-icon {


}
/*面包屑导航*/
.breadcrumb {
    padding: 0 32px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    z-index: 20;
}
.breadcrumb .breadcrumb-home-link{
    margin-left: 12px;
}
.breadcrumb img{
    width: 22px;
    height: 22px;
}
.breadcrumb a{
    font-weight: 300;
    font-size: 14px;
    color: #8A8A8A;
}

.breadcrumb .text-split {
    margin: 0 8px;
}

.breadcrumb .text-split:last-child {
    display: none;
}

/*段落英文标题*/
.section-en-title {
    font-family: Microsoft YaHei, serif;
    font-weight: 300;
    font-size: 40px;
    color: #8A8A8A;
    text-align: center;
}
/*段落中文标题*/
.section-cn-title {
    font-size: 30px;
    color: #535353;
    font-weight: bold;
    text-align: center;
}
/*段落描述*/
.section-description {
    max-width: 672px;
    margin: 0 auto;
    margin-top: 8px;
    opacity: 0.5;
    font-size: 12px;
    color: #ABABAB;
    text-align: center;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
   .zone {
        width: 767px;
    }

}
@media screen and (max-width: 767px) {
   .zone {
        width: 375px;
    }
    .section-en-title {
        font-size: 27px;
    }

    .section-description {
        padding: 0 16px;
    }

    /*面包屑导航*/
    .breadcrumb {
        display: none;
    }
}



/*页面装饰*/
.decoration {
    width: auto;
    z-index: 1;
}
/*头部三角*/
.deco-header {
    position: fixed;
    left: 0;
    top: 0;
    height: 128px;
    aspect-ratio: 107/126;
    z-index: 2000;
}
/*首页-GET SUPPORT-左侧三角*/
.deco-support-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 331px;
    aspect-ratio: 187/331;
}

/*首页-GET SUPPORT-右侧点阵*/
.deco-support-right {
    position: absolute;
    right: 20px;
    top: 330px;
    height: 273px;
    aspect-ratio: 67/273;
}
/*首页-新闻咨询-右侧三角*/
.deco-news-right {
    position: absolute;
    right: 0;
    top: -108px;
    height: 324px;
    aspect-ratio: 199/324;
}

/*首页-新闻咨询-左侧点阵*/
.deco-news-left {
    position: absolute;
    left: 20px;
    top: 630px;
    height: 67px;
    aspect-ratio: 273/67;
}

/*首页-底部-左侧三角*/
.deco-footer-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 217px;
    aspect-ratio: 161/217;
    display: none;
}

/*联系我们-左侧点阵*/
.deco-contact-left {
    position: absolute;
    left: 80px;
    top: 300px;
    height: 273px;
    aspect-ratio: 67/273;
}
/*学院概况-学校简介-左侧三角*/
.deco-overview-left {
    position: absolute;
    left: 0;
    top: -1px;
    height: 66px;
    aspect-ratio: 37 / 66;
}
/*学院概况-校长致辞-右侧点阵*/
.deco-president-right {
    position: absolute;
    right: 48px;
    top: 20px;
    height: 67px;
    aspect-ratio: 273/67;
}
/*学院概况-历程碑-右侧三角*/
.deco-evolution-right {
    position: absolute;
    right: 0;
    bottom: -24px;
    height: 162px;
    aspect-ratio: 191/162;
}
/*学院概况-成果回馈-右侧点阵*/
.deco-feedback-right {
    position: absolute;
    right: 64px;
    bottom: 120px;
    height: 273px;
    aspect-ratio: 67/273;
}
/*列表页-点阵*/
.deco-column1 {
    position: absolute;
    left: 40px;
    top: 60px;
    height: 67px;
    aspect-ratio: 273/67;
}
/*列表页-课程设置-右侧点阵*/
.deco-column1-curriculum {
    position: absolute;
    right: 40px;
    top: 60px;
    height: 273px;
    aspect-ratio: 67/273;
}
/*列表页-校内新闻-右侧三角*/
.deco-school-news {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 331px;
    aspect-ratio: 188/331;
}
/*列表页-新闻-左侧三角*/
.deco-article-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 173px;
    aspect-ratio: 388/173;
}
/*列表页-新闻-右侧点阵*/
.deco-article-right {
    position: absolute;
    right: 60px;
    bottom: 20px;
    height: 273px;
    aspect-ratio: 67/273;
}

@media screen and (min-width: 767px) and (max-width: 1400px) {
    .decoration {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .decoration {
        display: none;
    }
}

/*页码*/
.pagination {
    display: flex;
    justify-content: center;
}
.pagination .page_link, .page_white{
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    color: #2f406b;
    border-radius: 2px;
    font-weight: bold;
}

.pagination .page_link.page_active{
    background-color: #fece35;
    color: #202229;
}

.pagination a:hover, .page_white:hover{
    background-color: #fece35;
    color: #202229;
    transition: .1s;
}

@media screen and (max-width: 767px) {

    .pagination .page_link, .page_white{
        height: 42px;
        width: 42px;
        line-height: 46px;
    }

    .customer-service-dialogue {
        bottom: 70px;
        right: -8px;
        /*width: 324px;*/
    }
    .customer-service {
        width: 50px;
        height: 50px;
        /*黑色阴影*/
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
    }
}
