/*幻灯片*/
.slide{
    width:100%;
    margin: 0 auto;
    /*display: none;*/
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 8px;
    width: 14px;
    height: 14px;
    background:#eee;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
  	background: #005D9E;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    height: 680px;
    width: 100%;object-fit: cover;

}
.slideBox .arrow{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    display: none;
}
.slideBox:hover .arrow{
    display: block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top:-37px;
    display:block;
    width:37px;
    height:74px;
    background: url(../images/arrow_left.png) no-repeat;
}
.slideBox .next{
    left:auto;
    right:2%;
    background: url(../images/arrow_right.png) no-repeat;
}

.title{
    margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title h2{
    height: 35px;
	position: relative;
	padding-left: 15px;
}
.title h2::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 5px;
    bottom: 0;
    background: linear-gradient(#61C4FA,#5D7BE3,#5F7AD9);

}
 .title h2 a{
	display: inline-flex;
	position: relative;
	color: #333;
	font-size: 28px;
	font-weight: normal;
	margin-right: 30px;
	line-height: 35px;
}
/*
.title h2 a.on{
	color: #3270B2;
}
.title h2 a.on::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left:0;
    width: 100%;
    height: 4px;
    background: #3270B2;

} */
.title h2 span{
    display: block;
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: 1px;
    line-height: 28px;
}
.title h2 span::before{
    content: '';
    width: 10px;
    height: 10px;
    margin-right: 8px;
    display: inline-block;
    background: rgba(0,0,0,0.10);
}

.title .rt{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    padding-right: 24px;
    background: url(../images/arrow_rt.png) no-repeat right center;
}

/*学院动态*/
.news{
    float: left;
    clear: both;
    width: calc(66.67% - 12px);
    overflow: hidden;
}

.picScroll-left{
    position:relative;
    float: left;
    width: calc(50% - 9px);
}
.picScroll-left .hd{
    position: absolute;
    bottom: 18px;
    right: 10px;
    z-index: 99;
}
.picScroll-left .hd li{
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: rgba(255,255,255,1);
    border-radius: 5px;
    cursor: pointer;
    font-size: 0px;
    transition: all .5s;
}
.picScroll-left .hd li.on{
    background-color: #C50000;
}
.picScroll-left .bd{
    /* width: 1200px; */
    margin: 0 auto;
    zoom:1;
}
.picScroll-left .bd ul{
    height: 300px;
    zoom:1;
}
.picScroll-left .bd li{
    position: relative;
    float:left;
    width: 100%;
}
.picScroll-left .bd li .img{
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.picScroll-left .bd li .img img,.picMarquee-left .bd ul li img{
    object-fit: cover;
}
.picScroll-left .bd li img{
    display: inline-block;
    width: 100%;
    height: 300px;
    transition: .3s;
}
.picScroll-left .bd li .img:hover img{
    transform: scale(1.1);
}
.picScroll-left .bd li .img:hover p{
  	color: #9E0046 ;
    /*color: #186345;*/
}
.picScroll-left .bd li>p{
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 46px;
    display: flex;
    align-items: center;
    padding: 10px 100px 10px 15px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    background:#5F7ADB;
}
.picScroll-left .bd li>p a{
    color: #fff;
}


/*通知公告*/
.notice{
    float: right;
    width: calc(50% - 9px);
}
.notice li{
	float: left;
	width: calc(100% - 9px);
    height: 64px;
    margin-bottom: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}
.notice li:nth-child(2n){
	
}
.notice li:nth-child(7),.notice li:nth-child(8){margin-bottom: 0; border-bottom: 0 none;}
.notice li:before{
    content: '';
    display: table;
    clear: both;
}
.notice li .date{
    float: left;
    width: 58px;
	height: 60px;
    color: #324ac2;
    font-size: 14px;
    text-align: center;
}
.notice li .date h3{
    font-size: 26px;
	line-height: 1.1;
}
.notice li p{
    margin: 0px 0 0px 70px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.tzgg{
    width: calc(33.33% - 12px) !important;
}

.main2{
	clear: both;
	overflow: hidden;
	padding: 15px 0 5px;
}
.main2_1{
	float: left;
	width: calc(66.67% - 12px);
}
.main2_2{
	float: right;
	width: calc(33.33% - 12px);
}
.main2 .bd{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.main2 .bd>ul{
	width: calc(50% - 12px);
	
}
.main2 .bd>ul li:last-child{
	border-bottom: 0 none;
}
.swiper-news {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #B9B9B9;
	width: calc(50% - 12px);
}
.swiper-news .swiper-pagination{
	bottom: 0;
	height: 20px;
	line-height: 20px;
	right: 0px;
	left: auto!important;
	text-align: right;
	padding-right: 10px;
}
.swiper-news .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0 6px;
	border-radius: 50%;
	color: #fff;
	
}
.swiper-news .swiper-pagination-bullet-active{
	background: #C50000;
}

.swiper-news .ptbox .inner{
	padding-bottom: 62%;
}


.link{
    clear: both;
    overflow: hidden;
    margin: 0px 0 30px;
}
.link li{
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-right: 20px;
    padding-bottom: 10px;
    font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #4F4F4F;

}
.link li a{
  color: #4F4F4F;  letter-spacing: 1.75px;
}


/* 
@media screen and (min-width: 1400px) {
    .container{
        width: 1380px;
    }
    .news{
        width: 910px;
    }
    .picScroll-left,.picScroll-left .bd li,.picScroll-left .bd li .img,.picScroll-left .bd li .img img{
        width: 452px;
    }
    
    .picMarquee-left .bd ul li{
        margin-right: 25px;
    }
    .picMarquee-left .bd ul li,.picMarquee-left .bd ul li .pic,.picMarquee-left .bd ul li .pic img{
        width: 340px;
        height:250px ;
    }
    .notice{
        width: 436px;
    }
} */