@charset "UTF-8";

.banner img{
    width: 100%;
    margin-top: 169px;
}

.side{
    float: left;
    width: 230px;
    min-height: 545px;
    margin: 30px 0 40px;
    padding-bottom: 170px;
    box-sizing: border-box;
    background: #0230A8 url(../images/side-bg.jpg) no-repeat center bottom;
}
.side p{
    height: 68px;
    line-height: 68px;
    margin: 10px 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: url(../images/cloud.png) no-repeat center center;
}
.side > ul> li{
    position: relative;
    padding: 12px 15px 0;
}
.side > ul >li > a{
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    padding-left: 46px;
}
.side>ul>li>a{
    background: rgba(78,128,255,0.2) url(../images/on.png) no-repeat 20px center;
    border-radius: 3px 3px 3px 3px;
}

.side .sub-menu{
    padding-top: 10px;
}
.side .sub-menu li a{
    display: block;
    color: #97B4FF;
    padding: 5px 0 5px 20px;
    line-height: 1.5em;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #fff;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background-color: #4072F1;
}

.column{
    margin-left: 280px;
    margin-bottom: 40px;
}
.bread{
    margin-top: 30px;
    height: 67px;
    line-height: 67px;
    color: #666;
    border-bottom: 1px solid #D9D9D9;
    overflow: hidden;
}
.bread h1{
    color: #333;
    font-size: 22px;
    font-weight: normal;
}
.bread a{
    margin: 0 5px;
    color: #666;
}
.bread a:hover{
    color: var(--varColor);
}

/*列表页*/
.common-list li{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px solid #D9D9D9;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span {
    color: var(--varColor);
}
.common-list li p {
    padding: 0 20px;
}

/*详情页*/
.detail{
    position: relative;
    margin-right: 409px;
    padding: 10px 60px 40px;
}
.caption{
    padding: 30px 0 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.caption h2{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
}
.caption h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.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;
}
.content p, .content span {
    background: none !important;
}

.teacher-list{
    margin: 20px -20px;
    overflow: hidden;
}
.teacher-list li{
    float: left;
    width: 20%;
    margin: 10px 0;
    padding: 0 20px;
}
.teacher-list li .img{
    display: block;
    height: 260px;
    overflow: hidden;
}
.teacher-list li p{
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}

.department{
    margin: 20px 0 -20px;
    font-size: 18px;
}

/*现任领导*/
.leader-list{
    overflow: hidden;
}
.leader-list li{
    float: left;
    width: 48%;
    height: 295px;
    display: flex;
    margin-top: 40px;
}
.leader-list li:nth-of-type(2n){
    float: right;
}
.leader-list li .img{
    min-width: 211px;
}
.leader-list li .txt{
    display: flex;
    flex-direction: column;
}
.leader-list li .txt h2{
    font-size: 25px;
    color: var(--varColor);
    padding: 20px 25px;
}
.leader-list li .txt div{
    color: #000;
    line-height: 1.75em;
    flex-grow: 1;
    background: #FFFFFF;
    padding: 25px 10px 10px 25px;
    border-bottom: 2px solid var(--varColor);
}
.leader-list li .txt div span{
    font-weight: bold;
}
.leader-list li .txt div p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 3.5em;
    text-align: justify;
}
.leader-list li .txt div a{
    color: #000;
    font-weight: bold;
}
.leader-list li .txt div a:hover{
    color: var(--varColor);
}

/*学院新闻*/
.news-list{
    margin: 28px 4px 0 0;
}
.news-list li{
    position: relative;
    margin-top: 24px;
    padding: 25px 40px 25px 0;
    background: #FFFFFF;
    border: 1px solid #DEE7FC;
}
.news-list li:after{
    position: absolute;
    content: "";
    top: 20px;
    right: -4px;
    bottom: -4px;
    left: 10px;
    background-color: #D7DFF0;
    z-index: -1;
}
.news-list li:hover:after{
    background-color: #2569ED;
}
.news-list li .date{
    float: left;
    margin-right: 30px;
    padding: 0 30px 0 25px;
    font-size: 20px;
    color: #2569ED;
    font-family: 'Barlow';
    text-align: center;
    border-right: 1px solid #D9D9D9;
}
.news-list li .date h1{
    font-size: 57px;
    line-height: 1em;
    margin-bottom: 10px;
}
.news-list li .text h2{
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
}
.news-list li .text h2 a{
    color: #000;
}
.news-list li .text h2 a:hover{
    color: var(--varColor);
}
.news-list li .text p{
    color: #666;
    font-size: 16px;
    height: 3.5em;
    line-height: 1.75em;
    text-align: justify;
}

