@charset "utf-8";

/* 公共 */
#content { padding:0; background-color: #fff;}
.row { --bs-gutter-x: 60rem; --bs-gutter-y: 30rem; }


/* 通用-框 */
.ind-box .hd{
    padding-top: 60rem;
    height: 112rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.ind-box .hd .node{
    display: flex;
    font-size: 36rem;
    line-height: 48rem;
    font-weight: bold;
}
.ind-box .hd .node .name,
.ind-box .hd .node .eng{
    position: relative;
    z-index: 1;
}
.ind-box .hd .node .name{
    padding-top: 28rem;
}
.ind-box .hd .node .name,
.ind-box .hd .node .name a{
    color: #B42C2B;
}
.ind-box .hd .node .name a:hover{
    text-decoration: none;
}
.ind-box .hd .node .eng{
    padding-right: 46rem;
    padding-top: 32rem;
    color: rgba(149, 37, 42, 0.1);
}
.ind-box .hd .node .name::after{
    content: "";
    position: absolute;
    left: 10rem;
    top: 0;
    width: 59rem;
    height: 36rem;
    float: left;
    background:  url(/content/main/base/img/ind-box-icon-1.png) left top no-repeat;
    background-size:100% auto;
}
.ind-box .hd .node .eng::after,
.ind-box .hd .node .eng::before{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 30rem;
    height: 30rem;
    float: left;
    margin-bottom: 10rem;
}
.ind-box .hd .node .eng::before{
    width: 37rem;
    background:  url(/content/main/base/img/ind-box-icon-2.png) left center no-repeat;
    background-size: contain;
    right: 5rem;
}
.ind-box .hd .node .eng::after{
    z-index: 2;
    background:  url(/content/main/base/img/ind-box-line.png) left top no-repeat;
    animation:icon-rotate 5s linear infinite;
    background-size: contain;
}
.ind-box .hd .tab-tit{
    position: relative;
    z-index: 1;
    font-size: 36rem;
    line-height: 48rem;
    font-weight: bold;
    color: #646464;
    padding-right: 30rem;
    margin-right: 30rem;
}
.ind-box .hd .tab-tit::after{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    content: "/";
    font-size: 36rem;
    height: 40rem;
    line-height: 40rem;
    float: left;
    margin-top: -20rem;
    color: #666;
}
.ind-box .hd .tab-tit:nth-last-child(1)::after{
    display: none;
}
.ind-box .hd .tab-tit:nth-last-child(1){
    padding-right: 0;
    margin-right: 0;
}
.ind-box .hd .tab-tit .name,
.ind-box .hd .tab-tit .eng{
    display: block;
    width: 100%;
}
.ind-box .hd .tab-tit a{
    color: #646464;
}
.ind-box .hd .tab-tit a:hover{
    text-decoration: none;
}
.ind-box .hd .tab-tit .eng{
    color: #888;
    font-size: 32rem;
}
.ind-box .hd .tab-tit.on,
.ind-box .hd .tab-tit.on a{
    color: #B42C2B;
}
.ind-box .hd .tab-tit.on .eng{
    color: rgba(149, 37, 42, 0.5);
}
.ind-box .bd{
    margin: 0 30rem;
}

@keyframes icon-rotate{
    100%{
        transform:rotate(360deg);
    }
}


/* ==========================================================================
   华立要闻
========================================================================== */
#box-news .bd{
    padding: 20rem 0 40rem;
}
.top-intro-list{
    margin-bottom: 20rem;
    overflow: hidden;
}
.top-intro-list li{
    margin-top: 15rem;
    overflow: hidden;
}
.top-intro-list li .date{
    display: none;
}
.top-intro-list li .intro{
    display: none;
}
.top-intro-list li .tit{
    display: block;
    margin-top: 10rem;
    line-height: 2;
    font-size: 18em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-intro-list li.t{
    width: 100%;
}
.top-intro-list li.t .tit{
    font-weight: bold;
}
.top-intro-list li.t .date{
    width: 70rem;
    height: 60rem;
    text-align: center;
    color: white;
    line-height: 1.4;
    background-color: #B42C2B;
}
.top-intro-list li.t .date>span{
    display: block;
}
.top-intro-list li.t .date>span.year{
    font-size: 12em;
}
.top-intro-list li.t .date>span.day{
    margin-top: 4rem;
    font-size: 24em;
    font-weight: bold;
}

.top-intro-list li.n{
    width: 48%;
    float: left;
}
.top-intro-list li:nth-child(3){
    float: right;
}

.top-intro-list li.n .date{
    font-size: 14em;
    color: #666;
}
.top-intro-list li.n .date:before{
    margin-right: 9rem;
    font-family: "iconfont";
    content: "\e657";
    vertical-align: middle;
}


.news-info-box{
    overflow: hidden;
}
.news-info-list{
    display: flex;
    flex-direction: column;
    padding: 12rem 20rem 28rem;
    border: 1px solid #ddd;
    border-top: 2px solid #B42C2B;
    background-color: #fff;
}
.news-info-list li{
    display: flex;
    flex-direction: column;
    padding: 15rem 0;
    border-bottom: 1px solid #d9d9d9;
}
.news-info-list li a{
    display: block;
    padding-right: 5rem;
    font-size: 18em;
    line-height: 1.4;
    margin-bottom: 10rem;
}
.news-info-list li a:hover{
    text-decoration: none;
}
.news-info-list li .date{
    order: 1;
    font-size: 14em;
    color: #666;
}
.news-info-list li .date:before{
    margin-right: 9rem;
    font-family: "iconfont";
    content: "\e657";
    vertical-align: middle;
}
.news-info-list li a,
.news-info-list li .date{
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.news-info-list li:hover a{
    padding-left: 5rem;
    padding-right: 0;
    font-weight: bold;
    color: #B42C2B;
}
.news-info-list li:hover .date{
    margin-left: 5rem;
}

/* ==========================================================================
   beat365在线登录公告
========================================================================== */
#bg-notice{
    padding-bottom: 142rem;
    border-top: 10px solid #f2f0f1;
    background:  url(/content/main/base/img/ind-bg-notice.png) center bottom no-repeat;
    background-size: cover;
}
#bg-notice .ind-box .hd{
    padding-top: 60rem;
    height: auto;
}
#bg-notice .ind-box .hd .node .name::after{
    background-image: url(/content/main/base/img/ind-box-icon-3.png);
}
#bg-notice .ind-box .hd .node .eng{
    color: white;
}
#bg-notice .ind-box .bd{
    overflow: hidden;
}

