.banner {
	width: 100%;
	height: 65.5vh;
	overflow: hidden;
	position: relative;
	
	margin: 0 auto;
}

.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-slide1 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}



.swiper-slide1 {
	position: relative;
}

.swiper-slide1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom,
			rgba(41, 72, 157, 0.95),
			/* 顶部：纯黑色（完全不透明） */
			rgba(0, 0, 0, 0)
			/* 底部：黑色（完全透明） */
		);


}

.swiper-slide1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10.3%;
	background: linear-gradient(to top,
			white 5%,
			transparent 100%);
}

.banner .swiper-pagination {
	bottom: 50px !important;
}

.banner .swiper-pagination-bullet {
	width: 25px !important;
	height: 20px !important;
	/* background-color: #fff !important; */
	margin-left: 13px !important;
	opacity: 1 !important;
	border-radius: 50px !important;
	background: url(../image/dian1.png) !important;
	background-size: 100% 100% !important;
}

.banner .swiper-pagination-bullet-active {
	background: url(../image/dian.png) !important;
	background-size: 100% 100% !important;
}

/* 内容 */
.content {
	width: 100%;
	margin: 0 auto;
	
}

/* 学工动态 */
.xue {
	width: 100%;

	padding-bottom: 115px;
	background-image: url(../image/1.png);
	background-size: 100% 100%;

}

.xue_tuan {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;

}

.xue_biao {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -30px;
	position: relative;
	z-index: 9;
}

.xue_biao img {
	height: 85px;
	width: auto;
}

.xue_biao a {
	width: 145px;
	height: 55px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1e60b9;
	font-size: 20px;
	border: 1px solid #333;
	background: #fff;
	transition: all 0.3s;

}

.xue_biao a:hover {
	color: #fff;
	background: #1e60b9;
}

.xue_tuan_left {
	width: 53%;
	height: 492px;
}

.xue_tuan_right {
	width: 44%;
	height: 492px;
}

.xue_tuan_left_li {
	width: 100%;
	height: 100%;
	/* display: flex; */
	justify-content: right;
	position: relative;
	display: none;
}

.xue_tuan_left_li:nth-child(1) {
	display: flex;
}

.img {
	width: 96%;
	height: 100%;
	margin-right: 2px;
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xue_wenzi {
	width: 100%;
	height: 77px;
	background-image: url(../image/biaoti.png);
	background-size: 100% 100%;
	padding-left: 45px;
	padding-right: 45px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 6px;
}

.xue_wenzi text {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	/* font-family: zi; */
}

.xue_wenzi p {
	font-size: 16px;
	color: #fff;
	font-family: zi;
}

.xue_wenzi span {
	font-size: 32px;
	color: #fff;
	display: block;
	padding-left: 18px;
	padding-right: 18px;
}

.xue_wenzi h1 {
	font-size: 24px;
	color: #fff;
	font-family: zi;
	padding-top: 10px;
	white-space: nowrap;
	/* 禁止文字换行 */
	overflow: hidden;
	/* 隐藏超出容器的内容 */
	text-overflow: ellipsis;
	/* 超出部分显示省略号（...） */
}

.xtr_nr {
	border-bottom: #818588 1px dashed;
	margin-bottom: 15px;
	position: relative;
}

.xtr_nr::after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: #818588;
	position: absolute;
	left: -5px;
	bottom: -3px;
}

.xtr_nr1 {
	margin-bottom: 15px;
}

.xtr_nr_bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.xtr_nr_bt h1 {
	width: 85%;
	display: block;
	white-space: nowrap;
	/* 禁止文字换行 */
	overflow: hidden;
	/* 隐藏超出容器的内容 */
	text-overflow: ellipsis;
	/* 超出部分显示省略号（...） */
	color: #333;
	font-size: 24px;
	font-family: zi;
	    font-weight: 500;

}

.xtr_nr_bt span {
	color: #818588;
	font-size: 18px;
}

.xtr_nr_nr {
	height: 0px;
	margin-bottom: 0px;
	transition: all 0.3s;
	overflow: hidden;
}

.xtr_nr1 .xtr_nr_nr {
	height: 50px;
	margin-bottom: 15px;
}

.xtr_nr_nr p {
	color: #818588;
	font-size: 15px;
	display: -webkit-box;
	/* 将元素作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置伸缩盒子的子元素排列方式为垂直排列 */
	-webkit-line-clamp: 2;
	/* 限制显示的行数为2行 */
	overflow: hidden;
	/* 隐藏超出的内容 */

}

