@charset "utf-8";

.banner{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.banner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 50px;
    letter-spacing: 5px;
    transform: translate(-50%, -50%);
}

.side{
    float: left;
    width: 300px;
    margin-bottom: 40px;
}
.side>div{
    height: 140px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 30px;
    margin-top: -70px;
    box-sizing: border-box;
    background: url(../images/column-bg.jpg) no-repeat center center;
}
.side>div p{
    font-size: 36px;
}
.side ul{
    padding-bottom: 260px;
    background: #fff url(../images/side-bg.jpg) no-repeat center bottom;
}
.side ul li{
    padding: 0 30px;
}
.side ul li a{
    position: relative;
    display: block;
    width: 240px;
    line-height: 65px;
    color: #0762CB;
    font-size: 18px;
    border-bottom: 1px solid #EBEEF5;
}
.side ul li a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #0762CB;
    transition: .5s;
}
.side ul li a:hover:after{
    width: 100%;
}
.side ul li.on a:after{
    width: 100%;
}

.column{
    margin-left: 360px;
    margin-bottom: 40px;
}
.bread{
    margin: 25px 0;
    text-align: right;
    color: rgba(51, 51, 51, 0.62);
}
.bread a{
    margin: 0 5px;
    color: rgba(51, 51, 51, 0.62);
}
.bread a:first-of-type{
    padding-left: 20px;
    background: url(../images/home-gray.png) no-repeat left center;
}
.bread a:hover{
    color: #1D71B7;
}

/*列表页*/
.common-list li a{
    display: block;
    height: 100px;
    padding: 20px 30px;
    margin-bottom: 20px;
    background: #fff;
    border-left: 3px solid #DBE8F3;
    box-sizing: border-box;
}
.common-list li p{
    font-size: 18px;
    margin-bottom: 10px;
}
.common-list li span{
    color: #A5A5A5;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
}
.common-list li a:hover{
    box-shadow: 3px 3px 6px #A5A5A5;
    border-left-color: #007aff;
}

/*详情页*/
.detail{
    min-height: calc(100vh - 633px);
    margin: 20px 0;
    padding: 0 150px;
    background: #FFFFFF;
    box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.07);
}
.caption{
    padding: 40px 0 15px;
    text-align: center;
    border-bottom: 2px solid #D9D9D9;
}
.caption h2{
    font-size: 36px;
    margin-bottom: 15px;
}
.caption>p{
    color: #666;
    font-size: 16px;
}
.caption p span{
    margin: 0 10px;
}
.content{
    padding: 15px 0 !important;
    font-size: 18px;
    line-height: 1.75em;
    text-align: justify;
}
.content p{
    font-size: 18px!important;
    line-height: 2em!important;
    margin-bottom: 1em;
}
/*学院风光*/
.view-list{
    margin: 0 -10px;
    overflow: hidden;
}
.view-list li{
    float: left;
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.view-list li>a{
    display: block;
    height: 195px;
    overflow: hidden;
}
.view-list li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view-list li img:hover{
    transform: scale(1.1);
}
.view-list li p{
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    background: #fff;
}

/*学院视频*/
.video-list{
    margin: 0 -20px;
    overflow: hidden;
}
.video-list li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.video-list li>a{
    display: block;
    height: 275px;
    overflow: hidden;
    position: relative;
}
.video-list li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-list li img:hover{
    transform: scale(1.1);
}
.video-list li p{
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    background: #fff;
}
.video-list li>a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3) url(../images/play.png) no-repeat center center;
    background-size: 60px 60px;
}
.video-list li>a:hover:before{
    background-color: rgba(0,0,0,.5);
}

/*师资队伍*/
.sub li{
    display: inline-block;
}
.sub li a{
    display: block;
    padding: 16px 40px;
    margin-bottom: 20px;
    font-size: 16px;
    background: #fff;
}
.sub li.on a{
    color: #fff;
    background: #F2AD43;
}
.team-list{
    margin: -10px -10px 0;
    padding: 10px;
    overflow: hidden;
}
.team-list li{
    float: left;
    width: 20%;
    padding: 10px 10px 0;
    margin-bottom: 10px;
    text-align: center;
}
.team-list li>a{
    display: block;
    height: 250px;
    overflow: hidden;
}
.team-list li img{
    height: 100%;
    object-fit: cover;
}
.team-list li p{
    font-size: 18px;
    line-height: 45px;
}
.team-list li:hover{
    box-shadow: 3px 3px 6px #aaa, -3px -3px 6px #aaa;
}

/*教职员工名录*/
.teacher{
    padding: 30px 30px 15px;
    margin: 20px 0;
    background: #fff;
}
.teacher p{
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    cursor: pointer;
}
.teacher p:after{
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    line-height: 20px;
    color: #007aff;
    font-size: 26px;
    text-align: center;
    border: 1px solid #007aff;
    box-sizing: border-box;
    border-radius: 50%;
}
.teacher p.on:after{
    content: '+';
}
.teacher ul{
    overflow: hidden;
}
.teacher ul li{
    float: left;
    width: 14.28%;
    margin-bottom: 15px;
}