/* 日期列表 */
.date-info-list{
    padding: 0 4px 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.date-info-list li{
    position: relative;
    z-index: 1;
    flex: 0 0 100%;
    margin-top: 30rem;
    padding: 20rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px #B3B3B3;
}
.date-info-list li::after{
    content: "";
    display: none;
    position: absolute;
    z-index: 1;
    right: 25rem;
    top: 15rem;
    content: "";
    width: 70rem;
    height: 32rem;
    float: left;
    overflow: hidden;
    background: url(/content/main/base/img/ind-notice-icon.png) right 10rem no-repeat;
    background-size:cover;
}
.date-info-list li:hover{
    background: #B42C2B;
    box-shadow: 0px 5px 8px #808080;
}
.date-info-list li.on::after,
.date-info-list li:hover::after{
    display: block;
}
.date-info-list li .date{
    display: inline-block;
    height: 30rem;
    line-height: 30rem;
    font-size: 12em;
    padding: 0 10rem;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
}
.date-info-list li a{
    margin-top: 15rem;
    display: block;
    font-size: 16em;
    line-height: 1.5;
}
.date-info-list li a:hover{
    text-decoration: none;
}
.date-info-list li:hover .date{
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}
.date-info-list li:hover a{
    font-weight: bold;
    color: white;
}


/* 华立媒体 */
#box-media .bd{
    padding-top: 30rem;
    padding-bottom: 40rem;
}

/* 头条新闻 */
.topic-list{
    display: flex;
    flex-direction: column;
}
.topic-list li{
    padding: 20rem;
    margin-bottom: 20rem;
    display: flex;
    flex-direction: column;
}
.topic-list li a:hover{
    text-decoration: none;
}
.topic-list li .tit{
    font-size: 18em;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 10rem;
}
.topic-list li .date{
    order: 1;
    font-size: 14em;
    color: #666;
}
.topic-list li .date::before{
    font-family: "iconfont";
    content: "\e657";
    color: #333;
    font-size: 16rem;
    margin-right: 8rem;
}
.topic-list li.n{
    border: 1px solid #eaeaea;
}
.topic-list li.t {
    background-color: #fafafa;
}
.topic-list li.t .pic{
    overflow: hidden;
}
.topic-list li.t .pic img{
    width: 100%;
    height: auto;
}
.topic-list li.t .con{
    padding: 16rem 20rem 15rem;
}


