@charset "utf-8";

body{
    /*background: linear-gradient( 180deg, #FFFFFF 40%, #DCE9FF 100%)*/
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner:after{
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -90px;
    height: 90px;
    background: #E5EAF3;
}
.section{
    background: url(../images/section.jpg) no-repeat right bottom -10px;
    background-size: 100%;
}

/*二级导航*/
.side{
    margin: -30px 0 40px;
}
.side h1{
    width: 433px;
    height: 192px;
    padding: 50px;
    color: #fff;
    font-size: 36px;
    margin-top: -102px;
    background: url(../images/column-bg.png) no-repeat;
}
.side div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    margin: -90px 0 0 253px;
    background: #E5EAF3;
    position: relative;
    z-index: 1;
}
.side ul{
    display: flex;
    margin-left: 20px;
}
.side ul li{
    margin: 0 15px;
}
.side li a{
    position: relative;
    display: block;
    height: 90px;
    line-height: 90px;
    padding: 0 15px;
    font-size: 18px;
}
.side>ul>li>a{
    position: relative;
}
.side ul li.on>a{
    color: var(--varColor);
    font-weight: bold;
    background: url(../images/mask.png) no-repeat center center;
}
.side ul li.on>a:before{
    content: '';
    position: absolute;
    top: 65%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-left: -3px;
    background: var(--varColor);
    border-radius: 50%;
}
.side ul li.on>a:after{
    content: '';
    position: absolute;
    top: 65%;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: var(--varColor);
}
.side p{
    color: #999;
    padding-left: 25px;
    background: url(../images/home.png) no-repeat left center;
}
.side p a{
    color: #999;
}
.side p a:hover{
    color: var(--varColor);
}

.column{
    padding-bottom: 60px;
}
#news{
    padding-bottom: 0;
}
#news .swiper-wrapper{
    margin: 0 -10px;
    flex-wrap: wrap;
}
#news .swiper-slide{
    width: calc(25% - 20px);
    margin: 10px;
}
#news .swiper-slide .txt{
    border: 1px solid #ddd;
    border-top: none;
}

/*列表页*/
.common-list{
    margin-top: 30px;
}
.common-list li a{
    position: relative;
    display: block;
    height: 146px;
    padding: 30px 0;
    margin-bottom: 25px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
}
.common-list li a:after{
    content: '';
    position: absolute;
    left: 15px;
    right: 0;
    bottom: -5px;
    height: 5px;
    background: #E5EAF3;
}
.common-list li .date{
    float: left;
    color: var(--varColor);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 30px;
    border-right: 1px solid #dcdcdc;
}
.common-list li .date h3{
    font-size: 48px;
    height: 58px;
    line-height: 58px;
}
.common-list li .text{
    margin-left: 132px;
    padding: 0 30px;
}
.common-list li .text h2{
    font-size: 22px;
    font-weight: normal;
}
.common-list li .text p{
    color: #666;
    font-size: 15px;
    margin-top: 10px;
}
.common-list li a:hover{
    color: #fff;
    background: url(../images/list-bg.jpg) no-repeat center center;
}
.common-list li a:hover .date{
    color: #fff;
    border-right-color: rgba(200,200,200,0.16);
}
.common-list li a:hover .text p{
    color: #f0f0f0;
}

/*详情页*/
.right{
    float: right;
    width: 368px;
}
.right h2{
    color: #000;
    font-size: 27px;
    font-weight: normal;
}
.right .list{
    padding: 20px 0;
}
.right .list li{
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
}
.right .list li span{
    color: #999;
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
}

.right .list-img{
    padding: 20px 0;
}
.right .list-img li{
    margin-bottom: 20px;
}
.right .list-img .img{
    float: left;
    width: 148px;
    height: 99px;
}
.right .list-img .txt{
    margin-left: 160px;
    font-size: 17px;
}
.right .list-img .txt p{
    height: 72px;
    line-height: 24px;
    text-align: justify;
}
.right .list-img .txt span{
    color: #999;
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
}

