.banner{
	width: 19.2rem;
	height: 6rem;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.banner .swiper{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.banner .swiper-pagination {
	bottom: .9rem !important;
}

.banner .swiper-wrapper {
	height: 100%;
	box-sizing: border-box;
}

.banner .swiper img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.banner .swiper-pagination-bullet {
	background-color: white !important;
	opacity: 0.3;
}

.banner .swiper-pagination-bullet-active {
	opacity: 0.7;
}

.banner .swiper-button-prev{
	width: .8rem;
	height: .8rem;
	background-color: rgba(255,255,255,0.5);
	border-radius: 100%;
	line-height: .3rem;
	background-image: none;
	opacity: 0;
	transition: 0.5s linear;
	display: flex;
	align-items: center;
	justify-content: center;
	left: .25rem;
}

.banner .swiper-button-prev span{
	font-size: .3rem;
}

.banner .swiper-button-next{
	width: .8rem;
	height: .8rem;
	background-color: rgba(255,255,255,0.5);
	border-radius: 100%;
	line-height: .3rem;
	background-image: none;
	opacity: 0;
	transition: 0.5s linear;
	display: flex;
	align-items: center;
	justify-content: center;
	right: .5rem;
}

.banner .swiper-button-next span{
	font-size: .3rem;
}

.banner:hover .swiper-button-next{
	opacity: 0.8;
}
.banner:hover .swiper-button-prev{
	opacity: 0.8;
}


.nav-bj {
	width: 100%;
}

.nav-bj img{
	width: 100%;
	height: auto;
}





.summary {
	box-sizing: border-box;
	width: 14.3rem;
	margin: 0 auto;
	padding: .7rem 0 .3rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.summary>div {
	flex-shrink: 0;
}

.summary .college-news {
	width: 4.1rem;
}




.summary .r-bot {
	padding-top: .15rem;
}

.summary .r-bot a {
	font-size: .18rem;
	height: .95rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: .01rem dashed black;
	padding: 0 .1rem;
	transition: all .3s;
}

.summary .r-bot a:hover {
	background: #ddf3ff;
	transform: scale(1.1);
	transition: all .3s;
}

.summary .r-bot a span:nth-of-type(1) {
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	padding: 0 .15rem 0 0;
	line-height: .3rem;
}

.summary .r-bot a span:nth-of-type(1)::before {
	content: "·";
	color: black;
	padding: 0 .1rem 0 0;
}

.summary .r-bot a span:nth-of-type(2) {
	color: #a3a3a3;
	font-size: .18rem;
	line-height: .2rem;
}




.summary #myFocus {
	width: 4.9rem;
	height: 3.6rem;
	position: relative;
	overflow: hidden;
}

/*���뻭��*/
.summary #myFocus .loading {
	position: absolute;
	z-index: 30;
	width: 4.9rem;
	height: 3.6rem;
	background: white;
}

.summary #myFocus .pics {
	width: 100%;
	height: 100%;
}

.summary #myFocus .pics li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.summary #myFocus .pics li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*ͼƬ��С*/
.summary #myFocus .pics li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.summary #myFocus .ts li {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: -.36rem;
	height: .36rem;
	line-height: .36rem;
	padding-left: .16rem;
}

/*������ʽ*/
.summary #myFocus .ts li a {
	color: white;
	font-size: .18rem;
	display: block;
	width: 3.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*���ⱳ��*/
.summary #myFocus .tsBg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: .36rem;
	background: rgba(0,0,0,.4);
}

/*��ť��ʽ*/
.summary #myFocus .btn,#myFocus .btnBg {
	position: absolute;
	z-index: 10;
	bottom: .08rem;
	right: .1rem;
	color: white;
}

.summary #myFocus .btn li,#myFocus .btnBg li {
	float: left;
	font-size: .2rem;
	width: .2rem;
	height: .2rem;
	line-height: .2rem;
	overflow: hidden;
	text-align: center;
	margin-right: .02rem;
	cursor: pointer;
}

/*��ť����*/
.summary #myFocus .btnBg li {
	background: rgba(255,255,255,.5);
}

