.footer{
	margin-top: -10px;
}
/*------ 大轮播 ------[开始]*/
.ibanner{ width:100%; /*max-width: 1920px;*/margin: 0 auto; overflow:hidden; position:relative;  }
.ibanner .hd{ height:15px; overflow:hidden; position:absolute; left: 50%;bottom:12px;transform: translate(-50%, -50%);z-index:1; }
.ibanner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ibanner .hd ul li{ float:left;margin:0 7px;border-radius: 10px; width:12px; height:12px; line-height:14px; text-align:center; background:#fff;background:#d2d2d2; cursor:pointer; }
.ibanner .hd ul li.on{ background:#135f9c; color:#fff; }
.ibanner .bd{ position:relative; height:100%;height:610px;height:78vh; z-index:0;text-align: center;}
.ibanner .bd li{ zoom:1; vertical-align:middle; position: relative }
.ibanner .bd li h1{position: absolute; /*bottom: 40px; left: 20%; */bottom: 20px; left: 60px;width: 940px;/*height: 130px; */
/*background:url("../images/banner_title_bg.png") ;*/background:rgba(0,0,0,.6); font-size: 28px;letter-spacing:1px;font-weight: normal;line-height: 44px; color: #ffffff; padding: 18px 80px 18px 40px; }
.ibanner .bd img{ width:100%;/*height: 540px;*/ height: 610px;height: 78vh; display:block;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.ibanner .prev,
.ibanner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:45px; height:80px; background:url(../images/slider-arrow.png) -120px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.ibanner .next{ left:auto; right:3%; background-position:-2px 5px; width: 45px; height: 80px;}
.ibanner .prev:hover,
.ibanner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.ibanner .prevStop{ display:none;  }
.ibanner .nextStop{ display:none;  }

/* 针对小屏幕的适配 */
@media screen and (max-width:1300px) {
    .ibanner .bd{
        height: 470px;  /* 手机上高度占屏幕40% */
    }
    .ibanner .bd img{
    	height: 470px;
    }
}

@media screen and (max-width: 768px) {
    .ibanner .bd {
        height: 470px;  /* 手机上高度占屏幕40% */
    }
    .ibanner .bd img{
    	height: 470px;
    }
}

/* 针对超小屏幕 */
@media screen and (max-width: 480px) {
    .ibanner .bd {
        height: 470px;  /* 再小就更压缩 */
    }
    .ibanner .bd img{
    	height: 470px;
    }
}
/*------ 大轮播 ------[结束]*/

/*------ 公共头部 box1、box2 ------[开始]*/
.box1 .title{
	color: #11508d;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}
.box1 .sub-title{
	font-size: 18px;
	font-weight:bold;
	color: #7798b8;
	letter-spacing: 0;
	font-weight: normal;
}
.box1 .more{
	margin-top:10px;
	text-align: right;
	font-size: 17px;
	font-weight:bold;
	margin-bottom: 20px;
}
.box1 .more a{
	color: #11508d;
}
/*------ 公共头部 box1、box2 ------[结束]*/

/*------ 学院新闻 news ------[开始]*/
.news{
	padding:40px 0 50px;
}
.news .pic-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news .pic-list a.pic-list-item{
	display: inline-block;
	width: 406px;
}
.news .pic-list a.pic-list-item .pic,.news .pic-list a.pic-list-item .pic img{
	width: 100%;
	height: 260px;
}
.news .pic-list a.pic-list-item .pic{
	overflow: hidden;
}
.news .pic-list a.pic-list-item .pic img{
	transition: all 0.7s ease 0s;
}
.news .pic-list a.pic-list-item .txt{
	width: 100%;
	height: 118px;
	padding: 12px 18px 0;
	/*background-image: linear-gradient(150deg, #242f60 0%, #0093dd 100%);*/
	background: url(../images/news-list-bg2.png) no-repeat bottom right;
	background-size: cover;
}

.news .pic-list a.pic-list-item .txt .tit{
	font-size: 17px;
	line-height: 28px;
	color: #fff;
}
.news .pic-list a.pic-list-item .txt .date{
	font-size: 14px;
	color: #fff;
	margin-top: 14px;
}
.news .pic-list a.pic-list-item:hover .pic img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.news .list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.news .list .list-item{
	position: relative;
	display: inline-block;
	width: 406px;
	height: 116px;
	background: #fff url(../images/xyfc-list-bg.png) no-repeat 352px 62px;
	box-shadow: 0 4px 10px rgba(159, 159, 159, .2);
	/*border-bottom: 4px solid #047bd4;*/
	transition: transform 0.3s;
}
.news .list .list-item::after{
	content: "";
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #242f60, #0093dd);
}
.news .list .list-item .date{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-image: linear-gradient(150deg, #242f60 0%, #0093dd 100%);
	margin: -12px 0 0 20px;
}
.news .list .list-item .tit{
	display: inline-block;
	width: 352px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin: 15px 0 0 23px;
}
.news .list .list-item:hover{
	transform: translateY(-5px);
}
.news .list .list-item:hover .tit{
	color: #11508d;
}
/*------ 学院新闻 news ------[结束]*/

/*------ 通知公告、招生工作 box2------[开始]*/
.notice-zsgz{
	width: 100%;
	height: 610px;
	background:url(../images/notice-bg.png) no-repeat top center;
	background-size: cover;
	padding:40px 0 50px;
}
.notice-zsgz .wrap{
	display: flex;
	justify-content: space-between;
}
.box2{
	width: 610px;
}
.box1 .more{
	margin-bottom: 30px;
}
.box2 .list a{
	display: flex;
	align-items: center;
	height: 92px;
	background-color: #fff;
	margin-bottom: 18px;
	padding:0 40px 0 20px;
	clip-path: polygon(0 0, 100% 0, 100% 65%, 95% 100%, 0 100%);
	/*position: relative;
    overflow: hidden;
	z-index: 1;*/
}
/*.box2 .list a::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: linear-gradient(150deg, #242f60 0%, #0093dd 100%);
    transition: width 0.5s ease;
    z-index: -1;
}*/
.box2 .list a:hover{
	background-color: #11508d;
	background-image: linear-gradient(150deg, #242f60 0%, #0093dd 100%);
}
/*.box2 .list a:hover::before{
	width: 100%;
}*/

.box2 .list a .time{
	color: #11508d;
	line-height: 26px;
	text-align: center;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #a8d5ec;
}
.box2 .list a .time .date{
	font-size:22px;
}
.box2 .list a .time .year{
	font-size:15px;
}
.box2 .list a .tit{
	width: 440px;
	font-size: 17px;
	color: #333;
	color: #1b1b1b;
    line-height: 28px;
}
.box2 .list a:hover .time,.box2 .list a:hover .tit {
	/*color: #11508d;*/
	color: #fff;
}
/*------ 通知公告、招生工作 box2------[结束]*/

/*------ 前沿动态、学术活动 qydt-xshd------[开始]*/
.qydt-xshd{
	width: 100%;
	height: 615px;
	background:url(../images/qydt-bg.png) no-repeat top center;
	background-size: cover;
	padding:40px 0 50px;
}
.qydt-xshd .wrap{
	display: flex;
	justify-content: space-between;
}
.qydt-xshd .title{
	color: #fff;
}
.qydt-xshd .more a{
	color: #fff;
}
.qydt{
	width: 615px;
}
.qydt .pic-news{
	display: flex;
	align-items: center;
}
.qydt .pic-news .pic,.qydt .pic-news .pic img{
	width: 310px;
	height: 230px;
}
.qydt .pic-news .pic{
	overflow: hidden;
	z-index: 1;
}
.qydt .pic-news .pic img{
	transition: all 0.7s ease 0s;
}
.qydt .pic-news .txt{
	width: 325px;
	height: 250px;
	background-color: rgba(255,255,255,.98);
	margin-left: -20px;
	padding:18px 18px 0 40px;
	z-index: 0;
}
.qydt .pic-news .txt .tit{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #333;
	margin-bottom: 10px;
}
.qydt .pic-news .txt .abstract{
	font-size: 15px;
	line-height: 24px;
	color: #666;
}
.qydt .pic-news:hover .pic img{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.qydt .pic-news:hover .txt{
	background-color: rgba(255,255,255,1);
}
.qydt .pic-news:hover .txt .tit{
	color: #11508d;
}
.qydt .list ul{
	margin-top:3px;
}
.xshd{
	width: 610px;
}
.xshd .more{
	margin-bottom: 10px;
}
.qydt .list ul li,.xshd .list ul li{
	border-bottom: 1px solid rgba(255,255,255,.2);
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.qydt .list ul li a,.xshd .list ul li a{
	display: flex;
	align-items: center;
	height: 90px;
	padding:0 10px 0 0;
	
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.qydt .list ul li a .time,.xshd .list ul li a .time{
	width: 76px;
	line-height: 30px;
	text-align: center;
	color: #e9f0f9;
	/*padding-right:20px;*/
	margin-right:25px;
}
.qydt .list ul li a .time .date,.xshd .list ul li a .time .date{
	font-size:28px;
}
.qydt .list ul li a .time .year,.xshd .list ul li a .time .year{
	font-size:15px;
}
.qydt .list ul li a .tit,.xshd .list ul li a .tit{
	width: 490px;
	font-size: 17px;
	color: #fff;
	color: #e9f0f9;
    line-height: 28px;
}
.qydt .list ul li:hover,.xshd .list ul li:hover{
	border-bottom: 1px solid rgba(255,255,255,.8);
}
.qydt .list ul li a:hover,.xshd .list ul li a:hover{
	transform: translateX(10px);
}
.qydt .list ul li a:hover .tit,.xshd .list ul li a:hover .tit{
	color: #fff;
}
/*------ 前沿动态、学术活动 qydt-xshd------[结束]*/

/*------ 学生活动 activity------[开始]*/
.activity{
	width: 100%;
	/*height: 490px;*/
	background:url(../images/xshd-bg.png) no-repeat top -60px center;
	background-size: cover;
	padding:40px 0 50px;
}
.activity .activity-list{
	display: flex;
	justify-content: space-between;
}
.activity .activity-list .activity-list-item{
	display: block;
	position: relative;
	width: 296px;
	height: 320px;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(148, 165, 182, 0.3);
}
.activity .activity-list .activity-list-item .time{
	width: 64px;
	height: 54px;
	background-image: linear-gradient(150deg, #242f60 0%, #0093dd 100%);
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top:172px;
	left:18px;
	padding-top:9px;
	line-height: 20px;
}
.activity .activity-list .activity-list-item .time .year{
	font-size: 13px;
	font-weight: bold;
}
.activity .activity-list .activity-list-item .pic,.activity .activity-list .activity-list-item .pic img{
	width: 296px;
	height: 210px;
}
.activity .activity-list .activity-list-item .pic{
	overflow: hidden;
}
.activity .activity-list .activity-list-item .pic img{
	transition: all 0.5s;
}
.activity .activity-list .activity-list-item .tit{
	font-size: 17px;
	line-height: 28px;
	color: #333;
	padding: 0 20px 0;
    margin-top: 29px;
}
.activity .activity-list .activity-list-item:hover .tit{
	color: #11508d;
}
.activity .activity-list .activity-list-item:hover .pic img{
	transform: scale(1.1); 
}
/*------ 学生活动 activity------[结束]*/


/*------ 校内外链接 xnw-links------[开始]*/
.xnw-links .wrap{
	height: 237px;
	padding: 44px 0 0 35px;
	background:url(../images/links-bg.png) no-repeat center left;
}
.xnw-links .xnw-links-item{
	display: flex;
	font-size: 16px;
}
.xnw-links .xnw-links-item:first-child{
	margin-bottom: 15px;
}
.xnw-links .xnw-links-item .tit{
	font-weight: bold;
	color: #1a4a82;
	margin-right:5px;
	line-height: 32px;
	line-height: 31px;
	width: 80px;
}
.xnw-links .xnw-links-item .link{
	color: #b4b4b4;
	line-height:32px;
	width: 980px;
}
.xnw-links .xnw-links-item .link span{
	margin:0 10px;
}
.xnw-links .xnw-links-item .link a{
	color: #555;
}
.xnw-links .xnw-links-item .link a:hover{
	color: #0093dd;
}
/*------ 校内外链接 xnw-links------[结束]*/

/*------ 校园生活 campus-life ------[开始]*/

/*------ 校园生活 campus-life ------[结束]*/



