@charset "UTF-8";
.main-wrap {
	display: block;
}

.xyjj {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.xyjj-layout {
	width: 100%;
	display: flex;
	box-sizing: border-box;
}

.xyjj-left {
	width: 51%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 26px;
}

.xyjj-left img {
	position: relative;
	z-index: 999;
	width: 100%;
	height: 466px;
}

.xyjj-left:after {
	content: "";
	width: 100%;
	height: 466px;
	display: inline-block;
	background: RGBA(251, 251, 252, 1);
	position: absolute;
	top: 0px;
	left: 0px;
}

.xyjj-right {
	width: 49%;
	box-sizing: border-box;
	padding-left: 28px;
	padding-top: 10px;
}

.xyjjRight-text {
	width: 683px;
	margin: 25px 0;
	height: 280px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

.xyjjRight-text p {
	font-size: 16px;
	color: #2A2A2A;
	line-height: 42px;
	text-indent: 2em;
}

.xyjj-right > a {
	width: 150px;
	height: 32px;
	background: linear-gradient(to right, #50A6FE, #2A7DD3);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #FFFFFF;
}

.xyjj-right > a img {
	margin-left: 15px;
}

.xyjj-list {
	width: 1400px;
	height: 232px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xyjj-list a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.xyjj-list h4 {
	font-size: 24px;
	color: #297DD3;
	line-height: 24px;
	font-weight: bold;
}

.xyjj-list p {
	font-size: 16px;
	color: #787878;
	line-height: 24px;
	margin-top: 22px;
}

.xyjjItem-right {
	margin-left: 40px;
}

/*
* @author:Mr.Zhu
* @title:现任领导
* @date:2022/3/17 11:15
*/
.xrld {
	width: 100%;
	height: auto;
	background-color: #FBFBFC;
	display: flex;
	justify-content: center;
}

.xrld-wrap {
	width: 1400px;
	height: auto;
}

.xrldLeft-list {
	width: 696px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.xrldLeft-list li {
	width: 340px;
	height: 230px;
	background-color: #FFFFFF;
}

.xrldLeft-list a {
	display: flex;
	width: 100%;
	height: auto;
}

.xrldLeft-img {
	width: 169px;
	height: 230px;
}

.xrldLeft-img img {
	max-width: 100%;
	height: auto;
}

.xrldLeft-text {
	width: calc(100% - 169px);
	height: auto;
	box-sizing: border-box;
	padding: 18px;
}

.xrldLeft-text h4 {
	font-size: 18px;
	color: #303030;
	font-weight: bold;
}

.xrldLeft-text h5 {
	font-size: 16px;
	color: #3C3C3C;
	margin: 12px 0;
}

.xrldLeft-text p {
	font-size: 14px;
	color: #676767;
	line-height: 24px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 96px;
}

.xrldLeft-text span {
	font-size: 14px;
	color: #297DD3;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.xrldLeft-text span > img {
	margin-left: 7px;
}

.xrld-layout {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 59px 0 80px;
}

.xrld-right {
	width: calc(100% - 696px);
	box-sizing: border-box;
	padding-left: 15px;
}

.xrldRight-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;

}

.xrldRight-list li {
	width: 161px;
	height: 109px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin-bottom: 12px;
	padding: 10px 0 10px 20px;
}

.xrldRight-list h4 {
	font-size: 18px;
	color: #303030;
	font-weight: bold;
}

.xrldRight-list p {
	font-size: 16px;
	color: #3C3C3C;
	line-height: 24px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
	margin-top: 12px;
}

/*end*/

/*
* @author:Mr.Zhu
* @title:学院风采
* @date:2022/3/17 13:40
*/
.xyfc-tit {
	width: 1400px;
	margin: 0 auto;
}

.xyfc {
	padding: 0px 0px 20px;
	box-sizing: border-box;
}

.xyfc-cont {
	box-sizing: border-box;
	padding: 70px 0;
}

.xyfcSwiper a {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide {
	height: 313px;
	overflow: hidden;
}

.xyfcSwiper a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xyfcSwiper a p {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	bottom: 23px;
	text-align: center;
	transition: all .3s ease-in-out 0s;
	left: 50%;
	transform: translateX(-50%);
}

.xyfcSwiper a:hover p {
	top: 40%;
	transition: all .3s ease-in-out 0s;
}

.xyfcSwiper a:hover p i.iconfont {
	display: block;
}

.xyfcSwiper a p i.iconfont {
	font-size: 30px;
	display: none;
}

/*end*/

/*
* @author:Mr.Zhu
* @title:学院荣誉
* @date:2022/3/17 14:37
*/
.xyry {
	display: flex;
	justify-content: center;
	background-color: #FBFBFC;
}

.xyry-wrap {
	width: 1400px;
	height: auto;
	box-sizing: border-box;
	padding: 0px 0 60px;
}

.xyrySwiper a {
	width: 100%;
	height: 137px;
	background: url("../images/xwzx_bg.png") no-repeat right top #FFFFFF;
	background-size: contain;
	box-sizing: border-box;
	padding: 0 30px;
	display: flex;
	align-items: center;
}

.xyrySwiper a:hover p {
	color: #297DD3;
}

.xyrySwiper p {
	font-size: 18px;
	color: #262626;
	font-weight: bold;
	height: 63px;
	position: relative;
	transition: all .3s ease-in-out 0s;
}

.xyrySwiper p:after {
	content: "";
	width: 65px;
	height: 1px;
	display: inline-block;
	position: absolute;
	background-color: #B8B8B8;
	bottom: 0px;
	left: 0px;
}

.xyrySwiper {
	box-sizing: border-box;
	padding: 60px 0;
}

.xyrySwiper-pagin .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	background-color: #E1E1E1;
	border-radius: 3px;
	opacity: 1;
	bottom: 0px !important;
}

.xyrySwiper-pagin .swiper-pagination-bullet-active {
	width: 49px;
	background-color: #297DD3;
}

/*
*author:Mr.Zhu
*title:学院概况 调整
*describe:
*date:2024-06-20 09:09:23
*/

.honor-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.honor-list li {
	width: 48%;
}

.honor-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.honor-list h4 {
	color: #333333;
	font-size: 16px;
	width: calc(100% - 120px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 46px;
	box-sizing: border-box;
	padding-left: 16px;
	position: relative;
	transition: all .3s ease-in-out 0s;
}

.honor-list h4:before {
	content: "";
	width: 3px;
	height: 3px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background: #333333;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-in-out 0s;
}

.honor-list li:hover h4 {
	color: #297DD3;
}

.honor-list li:hover h4:before {
	background: #297DD3;
}

.honor-list li:hover span {
	color: #297DD3;
}

.honor-list span {
	color: #999999;
}

/*end*/

/*
* @author:Mr.Zhu
* @title:师资队伍
* @date:2022/3/17 15:21
*/
.szdw {
	display: flex;
	justify-content: center;
}

.szdw-wrap {
	width: 1400px;
	height: auto;
}

.szdw-wrap > p {
	font-size: 16px;
	color: #262626;
	margin-top: 50px;
}

.szdwSwiper a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.szdwSwiper a img {
	width: 172px;
	height: 227px;
	object-fit: cover;
}

.szdwSwiper p {
	font-size: 18px;
	font-weight: bold;
	color: #262626;
	text-align: center;
	margin: 30px 0;
}

.szdwSwiper {
	box-sizing: border-box;
	padding: 60px 0;
}

.szdwSwiper-pagin {
	bottom: 30px !important;
}

.szdwSwiper-pagin .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	background-color: #E1E1E1;
	border-radius: 3px;
	opacity: 1;
}

.szdwSwiper-pagin .swiper-pagination-bullet-active {
	width: 49px;
	background-color: #297DD3;
}

/*end*/
@media screen and (max-width: 1400px ) {
	.main-wrap {
		padding: 0 10px;
	}

	.xyjjRight-text, .xyjj-list, .xyry-wrap, .xrldLeft-list, .xyfc-tit, .szdw-wrap {
		width: 100%
	}

	.xrld-layout {
		flex-direction: column;
		padding: 20px 0;
	}

	.xrldLeft-list li {
		width: 49%;
	}

	.xrld-right {
		width: 100%;
		padding-left: 0px;
		margin-top: 30px;
	}

	.xrldRight-list li {
		width: calc(96% / 4);
	}

	.xyfc-cont {
		padding: 20px 0;
	}

	.xyrySwiper {
		padding: 20px 0 60px;
	}

	.xyry-wrap {
		padding-bottom: 0px;
	}

	.szdwSwiper {
		padding: 30px 0;
	}
}

@media screen and (max-width: 768px) {
	.xyjj-layout {
		flex-direction: column-reverse;
	}

	.xyjj-right {
		width: 100%;
		padding-left: 0px;
	}

	.xyjj-left {
		width: 100%;
	}

	.xyjj-list {
		flex-direction: column-reverse;
		height: auto;
		box-sizing: border-box;
		padding-bottom: 20px;
	}

	.xyjj-list li {
		width: 100%;
		margin-top: 20px;
	}

	.xyjj-list h4 {
		font-size: 28px;
	}

	.xyjj-list p, .xrldLeft-text h4, .xrldRight-list h4 {
		font-size: 20px;
	}

	.xrldLeft-text h5, .xrldLeft-text span, .xrldRight-list p, .szdw-wrap > p {
		font-size: 18px;
	}
}