/* 新媒体 */
#new-media{
    margin-top: -116rem;
    padding: 60rem 0;
    background:  url(/content/main/base/img/ind-new-media-bg.png) center top no-repeat;
    background-size:cover;
}
#new-media .ind-box .hd{
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-bottom: 30rem;
}
#new-media .ind-box .hd .node .name,
#new-media .ind-box .hd .node .name a{
    color: white;
}
#new-media .ind-box .hd .node .eng{
    color: rgba(255, 255, 255, 0.2);
}
#new-media .ind-box .hd .node .name::after{background-image: url(/content/main/base/img/ind-box-icon-4.png);}
#new-media .ind-box .hd .node .eng::before{background-image: url(/content/main/base/img/ind-box-icon-white.png);}
#new-media .ind-box .hd .node .eng::after{background-image: url(/content/main/base/img/ind-box-line-white.png);}
#new-media .list-icon{ margin-top: 20rem; justify-content: center; }
#new-media .list-icon li{ position: relative; z-index: 1; margin: 0 8rem; }
#new-media .list-icon li a{ display: block; width: 40rem; height: 40rem; line-height: 40rem; text-align: center; border: 1px solid #d8d8d8; border-radius: 50%; color: #999;
    transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
#new-media .list-icon li a .iconfont{font-size: 22rem; color: white;}
#new-media .list-icon li:hover a{ color: #fff; text-decoration: none; }
#new-media .list-icon li .pic{ position: absolute; display: block; background: #fff; left: 50%; top: 100%; width: 120rem; padding: 6rem; box-shadow: 0 0 3rem rgba(0, 0, 0 , .15); margin: 7rem 0 0 -60rem; visibility: hidden; opacity: 0; border-radius: 5rem; }
#new-media .list-icon li .pic::before{ position: absolute; content: ""; left: 50%; bottom: 100%; margin-left: -5rem; width: 0; height: 0; border-left: 5rem solid transparent; border-right: 5rem solid transparent; border-bottom: 5rem solid #fff; }
#new-media .list-icon li:hover a{ border-left-color: #004898; background: #004898; }
#new-media .list-icon li.wx:hover a{ border-color: #33ad6a; background: #33ad6a; }
#new-media .list-icon li.dy:hover a{ border-color: #290700; background: #290700; }
#new-media .list-icon li:hover .pic{ display: block; visibility: visible; opacity: 1; }



