﻿@charset "utf-8";
/* 放大和缩小的动画 */
@keyframes zoomInOut {
    0% {
        transform: scale(1); /* 初始大小 */
    }
    50% {
        transform: scale(1.15); /* 放大到 1.5 倍 */
    }
    100% {
        transform: scale(1); /* 缩小回原始大小 */
    }
}

.ind-banner{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ind-banner .swiper-slide {
    position: relative;
    z-index: 1;
}
.ind-banner .swiper-slide img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out;
    transform: scale(1); /* 初始大小 */
}
.ind-banner .zooming img{
    animation: zoomInOut 12s ease-in-out forwards;
}
.ind-banner .con {
    display: none;
}
.ind-banner .swiper-btn-box .swiper-pagination {
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ind-banner .swiper-btn-box .swiper-pagination .swiper-pagination-bullet{
    position: relative;
    z-index: 1;
    width: 15px;
    height: 15px;
    margin: 0 20px;
    background: white;
    opacity: 1; filter: alpha(opacity=100);
}
.ind-banner .swiper-btn-box .swiper-pagination .swiper-pagination-bullet-active{
    margin-top: 0;
    width: 30px;
    height: 31px;
    background:  url(../../base/img/ind-focus-btn.png) center top no-repeat;
}

.ind-banner .swiper-btn-box .swiper-pagination .swiper-pagination-bullet::after{
    position: absolute;
    z-index: 1;
    right: -30px;
    top: 50%;
    content: "";
    width: 20px;
    height: 1px;
    float: left;
    margin-top: -1px;
    overflow: hidden;
    background: white;
}
.ind-banner .swiper-btn-box .swiper-pagination .swiper-pagination-bullet:nth-last-child(1):after{
    display: none;
}

.ind-banner::after,
.ind-banner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.ind-banner::after{
    z-index: 1;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
#header::before{
    background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0));
}

/* 通用框 ind-box */
.ind-box .mhd{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    height: 75px;
}
.ind-box .mhd strong{
    padding: 22px 0 8px 10px;
    height: 45px;
    line-height: 45px;
    font-size: 34px;
    font-weight: bold;
    color: var(--color-main);
    background:  url(../../base/img/box-hd-icon.png) left center no-repeat;
}
.ind-box .mhd strong a{
    color: var(--color-main);
    text-decoration: none;
}
.ind-box .mhd .more{
    text-decoration: none;
    padding-right: 32px;
    background:  url(../../base/img/more-icon.png) right center no-repeat;
}
.ind-box .mhd strong.title-white{
    color: white;
    background-image: url(../../base/img/box-hd-icon-white.png);
}
.ind-box .mhd strong.title-white a{
    color: white;
}
.ind-box .mhd .more-white{
    color: white;
    background-image: url(../../base/img/more-icon-white.png);
}
.ind-box .mhd .more-white:hover{
    color: rgba(255, 255, 255, 0.8);
}


/* ==========================================================================
   学校新闻
========================================================================== */
#layout-news{
    position: relative;
    z-index: 1;
    padding-top: 85px;
    margin-bottom: 100px;
    background: rgba(46, 115, 206, 0.1);
}
#layout-news::before{
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: calc(100% / 2 - var(--page-width) * 0.175);
    height: calc(100% - 100px);
    background: url(../../base/img/ind-bg-1-2.png) left top no-repeat,
                linear-gradient(135deg, var(--color-linear-one) 0%, var(--color-linear-one) 20%, var(--color-linear-two) 100%);
}

#layout-news .mbd{
    padding: 40px 0 0;
    display: flex;
    justify-content:space-between;
    align-items: stretch;
}

.article-focus{
    position: relative;
    width: 600px;
    min-width: 600px;
    overflow: hidden;
}
.article-focus li{
    position: relative;
    z-index: 1;
}
.article-focus li img{
    width: 100%;
    height: 400px;
}
.article-focus li .title{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: rgba(0,0,0,0.5);
}
.article-focus li .title a{
    color: white;
}
.article-focus .swiper-pagination{
    width: auto;
    right: 20px;
    left: auto;
    bottom: 15px;
}
.article-focus .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.article-focus .swiper-pagination-bullet-active{
    background-color: white;
}