/* 通知公告 */
.tongzhi {
	padding-top: 30px;
	padding-bottom: 40px;
	width: 100%;
	
	margin: 0 auto;
	position: relative;
}
.tongzhi::after {
    content: "";
    position: absolute;
    left: 0;
    top: -42px;
    width: 1069px;
    height: 610px;
    background-image: url(../image/2.png);
    background-size: 100% 100%;
}
.tongzhi_left {
	width: 47%;
	position: relative;
	z-index: 2;
}
.tongzhi_left_biao {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	margin-bottom: 33px;
}

.tlb_l::after {
	content: "";
	left: 0;
	top: 18px;
	width: 2px;
	height: 70%;
	background: #1e60b9;
	position: absolute;
}

.tlb_l {
	padding-left: 15px;
	position: relative;
}

.tlb_l p {
	font-size: 35px;
	font-weight: 600;

}

.tlb_l span {
	font-size: 20px;
	font-family: zi;

}

.tongzhi_left_biao a {
	font-size: 24px;
	color: #1e60b9;
	display: block;
}

.tongzhi_left_li ul li {
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 1),
			rgba(229, 236, 246, 0.7));
	padding: 0 33px;
	margin-bottom: 25px;
	position: relative;
}

.tongzhi_left_li ul li p {
	color: #333;
	font-size: 24px;
	font-family: zi;
	width: 85%;
	display: block;
	white-space: nowrap;
	/* 禁止文字换行 */
	overflow: hidden;
	/* 隐藏超出容器的内容 */
	text-overflow: ellipsis;
	/* 超出部分显示省略号（...） */
font-weight: bold;
}

.tongzhi_left_li ul li span {
	color: #818588;
	font-size: 18px;
}

.tongzhi_right {
	width: 46.5%;
	position: relative;
	z-index: 2;
}

.tongzhi_right_biaoti {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.tlb_r {
	display: flex;
	align-items: baseline;
}

.tlb_r p {
	font-size: 35px;
	font-weight: 600;

}

.tlb_r span {
	font-size: 20px;
	font-family: zi;
	margin-left: 10px;

}

.tongzhi_right_biaoti a {
	font-size: 24px;
	color: #1e60b9;
	display: block;
}

.tongzhi_right_tu {
	border-radius: 10px;
	width: 100%;
	height: 395px;
	overflow: hidden;
	position: relative;
}

.trt_b {
	position: absolute;
	width: 100%;
	height: 34px;
	display: flex;
	align-items: center;
	left: 0;
	bottom: 0;
}

.trt_b p {
	width: 90%;
	font-size: 14px;
	padding-left: 30px;
	color: #fff;
	white-space: nowrap;
	/* 禁止文字换行 */
	overflow: hidden;
	/* 隐藏超出容器的内容 */
	text-overflow: ellipsis;
	/* 超出部分显示省略号（...） */
	position: relative;
	z-index: 1;
}

.trt_b::after {
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top,
			rgba(41, 72, 157, 0.95),
			/* 顶部：纯黑色（完全不透明） */
			rgba(0, 0, 0, 0)
			/* 底部：黑色（完全透明） */
		);
}

.tz_tu {
	transition: all 0.3s;
}

.tongzhi_right_tu:hover .tz_tu {
	transform: scale(1.1);
}

.tiaozhuan {
	width: 89px;
	height: 89px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}
/* 公示栏 */
.gongshi{
	padding-top: 70px;
	background-image: url(../image/3.png);
	background-size: 100% 100%;
}
.gongshi_lt{
	width: 49%;
}
.gongshi_lt_bt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}
.gongshi_lt_bt img{
	    height: 80px;
	    width: auto;
}
.gongshi_lt_bt a{
	       font-size: 24px;
	       color: #1e60b9;
	       display: block;
		   position: absolute;
		   right: 0;
		   bottom: 20px;
}
.gongshi_lt_ul_li{
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	padding: 0 30px;
	border-bottom: #818588 1px dashed;
	position: relative;
	margin-bottom: 21px;
}
.gongshi_lt_ul_li img{
	margin-top: -30px;
}
.gongshi_lt_ul_li::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #818588;
    position: absolute;
    left: -5px;
    bottom: -3px;
}
.gongshi_lt_ul_li_zi{
	padding-left: 15px;
	width: 90%;
	padding-bottom: 20px;
	
}
.gongshi_lt_ul_li_zi p{
	width: 100%;
	display: block;
	color: #333;
	font-size: 24px;
	font-family: zi;
	white-space: nowrap;
	/* 禁止文字换行 */
	overflow: hidden;
	/* 隐藏超出容器的内容 */
	text-overflow: ellipsis;
	/* 超出部分显示省略号（...） */
font-weight: bold;
}
.gongshi_lt_ul_li_zi span{
	color: #1e60b9;
	display: block;
	font-size: 24px;
	font-family: zi;
}
.gongshi_lt_ul_li:hover p{
	color: #1e60b9;
}