.media-pic-list{ overflow: hidden; margin: -5px; }
.media-pic-list li{ position: relative; float: left; width: 50%; height: 0; padding-bottom: 33.3333%; }
.media-pic-list li.noData{color: rgba(255, 255, 255, 0.5);}
.media-pic-list li .pic{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 10px; }
.media-pic-list li .pic a{ position: relative; display: block; width: 100%; height: 100%; }
.media-pic-list li .pic a::before{ position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 60rem; background: #000; opacity: 0.25; }
.media-pic-list li .title{ position: absolute; left: 10px; right: 10px; bottom: 10px; height: 60rem; line-height: 60rem; overflow: hidden; }
.media-pic-list li .title a{position: relative;z-index: 1;display: block;padding: 0 10rem 0 56rem;font-size: 18em;color: #fff;}
.media-pic-list li .title .iconfont{position: absolute;z-index: 1;left: 12rem;top: 14rem;width: 32rem;height: 32rem;float: left;overflow: hidden;text-align: center;line-height: 30rem;font-size: 0.9em;border-radius: 4px;}
.media-pic-list li .title .icon-wxs{background-color: #33ad6a;}
.media-pic-list li .title .icon-dys{background-color: #290700;}
.media-pic-list li .title .icon-wxs:before {
    content: "\e734";
}
.media-pic-list li .title .icon-dys:before {
    content: "\e8db";
}
.media-pic-list li .pic a::before,
.media-pic-list li .title a{
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.media-pic-list li:hover .pic a::before{ height: 100%; }
.media-pic-list li:hover .title a{ text-decoration: none; }



#box-campus{
    padding: 58rem 0 98rem;
    background-color: #EFEBEA;
}


/* 关于我们 */
#box-about{
    border-top: 9rem solid #F2F2F2;
    background:  url(/content/main/base/img/ind-box-about-bg.png) center bottom no-repeat;
    background-size:cover;
    padding-top: 50rem;
}
#box-about .bd{
    padding: 40rem 30rem 0;
    padding-bottom: 280rem;
}
#box-about .about-info{
    text-align: center;
    line-height: 1.8;
    font-size: 14em;
    color: #666;
}

.about-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

.about-list li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 30%;
    margin: 2% 1.5% 0;
    text-align: center;
}
.about-list li .icon{
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 180rem;
    height: 180rem;
    line-height: 180rem;
    font-size: 64rem;
    color: #B14C51;
}
.about-list li .icon:after,
.about-list li .icon:before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.about-list li .icon:before{
    margin: -60rem 0 0 -60rem;
    width: 118rem;
    height: 118rem;
    border: 1px dashed #B42C2B;
}
.about-list li .icon:after{
    margin: -90rem 0 0 -90rem;
    width: 178rem;
    height: 178rem;
    border: 1px dashed #c93a3a;
}
.about-list li:hover .icon:after{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}
.about-list li:hover .icon:before{
    -webkit-transform:rotate(-360deg);
    -moz-transform:rotate(-360deg);
    -ms-transform:rotate(-360deg);
    -o-transform:rotate(-360deg);
    transform:rotate(-360deg);
}
.about-list li .num{
    line-height: 1.8;
    font-size: 36em;
    font-weight: bold;
    color: #B42C2B;
}
.about-list li .tip{
    flex: 1;
    font-size: 14em;
    line-height: 1.7;
    color: #666;
}

/* 校园风光 */
#box-campus .bd{
    padding-top: 40rem;
}
.campus-pic-list{
    overflow: hidden;
}
.campus-pic-list li{
    position: relative;
    z-index: 1;
    width: 48%;
    margin-bottom: 20rem;
}
.campus-pic-list li .pic img{
    width: 100%;
    height: auto;
}
.campus-pic-list li .title{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    float: left;
    height: 80rem;
    line-height: 80rem;
    overflow: hidden;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
}
.campus-pic-list li .title a{
    display: block;
    padding: 0 10rem;
    font-size: 18em;
    color: white;
}
.campus-pic-list li:nth-child(even){
    float: left;
}
.campus-pic-list li:nth-child(odd){
    float: right;
}
.campus-pic-list li:nth-child(1){
    width: 100%;
    float: none;
}

/* 专题专栏 */
#ind-special{
    padding-top: 60rem;
    padding-bottom: 40rem;
    background:  url(/content/main/base/img/ind-special-bg.png) center top no-repeat;
}
#ind-special .bd{
    padding-top: 46rem;
}