/*��ǰ/��ͣ��ť����*/
.summary #myFocus .btn li.current,#myFocus .btn li.hover {
	background: #f39629;
}




.summary .notice {
	width: 3.4rem;
	margin: 0 0 0 .8rem;
}





.enem_head {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	display: none;
}

.enem_head>img {
	width: 12.16rem;
}

.enem {	
	width: 19.2rem;
	box-sizing: border-box;
	padding: .65rem 2.5rem .55rem 2.5rem;
	margin: .55rem 0 0 0;
	display: flex;
	justify-content: space-between;
	background:
		url("../img/enem_bg_tra.png") repeat-x top,
		linear-gradient(rgba(221,243,255,1),rgba(221,243,255,0)),
		url("../img/enem_bg.jpg") no-repeat bottom;
}

.enem .enrol {
	width: 6.4rem;
	flex-shrink: 0;
}

.enem ul.en-table {
	margin: .4rem 0 0 0;
	height: 4rem;
	display: flex;
	flex-direction: column;
}

.enem ul.en-table>li {
	background: rgba(255,255,255,.7);
	font-size: .18rem;
	flex-grow: 1;
	display: flex;
	border-bottom: .01rem solid black;
}

.enem ul.en-table>li:nth-child(2n) {
	background: rgba(255,255,255,.9);
}

.enem ul.en-table>li>div {
	display: flex;
	align-items: center;
}

.enem ul.en-table>li>div>a {
	color: black;
	transition: all .3s;
}

.enem ul.en-table>li>div>a:hover {
	transform: scale(1.2);
	transition: all .3s;
}

.enem ul.en-table>li>div:nth-child(1) {
	width: 2rem;
	flex-shrink: 0;
	border-right: .01rem solid black;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 0 0 .2rem;
}

.enem ul.en-table>li>div:nth-child(2) {
	flex-grow: 1;
	box-sizing: border-box;
	margin: 0 .2rem;
	overflow: hidden;
	white-space: nowrap;
}

.enem ul.en-table>li:nth-child(1) {
	border-bottom: .01rem solid white;
	color: white;
	font-size: .2rem;
}

.enem ul.en-table>li:nth-child(1)>div:nth-child(1) {
	background: #f39629;
	border-right: .01rem solid white;
	justify-content: center;
}

.enem ul.en-table>li:nth-child(1)>div:nth-child(2) {
	background: #0095e7;
	justify-content: center;
	margin: 0;
}




.enem .employ {
	width: 6.5rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}

.enem .employ ul.em-cont {
	height: 4rem;
	margin: .4rem 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.enem .employ ul.em-cont li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 3.15rem;
	height: 1.25rem;
	background: rgba(255,255,255,.8);
	border-radius: .1rem;
	box-sizing: border-box;
	padding: .2rem .25rem .15rem .25rem;
	transition: all .3s;
}

