/* bannner图 */
.bannner {
	height: 810px;
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.7s ease;
	/* min-height: 800px; */
	margin: 0 auto;
	margin-bottom: 0;
	/* max-width: 1400px; */
}

/* .white_head1{
	height: 0px;
	min-height: 0;
	margin-bottom: 250px;
} */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/*text-align: center;*/
	font-size: 18px;
	background: #fff;
	height: 100% !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannner .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #fff !important;
	/* margin-left: 13px !important; */
	opacity: 0.6 !important;
	border-radius: 50px !important;
	top: 7px !important;
	position: relative;
}

.quanjingindex {
	position: absolute;
	height: 46px;
	width: 180px;
	bottom: 20%;
	left: 50%;
	margin-left: -90px;
	z-index: 9999;
	background: #2f59b3;
	color: #fff;
	line-height: 46px;
	text-align: center;
	border: 0px solid;
	font-size: 15px;
	border-radius: 3px;
	opacity: 0.4;
	cursor: pointer;
}

.quanjingindex:hover {
	opacity: 1;
	background: #2f59b3;
}

.pob {
	position: absolute;
	z-index: 10;
	bottom: 60px;
	left: 50%;
	margin-left: -12.5px;
	animation: myfirst 0.8s linear 0.8s infinite alternate;
	-moz-animation: myfirst 0.8s linear 0.8s infinite alternate;
	-webkit-animation: myfirst 0.8s linear 0.8s infinite alternate;
	-o-animation: myfirst 0.8s linear 0.8s infinite alternate;
}


@keyframes myfirst {
	0% {
		bottom: 50px;
	}

	25% {
		bottom: 54px;
	}

	50% {
		bottom: 60px;
	}

	75% {
		bottom: 64px;
	}

	100% {
		bottom: 70px;
	}
}

.swiper-pagination1 {
	top: 96% !important;
	display: flex;
	justify-content: center;
	left: 45% !important;
	width: auto !important;
	/* background: #4774B6; */
	height: 30px;
	padding-left: 36px;
	padding-right: 36px;
	border-radius: 30px 30px 0px 0px;
}

.swiper-pagination1 span {
	display: block !important;
}

.bannner .swiper-pagination-bullet-active {
	background: #4774B6 !important;
	width: 10px !important;
	height: 10px !important;
	opacity: 1 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 80px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 80px !important;
}

.swiper-num {
	position: absolute;
	left: 94%;
	top: 72%;
	bottom: 0;
	z-index: 2;
	color: #fff;
}

.swiper-num .active {
	display: inline-block;
	color: #fff;
	font-size: 23px;
	padding-right: 3px;
	margin-bottom: 5px;
}

.swiper-num span {
	font-size: 32px;
}

.swiper-num .total {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}

.bannner iframe {
	width: 100%;
	height: 100%;
}

/* 学院动态 */
.xueyuan {
	padding-top: 51px;
	padding-bottom: 91px;
}