.special-list{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.special-list li{
    flex: 0 0 48%;
    margin-bottom: 2%;
}
.special-list li .tit{
    display: none;
}
.special-list li .pic img{
    width: 100%;
    height: auto;
}

@media (min-width:768px) {
    #content { padding:148rem 0 0;}
    /* 华立要闻 */
    #box-news{
        background:  url(/content/main/base/img/box-news-bg.png) right bottom no-repeat;
    }
    #box-news .bd{
        padding: 20rem 30rem 40rem;
    }

    /* beat365在线登录公告 */
    .ind-box .bd{
        margin: 0;
    }
    .date-info-list li{
        flex: 0 0 48%;
    }

    /* 头条新闻 */
    .topic-list{
        position: relative;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .topic-list li{
        padding: 18rem 20rem;
        flex: 0 0 49%;
    }
    .topic-list li.n .tit{
        display: block;
        padding-right: 10rem;
        min-height: 50.4rem;
        -webkit-transition:all 0.6s;
        -moz-transition:all 0.6s;
        -ms-transition:all  0.6s;
        -o-transition:all 0.6s;
        transition:all 0.6s;
    }
    .topic-list li.n:hover{
        border-color: #B42C2B;
    }
    .topic-list li.n:hover .tit{
        padding-left: 10rem;
        padding-right: 0;
        color: #B42C2B;
        font-weight: bold;
    }
    .topic-list li.t{
        flex: 0 0 100%;
        background: none;
        padding: 0;
    }
    .topic-list li.t .pic{
        padding: 20rem 20rem 0;
        border: 1px solid #eaeaea;
        border-bottom: none;
    }
    .topic-list li.t .con{
        padding: 18rem 20rem 15rem;
        border: 1px solid #eaeaea;
        border-top: 0;
    }
    .topic-list li.t:hover .con{
        background-color: #B42C2B;
        border-color: #B42C2B;
        color: white;
    }
    .topic-list li.t:hover .con .date,
    .topic-list li.t:hover .date::before,
    .topic-list li.t:hover .con .tit{
        color: white;
    }

    /*关于我们*/
    .about-list {
        justify-content: space-between;
    }
    .about-list li{
        flex: 0 0 18%;
        margin: 2% 0 0;
    }
    .about-list li .icon{
        margin-bottom: 1%;
    }

    /* 新媒体 */
    #new-media{
        margin-top: -134rem;
        padding: 130rem 0 120rem;
        background:  url(/content/main/base/img/ind-new-media-bg.png) center top no-repeat;
    }
    #new-media .ind-box .hd{
        padding-bottom: 30rem;
        position: relative;
        z-index: 1;
    }
    #new-media .list-icon{position: absolute; z-index: 1; right: 0; bottom: 30rem;}
    .media-pic-list li{ width: 33.3333%; padding-bottom: 22.2222% }

    /* 校园风光 */
    .campus-pic-list li{
        width: 19%;
        margin-left: 1%;
        margin-bottom: 1.3%;
    }
    .campus-pic-list li .title{
        height: 50rem;
        line-height: 50rem;
    }
    .campus-pic-list li:nth-child(odd){
        float: left;
    }
    .campus-pic-list li:nth-child(1){
        width: 40%;
        float: left;
        margin-left: 0;
    }

    /* 专题专栏 */
    #ind-special{
        padding-top: 140rem;
        padding-bottom: 80rem;
    }
    .special-list li{
        flex: 0 0 24%;
    }
}

@media (min-width:992px) {
    /* 华立要闻 */
    #box-news .bd{
        display: flex;
        justify-content: space-between;
        padding: 40rem 30rem 90rem;
    }
    .news-info-box{
        position: relative;
        z-index: 1;
        padding: 0 20rem 20rem 0;
        flex: 0 0 30%;
    }
    .news-info-box::after{
        position: absolute;
        z-index: -1;
        left: 66rem;
        top: 20rem;
        content: "";
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        background-color: #FAF3ED;
    }

    .top-intro-list{
        flex: 0 0 68%;
    }
    .top-intro-list li.t{
        width: 61%;
        float: left;
        margin-right: 30rem;
    }
    .top-intro-list li.t .con{
        overflow: hidden;
        margin-top: 30rem;
    }
    .top-intro-list li.t .date{
        float: left;
        margin-right: 14rem;
    }
    .top-intro-list li.t .info{
        overflow: hidden;
        text-align: left;
    }
    .top-intro-list li .tit{
        margin-top: 0;
        text-align: left;
    }
    .top-intro-list li.t .intro{
        font-size: 14em;
        line-height: 1.8;
        color: #666;
    }
    .top-intro-list li.n{
        width: auto;
        float: none;
    }
    .top-intro-list li .intro,
    .top-intro-list li .date{
        display: block;
    }

    /* beat365在线登录公告 */
    #bg-notice .ind-box .hd{
        margin-top: 80rem;
    }
    #bg-notice .ind-box .bd{
        padding-top: 40rem;
    }
    .date-info-list li{
        flex: 0 0 23%;
    }
    .ind-box .hd .tab-tit{
        display: flex;
    }
    .ind-box .hd .tab-tit .name,
    .ind-box .hd .tab-tit .eng{
        display: inline-block;
        width: auto;
    }
    .ind-box .hd .tab-tit .eng{
        padding-left: 6rem;
        padding-top: 4rem;
    }

    /* 头条新闻 */
    .topic-list{
        padding-left: 33.3%;
    }
    .topic-list li{
        padding: 15rem 20rem;
        flex: 0 0 49%;
    }
    .topic-list li.t{
        padding: 0;
        background: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 32%;
    }
    .topic-list li.t .tit{
        display: block;
        height: 26rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .topic-list li.t .con{
        padding-top: 25rem;
    }

    #new-media{
        margin-top: -128rem;
    }
    
    .media-pic-list li .title .iconfont{font-size:1.2em;border-radius: 8px;}

    #box-about .bd{
        height: 710rem;
    }
}