.detail{
    position: relative;
    margin-right: 418px;
}
.caption{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E1E1;
}
.caption h2{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 10px;
}
.caption>p{
    color: #999;
    font-size: 16px;
}
.caption p span{
    margin: 0 10px;
}
.content{
    padding: 20px 0;
    font-size: 18px;
    line-height: 1.75em;
    text-align: justify;
    min-height: 300px;
    border-bottom: 6px solid #D8E4FA;
}
#share{
    position: absolute;
    top: 110px;
    left: 0;
    display: flex;
    flex-direction: column;
    transform: translateX(-120%);
    display: none;
}
.btn{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.btn li{
    width: 48%;
    font-size: 18px;
}
.btn li div{
    line-height: 1.75em;
    margin-top: 20px;
    padding-left: 15px;
    border-left: 1px solid var(--varColor);
}
.btn li div span{
    color: #999;
    font-size: 16px;
}

/*师资力量*/
.teacher-list{
    margin: 0 -20px;
    overflow: hidden;
}
.teacher-list li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.teacher-list li a{
    display: flex;
    height: 244px;
    align-items: center;
    background: #F2F6FB;
}
.teacher-list li .img{
    width: 175px;
    min-width: 175px;
    height: 100%;
}
.teacher-list li .txt{
    padding: 0 40px;
}
.teacher-list li .txt h2{
    font-size: 25px;
    color: var(--varColor);
}
.teacher-list li .txt i{
    margin-left: 15px;
    font-style: normal;
    font-size: 16px;
    color: #5F6B82;
}
.teacher-list li .txt p{
    color: #8B9AAC;
    margin: 25px 0;
    height: 4.5em;
    line-height: 1.5em;
    text-align: justify;
}
.teacher-list li .txt span{
    float: right;
    font-size: 15px;
    color: var(--varColor);
    padding-left: 20px;
    background: url(../images/t-more.png) no-repeat left center;
}
.teacher-list li a:hover{
    color: #fff;
    background: url(../images/teacher-bg.jpg) no-repeat 175px center;
    background-size: cover;
}
.teacher-list li a:hover .txt h2,
.teacher-list li a:hover .txt i{
    color: #fff;
}
.teacher-list li a:hover .txt p{
    color: rgba(255,255,255,0.8);
}
.teacher-list li a:hover .txt span{
    color: #fff;
    background-image: url(../images/t-more-white.png);
}

/*机构设置*/
.org-list{
    display: flex;
    margin: 0 -1.165%;
    margin-top: 50px;
    flex-wrap: wrap;
}
.org-list li{
    position: relative;
    width: 31%;
    margin: 0 1.165%;
    margin-bottom: 40px;
    background: #FFFFFF;
    border: 1px solid #E2E6EF;
}
.org-list li h2{
    font-size: 26px;
    text-align: center;
    padding: 20px 0;
    margin: -30px 30px 0;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}
.org-list li p{
    color: #666;
    text-align: justify;
    padding: 0 30px;
    line-height: 1.75em;
}
.org-list li div{
    padding: 20px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.org-list li div a{
    color: var(--varColor);
}
.org-list li div a:hover{
    margin-left: 2em;
    font-weight: bold;
}

/*学院领导*/
.leader-list{
    margin: 50px -15px 0;
    overflow: hidden;
}
.leader-list li{
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.leader-list li a{
    display: flex;
    height: 217px;
    position: relative;
    background: #F2F2F2;
    border: 1px solid #E5EAF3;
    box-sizing: border-box;
}
.leader-list li .img{
    width: 154px;
    min-width: 154px;
    height: 100%;
}
.leader-list li .txt{
    padding: 22px;
}
.leader-list li .txt h2{
    font-size: 20px;
    color: var(--varColor);
}
.leader-list li .txt p{
    margin: 10px 0 30px;
    color: #838A9A;
    line-height: 1.75em;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.leader-list li a:after{
    content: '';
    position: absolute;
    top: 10px;
    right: -5px;
    bottom: -5px;
    left: 10px;
    background: #CEDDF9;
    z-index: -1;
}
.leader-list li a:hover:after{
    background: var(--varColor);
}

/*学院概况*/
.profile-bg{
    background: url(../images/page-bg.jpg) no-repeat center bottom 164px;
    background-size: 100%;
}
.profile-bg .section{
    background: none;
}
.profile{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.profile:before, .profile:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/profile-top.png) no-repeat left top;
}
.profile:after{
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    background: url(../images/profile-bottom.png) no-repeat right bottom 20px;
}
.profile>div{
    width: 50%;
    margin-bottom: 40px;
}
.profile .txt{
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.75em;
    padding: 0 36px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    box-sizing: border-box;
}
.profile .txt:first-of-type{
    padding-top: 15px;
}
.profile .txt:last-of-type{
    padding: 0 20px 0 36px;
}

.profile-box{
    height: 496px;
    margin-bottom: 200px;
    background: url(../images/profile-bg2.jpg) no-repeat right center;
}
.profile-box .text{
    position: relative;
    float: left;
    width: 51.53%;
    height: 443px;
    margin: -36px 0 0 17px;
    background: url(../images/profile-bg1.jpg) no-repeat right center;
}
.profile-box .text:before{
    content: '';
    position: absolute;
    top: -17px;
    right: 17px;
    bottom: 40px;
    left: -17px;
    background: #2569ED;
    z-index: -1;
}
.profile-box .text p{
    padding: 90px 70px 0 35px;
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.profile-box ul{
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}
.profile-box ul li{
    width: 35%;
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 1px solid #fff;
}
.profile-box ul li h1{
    display: inline-block;
    font-size: 50px;
}
.profile-box ul li span{
    color: #D1D1D1;
    font-size: 15px;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    #news {
        padding-bottom: 0 !important;
    }
    #news .swiper-wrapper{
        margin: 0;
    }
    #news .swiper-slide{
        width: calc(100% - 20px);
        margin: 10px;
    }
}

.leader{
    overflow: hidden;
}
.leader-img{
    float: left;
    width: 162px;
}
.leader-img img{
    width: 100%;
}
.leader-txt{
    margin-left: 222px;
}
.leader-txt>h2{
    font-size: 24px;
    color: var(--varColor);
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9;
}
.leader-txt>h2 span{
    color: #333;
    font-size: 18px;
    margin-left: 15px;
}

/*学院简介*/
.intro-box{
    /*height: 836px;*/
    margin-top: -130px;
    padding-top: 140px;
    box-sizing: border-box;
    background: url(../images/intro-box.jpg) no-repeat center center;
    background-size: cover;
}
.intro-box .text{
    float: right;
    width: 882px;
    /*height: 671px;*/
    margin-right: 40px;
    padding: 40px 65px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.5);
}
.intro-box .text p{
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    line-height: 34px;
}
.intro-box .text p:last-of-type{
    /*margin-top: 2em;*/
}