#layout-news .date-info-box{
    box-sizing: border-box;
    width: calc(100% - 600px);
    padding: 16px 30px;
    background-color: #fff;
}
.date-info-list{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px 0 0;
    border-left: 1px solid #ccc;
}
.date-info-list::after,
.date-info-list::before{
    position: absolute;
    left: 0;
    content: "";
    width: 28px;
    height: 1px;
    line-height: 1px;
    float: left;
    overflow: hidden;
    background-color: #ccc;
}
.date-info-list::before{
    top: 0;
}
.date-info-list::after{
    display: none;
}
.date-info-list li{
    max-width: 100%;
    margin-top: -1px;
    display: flex;
    height: 52px;
    align-items: stretch;
    justify-content: space-between;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
    transition: height 0.3s ease;
}
.date-info-list li .date{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-right: 20px;
    width: 80px;
    color: #999;
}
.date-info-list li .date span{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.date-info-list li .date span.dd{
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    transition: height 0.3s ease;
}
.date-info-list li .date span.ym{
    height: 23px;
    line-height: 23px;
}
.date-info-list li .date span::after{
    position: absolute;
    z-index: 2;
    left: 0;
    content: "";
    width: 28px;
    height: 1px;
    line-height: 1px;
    float: left;
    overflow: hidden;
    background-color: #ccc;
}
.date-info-list li .date span.dd::after{
    top: 0;
}
.date-info-list li .date span.ym::after{
    bottom: 0;
}
.date-info-list li.first .date span.dd:after{
    display: none;
}
.date-info-list li .date span::before{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    line-height: 1px;
    float: left;
    overflow: hidden;
    background-color: var(--color-active);
    transition: bottom 0.3s ease;
}
.date-info-list li .con{
    width: calc(100% - 90px);
    padding: 7px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.date-info-list li .title{
    padding: 0 0 8px;
}
.date-info-list li .con .intro{
    height: 0;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.date-info-list li .con .tit{
    display: block;
    font-size: 17px;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.date-info-list li.active{
    height: 105px;
}
.date-info-list li.active .date{
    color: var(--color-active);
}
.date-info-list li.active .date span.dd{
    height: 58px;
    line-height: 58px;
    font-size: 26px;
    font-weight: bold;
    border-bottom-color: var(--color-active);
}
.date-info-list li.active .date span.ym{
    height: 48px;
    line-height: 30px;
}
.date-info-list li.active .date span::before{
    width: 10px;
    bottom: 30px;
}
.date-info-list li.active .date span.dd::before{
    bottom: 30px;
}
.date-info-list li.active .tit{
    font-weight: bold;
    color: var(--color-active);
}
.date-info-list li.active .intro{
    height: 40px;
}

@media (min-width: 1440px) {
    .article-focus{
        width: 800px;
        min-width: 800px;
    }
    #layout-news .date-info-box{
        width: calc(100% - 800px);
        padding:28px 30px;
    }
    .article-focus .pic img{
        height: 534px;
    }

    .date-info-list li{
        height: 71px;
    }
    .date-info-list li .date span.dd{
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .date-info-list li .date span.ym{
        height: 30px;
        line-height: 30px;
    }
    .date-info-list li .title{
        padding: 8px 0;
    }
    .date-info-list li .con .tit{
        font-size: 18px;
    }
    .date-info-list li.active{
        height: 120px;
    }
    .date-info-list li.active .date span.dd{
        height: 68px;
        line-height: 68px;
        font-size: 28px;
    }
    .date-info-list li.active .date span.ym{
        height: 51px;
        line-height: 30px;
    }
    .date-info-list li.active .date span::before{
        width: 10px;
        bottom: 35px;
    }
    .date-info-list li.active .date span.dd::before{
        bottom: 30px;
    }
}

/* ==========================================================================
   公共通知  媒体关注  学校专题
========================================================================== */
.ind-loop {
    display: flex;
    justify-content:space-between;
    align-items: stretch;
}
.ind-loop .ind-box{
    margin-bottom: 20px;
    width: calc(100% / 2 - 15px);
}
.ind-loop .ind-box .mbd{
    padding: 30px 0 0;
}
.info-date-list{
    overflow: hidden;
}
.info-date-list li{
    padding: 5px 0;
}
.info-date-list li a{
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}
.info-date-list li .dateRight{
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
.info-date-list li .dateRight::after,
.info-date-list li .dateRight::before{
    position: absolute;
    z-index: 1;
    left: 80px;
    top: 50%;
    content: "";
    flex: 1;
    margin-left: 10px;
    height: 1px;
    line-height: 1px;
    background-color: #ccc;
}
.info-date-list li .dateRight::after{
    z-index: 2;
    background-color: var(--color-active);
    width: 0;
    transition: width 0.6s ease;
}
.info-date-list li .dateRight::before{
    width: calc(100% - 80px);
}
.info-date-list li:hover a{
    color: var(--color-active);
}
.info-date-list li:hover .dateRight::after{
    width: calc(100% - 80px);
}

#box-school-special{
    margin-bottom: 70px;
    padding-top: 80px;
    background:  url(../../base/img/ind-bg-3-1.png) center top no-repeat;
}
#box-school-special .mhd{
    margin-bottom: 48px;
}
#box-school-special .mbd{
    padding: 20px;
    overflow: hidden;
    background-color: #F2F2F2;
}
.special-pic-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-pic-list li{
    width:calc(100% / 4 - 10px);
}
.special-pic-list li .tit{
    display: none;
}
.special-pic-list li .pic{
    display: block;
}
.special-pic-list li .pic img{
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================================================
   入读碧职
========================================================================== */
#layout-rdbz{
    position: relative;
    z-index: 1;
    padding: 100px 0 0;
    margin-bottom: 100px;
}
#layout-rdbz::before{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: calc(100% / 2 - var(--page-width) * 0.175);
    height: 100%;
    background: url(../../base/img/ind-bg-2-1.png) left bottom no-repeat,
                linear-gradient(135deg, var(--color-linear-one) 0%, var(--color-linear-one) 20%, var(--color-linear-two) 100%);
}
#layout-rdbz .siteWidth{
    display: flex;
    justify-content: space-between;
}
#box-rdbz{
    min-width: 400px;
    flex: 1;
    padding: 20px;
    background-color: #EAF1FA;
}
#box-rdbz .intro{
    padding-top: 20px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.ind-node-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-node-list li{
    position: relative;
    margin-top: 20px;
    width: calc(100% / 2 - 15px);
    border-bottom: 1px solid #d9d9d9;
}
.ind-node-list li a{
    position: relative;
    z-index: 1;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    text-decoration: none;
}
.ind-node-list li::after{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    content: "";
    width: 10px;
    height: 2px;
    line-height: 2px;
    float: left;
    overflow: hidden;
    background: var(--color-active);
    transition: width 0.3s ease;
}
.ind-node-list li a::before,
.ind-node-list li a::after{
    font-family: "iconfont";
    content: "\e693";
    position: absolute;
    z-index: 1;
    left: calc(100% - 23px);
    top: 0;
    bottom: 0;
    width: 23px;
    font-size: 14px;
    color: #ccc;
    overflow: hidden;
}
.ind-node-list li a::after{
    z-index: 2;
    width: 0px;
    color: var(--color-active);
    transition: width 0.3s ease;
}
.ind-node-list li a:hover{
    color: #333;
}
.ind-node-list li:hover::after{
    width: 100%;
}
.ind-node-list li:hover a::after{
    width: 23px;
}