@media (min-width:1200px) {
    /* 头条新闻 */
    .topic-list li{
        padding: 14rem 20rem;
    }

    #new-media{
        margin-top: -112rem;
    }
}
@media (min-width:1300px) {
    /* 头条新闻 */
    .topic-list li{
        padding: 12rem 20rem;
    }

    #new-media{
        margin-top: -104rem;
    }
}
@media (min-width:1400px) {
    /* 头条新闻 */
    .topic-list li{
        padding: 8rem 20rem;
    }
    .topic-list li.t .con{
        padding-top: 21rem;
    }
}
@media (min-width:1500px) {
    /* 头条新闻 */
    .topic-list li{
        padding: 15rem 20rem;
    }
}

/* 校园新闻 */
#xyxw > .bd { padding-top: 45rem; }
#focus-news .swiper-slide .pic a { padding-bottom: 68.2857%; }

/* 校园新闻列表 */
#xyxw .list li { padding: 13rem 0; border-bottom: 1px dashed #BEC2CA; font-size: 18em; transition: all 0.7s ease; }
#xyxw .list li:first-of-type { padding-top: 0; }
#xyxw .list a { display: block; color: inherit; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #222; }
#xyxw .list .date { display: block; margin-bottom: 6rem; font-family: 'Georgia', "Arial"; color: #666; }
#xyxw .list .date::before { font-family: "iconfont"; content: '\e612'; margin-right: 10rem; }
#xyxw .list li:hover { transform: translateX(12rem); }
#xyxw .list li:hover .date,
#xyxw .list li:hover a { color: #B42C2B; }


/* 快捷导航 */
#quick { margin-top: 30rem; }
#quick .item { position: relative; text-align: center; }
#slide-quick { padding-top: 10rem; }
#slide-quick .swiper-slide { width: auto; }
#slide-quick .item .iconfont { position: absolute; left: 0; right: 0; top: 0; width: 120rem; height: 120rem; margin: 0 auto; line-height: 120rem; background: #fff; font-size: 60rem; color: #B42C2B; border-radius: 50%; }
#slide-quick .item a { position: relative; display: block; padding-top: 140rem; font-size: 20em; color: #fff; text-decoration: none; }
#slide-quick .item,
#slide-quick .item .iconfont { transition: all ease 0.8s; }
#slide-quick .item:hover { transform: translateY(-10rem); }
#slide-quick .item:hover .iconfont { transform: rotateY(180deg); background: #C00000; color: #fff; }
#slide-quick .swiper-scrollbar{ position: relative; width: 20%; bottom: 0; margin: 35rem auto 0; background: #fff; height: 2px; }
#slide-quick .swiper-scrollbar .swiper-scrollbar-drag{ background: #C00000; cursor: pointer; }

/* 学术活动 */
#xshd .list-info-date { margin-left: -40rem; }
#xshd .list-info-date li { padding-left: 40rem; }
#xshd .list-info-date li a { border-style: solid; }
#xshd .list-info-date li .date { margin: 0 0 0 4rem; background: none; padding: 0 11em; color: #B42C2B; }
#xshd .list-info-date li .date .ym { border-top-color: #B42C2B; }
#xshd .list-info-date li a:hover .date { background: none; }

/* 教育教学 */
#jyjx { padding-top: 90rem; padding-bottom: 90rem; }
#jyjx .row { --bs-gutter-y: 30rem; --bs-gutter-x: 0; }
#jyjx .list-menu li { position: relative; width: 50%; background: #B42C2B; text-align: center; overflow: hidden; }
#jyjx .list-menu li::before { position: absolute; left: 0; top: 0; content: ''; width: 750em; height: 750em; border-radius: 1000px; background: rgba(0, 0, 0, 0.15); visibility: hidden; transform: translate(-50%, -50%) scale(0); }
#jyjx .list-menu li .iconfont { position: absolute; left: 0; top: 0.8em; width: 100%; line-height: 1; font-size: 64em; color: #fff; }
#jyjx .list-menu li a { position: relative; display: block; padding: 6.5em 0 2.3em; font-size: 20em; color: #fff; text-decoration: none; }
#jyjx .list-menu li:nth-of-type(n+1) { background: #1B95CD; }
#jyjx .list-menu li:nth-of-type(n+2) { background: #C5A020; }
#jyjx .list-menu li:nth-of-type(n+3) { background: #19BAB0; }
#jyjx .list-menu li:nth-of-type(n+4) { background: #704DAB; }
#jyjx .list-menu li::before,
#jyjx .list-menu li .iconfont { transition: all ease 0.6s; }
#jyjx .list-menu li:hover .iconfont { transform: rotateY(180deg); }
#jyjx .list-menu li:hover::before{ visibility: visible; transform: translate(-50%, -50%) scale(1); }

