/* bannner图 */
.bannner {
	height: 660px;
	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: #2E56B9;
	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: #fff !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;
}

.zong_biaoti_h {
	display: flex;
	/* font-weight: 500; */
	font-size: 38px;
	color: #1E3022;
	font-family: zi;
	align-items: anchor-center;
letter-spacing: 3px;
}

.zong_biaoti_h p {
	color: #333;
	align-items: anchor-center;
	display: flex;
   
}

.zong_biaoti_h p span {
	font-size: 42px;
    position: relative;
font-weight: bold;
    top: -1px;
}

.zong_biaoti_p {
	display: flex;
	align-items: center;
	color: #2360B8;
	font-family: zi;
	position: relative;
}

.zong_biaoti_p span {
	font-size: 25px;
}

.xueyuan_zuo_tu {
	position: relative;
	width: 100%;
	height: 100%;
}

.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;
}

.xueyuan_zuo {
	width: 720px;
	height: 499px;
	overflow: hidden;
}

.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;
}

.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: 9px 17px;
	background: rgb(0 0 0 / 50%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: center;
}

.liangzi_ti1 h1 {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: zi;
}

.xueyuan_you {
	width: 655px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xueyuan_you_list {
	width: 314px;
	height: 161px;
	position: relative;
	margin-bottom: 8px;

}

.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;
}

.xueyuan_you_list1 .xueyuan_you_list_li h1 {
	color: #2360B8;
}

/* 学团动态、学术聚焦 */
.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, #2360B8, 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: #2360B8;
	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: #2360B8;
	line-height: 22px;
}

.xuetuanzuo_one:hover h2 {
	color: #2360B8;
}

.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: #2360B8;
	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: #2360B8;
}

.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: #2360B8;
	line-height: 22px;
}

.xuetuanyou_list_item:hover h1 {
	color: #2360B8;
}

/* zhuangshi装 */
.zhuangshi {
	width: 100%;
	
	background: #F0F2F5;
}

.zhuangshi img {
	width: 100%;
}

/* 通知公告、生生风采 */
.tongzhi {
	width: 100%;
	
	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: #2360B8;
	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 #2360B8;
	font-weight: 400;
	font-size: 12px;
	color: #2360B8;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tongzhizuo_list_item:hover h1 {
	color: #2360B8;
}

.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 #2360B8;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	color: #2360B8;
}

.tongzhizuo_gengduo a:hover {
	background-color: #2360B8;
	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: #2360B8;
	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: #2360B8;
	line-height: 22px;
	padding-top: 50px;
	display: block;
}

.tongzhi_shisheng:hover h1 {
	color: #2360B8;
}

.tongzhi_shi_list {
	width: 100%;
	padding-left: 11px;
	border-left: 2px solid #2360B8;
	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: #2360B8;
}

.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: #2360B8;
	line-height: 22px;
}

.zhuanye_zuo:hover p {
	color: #2360B8;
}

.zhuanye_zuo {
	display: none;
}

.zhuanye_zuo:nth-child(1) {
	display: block;
}

.zhuanye_you_list {
	width: 100%;
	height: 90px;
	background: #2360B8;
	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%;
	
	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:40px;
}

@media screen and (max-width:1400px) {
	.xueyuan_zuo {
		width: 50%;

	}

	.xueyuan_you {
		width: 45%;

	}

	.xueyuan_you_list {
		width: 48%;

	}

	.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:768px) {
	.bannner {
		height: 210px;

	}

	.swiper-pagination1 {
		display: none;
	}

	.xueyuan_zuo {
		width: 50%;
		display: none;

	}

	.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;
	}
}