.node-video-img{
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.node-video-img img{
    width: 100%;
    height: auto;
}
.node-video-img::after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.6s ease;
}
.node-video-img:hover::after{
    background-color: rgba(0,0,0,0.4);
}
.node-video-img .icon-box {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.node-video-img .ico {
    position: relative;
    z-index: 1;
    width: 88px;
    height: 88px;
}

.node-video-img .ico::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../../base/img/video-icon-2.png) center no-repeat;
    background-size: 100% 100%;
}
.node-video-img .ico::before{
    content: "";
    display: inline-block;
    width: 88px;
    height: 88px;
    background:  url(../../base/img/videe-icon-1.png) center center no-repeat;
    animation: rotate2 6s linear -2s infinite;
}
@keyframes rotate2 {
    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.bg-circle {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-circle__elem {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border: 1px solid rgba(255,255,255, .5);
    border-radius: 50%;
}
@keyframes circle {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}
.bg-circle__elem {
    animation: circle 3s infinite ease-in-out;
}
.bg-circle__elem.mod--second {
    animation-delay: 500ms;
}
.bg-circle__elem.mod--third {
    animation-delay: 1s;
}


@media (min-width: 1440px) {
    #box-rdbz{
        padding: 50px;
    }
}

/* ==========================================================================
   产业融教
========================================================================== */
#layout-cjrh{
    position: relative;
    z-index: 1;
    padding: 80px 0;
    margin-bottom: 80px;
}
#layout-cjrh::after,
#layout-cjrh::before{
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 0;
}
#layout-cjrh::before{
    top: 0;
    width: calc(100% - 170px - (100% - var(--page-width)) / 2 );
    background: #EAF1FA url(../../base/img/ind-bg-4-1.png) left bottom no-repeat;
}
#layout-cjrh::after{
    z-index: -1;
    right: 0;
    height: calc(100% - 100px);
    width: calc(50% - var(--page-width) * 0.028);
    visibility: inherit;
    background: url(../../base/img/ind-bg-4-2.png) left bottom no-repeat,
                linear-gradient(221deg, var(--color-linear-one) 0%, var(--color-linear-one) 10%, var(--color-linear-two) 100%);
}
#layout-cjrh .mhd{
    margin-bottom: 30px;
}