/* 视频新闻 */
#jyjx .node-video a { display: block; position: relative; }
#jyjx .node-video .pic { position: relative; display: block; height: 0; overflow: hidden; padding-bottom: 62.5%; }
#jyjx .node-video .pic img { position: absolute; left: 0; top: 0; width: 100%; height: auto; min-height: 100%; transition: all ease 0.5s; }
#jyjx .node-video .con { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); }
#jyjx .node-video .icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 80em; color: #fff; }
#jyjx .node-video .title { position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 30rem 30rem; line-height: 1.5; font-size: 24em; color: #fff; overflow: hidden; text-align: center; }
#jyjx .node-video a:hover .pic img { transform: scale(1.05); }

/* 校园风光 */
#photo > .bd { position: relative; padding-top: 40rem; }
#slide-photo ul { padding: 12rem; }
#slide-photo li { width: 50%; box-shadow: 0 0 12rem rgba(0, 0, 0, 0.25); }
#slide-photo .pic a { position: relative; display: block; height: 0; overflow: hidden; padding-bottom: 75%; }
#slide-photo .pic img { position: absolute; left: 0; top: 0; width: 100%; height: auto; min-height: 100%; }
#slide-photo .title { display: none; }
#photo .swiper-prev,
#photo .swiper-next { position: absolute; z-index: 1; top: 50%; width: 42rem; height: 42rem; line-height: 42rem; cursor: pointer; font-size: 20rem; background: #D9D9D9; color: #fff; text-align: center; border-radius: 50%; transform: translateY(-50%); }
#photo .swiper-prev { left: 0; }
#photo .swiper-next { right: 0; }
#photo .swiper-prev:hover,
#photo .swiper-next:hover { background: #B42C2B; }
#photo  .swiper-pagination-bullets { position: static; width: 100%; font-size: 0; margin-top: 32rem; }
#photo  .swiper-pagination-bullets .swiper-pagination-bullet { vertical-align: top; width: 16rem; height: 16rem; font-size: 0; text-align: center; opacity: 1; border: 2rem solid #B42C2B; background: none; }
#photo  .swiper-pagination-bullets .swiper-pagination-bullet-active { background: #B42C2B; }

/* 专题专栏 */
#special { margin-top: 60rem; }
#special > .bd { padding-top: 35rem; }
#slide-special li { width: 33.3333%; }
#slide-special .pic { position: relative; display: block; height: 0; padding-bottom: 26.8%; overflow: hidden; }
#slide-special .pic img { position: absolute; left: 0; top: 0; height: 100%; }
#slide-special .tit { display: none; }


/* 媒体查询 */
@media (min-width:768px) {
    .row { --bs-gutter-y: 0; }
    .bg-yi { background-size: cover; }

    /* 校园新闻 */
    #xyxw .list li:nth-last-of-type(1) { display: none; }

    /* beat365在线登录公告 */
    #slide-notice { margin: 0 70rem; }

    /* 学术活动 */
    #xshd .list-info-date li { width: 50%; }

    /* 教育教学 */
    #jyjx .list-menu li { width: 25%; }

    /* 校园风光 */
    #slide-photo { margin: 0 70rem; }

    /* 专题专栏 */
    .list-special li { width: 33.3333%; }
}
@media (min-width:992px) {
    /* 校园新闻 */
    #xyxw .list li:nth-last-of-type(1) { display: block; }

    /* 教育教学 */
    #jyjx .row { --bs-gutter-y: 0; }
    #jyjx .list-menu li { width: 50%; }
}

/*--
颜色代码
#166bbd 深色标题
#ddd 淡色边框
--*/