@charset "UTF-8";

/*轮播图*/
.swiper-button-prev,
.swiper-button-next{
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-size: 30%;
}
.swiper-button-prev,
.swiper-button-next{
    background-color: rgba(0,0,0,.5);
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}

#slide{
    max-width: 1920px;
}
#slide .swiper-slide:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url(../images/slide-bg.png) no-repeat center bottom;
}
#slide .bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    color: #fff;
    z-index: 3;
}
#slide .bg h3{
    margin-right: 100px;
}
#slide .bg h3 a{
    color: #fff;
    font-size: 24px;
}
#slide .swiper-slide:hover .bg h3 a{
    color: #007aff;
}
#slide .bg .rt{
    font-size: 16px;
}
#slide .bg .rt span{
    font-size: 24px;
}

/*主体*/
.section{
    position: relative;
    min-height: 500px;
}
.title{
    position: relative;
    margin: 22px 0 38px;
    height: 30px;
    line-height: 30px;
}
.title p{
    position: relative;
    font-size: 30px;
    z-index: 1;
}
.title p:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 6px;
    background: #F2AD43;
    z-index: -1;
}
.title .rt{
    color: #0762CB;
    padding-right: 50px;
    background: url(../images/more.png) no-repeat right center;
}

/*学院新闻*/
.news{
    float: left;
    width: 58%;
}
.news ul li{
    height: 146px;
    padding-right: 40px;
    margin-bottom: 18px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.news ul li .lf{
    width: 240px;
    height: 100%;
    overflow: hidden;
}
.news ul li .lf img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news ul li .lf:hover img{
    transform: scale(1.1);
}
.news ul li .info{
    margin-left: 260px;
    padding: 15px 0;
    color: #909399;
    font-size: 12px;
    background: url(../images/news-more.png) no-repeat right 126px;
}
.news ul li .info h3{
    color: #1D1F22;
    font-size: 16px;
    font-weight: normal;
    height: 46px;
    line-height: 23px;
}
.news ul li .info p{
    margin: 5px 0;
    font-size: 13px;
    height: 3.5em;
    line-height: 1.75em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news ul li .info span{
    padding-left: 20px;
    background: url(../images/date.png) no-repeat left center;
}
.news ul li:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #efefef;
    background-size: cover;
    z-index: -1;
    opacity: .5;
}
.news ul li:hover:after{
    transform: scaleY(1);
}
.news ul li:hover h3{
    color: #007aff;
}

/*通知公告*/
.notice{
    float: right;
    width: 40%;
}
.notice ul{
    height: 474px;
    background: #fff;
}
.notice ul li a{
    display: block;
    padding: 22px 40px 20px 20px;
    border-bottom: 1px solid #EBEEF5;
    overflow: hidden;
}
.notice ul li:nth-of-type(4){
    border-bottom: none;
}
.notice ul li .date{
    float: left;
    width: 75px;
    height: 76px;
    color: #91949A;
    font-size: 13px;
    text-align: center;
    background: #F2F2F2;
    transition: .3s;
}
.notice ul li .date p{
    font-size: 28px;
    padding-top: 5px;
}
.notice ul li .date span{
    display: inline-block;
    padding-top: 2px;
    border-top: 1px solid #DFE1E7;;
}
.notice ul li a>p{
    margin: 10px 0 0 95px;
    font-size: 16px;
    font-weight: 400;
    height: 3.5em;
    line-height: 1.75em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.notice ul li:hover .date{
    color: #fff;
    background: #1D71B7;
}

#study{
    margin-bottom: 20px;
}

/*招生就业、学术交流、学生活动*/
.box .swiper-slide,
#wrapper .swiper-slide{
    height: 270px;
    padding:  10px 15px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.box .text{
    overflow: hidden;
}
.box .text .lf{
    width: 180px;
    height: 100px;
    overflow: hidden;
}
.box .text .lf img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box .text .lf:hover img{
    transform: scale(1.1);
}
.box .text .txt{
    margin-left: 200px;
    padding-top: 10px;
    color: #909399;
}
.box .text .txt p{
    font-size: 16px;
    height: 5.25em;
    line-height: 1.75em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box .text .txt span{
    padding-left: 20px;
    background: url(../images/date.png) no-repeat left center;
    display: none;
}
.box ul li{
    font-size: 16px;
    margin-top: 12px;
    position: relative;
    padding-left: 15px;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}
.box ul li:before,
#wrapper ul li:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #0762CB;
    border-radius: 50%;
}

#wrapper{
    margin-top: 20px;
}
#wrapper ul li{
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    height: 46px;
    line-height: 23px;
    overflow: hidden;
}

/*教学评估*/
.jxpg{
    margin-bottom: 18px;
}
.jxpg a:hover{
    opacity: .8;
}

/*专题学习*/
#special{
    margin: 20px 0;
}
#special a{
    display: block;
    overflow: hidden;
}
#special a:hover img{
    transform: scale(1.1);
}

/*学院视频*/
.video{
    float: left;
    width: 66.45%;
}
.video video{
    width: 100%;
    height: 537px;
}
.play{
    position: relative;
    display: block;
    height: 537px;
    overflow: hidden;
}
.play img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
}
.play: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;
}
.play:hover:before{
    background-color: rgba(0,0,0,.5);
}

/*学院风光*/
.view{
    float: right;
    width: 32.15%;
}
#view{
    height: 537px;
}
#view .swiper-slide a{
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
#view .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#view .swiper-slide p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
#view .swiper-slide a:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
#view .swiper-slide a:hover:before{
    background-color: rgba(0,0,0,.5);
}