.top-pic-list{
    overflow: hidden;
}
.top-pic-list li.t{
    width: 400px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.top-pic-list li.t:nth-child(2){
    margin-right: 60px;
}
.top-pic-list li.t .pic{
    display: block;
}
.top-pic-list li.t .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.top-pic-list li.t .con{
    position: relative;
    z-index: 1;
    height: 171px;
    overflow: hidden;
    background-color: #fff;
    padding: 16px 20px 20px;
}
.top-pic-list li.t .con::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    overflow: hidden;
    background-color: var(--color-active);
    transition: top 0.3s ease;
}
.top-pic-list li.t .tit{
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}
.top-pic-list li.t .intro{
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    text-align: justify;
}
.top-pic-list li.t .date{
    display: block;
    font-size: 14px;
    color: #666;
}
.top-pic-list li.t .date::before{
    font-family: "iconfont";
    content: "\e854";
    margin-right: 6px;
    font-size: 16px;
}
.top-pic-list li.t:hover .con::after{
    top: 0;
}
.top-pic-list li.t:hover .tit{
    color: white;
}
.top-pic-list li.t:hover .intro,
.top-pic-list li.t:hover .date{
    color: rgba(255, 255, 255, 0.5);
}

.top-pic-list li.n{
    margin-left: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 23px;
}
.top-pic-list li.n::after,
.top-pic-list li.n::before{
    content: "";
    position: absolute;
    float: left;
    overflow: hidden;
}
.top-pic-list li.n::before{
    z-index: 0;
    left: 0;
    bottom: 7px;
    width: 25px;
    height: 45px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/list-icon-1.png) left top no-repeat;
}
.top-pic-list li.n::after{
    width: 5px;
    height: 5px;
    left: 0;
    top: 29px;
    background-color: #fff;
    border-radius: 5px;
    transition: top 0.3s ease;
}
.top-pic-list li.n .date::after{
    width: 21px;
    height: 1px;
    left: 0;
    bottom: 10px;
    background-color: #fff;
}
.top-pic-list li.n .tit{
    margin-bottom: 16px;
    display: block;
    color: white;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}
