﻿@charset "utf-8";

/*轮播图*/
#slide {
    width: 1600px;
    margin: 0;
}

/*主体*/
.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 10px;
    height: 89px;
    background: url(../images/title.png) no-repeat left center;
}

.title span {
    font-weight: 400;
    font-size: 18px;
    color: #A3A3A3;
}

.title h2 {
    padding-left: 95px;
}

.title h2 a {
    font-size: 22px;
    color: var(--varColor);
}

.more {
    display: inline-flex;
    align-items: center;
    width: 127px;
    height: 32px;
    color: #6786AC;
    font-size: 16px;
    padding-left: 55px;
    box-sizing: border-box;
    background: url(../images/more.png) no-repeat left center;
}

.more:hover {
    color: var(--varColor);
    font-weight: bold;
}

.title-white h2 {
    color: #fff;
}

.title-white a {
    color: #fff;
}

.title-white a:hover {
    color: #ED6D25;
}

/*学院新闻*/
.box {
    background: url(../images/news-bg.png) no-repeat right bottom;
}

.news {
    float: left;
    width: 66%;
}

#news {
    position: relative;
    padding: 16px 0 0 14px;
}

#news:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60%;
    background: rgba(0, 65, 144, 0.17);
}

#news .swiper-slide .img {
    height: 559px;
}

#news .swiper-slide p {
    text-align: center;
    margin: 15px 0 30px;
}

#news .swiper-slide p a {
    color: var(--varColor);
    font-size: 25px;
}

#news .swiper-slide p a:hover {
    font-weight: bold;
}

#news .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

#news .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #B5B5B5;
    margin: 0 5px;
    opacity: 1;
}

#news .swiper-pagination .swiper-pagination-bullet-active {
    background: #9C1111;
}

.news ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 60px;
}

.news ul li {
    width: 48%;
    padding-left: 20px;
    border-left: 3px solid #37BEF0;
}

.news ul li p {
    font-size: 19px;
    height: 2.4em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.news ul li span {
    color: #999;
}

.news ul li a:hover {
    text-decoration: underline;
}

/*通知公告*/
.notice {
    float: right;
    width: 32.24%;
}

.notice ul li {
    display: flex;
    align-items: center;
    height: 95px;
    padding: 0 20px;
    position: relative;
}

.notice ul li.on {
    background: url(../images/notice.png) no-repeat;
}

.notice ul li.on:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--varColor);
}

.notice ul li .date {
    font-size: 15px;
    text-align: center;
}

.notice ul li .date h2 {
    font-size: 30px;
    font-weight: normal;
}

.notice ul li p {
    font-size: 19px;
    height: 2.4em;
    line-height: 1.2;
    margin-left: 25px;
}

.notice ul li.on p a {
    color: var(--varColor);
}

.notice .more {
    margin-top: 20px;
}

/*学术交流*/
.academic {
    position: relative;
    height: 658px;
    background: url(../images/xsjl-bg1.jpg) no-repeat left center;
}

.academic:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/xsjl-bg2.png) no-repeat right bottom;
}

.heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 558px;
    min-width: 127px;
    margin-top: 51px;
    box-sizing: border-box;
}

.heading div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 89px;
    height: 282px;
    background: url(../images/xsjl.png) no-repeat center top;
}

.heading div h2 {
    margin-top: 90px;
    font-size: 22px;
    color: #fff;
    width: 1em;
    line-height: 1.2em;
}

.heading div span {
    display: inline-flex;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.51);
    width: max-content;
    transform: rotate(90deg) translatex(50%);
}

.academic .heading .more {
    color: #fff;
    background-image: url(../images/more-white.png);
}

.academic .title{
    display: none;
}

#exchange {
    flex-grow: 1;
    margin: 100px 0 0 135px;
    height: 494px;
    background: #fff;
}

#exchange .swiper-slide .img {
    height: 262px;
}

#exchange .swiper-slide .txt {
    padding: 20px 25px;
}

#exchange .swiper-slide .txt h2 {
    color: #000;
    font-size: 21px;
    font-weight: 400;
    height: 3em;
    line-height: 1.5em;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}

#exchange .swiper-slide .txt h2:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 31px;
    background: var(--varColor);
}

#exchange .swiper-slide .txt h2 a:hover {
    font-weight: bold;
}

#exchange .swiper-slide .txt p {
    color: #666;
    margin: 10px 0;
    padding-left: 30px;
    background: url(../images/time.png) no-repeat left top;
}

#exchange .swiper-slide .txt p:nth-of-type(2) {
    background-image: url(../images/speaker.png);
}

#exchange .swiper-slide .txt p:nth-of-type(3) {
    background-image: url(../images/address.png);
}

@media screen  and (max-width: 1440px) {

    body:before {
        left: 32%;
        bottom: auto;
        height: 25%;
    }

}