.zong_biaoti {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.xueyuan .zong_biaoti {
	margin-bottom: 30px;
}

.zong_biaoti_h {
	display: flex;
	/* font-weight: 500; */
	font-size: 38px;
	color: #1E3022;
	font-family: zi;
	align-items: anchor-center;
	border-bottom: 1px solid #bbb;
	position: relative;
}

.zong_biaoti_h::after {
	content: "";
	width: 68px;
	height: 12px;
	background: #4774B6;
	left: 0;
	bottom: 0;
	position: absolute;
}

.zong_biaoti_h p {
	color: #4774B6;
	align-items: anchor-center;
	display: flex;
}

.zong_biaoti_h p span {
	font-size: 42px;
}

.zong_biaoti_p {
	display: flex;
	align-items: center;
	color: #4774B6;
	font-family: zi;
	position: relative;
}

.zong_biaoti_p span {
	font-size: 25px;
}

.xueyuan_zuo_tu {
	position: relative;
	width: 100%;
	height: 470px;
}

.img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xueyuan_zouyou {
	padding-top: 28px;
	display: flex;
	justify-content: space-between;
	align-items: inherit;
}

.xueyuan_zuo {
	width: 68%;
	height: auto;
	overflow: hidden;
}

.xueyuan_you_ul {
	width: 100%;
}

.xueyuan_you_ul_li {
	width: 100%;
	border-bottom: 1px solid #bbb;
	display: flex;
	justify-content: space-between;
	padding-bottom: 17px;
	margin-top: 37px;
	align-items: end;
	position: relative;
}

.xyul_rl {
	width: 60px;
}

.xyul_rl h2 {
	font-size: 20px;
	color: #4774B6;
}

.xyul_rl p {
	font-size: 14px;
	color: #4774B6;
}

.xuul_p {
	width: 366px;
	height: 60px;
	display: flex;
	align-items: center;
}

.xuul_p p {
	line-height: 25px;
	color: #1E1E1E;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制行数：2行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 末尾显示省略号 */
}

.xueyuan_you_ul_li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 3px;
	background: #4774B6;
	transition: all 0.4s;

}

.xueyuan_you_ul_li:hover .xuul_p p {
	color: #4774B6;
}

.xueyuan_you_ul_li:hover::after {
	width: 100%;
}

.xueyuan_zuo_tu .img {
	transition: all 0.3s;
}

.xueyuan_zuo_tu:hover .img {
	transform: scale(1.2);
}

.liangzi_ti {
	width: 100%;
	padding: 16px 20px;
	background: rgb(0 0 0 / 60%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: center;
	display: none;
}

.xueyuan_zuo_xin {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 58px;
}

.xueyuan_zuo_xia {
	display: flex;
	justify-content: space-between;
}

.liangzi_ti h1 {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: zi;
}

.liangzi_ti1 {
	width: 100%;
	padding: 31px 17px;
	background: #fff;
	/* position: absolute; */
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: center;
}

.liangzi_ti1 h1 {
	font-weight: 400;
	font-size: 16px;
	color: #333;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: zi;
}

.xueyuan_you {
	width: 30%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xueyuan_you_list {
	width: 32%;
	/* height: 161px; */
	position: relative;
	margin-bottom: 8px;
	border: 1px solid #c9c9c9;
}

.xueyuan_you_list_tu {
	width: 100%;
	height: 181px;
	overflow: hidden;
	position: relative;
}

.xueyuan_you_list_li {
	width: 100%;
	height: 100%;
	border: 1px solid #E3E4E6;
	padding: 19px 18px;
}

.xueyuan_you_list_li h1 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-family: zi;
	height: 45px;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排*/
}

.xueyuan_you_list_li p {
	margin-top: 12px;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	line-height: 22px;
	font-family: zi;
	height: 40px;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排*/
}

.xueyuan_you_list_li span {
	display: block;
	text-align: right;
	font-weight: 400;
	font-size: 15px;
	color: #666;
	line-height: 22px;
	font-family: zi;
	padding-top: 10px;
}

.xueyuan_zuo_tu {
	display: none;
}

.xueyuan_zuo_tu:nth-child(1) {
	display: block;
}

.xueyuan_you_list1 .liangzi_ti1 h1 {
	font-weight: bold;
	color: #4774B6;
}

.xueyuan_you_list1 .xueyuan_you_list_li h1 {
	color: #4774B6;
}

/* 党群工作 */
.dangqun {
	padding: 30px 0;
}

.dangqun_title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.dangqun_title h1 {
	display: flex;
	/* font-weight: 500; */
	font-size: 38px;
	color: #1E3022;
	font-family: zi;
	align-items: anchor-center;
	border-bottom: 1px solid #bbb;
	position: relative;
}

.dangqun_title h1::after {
	content: "";
	width: 68px;
	height: 12px;
	background: #4774B6;
	left: 43px;
	bottom: -13px;
	position: absolute;
}

.dangqun_title a {
	color: #4774B6;
	font-family: zi;
	position: absolute;
	right: 0;
}

.dangqun_ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}