.top-pic-list li.n .date{
    position: relative;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: white;
}
.top-pic-list li.n .date::before{
    font-family: "iconfont";
    content: "\e854";
    margin-right: 6px;
    font-size: 16px;
}
.top-pic-list li.n:hover .tit{
    font-weight: bold;
}
.top-pic-list li.n:hover::after{
    top: 69px;
}


/* ==========================================================================
   科教融汇
========================================================================== */
#layout-kjrh .mbd{
    padding: 150px 0 120px;
}
#layout-kjrh{
    position: relative;
    z-index: 1;
}
#layout-kjrh::before,
#layout-kjrh::after{
    content: "";
    position: absolute;
    float: left;
    overflow: hidden;
}
#layout-kjrh::before{
    z-index: -2;
    left: 0;
    bottom: 0;
    top: 125px;
    width: calc(50% + var(--page-width) * 0.28);
    background:  url(../../base/img/ind-bg-5-1.jpg) left top no-repeat;
    background-size: cover;
}
#layout-kjrh::after{
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 1181px;
    max-width: calc((100% + var(--page-width)) / 2 - 580px);
    height: 558px;
    overflow: hidden;
    visibility: inherit;
    background:  url(../../base/img/ind-bg-5-2.png) left bottom no-repeat;
}

.info-pic-list{
    width: 630px;
    display: flex;
    align-items: stretch;
}
.info-pic-list li{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.info-pic-list li .con{
    position: relative;
    z-index: 1;
    height: 159px;
    padding: 25px 20px;
    background-color: #fff;
}
.info-pic-list li .con::after{
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: var(--color-active);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease;
}
.info-pic-list li .tit{
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    max-height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.info-pic-list li .intro{
    margin-bottom: 10px;
    max-height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
}
.info-pic-list li .date{
    display: block;
    font-size: 14px;
    color: #666;
}
.info-pic-list li .date::before{
    font-family: "iconfont";
    content: "\e854";
    margin-right: 6px;
    font-size: 16px;
}
.info-pic-list li:nth-child(even) .pic{
    order: 2;
}
.info-pic-list li:hover .con::after{
    opacity: 1; filter: alpha(opacity=100);
}
.info-pic-list li:hover .tit{
    color: white;
}
.info-pic-list li:hover .intro,
.info-pic-list li:hover .date{
    color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================================
   师生风采
========================================================================== */
#layout-ssfc{
    padding: 80px 0 60px;
}
#layout-ssfc .mbd{
    padding-top: 50px;
    padding-left: 10px;
    overflow: hidden;
    margin-left:calc((100% - var(--page-width)) / 2 - 10px);
}
#box-ssfc{
    position: relative;
    z-index: 1;
    padding-bottom: 54px;
}
#box-ssfc .swiper-scrollbar-drag{
    background-color: var(--color-active);
}
#box-ssfc .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    left: 0;
    right: 0;
    width: 100%;
}