.con{
	max-width: 1200px;
	margin: 0 auto;
	
}
/* body{
		max-width: 1200px;
		position: relative;
		margin: 0 auto;
	} */

@media (max-width:1400px){
.pcs_nav::after{
 width: 24%;
}
}
@media (max-width:1200px){
	
	
				.xue_biao img {
				    height: 50px;
				    width: auto;
				}
				.xue_biao a {

				width: 85px;
				    height: 25px;
				   font-size: 12px;
				  
				}
				.xtr_nr_bt h1 {
				    width: 85%;
				  
				    font-size: 15px;
				   
				}
				.xtr_nr_bt span {
				    color: #818588;
				    font-size: 12px;
				}
				.xtr_nr_nr p {
				
				    font-size: 12px;
				   
				}
				.xtr_nr1 .xtr_nr_nr {
				    height: 40px;
				    margin-bottom: 5px;
				}
				.xtr_nr_bt
				
				 {
				    margin-bottom: 10px;
				}
				.xue_tuan_right
				
				 {
				    width: 44%;
				    
				}
				.xue_tuan_left {
				    width:53%;
				    height: 338px;
				}
				.xue_wenzi {
				    width: 100%;
				    height: 40px;
				    background-image: url(../image/biaoti.png);
				    background-size: 100% 100%;
				    padding-left: 25px;
				    padding-right: 25px;
				   
				}
				.xue_wenzi p {
				    font-size: 12px;
				   
				}
				.xue_wenzi text {
				    font-size: 12px;
				   
				}
				.xue_wenzi p {
				    
				    margin-top: -3px;
				}
				.xue_wenzi span {
				    font-size: 17px;
				   
				}
				.xue_wenzi h1 {
				    font-size: 15px;
				    
				    padding-top: 5px;
				   
				}
				.xue_tuan {
				   
				    padding-top: 30px;
				}
				.xue {
				 
				    padding-bottom: 0px;
				    
				}
				.tlb_l p {
				   font-size: 22px;
	                        font-weight: 600;
							    font-family: zi2;
				}
				.tlb_l span {
				   font-size: 12px;
        font-family: 'zi2';
				}
				.tlb_l::after {
				    content: "";
				    left: 0;
				    top: 11px;
				    width: 2px;
				    height: 66%;
				    background: #1e60b9;
				    position: absolute;
				}
				.tongzhi_left_biao a {
				    font-size: 15px;
				    
				}
				.tongzhi_left_li ul li p {
				    color: #333;
				    font-size:15px;
				
				    width: 85%;

				   
				}
				.tongzhi_left_li ul li span {
				    color: #818588;
				    font-size: 12px;
				}
				.tongzhi_left_li ul li
				
				 {
				    width: 100%;
				    height: 47px;
				
				    padding: 0px 19px;
				    margin-bottom: 17px;
				  
				}
				.tlb_r p {
				    font-size: 22px;
	                        font-weight: 600;
							    font-family: zi2;
				}
				.tlb_r span {
				  font-size: 12px;
        font-family: 'zi2';
        margin-left: 10px;
				}
				.tongzhi_right_biaoti a {
				    font-size: 15px;
				 
				}
				
				.tz_tu {
				    
				    width: 100%;
				    height: 100%;
				    overflow: hidden;
				    object-fit: cover;
				}
				.trt_b p {
				   
				    font-size: 14px;
				    padding-left: 15px;
				   
				}
				.tiaozhuan {
				    width: 60px;
				    height: auto;
				    position: absolute;
				    right: 0;
				    bottom: 0;
				    z-index: 9;
				}
				.xue_tuan_right {
				    width: 44%;
				    height: 415px;
				}
				   .tongzhi::after {
				       top: -5%;
				       height: 105%;
				   	    width: 52%;
				   }
				   .xue {
				       padding-bottom: 0px;
				       padding-left: 5%;
				       padding-right: 5%;
				   }
				   .tongzhi {
				       
				       padding-left: 5%;
				       padding-right: 5%;
				   }
				   .gongshi {
				        padding-left: 5%;
				       						    padding-right: 5%;
				   }
				   .gongshi_lt_bt img {
				       height: 50px;
				       width: auto;
				   }
				   .gongshi_lt_bt a {
				       font-size: 15px;
				       
				       bottom: 15px;
				   }
				   .gongshi_lt_ul_li_zi span {
				      
				       font-size: 12px;
				     
				   }
				   .gongshi_lt_ul_li_zi p {
				       width: 100%;
				       
				       font-size: 15px;
				      
				   }
				   
				   .tongzhi_right_tu {
				       height: 135px;
				       width: 6%;
				   	margin-bottom: 10px;
				   }
				   .xial {
				       width: 230px;
				       height: 35px;
				   }
				   .xial select {
				       width: 223px;
				       
				   }
					
}