/*最新动态*/
.hot{
    float: right;
    width: 409px;
    padding: 30px 20px 20px;
    margin: 30px 0 40px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-top: 4px solid var(--varColor);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
}
.hot h2{
    font-size: 27px;
    font-weight: normal;
}
.hot ul li{
    padding: 15px 0;
    border-bottom: 1px solid #E2E2E2;
}
.hot ul li p{
    font-size: 17px;
    text-align: justify;
}
.hot ul li span{
    color: #999;
    font-size: 15px;
}

/*内容详情*/
.article{
    margin-top: 20px;
    padding: 20px 30px;
    border-top: 6px solid #D8E4FA;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.25);
}
.article ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article ul li{
    width: 48%;
}
.article ul li h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 1em;
}
.article ul li div{
    padding-left: 20px;
    border-left: 1px solid #2569ED;
}
.article ul li p{
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
}
.article ul li span{
    color: #999;
    font-size: 16px;
    display: inline-flex;
    padding: 10px 0;
}

/*分享*/
.social-share{
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.social-share .social-share-icon {
    width: 46px;
    height: 46px;
    border-radius: 0;
    background: #fff;
    border: none;
    color: #727272;
    font-size: 27px;
    text-align: center;
    line-height: 46px;
    margin-bottom: 10px;
}

.nav-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.nav-list li{
    flex-grow: 1;
    padding: 0 3px;
    margin-top: 20px;
}
.nav-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    font-size: 18px;
    padding: 0 10px;
    background: #DADFE4;
}
.nav-list li:hover a,
.nav-list li.on a{
    color: #fff;
    background: var(--varColor);
}

.view-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    overflow: hidden;
}
.view-list li{
    width: 33.33%;
    padding: 0 13px;
    margin-top: 30px;
}
.view-list li a{
    display: block;
    height: 247px;
    background: #FFFFFF;
    border: 1px solid #E2E6EF;
}
.view-list li .img{
    height: 203px;
}
.view-list li p{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    font-size: 20px;
    margin: 0 30px;
    padding: 0 15px;
    background: #fff;
    transform: translateY(-50%);
}

.leader-prev{
    overflow: hidden;
}
.leader-prev li{
    float: left;
    width: 48%;
    padding: 25px;
    margin-top: 30px;
    background: #fff;
    overflow: hidden;
}
.leader-prev li:nth-of-type(2n){
    float: right;
}
.leader-prev li .img{
    float: left;
    width: 169px;
    height: 237px;
}
.leader-prev li .txt{
    margin-left: 169px;
    padding-left: 40px;
}
.leader-prev li .txt h2{
    font-size: 24px;
    margin-bottom: 1.5em;
}
.leader-prev li .txt p{
    line-height: 1.75em;
}

.xyml-text{
    font-size: 16px;
    line-height: 1.75em;
    padding: 25px;
    margin-top: 30px;
    background: #fff;
}
.xyml-title{
    display: flex;
    align-items: center;
    margin-top: 30px;
    height: 63px;
    color: #fff;
    font-size: 24px;
    background: #4071F1 url(../images/cloud.png) no-repeat right 40px bottom 15px;
    background-size: contain;
}
.xyml-title img{
    margin: 0 10px 0 20px;
}
.xyml-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
}
.xyml-list li{
    width: calc(1 / 6* 100%);
    padding-left: 10px;
    margin-top: 10px;
}
.xyml-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    font-size: 18px;
    background: #FFFFFF;
    box-shadow: 0 4px 0 0 rgba(64,113,241,0.14);
}
.xyml-list li a:hover{
    color: #fff;
    background: #4072F1;
}

/*师资队伍*/
.team-list{
    margin: 15px -15px;
    overflow: hidden;
}
.team-list li{
    float: left;
    width: 20%;
    padding: 15px;
}
.team-list li div{
    font-size: 18px;
    line-height: 1.75em;
    padding: 30px 20px 20px;
    background: #fff;
    border: 1px solid #eee;
}
.team-list li .img{
    height: 200px;
    margin: 0 auto;
}
.team-list li h2{
    font-size: 24px;
    margin: 0.8em 0 0.5em;
}
.team-list li h2 a{
    color: var(--varColor);
}
.team-list li div:hover{
    box-shadow: 3px 3px 6px #ddd, -3px -3px 6px #ddd;
}