.pic-title-intro-list{
    display: flex;
    align-items: stretch;
}
.pic-title-intro-list li{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    overflow: hidden;
}
.pic-title-intro-list li .pic{
    order: 2;
}
.pic-title-intro-list li .pic a{
    display: block;
    position: relative;
    z-index: 1;
    height: 0;
    line-height: 0;
    overflow: hidden;
    padding-bottom: 66.5%;
}
.pic-title-intro-list li .pic img{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pic-title-intro-list li .con{
    padding: 36px 20px 40px;
}
.pic-title-intro-list li .title{
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.pic-title-intro-list li .title::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    background-color: var(--color-active);
}
.pic-title-intro-list li .tit{
    display: block;
    font-size: 20px;
    max-height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.pic-title-intro-list li .date{
    position: relative;
    z-index: 2;
    display: block;
    font-size: 14px;
    color: #666;
}
.pic-title-intro-list li .date::before{
    font-family: "iconfont";
    content: "\e854";
    margin-right: 6px;
    font-size: 16px;
}
.pic-title-intro-list li .intro{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    height: 100%;
    top: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 168px 20px 20px;
    font-size: 14px;
    line-height: 26px;
    color: white;
    background-color: var(--color-active);
    transition: top 0.6s ease;
}
.pic-title-intro-list li:hover .intro{
    top: 0;
}
.pic-title-intro-list li:hover .tit,
.pic-title-intro-list li:hover .date{
    color: white;
}
.pic-title-intro-list li:hover .title::after{
    background-color: #fff;
}

/* ==========================================================================
   数说碧职
========================================================================== */
#layout-ssbz{
    margin-bottom: 70px;
    background:  url(../../base/img/ind-bg-6-1.jpg) center top no-repeat;
}
.box-about-info{
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-center-pic{
    position: relative;
    z-index: 2;
    width: 400px;
    height: 400px;
    padding: 49px;
    background:  url(../../base/img/ind-about-circle.png) center center no-repeat;
}
.about-center-pic::after,
.about-center-pic::before,
.about-center-pic .pic::after,
.about-center-pic .pic::before{
    content: "";
    position: absolute;
}
.about-center-pic::before{
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:  url(../../base/img/ind-about-circle-3.png) center center no-repeat;
}
.about-center-pic::after{
    z-index: 0;
    width: 418px;
    height: 418px;
    float: left;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;
    margin: 0 auto;
    overflow: hidden;
    background:  url(../../base/img/ind-about-circle-2.png) center center no-repeat;
}
.about-center-pic .pic{
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-radius: 50%;
}
.about-center-pic .pic::before{
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:  url(../../base/img/ind-about-circle-1.png) center center no-repeat;
}

 /* 定义缩放动画 */
 @keyframes enlargeAndShrink {
    0% {
        left: 125px;
        top: 125px;
        width: 150px;
        height: 150px;
    }
    50% {
        width: 200px;
        left: 100px;
        top: 100px;
        height: 200px;
    }
    100% {
        left: 125px;
        top: 125px;
        width: 150px;
        height: 150px;
    }
}

.about-center-pic .pic::after{
    left: 125px;
    top: 125px;
    width: 150px;
    height: 150px;
    float: left;
    overflow: hidden;
    background: url(../../base/img/ind-about-logo.png) center center no-repeat,
                radial-gradient(circle,rgba(46, 115, 206, 0.8), rgba(93, 184, 246, 0.8));
    border-radius: 50%;
    animation: enlargeAndShrink 6s ease-in-out infinite;
}

/* 定义旋转动画 */
@keyframes rotateLeftRight {
    0% {
        transform: rotate(-90deg); /* 初始状态不旋转 */
    }
    50% {
        transform: rotate(90deg); /* 向右旋转 180 度 */
    }
    100% {
        transform: rotate(-90deg); /* 再向左旋转 180 度，恢复原位 */
    }
}
.about-center-pic::after,
.about-center-pic::before,
.about-center-pic .pic::before{
    animation: rotateLeftRight 6s ease-in-out infinite; /* 2s 完成一次旋转，循环播放 */
}




.about-center-pic .line{
    position: absolute;
    z-index: 1;
    float: left;
    overflow: hidden;
    width: 168px;
    height: 54px;
}
.about-center-pic .line-1{
    top: 138px;
    left: -160px;
    background:  url(../../base/img/ind-about-line-1.png) right top no-repeat;
}
.about-center-pic .line-2{
    left: -160px;
    top: 296px;
    background:  url(../../base/img/ind-about-line-2.png) right top no-repeat;
}
.about-center-pic .line-3{
    right: -160px;
    top: 138px;
    width: 169px;
    height: 55px;
    background:  url(../../base/img/ind-about-line-3.png) left top no-repeat;
}
.about-center-pic .line-4{
    right: -160px;
    top: 296px;
    width: 169px;
    height: 55px;
    background:  url(../../base/img/ind-about-line-4.png) left top no-repeat;
}
.about-list li{
    position: absolute;
    z-index: 3;
    width: 165px;
    overflow: hidden;
    text-align: right;
}
.about-list li .number{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: var(--color-active);
}
.about-list li .number .num{
    font-size: 36px;
}
.about-list li .info{
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}
.about-list li.li1,
.about-list li.li3{
    right: 50%;
    margin-right: 430px;
}
.about-list li.li2,
.about-list li.li4{
    left: 50%;
    margin-left: 430px;
    text-align: left;
}

.about-list li.li1,
.about-list li.li2{
    top: 100px;
}
.about-list li.li3,
.about-list li.li4{
    bottom: 80px;
}

@media (min-width: 1360px) {
    .about-list li{
        width: 220px;
    }
}

/* ==========================================================================
   校园生活 专题专栏
========================================================================== */
#layout-xysh{
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}
#layout-xysh::before{
    content: "";
    width: 100%;
    height: 667px;
    float: left;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../base/img/ind-bg-7-2.png) center bottom no-repeat,
                linear-gradient(221deg, var(--color-linear-one) 0%, var(--color-linear-one) 10%, var(--color-linear-two) 100%);
    background-size: cover;
}