.dangqun_ul_li {
	width: 24%;
	position: relative;
	border: solid 1px #bbb;
	padding-bottom: 42px;
}

.dangqun_ul_li_tu {
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}

.dangqun_ul_li_p {
	padding: 0 10px;
	height: 70px;
	line-height: 28px;
	font-size: 20px;
	color: #585858;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制行数：2行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 末尾显示省略号 */
	margin-top: 59px;
	margin-bottom: 33px;
}

.dangqun_ul_li_j p {
	font-size: 20px;
	color: #585858;
	padding: 0 10px;
	text-align: right;
}

.dangqun_ul_li:hover p {
	color: #4774B6;
}

.dangqun_ul_li:hover .img {
	transform: scale(1.2);
}

/* 教育教学、科学研究 */
.jykx {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.jykx .bar {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.jykx_zuo {
	width: 50%;
	position: relative;
}

.jykx_zuo:nth-child(1) {
	padding-right: 34px;
}

.jykx_zuo:nth-child(2) {
	padding-left: 34px;
}

.jykx_zuo:nth-child(1)::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 110%;
	background-color: #bbb;
	right: 0;
	top: 0;
}

.jykx_zuo_ul {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 55px;
}

.jykx_zuo_ul_li {
	width: 47%;
	border: 1px solid #bbb;
	position: relative;
	padding-bottom: 30px;
}

.jykx_zuo_ul_li_tu {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 196px;
}

.jykx_zuo_ul_li_p p {
	padding: 10px 10px 0 10px;
	font-size: 16px;
	color: #888;
	line-height: 23px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制行数：2行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 末尾显示省略号 */
}

.jykx_zuo_ul_li:hover p {
	color: #4774B6;
}

.jykx_zuo_ul_li:hover .img {
	transform: scale(1.2);
}

/* 研究生培养 */
.yjs {
	padding: 80px 0;
}

.yjs .dangqun_title h1::after {
	content: "";
	width: 68px;
	height: 12px;
	background: #4774B6;
	left: 57px;
	bottom: -13px;
	position: absolute;
}

.yjs_ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.yjs_ul_li {
	width: 23.5%;
	border: 1px solid #bbb;
	padding: 90px 36px 39px 36px;
	position: relative;
}

.yjs_ul_li h1 {
	height: 83px;
	color: #646464;
	font-size: 28px;
	line-height: 39px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制行数：2行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 末尾显示省略号 */
	transition: all 0.3s;
}

.yjs_ul_li h2 {
	font-weight: 400;
	height: 87px;
	color: #646464;
	font-size: 20px;
	line-height: 28px;
	margin-top: 36px;
	margin-bottom: 59px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 限制行数：2行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 末尾显示省略号 */
	transition: all 0.3s;
}

.yjs_ul_li p {


	color: #4774B6;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 22px;
	text-align: center;
	transition: all 0.3s;
}

.yjs_ul_li span {

	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 213px;
	height: 50px;
	border-radius: 10px 10px 10px 10px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(160, 160, 160, 1);
	font-size: 25px;
	color: #a0a0a0;
	transition: all 0.3s;
}

.yjs_ul_li:hover span {
	background: #4774B6;
	color: #fff;
	border: #4774B6 1px solid;
}

.yjs_ul_li:hover h1 {
	color: #4774B6;
}

.yjs_ul_li:hover h2 {
	color: #4774B6;
}

/* 学生工作 */
.gongzuo {
	padding-bottom: 100px;
}

.gongzuo_ul {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.gongzuo_left {
	width: 919px;
	height: 502px;
	position: relative;
	overflow: hidden;
}

.gongzuo_left_tu {
	width: 100%;
	height: 100%;
	position: relative;
}

.gongzuo_left_tu:hover .img {
	transform: scale(1.2);
}

.gongzuo_right {
	width: 600px;
}

.gongzuo_right_li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 23px;
}

.dian {
	width: 14px;
	height: 14px;
	background-color: rgba(71, 102, 182, 1);
	border: 1px solid rgba(187, 187, 187, 1);
	border-radius: 50%;
}

.gzp {
	width: 480px;
}

.gzp p {
	color: rgba(16, 16, 16, 1);
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* 限制行数：2行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 末尾显示省略号 */
}

.gongzuo_right_li span {
	color: rgba(16, 16, 16, 1);
	font-size: 16px;
	width: 80px;
}

.gongzuo_active p {
	color: #4774B6;
}

.gongzuo_active span {
	color: #4774B6;
}

.gongzuo_left_tu {
	display: none;
}

.gongzuo_left_tu:nth-child(1) {
	display: block;
}

.xian {
	padding-bottom: 72px;
}

.xian1 {
	width: 100%;
	border-bottom: 2px dashed #4774B6;
	margin-bottom: 70px;
}

.xian2 {
	display: flex;
	justify-content: space-between;
}

.xian2_kuang {
	width: 258px;
	position: relative;
}

.xian2_kuang_tu {
	width: 258px;
	height: 258px;
	border: 3px solid #4774B6;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.xian2_kuang_tu img {
	height: 75%;
	width: auto;
}

.xian2_kuang p {
	color: rgba(16, 16, 16, 1);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}











/* 学团动态、学术聚焦 */
.xuetuan {
	background: #F0F2F5;
	padding-top: 51px;
	padding-bottom: 25px;
}

.xuetuan_zuoyou {
	display: flex;
	justify-content: space-between;
}

.xuetuanzuo {
	width: 732px;
}

.xuetuanyou {
	width: 618px;
}

.xuetuanzuo_one {
	position: relative;
}

.xuetuanzuo_two {
	width: 100%;
	height: 250px;
	background: #FFFFFF;
	border-radius: 30px 30px 0px 0px;
	margin-top: 44px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 26px;
	display: flex;
	justify-content: space-between;
}

.xuetuanzuo_one::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -3px;
	left: -4px;
	width: 101%;
	height: 53px;
	background: #FFFFFF;
	/* border: 3px solid transparent; */
	background: linear-gradient(180deg, #4774B6, rgba(35, 96, 184, 0));
	border-radius: inherit;
	border-radius: 30px 30px 0px 0px;
}

.xuetuanzuo_two_tu {
	width: 210px;
	height: 196px;
	background: #F0F2F5;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.xuetuanzuo_two_title {
	width: 440px;
}

.xuetuanzuo_two_title h1 {
	height: 55px;
	font-weight: bold;
	font-size: 20px;
	color: #4774B6;
	font-family: zi;
	line-height: 32px;
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 2;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排*/
}

.xuetuanzuo_two_title h2 {
	overflow: hidden;
	/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;
	/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;
	/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 3;
	/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;
	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排*/
	font-family: zi;
	height: 71px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-top: 15px;
	transition: all 0.3s;
}

.xuetuanzuo_two_title h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.xuetuanzuo_two_title h3 p {
	font-weight: 400;
	font-size: 14px;
	color: #4774B6;
	line-height: 22px;
}

.xuetuanzuo_one:hover h2 {
	color: #4774B6;
}

.xuetuanzuo_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xuetuanzuo_list_item {
	width: 354px;
	height: 94px;
	background: #FFFFFF;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	margin-top: 36px;

}

.xuetuanzuo_list_item h1 {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	font-family: zi;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xuetuanzuo_list_item p {
	width: 126px;
	height: 29px;
	background: #4774B6;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	position: absolute;
	left: 10px;
	top: -15px;

}

.xuetuanzuo_list_item:hover h1 {
	color: #4774B6;
}

.xuetuanyou_list {
	margin-top: 45px;
}

.xuetuanyou_list_item {
	width: 100%;
	height: 110px;
	background: #FFFFFF;
	padding: 24px;
	position: relative;
	margin-bottom: 24px;
}

.xuetuanyou_list_item h1 {
	width: 420px;
	height: 52px;
	font-family: zi;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xuetuanyou_list_item p {
	text-align: right;
	font-weight: 400;
	font-size: 14px;
	color: #4774B6;
	line-height: 22px;
}

.xuetuanyou_list_item:hover h1 {
	color: #4774B6;
}

/* zhuangshi装 */
.zhuangshi {
	width: 100%;
	max-width: 1920px;
	background: #F0F2F5;
}

.zhuangshi img {
	width: 100%;
}

/* 通知公告、生生风采 */
.tongzhi {
	width: 100%;
	max-width: 1920px;
	background: url(../image/tongzhi.png);
	background-size: 100% 100%;
	padding: 60px 0;
}

.tongzhi_zuoyou {
	display: flex;
	justify-content: space-between;
}

.tongzhizuo {
	width: 662px;
}

.tongzhiyou {
	width: 668px;
}

.tongzhizuo_list {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tongzhizuo_list_item {
	width: 311px;
	margin-bottom: 56px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.tongzhizuo_list_item_shijian {
	width: 62px;
}

.tongzhizuo_list_item h1 {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	width: 241px;
	font-family: zi;
}

.tongzhizuo_list_item_shijian p {
	width: 62px;
	height: 38px;
	background: #4774B6;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;

	margin-bottom: 6px;
}

.tongzhizuo_list_item_shijian span {
	width: 61px;
	height: 21px;
	border-radius: 11px;
	border: 1px solid #4774B6;
	font-weight: 400;
	font-size: 12px;
	color: #4774B6;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tongzhizuo_list_item:hover h1 {
	color: #4774B6;
}

.tongzhizuo_gengduo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.tongzhizuo_gengduo a {
	transition: all 0.3s;
	width: 151px;
	height: 46px;
	border: 1px solid #4774B6;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #4774B6;
}

.tongzhizuo_gengduo a:hover {
	background-color: #4774B6;
	color: #fff;
}

.tongzhi_shisheng {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	margin-bottom: 28px;
}

.tongzhi_shisheng_tu {
	width: 296px;
	height: 186px;
}

.tongzhi_shisheng_tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tongzhi_shisheng_title {
	width: 348px;
}

.tongzhi_shisheng_title p {
	font-weight: bold;
	font-size: 16px;
	color: #4774B6;
	line-height: 26px;
	height: 16px;
	display: block;
	margin-bottom: 25px;
}

.tongzhi_shisheng_title h1 {
	height: 43px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 26px;

}

.tongzhi_shisheng_title span {
	font-weight: 400;
	font-size: 14px;
	color: #4774B6;
	line-height: 22px;
	padding-top: 50px;
	display: block;
}

.tongzhi_shisheng:hover h1 {
	color: #4774B6;
}

.tongzhi_shi_list {
	width: 100%;
	padding-left: 11px;
	border-left: 2px solid #4774B6;
	margin-bottom: 19px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tongzhi_shi_list p {
	width: 465px;
	overflow: hidden;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tongzhi_shi_list span {
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	line-height: 22px;
}

.tongzhi_shi_list:hover p {
	color: #4774B6;
}

.tongzhi_shi {
	padding-bottom: 15px;
}

/* 专业 */
.zhuanye {
	background: #fff;
	padding-top: 58px;
	padding-bottom: 100px;
}

.zhuanye_zuoyou {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhuanye_zuo {
	width: 806px;
	position: relative;
}

.zhuanye_you {
	width: 454px;
}

.zhuanye_zuo_tu {
	width: 100%;
	height: 390px;
	margin-bottom: 39px;
}

.zhuanye_zuo_tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zhuanye_zuo_ttle {
	margin-bottom: 48px;
}

.zhuanye_zuo_ttle p {
	height: 99px;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	line-height: 28px;
}

.zhuanye_xiangqing p {
	font-weight: 400;
	font-size: 14px;
	color: #4774B6;
	line-height: 22px;
}

.zhuanye_zuo:hover p {
	color: #4774B6;
}

.zhuanye_zuo {
	display: none;
}

.zhuanye_zuo:nth-child(1) {
	display: block;
}

.zhuanye_you_list {
	width: 100%;
	height: 90px;
	background: #4774B6;
	padding-left: 31px;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 1px;
}

.zhuanye_you_list h1 {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.zhuanye_you_list1 {
	background: #FAAD27;
}

/* <!-- 党务管理、款素连接 --> */
.root {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(../image/dangwu.png);
	background-size: 100% 100%;
	padding-bottom: 100px;
}

.dangwu {
	padding-top: 54px;
	position: relative;
}

.dangwu_lunbo {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
	margin-top: 50px;
	padding-bottom: 80px;
}

.swiper3 {
	overflow: hidden;
}

.swiper3 .swiper-slide {
	background: transparent !important;

}

.dangwu_list {
	width: 100%;
	position: relative;
}

.dangwu_list_tu {
	width: 290px;
	height: 176px;
}

.dangwu_list_tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dangwu_list p {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	padding-top: 18px;
	text-align: center;
}

.swiper-button-next3,
.swiper-container-rtl .swiper-button-prev3 {
	background-image: url(../image/y.png);
	background-size: 44px 44px;
	width: 44px;
	right: -25px !important;
	top: 94px;
}

.swiper-button-prev3,
.swiper-container-rtl .swiper-button-next3 {
	background-image: url(../image/z.png);
	background-size: 44px 44px;
	width: 44px;
	left: -25px !important;
	top: 94px;
}

.lianjie {
	padding-top: 40px;
}

.lianjie_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 56px;
}

.lianjie_list_item {
	width: 335px;
	height: 75px;
	background: #FFFFFF;
	padding: 0 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

.lianjie_list_item p {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

.lianjie_list_item img {
	width: 34px;
}

@media screen and (max-width:1650px) {
.bannner{
		height: 650px;
	}
	.zong_biaoti_h {
	 
	    font-size: 30px;
	   
	}
	.zong_biaoti_h::after {
	  
	    height: 7px;
	 
	}
	.xueyuan_zuo {
	    width: 65%;
	    
	}
	.xueyuan_you {
	    width: 32%;
	   
	}
	.xuul_p p {
	   
	    font-size: 16px;
	   
	}
	.dangqun_title h1::after {
	    content: "";
	    width: 68px;
	    height: 7px;
	    background: #4774B6;
	    left: 27px;
	    bottom: -8px;
	    position: absolute;
	}
	
.xuul_p {
    width: 80%;
  
}
.dangqun_ul_li_tu {
    height: 220px;
  
}
.dangqun_ul_li_p {

    font-size: 18px;

}
.dangqun_ul_li_j p {
    font-size: 16px;
  
}
.yjs .dangqun_title h1::after {
    content: "";
    width: 68px;
    height: 7px;
    background: #4774B6;
    left: 42px;
    bottom: -7px;
    position: absolute;
}
    .yjs_ul_li h1 {
        height: 57px;
        font-size: 22px;
        line-height: 28px;
    }
	    .yjs_ul_li span {
	        width: 68%;
	        font-size: 18px;
	    }
	    .yjs_ul_li h2 {
	        height: 86px;
	        font-size: 18px;
	    }
		.yjs_ul_li {
		    padding: 50px 30px 30px 30px;
		}
		.gongzuo_right_li {
		
		    margin-bottom: 14px;
		}
		    .gongzuo_left {
		        height: 400px;
		    }
			.gzp {
			    width: 80%;
			}
			.xian2_kuang {
			    width: 165px;
			    
			}
			.xian2_kuang_tu {
			    width: 165px;
			    height: 165px;
			  nter;
			    overflow: hidden;
			}
			.xian2_kuang p {
			    font-size: 16px;			    
			    margin-top: 23px;
			}
.dangqun_title h1 {

    font-size: 30px;
  
}
	.dangqun_ul_li_p {

		height: 60px;

	}

	.yjs_ul_li h1 {
		height: 57px;

	}

	.yjs_ul_li h2 {
		height: 86px;

	}

	.yjs_ul_li span {

		width: 68%;

		font-size: 19px;

	}

	.gongzuo_left {
		width: 55%;

	}

	.gongzuo_right {
		width: 42%;
	}
}

@media screen and (max-width:1400px) {
	.xueyuan_zuo {
		width: 68%;
	}

	.xueyuan_you {
		width: 30%;
	}

	.xueyuan_you_list {
		width: 31%;
	}

	.xuetuanzuo {
		width: 48%;
	}

	.xuetuanyou {
		width: 48%;
	}

	.xuetuanzuo_list_item {
		width: 48%;

	}

	.xuetuanzuo_two_title {
		width: 60%;
	}

	.xuetuanzuo_two_tu {
		width: 37%;

	}

	.xuetuanyou_list_item h1 {
		width: 80%;

	}

	.tongzhizuo {
		width: 49%;
	}

	.tongzhiyou {
		width: 49%;
	}

	.tongzhizuo_list_item {
		width: 48%;

	}

	.tongzhi_shisheng_tu {
		width: 40%;

	}

	.tongzhi_shisheng_title {
		width: 58%;
	}

	.tongzhi_shi_list p {
		width: 75%;

	}
}

@media screen and (max-width:1024px) {
	.xueyuan_zuo {
		width: 100%;
	}

	.xueyuan_you {
		width: 100%;
	}

	.xueyuan_zouyou {
		flex-wrap: wrap;
	}

	.gongzuo_left {
		display: none;
	}

	.gongzuo_right {
		width: 100%;
	}

	.dian {
		display: none;
	}

	.gongzuo_right_li {
		flex-wrap: wrap;
	}

	.gzp {
		width: 100%;
	}

	.gongzuo_right_li span {
		width: 100%;
	}

	.xian2 {

		flex-wrap: wrap;
	}

}

@media screen and (max-width:768px) {
	.bannner {
		height: 210px;

	}

	.swiper-pagination1 {
		display: none;
	}

	/* .xueyuan_zuo {
		width: 50%;
		display: none;

	} */
	.xueyuan_zuo_xin {
		display: none;
	}

	.liangzi_ti1 {
		padding: 20px 17px;

	}

	.xueyuan_zuo_xia {
		flex-wrap: wrap;
	}

	.xueyuan_you_list {
		width: 100%;
	}

	.xueyuan_you {
		width: 100%;


	}

	.zong_biaoti_h {
		font-size: 25px;

	}

	.zong_biaoti_h p span {
		font-size: 34px;
	}

	.xueyuan_zouyou {
		padding-top: 10px;

	}

	.xueyuan {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.xuetuan_zuoyou {

		flex-wrap: wrap;
	}

	.xuetuanzuo {
		width: 100%;
	}

	.xuetuanyou {
		width: 100%;
		margin-top: 25px;
	}

	.xuetuanzuo_two_title {
		width: 100%;
	}

	.xuetuanzuo_two_tu {
		display: none;
	}

	.xuetuanzuo_two {

		margin-top: 15px;

	}

	.xuetuan {

		padding-top: 25px;
		padding-bottom: 25px;
	}

	.xuetuanyou_list {
		margin-top: 15px;
	}

	.xuetuanyou_list_item {

		height: 90px;

		padding: 13px;

		margin-bottom: 15px;
	}

	.xuetuanyou_list_item h1 {

		font-size: 16px;

	}

	.tongzhi_zuoyou {
		flex-wrap: wrap;
	}

	.tongzhizuo {
		width: 100%;
	}

	.tongzhiyou {
		width: 100%;
		margin-top: 25px;
	}

	.tongzhi {

		background-size: cover;
		padding: 30px 0;
	}

	.tongzhizuo_list {
		margin-top: 20px;

	}

	.tongzhizuo_list_item {
		width: 100%;
		margin-bottom: 20px;
	}

	.tongzhizuo_list_item h1 {

		width: 80%;

	}

	.tongzhizuo_gengduo {

		margin-top: 0;
	}

	.tongzhizuo_gengduo a {

		width: 126px;
		height: 37px;

	}

	.tongzhi_shisheng_tu {
		display: none;
	}

	.tongzhi_shisheng_title {
		width: 100%;
	}

	.tongzhi_shisheng_title span {

		padding-top: 20px;

	}

	.tongzhi_shisheng {
		margin-top: 25px;

	}

	.zhuanye_zuoyou {
		flex-wrap: wrap;
	}

	.zhuanye_zuo {
		width: 100%;
	}

	.zhuanye_you {
		width: 100%;
		margin-top: 15px;
	}

	.zhuanye_zuo_ttle p {

		line-height: 24px;
	}

	.zhuanye_zuo_ttle {
		margin-bottom: 29px;
		overflow: hidden;
	}

	.zhuanye_you_list h1 {

		font-size: 18px;

	}

	.lianjie_list_item {
		width: 49%;

	}

	.lianjie_list_item img {
		width: 18px;
	}

	.lianjie_list_item p {
		font-size: 16px;
	}

	.lianjie_list {

		margin-top: 20px;
	}

	.dangwu {
		padding-top: 25px;
	}

	.dangwu_lunbo {

		margin-top: 30px;
		padding-bottom: 55px;
	}

	.dangwu_list_tu {
		width: 100%;
		height: auto;
	}

	.zong_biaoti_h::after {

		height: 7px;

	}

	.xyul_rl {
		width: 30%;
	}

	.xuul_p {
		width: 89%;
		height: 60px;

	}

	.xuul_p p {

		font-size: 15px;

	}

	.dangqun_ul {
		flex-wrap: wrap;
	}

	.dangqun_ul_li {
		width: 100%;
		margin-bottom: 10px;
	}

	.dangqun_ul_li_tu {
		height: 210px;

	}

	.dangqun_ul_li_p {
		padding: 0 10px;
		height: 70px;
		line-height: 28px;
		font-size: 16px;
		color: #585858;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 28px;
		margin-bottom: 11px;
	}

	.dangqun_title h1 {

		/* font-weight: 500; */
		font-size: 25px;

	}

	.dangqun_title h1::after {
		content: "";
		width: 68px;
		height: 7px;
		background: #4774B6;
		left: 18px;
		bottom: -8px;
		position: absolute;
	}

	.jykx .bar {
		flex-wrap: wrap;
	}

	.jykx_zuo {
		width: 100%;
		padding: 0 !important;
	}

	.jykx_zuo:nth-child(1)::after {
		content: "";
		position: absolute;
		width: 0px;
		height: 0%;
		background-color: #bbb;
		right: 0;
		top: 0;
	}

	.jykx_zuo_ul_li {
		width: 100%;
		margin-bottom: 10px;
	}

	.jykx_zuo_ul {
		flex-wrap: wrap;
	}

	.yjs_ul {
		flex-wrap: wrap;
	}

	.yjs_ul_li {
		width: 100%;
		margin-bottom: 10px;
		padding: 30px 17px 22px 17px;
	}

	.yjs_ul_li h1 {
		height: 64px;
		font-size: 20px;
		line-height: 30px;
	}

	.yjs_ul_li h2 {
		height: 53px;
		-webkit-line-clamp: 2;
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.yjs .dangqun_title h1::after {

		left: 30px;

	}

	.jykx {

		padding-bottom: 0;
	}

	.xian2_kuang_tu img {
		height: 100%;
		width: 100%;
		object-fit: contain;
		transform: scale(0.8);
	}

	.xian2_kuang {
		width: 24%;

	}

	.xian2_kuang_tu {
		width: 100%;
		height: auto;
	}

	.xian2_kuang p {
		color: rgba(16, 16, 16, 1);
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		margin-top: 22px;
	}
}
