/* 轮播图 */
.banner{
	height: 400px;
        width: 1000px;
	margin: 0 auto;
}
.container{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide,.swiper-slide a,.swiper-slide img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.container .swiper-pagination-bullet-active, .nav-container .swiper-pagination-bullet-active{
  background: rgba(0, 0, 0, 0.1);
}
.container .swiper-pagination-bullet-active,.nav-container .swiper-pagination-bullet-active{
  opacity: 1;
  background-color: #d85f5f;
}
.container .swiper-pagination{
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	bottom: 10px!important;
	border: 0;
}
.container .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border-radius: 0;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}
/* 新闻 */
#nav{
	width: 100%;
	height: 100%;
	padding: 45px 0 30px;
}
.nav-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav-left{
	width: 650px;
}
.nav-left-title{
	width: 100%;
	height: 36px;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #d8dfe7;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.nav-left-box{
	width: 100%;
	min-height: 230px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav-left-list{
	width: 325px;
	min-height: 230px;
}
.nav-news-ul{
	width: 100%;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nav-news{
	width: 100%;
	display: flex;
	height: 50px;
}
.nav-news-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	flex-shrink: 0;
}
.nav-news-time{
	width: 16%;
	align-items: center;
	color: #4b7bdb;
	font-weight: bold;
	border-right: 1px solid #ccc;
	padding-right: 5px;
	margin-right: 10px;
}
.nav-news-time div:first-child{
	font-size: 15px;
}
.nav-news-bt{
	width: 80%;
}
.nav-news-tilte a{
	font-size: 14px;
	color: #47AAFE;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav-news-text a{
	font-size: 12px;
	color: #b6b6b6;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nav-news-text a:hover{
	color: #47AAFE;
}
/* 新闻轮播图 */
.nav-banner{
	width: 290px;
	height: 230px;
}
.nav-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.nav-container .swiper-slide{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 230px;
}
.nav-container .swiper-pagination{
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	bottom: 15px!important;
	border: 0;
	padding-right: 15px;
	box-sizing: border-box;
}
.nav-container .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border-radius: 0;
	line-height: 15px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
}
/* 公告 */
.nav-right{
	width: 300px;
}
.nav-right-list{
	min-height: 230px;
}
.nav-list-li{
	width: 100%;
	height: 26px;
	line-height: 26px;
	display: flex;
	margin-top: 14px;
	font-size: 12px;
}
.nav-list-li:first-child{
	margin-top: 0px;
}
.nav-list-1{
	height: 26px;
	padding: 0 4px;
	color: #f6f6f6;
	background-color: #7a98be;
}
.nav-list-2{
	height: 26px;
	padding: 0 4px;
	color: #0a7bdb;
	background-color: #dce5ee;
}
.nav-list-3{
	font-size: 13px;
	max-width: 200px;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* 招生 */
.nav-bg{
	background-color: #f9f9f9;
}
.recruit-students{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.recruit-students-box{
	width: 315px;
	flex-shrink: 0;
	min-height: 102px;
	border: 1px solid #e6e9ee;
	margin-bottom: 20px;
}
.recruit-students-title{
	display: flex;
	position: relative;
}
.recruit-students-title h3{
	color: #47AAFE;
	padding: 0 8px;
	background-color: #f9f9f9;
	position: absolute;
	left: 10px;
	top: -10px;
	font-size: 16px;
}
.recruit-students-buttom span{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e6e9ee;
	color: #46aee3;
	font-size: 10px;
}
.recruit-students-list{
	width: 100%;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.recruit-students_li{
	margin-top: 12px;
	font-size: 12px;
	position: relative;
}
.recruit-students_li::before{
	position: absolute;
	content: '';
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 5px;
	background-color: #5c81ae;
	border-radius: 100%;
}
.recruit-students_li:first-child{
	margin-top: 0px;
}
/* 资源下载 */
.resources{
	width: 100%;
	min-height: 100px;
}
.resources-li{
	width: 100%;
	height: 26px;
	display: flex;
	align-items: center;
	font-size: 13px;
}
.resources-li img{
	margin-right: 10px;
}
.jump{
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jump-a{
	width: 146px;
	height: 77px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.jump-img-1{
	background: url(../images/wlkc.png) no-repeat;
}
.jump-img-2{
	background: url(../images/jxfwpt.png) no-repeat;
}