/* 校园生活 */
#box-xysh{
    margin-bottom: 80px;
}
#box-xysh .mhd{
    margin-bottom: 50px;
}
#box-xysh .mbd{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#box-xysh .hd{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 300px;
    min-width: 300px;
    margin-right: 20px;
    background: #f2f2f2;
}
#box-xysh .hd::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 28px 150px 28px 150px;
    border-style: solid;
    border-color:white  white transparent   transparent;
}
#box-xysh .hd ul{
    margin: 55px 26px 0 30px;
}
#box-xysh .hd li{
    overflow: hidden;
}
#box-xysh .hd li a{
    position: relative;
    z-index: 1;
    display: block;
    height: 32px;
    padding: 26px 0 12px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}
#box-xysh .hd li a::before{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 12px;
    font-family: "iconfont";
    content: "\e693";
    font-size: 18px;
    font-weight: normal;
    color: #999;
}
#box-xysh .hd li a:hover,
#box-xysh .hd li.on a{
    font-weight: bold;
    color: var(--color-active);
}
#box-xysh .hd li a:hover::before,
#box-xysh .hd li.on a::before{
    font-weight: normal;
    color: var(--color-active);
}
#box-xysh .bd{
    overflow: hidden;
}

/* 图片列表-三列-两列式 */
.pic-list-three-two{
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pic-list-three-two li{
    position: relative;
    z-index: 1;
    width: calc(100% / 2 - 10px);
    margin-top: 22px;
}
.pic-list-three-two li:nth-child(3),
.pic-list-three-two li:nth-child(4),
.pic-list-three-two li:nth-child(5){
    width: calc(100% / 3 - 14px);
}
.pic-list-three-two li .title{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0 5px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,1));
}
.pic-list-three-two li .tit{
    display: block;
    padding: 0 10px;
    font-size: 18px;
    color: white;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pic-list-three-two li img{
    display: block;
    width: 100%;
    height: auto;
}

/* 专题专栏 */
#box-special .mhd{
    margin-bottom: 50px;
}

.special-title-list{
    overflow: hidden;
    margin-left: -20px;
}
.special-title-list li{
    width: auto;
    float: left;
    margin: 0 0 20px 20px;
}
.special-title-list li a{
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 18px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #245BA3;
}
.special-title-list li a::before{
    font-family: "iconfont";
    font-weight: normal;
    margin-right: 6px;
    content: "\e689";
}
.special-title-list li a:hover{
    background-color: var(--color-active);
}

/* ==========================================================================
   快捷通道
========================================================================== */
.quick-node-list{
    padding: 100px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quick-node-list li{
    width: calc(100% / 5 - 10px);
    margin-bottom: 10px;
}
.quick-node-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    color: #666;
    background-color: #F2F2F2;
    text-decoration: none;
}
.quick-node-list li a::before{
    font-family: "iconfont";
    font-size: 36px;
    line-height: 70px;
    margin-right: 16px;
}
.quick-node-list li a:hover{
    background-color: var(--color-active);
    color: white;
}