.intro{
    padding: 60px 0;
}
.intro .flex:nth-of-type(2){
    margin: 22px auto;
}
.intro .img, .intro .text{
    min-width: 283px;
    height: 283px;
}
.intro .txt{
    position: relative;
    margin: 0 22px;
    height: 283px;
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    line-height: 34px;
    box-sizing: border-box;
}
.intro .txt1{
    padding: 50px 0 0 60px;
    background: url(../images/intro-bg1.jpg) no-repeat left center;
}
.intro .text{
    padding: 20px 0 0 40px;
    color: #2565DC;
    font-size: 18px;
    box-sizing: border-box;
}
.intro .text h1{
    font-size: 58px;
    margin-top: 40px;
}
.intro .text h1 span{
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia;
}
.intro .text p{
    display: inline-block;
    position: relative;
    font-family: Georgia;
}
.intro .text p::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 1px;
    background: #2565DC;
}
.intro .text2{
    padding-top: 35px;
    margin-right: 22px;
    background: #EBF1FD;
}
.intro .text3{
    color: #fff;
    background: url(../images/intro-bg2.jpg) no-repeat;
    background-size: cover;
}
.intro .text3 p::after{
    background: #fff;
}
.intro .txt2{
    padding: 50px 45px;
    background: #EBF1FD;
}
.intro .txt3{
    padding: 40px 60px;
    background: #EBF1FD;
}
.intro .txt:before,
.intro .txt:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 33px;
    width: 17px;
    height: 17px;
    background: url(../images/left-top.png) no-repeat;
}
.intro .txt:after{
    top: auto;
    left: auto;
    right: 33px;
    bottom: 40px;
    background-image: url(../images/right-bottom.png);
}
.intro .txt1:after{
    right: 0;
}

.logo-list{
    margin: 0 -10px;
    overflow: hidden;
}
.logo-list li{
    float: left;
    width: 25%;
    padding: 10px;
}
.logo-list li a{
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236,236,236,0.99);
    border-radius: 5px;
    overflow: hidden;
}
.logo-list li img{
    max-height: 100%;
    max-width: 90%;
}
.logo-list li a:hover img{
    transform: scale(1.1);
}