.enem .employ ul.em-cont li:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.enem .employ ul.em-cont li>a.en-news {
	color: black;
	line-height: .28rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.enem .employ ul.em-cont li>a.en-news:hover {
	color: #0095e7;
}

.enem .employ ul.em-cont li>.em-date {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.enem .employ ul.em-cont li>.em-date>div {
	flex-shrink: 0;
	flex-grow: 1;
	height: 50%;
	border-bottom: 1px dotted black;
}

.enem .employ ul.em-cont li>.em-date>span {
	padding: 0 0 0 .2rem;
}





.student {
	width: 14.3rem;
	margin: 0 auto;
	padding: 1rem 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.student .stu-cont {
	padding: .55rem 0 0 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.student .stu-cont .stu-pic {
	width: 4.15rem;
	background: linear-gradient(to bottom, white 0%, white 70%, #e7f6fb 100%);
	transition: all .3s;
}

.student .stu-cont .stu-pic:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.student .stu-cont .stu-pic .pic-cont {
	width: 100%;
	height: 3rem;
}

.student .stu-cont .stu-pic .pic-cont>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.student .stu-cont .stu-pic .pic-tit {
	padding: .2rem .3rem 0 .3rem;
	line-height: .3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: black;
}

.student .stu-cont .stu-pic .pic-date {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: .1rem .3rem .2rem .3rem;
	color: black;
}

.student .stu-cont .stu-pic .pic-date>div {
	flex-grow: 1;
	border-top: 1px dotted black;
	height: .12rem;
}

.student .stu-cont .stu-pic .pic-date>span {
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 0 0 0 .2rem;
}




.student .stu-cont ul.stu-news {
	width: 5.25rem;
	margin: 0 0 0 .5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.student .stu-cont ul.stu-news>li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted black;
	padding: 0 0 .1rem 0;
	transition: all .3s;
}

.student .stu-cont ul.stu-news>li:hover {
	font-weight: bold;
	transform: scale(1.1);
	transition: all .3s;
}

.student .stu-cont ul.stu-news>li>a {
	color: black;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.student .stu-cont ul.stu-news>li>span {
	flex-shrink: 0;
	padding: 0 0 0 .2rem;
}


.charm {
	width: 19.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1.15rem 0 .55rem 0;
}

.charm .cm-pictab {
	width: 100%;
	height: 3.17rem;
	position: relative;
	margin: .6rem 0 0 0;
}

.charm .cm-pictab .cm-cont {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	visibility: visible;
}

.charm .cm-pictab .cm-cont .cm-items {
	position: absolute;
	width: 200000em;
	height: 100%;
	left: 0;
	display: flex;
	justify-content: flex-start;
}

.charm .cm-pictab .cm-cont .cm-items>a {
	width: 3.17rem;
	flex-shrink: 0;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	border: .01rem solid white;
	transition: all .3s;
}

.charm .cm-pictab .cm-cont .cm-items>a>div {
	position: absolute;
	width: 100%;
	height: .43rem;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: .06rem .15rem;
	background: rgba(0,0,0,.5);
	font-size: .18rem;
	line-height: .3rem;
	color: white;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	transition: all .3s;
}

.charm .cm-pictab .cm-cont .cm-items>a:hover>div {
	height: .73rem;
	transition: all .3s;
}

.charm .cm-pictab .cm-cont .cm-items>a>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.charm .cm-pictab a.prev {
	position: absolute;
	left: .2rem;
	top: 40%;
	z-index: 90;
}

.charm .cm-pictab a.next {
	display:block;
	position: absolute;
	right: .45rem;
	top: 40%;
	z-index: 90;
}

.charm .cm-pictab a.prev>img,.charm .cm-pictab a.next>img {
	height: .73rem;
}








.news-title {
	display: flex;
	font-size: .28rem;
	font-weight: bold;
	justify-content: flex-start;
	min-width: 2.7rem;
	color: #048ce2;
}

.news-title::before {
	content: "";
	background: url("../img/tit_head.png") no-repeat 0 .02rem;
	background-size: .34rem;
	width: .6rem;
}

.more {
	padding: .15rem 0 0 0;
	font-size: .16rem;
	color: #878787;
	margin: 0 0 0 .3rem;
	font-weight: normal;
}

.more::before {
	content: ">>";
	font-family: "SimSun";
	width: .3rem;
	padding: 0 .1rem 0 0;
}



.summary .college-news .news-title::before {
	content: "";
	background: url("../img/head_college_news.png") no-repeat 0 .02rem;
	background-size: .34rem;
	width: .6rem;
}

 .summary .notice .news-title::before {
	content: "";
	background: url("../img/head_notice.png") no-repeat 0 .02rem;
	background-size: .34rem;
	width: .6rem;
}

 .enem .enrol .news-title::before {
	content: "";
	background: url("../img/head_enrol.png") no-repeat 0 .02rem;
	background-size: .34rem;
	width: .6rem;
}

 .enem .employ .news-title::before {
	content: "";
	background: url("../img/head_employ.png") no-repeat 0 .02rem;
	background-size: .3rem;
	width: .6rem;
}

 .student .news-title::before {
	content: "";
	background: url("../img/head_student.png") no-repeat 0 .02rem;
	background-size: .38rem;
	width: .6rem;
}

 .charm .news-title::before {
	content: "";
	background: url("../img/head_charm.png") no-repeat 0 .02rem;
	background-size: .32rem;
	width: .6rem;
}