.list_wrap{
	background-color: #f1f7fd;
	padding-bottom: 60px;
}
.list_banner{
	height: 450px;
	background: no-repeat center center;
	background-size: cover;
}
/* 位置导航 */
.list_location{
	background-color: #ffffff;
}
.list_location_text{
	font-size: 16px;
	color: #707070;
	padding-left: 32px;
	background: url("jnzkh202512_list1.png") no-repeat center left;
	background-size: 19px 20px;
	line-height: 90px;
}
@media (max-width: 1500px) {
	.list_wrap{
		padding-bottom: 50px;
	}
	.list_banner{
		height: 322px;
	}
	/* 位置导航 */
	.list_location_text{
		font-size: 12px;
		padding-left: 23px;
		background-size: 14px 14px;
		line-height: 64px;
	}
}
@media (max-width: 768px) {
	.list_wrap{
		padding-bottom: 0.78rem;
	}
	.list_banner{
		height: 4.5rem;
	}
	/* 位置导航 */
	.list_location_text{
		font-size: 0.28rem;
		padding: .1rem 0 .1rem 0.5rem;
		background: url(jnzkh202512_list1.png) left .2rem no-repeat;
		background-size: 0.3rem auto;
		line-height: 0.54rem;
		float: none;
		margin: 0 0.3rem;
	}
}
/* 列表页导航 */
.list_navs li{
	float: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 90px;
	position: relative;
	margin: 0 1px;
}
.list_navs li a{
	display: block;
	padding: 0 36px;
}
.list_navs li:hover a{
	color: #ffffff;
	background-color: #5792cc;
}
.list_navs li.action a{
	color: #ffffff;
	background-color: #5792cc;
}
.list_navs li::after{
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background: url("jnzkh202512_list2.png") no-repeat center center;
	opacity: 0;
	transition: all 0.5s;
	visibility: hidden;
	z-index: -1;
}
.list_navs li:hover::after, .list_navs li.action::after{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.list_navs.About_menu a{
	padding: 0 18px;
}

.list_navs.Chenguo_menu a{
	padding: 0 10px;
}
.list_navs.Chenguo_menu li {
	font-size: 18px;
}
@media (max-width: 1500px) {
	.list_navs li{
		font-size: 16px;
		line-height: 65px;
	}
	.list_navs li a{
		padding: 0 26px;
	}
	.list_navs li::after{
		bottom: -8px;
		width: 14px;
		height: 8px;
		margin-left: -7px;
		background-size: 100% auto;
	}
	.list_navs.About_menu a{
		padding: 0 13px;
	}

	.list_navs.Chenguo_menu a{
		padding: 0 6px;
	}
	.list_navs.Chenguo_menu li {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	.list_navs{
		background-color: #f1f7fd;
		padding: 0.4rem 0.3rem 0;
		height: 1.18rem;
		overflow: hidden;
		float: none;
		font-size: 0;
	}
	.list_navs ul {
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 0.2rem;

		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.list_navs ul::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.list_navs li {
		font-size: 0.36rem;
		display: inline-block;
		margin-right: 0.3rem;
		overflow: hidden;
		line-height: 1.6;
		float: none;
	}
	.list_navs li a {
		padding: 0;
		display: block;
		padding-bottom: 0.2rem;
		position: relative;
	}
	.list_navs li.action a{
		background: none;
		color: #5792cc;
	}
	.list_navs li::after{
		content: " ";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0.04rem;
		border-radius: 0.04rem;
		background: none;
		background-color: #5792cc;
		display: none;
		margin-left: 0;
	}
	.list_navs li.action::after{
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.list_navs.About_menu a{
		padding: .06rem .2rem .08rem;
	}

	.list_navs.Chenguo_menu a{
		padding: .06rem .2rem .08rem;
	}
	.list_navs.Chenguo_menu li {
		font-size: 0.36rem;
	}
}
/* 机构简介 */
.list_cn_w{
	margin-top: 60px;
}
.list_title{
	font-size: 34px;
	line-height: 64px;
	padding-bottom: 30px;
	color: #5792cc;
	text-align: center;
	font-weight: bold;
}
.list_jgjj_cn{
	font-size: 20px;
	line-height: 42px;
	text-align: justify;
	padding-top: 36px;
	border-top: 1px solid #b7d1ea;
}
.list_jgjj_cn img{
	max-width: 100%;
}
.sp_img{
	width: 1075px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sp_img .play_icon{
	content: '';
	width: 138px;
	height: 138px;
	background: url(jnzkh202512_play.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -69px;
	left: 50%;
	margin-left: -69px;
	cursor: pointer;
}
@media (max-width: 1500px) {
	.list_cn_w{
		margin-top: 50px;
	}
	.list_title{
		font-size: 30px;
		line-height: 60px;
		padding-bottom: 20px;
	}
	.list_jgjj_cn{
		font-size: 16px;
		line-height: 30px;
		padding-top: 24px;
	}
	.sp_img{
		width: 768px;
		height: 430px;
	}
	.sp_img .play_icon{
		width: 98px;
		height: 98px;
		margin-top: -49px;
		margin-left: -49px;
	}
}
@media (max-width: 768px) {
	.list_cn_w{
		margin-top: 0.5rem;
	}
	.list_title{
		font-size: 0.48rem;
		line-height: 1.5;
		padding-bottom: 0.46rem;
	}
	.list_jgjj_cn{
		font-size: .32rem;
		line-height: 1.8;
		text-align: justify;
		word-break: break-all;
		padding-top: 0.32rem;
	}
	.list_cn_w{
		padding: 0 0.3rem;
	}
	.sp_img{
		width: 100%;
		height: 3.85rem;
		overflow: hidden;
	}
	.sp_img .play_icon{
		width: 1.5rem;
		height: 1.5rem;
		margin-top: -.8rem;
		margin-left: -.7rem;
	}
	video {
		width: 100% !important;
		height: auto !important;
	}
}

.imgs {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover .imgs {
	transform: scale(1.05);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}
/*科研平台*/

.list_kypt li{
	width: 438px;
	margin-bottom: 60px;
	float: left;
	margin-right: 42px;
}
.list_kypt li:nth-child(3n){
	margin-right: 0;
}
.list_kypt li:nth-child(3n + 1){
	clear: both;
}
.list_kypt li .img_bg{
	width: 100%;
	height: 324px;
	background: url(jnzkh202512_kypt1.png) no-repeat;
	background-size: 100% 100%;
	padding: 38px 46px 52px 44px;
}
.list_kypt li .imgs_w{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.list_kypt li .imgs_w .imgs{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_kypt li .text {
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 20px;
	padding-bottom: 20px;
}
.list_kypt li .text::before{
	content: '';
	height: 4px;
	width: 68px;
	background: #5792cc;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -34px;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.list_kypt li a{
	display: block;
}
.list_kypt li a:hover .text::before{
	left: 0;
	margin-left: 0;
	width: 100%;
}

@media (max-width: 1500px) {
	.list_kypt li{
		width: 313px;
		margin-bottom: 45px;
		margin-right: 30px;
	}
	.list_kypt li .img_bg{
		height: 232px;
		padding: 27px 33px 36px 31px;
	}
	.list_kypt li .text {
		font-size: 16px;
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.list_kypt{
	}
	.list_kypt li{
		width: 6.9rem;
		margin-bottom: .6rem;
		clear: left;
		margin-right: auto;
		margin-left: auto;
	}
	.list_kypt li .img_bg{
		height: 5.1rem;
		padding: .59rem .73rem .83rem .7rem;
	}
	.list_kypt li .text {
		font-size: .32rem;
		margin-top: .15rem;
		padding-bottom: .4rem;
	}

}


/* 分页 */
.page {
	text-align: center;
	/*	padding: 40px 0 60px 0 ;*/
}
.page_s {
	display: inline-block;
	font-size: 14px;
}
.page a {
	cursor: pointer;
}
.page a,
.page .txt {
	background-color: #fff;
}
.page a,
.page span,
.page .txt {
	padding: 0 11px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #ccdcec;
	margin: 0 3px 0 0;
	color: #333333;
	font-size: 16px;
	border-radius: 2px;
	min-width: 16px;
	display: inline-block;
}
.page .txt {
	width: 18px;
}
.page a:hover {
	color: #fff;
	border: 1px solid #ccdcec;
	background: #3587c0;
}
.page .cur {
	color: #fff;
	border: 1px solid #ccdcec;
	background: #3587c0;
}
.page span {
	border: none;
}
.page #num {
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccdcec;
	border-radius: 2px;
	width: 32px;
	vertical-align: top;
	font-size: 16px;
}
.page font {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	/*	vertical-align: top;*/
}
.page font i {
	padding-bottom: 2px;
	display: inline-block;
}
.page #go {
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	cursor: pointer;

	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #3587c0;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}
.page #go:hover{
	background-color: #3587c0;
}
@media (max-width: 1500px) {
	/* 分页 */
	.page {
		/*		padding: 30px 0 40px 0 ;*/
	}
	.page_s {
		font-size: 13px;
	}
	.page a,
	.page span,
	.page .txt {
		height: 28px;
		line-height: 26px;
		font-size: 13px;
		min-width: 16px;
	}
	.page #num {
		height: 28px;
		line-height: 26px;
		width: 26px;
		font-size: 13px;
	}
	.page font {
		font-size: 13px;
		height: 28px;
		line-height: 26px;
	}
	.page font i {
		padding-bottom: 2px;
	}
	.page #go {
		height: 28px;
		line-height: 26px;
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	/* 分页 */
	.page {
		text-align: center;
		/*		padding: .5rem 0 .7rem;*/
		overflow: hidden;
	}
	.page_s {
		display: inline-block;
		font-size: .26rem;
	}
	.page a {
		margin: 0rem;
	}

	.page a,
	.page span,
	.page .txt {
		padding: 0 .16rem;
		height: .55rem;
		line-height: .55rem;
		border: .01rem solid #cbe0f1;
		/*	margin: 0 .03rem 0 0;*/
		color: #333333;
		font-size: .26rem;
		border-radius: .03rem;
		min-width: .3rem;
		display: inline-block;
	}
	.page .txt {
		width: .4rem;
	}
	.page .cur {
		color: #fff;
		border: .01rem solid #4589c2;
		background: #4589c2;
	}
	.page span {
		border: none;
	}

	.page #num {
		height: .55rem;
		line-height: .55rem;
		text-align: center;
		border: .01rem solid #cbe0f1;
		border-radius: .03rem;
		width: .7rem;
		vertical-align: top;
		font-size: .28rem
	}
	.page font {
		margin-top: .3rem;
		height: .55rem;
	}
	.page font i {
		padding-bottom: 2px;
		display: inline-block;
	}
	.page #go {
		height: .55rem;
		line-height: .55rem;
		padding: 0 .2rem;
		cursor: pointer;

		margin: 0;
		vertical-align: top;
		border: none;
		background-color: #4589c2;
		font-size: .32rem;
		color: #fff;
		border-radius: .03rem;
	}
	.page #go:hover{
		background-color: #4589c2;
	}
}
/*分页 结束*/


/*园区风光*/

.list_yqfg li{
	width: 440px;
	height: 370px;
	margin-bottom: 40px;
	float: left;
	margin-right: 38px;
	padding: 20px;
	background: #fff;
}
.list_yqfg li:nth-child(3n){
	margin-right: 0;
}
.list_yqfg li:nth-child(3n + 1){
	clear: both;
}
.list_yqfg li .img_bg{
	width: 100%;
	height: 245px;
}
.list_yqfg li .imgs_w{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.list_yqfg li .imgs_w .imgs{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_yqfg li .text {
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 20px;
	padding-bottom: 20px;
}
.list_yqfg li .text::before{
	content: '';
	height: 4px;
	width: 68px;
	background: #5792cc;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -34px;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.list_yqfg li a{
	display: block;
}
.list_yqfg li a:hover .text::before{
	left: 0;
	margin-left: 0;
	width: 100%;
}

@media (max-width: 1500px) {
	.list_yqfg li{
		width: 315px;
		height: 264px;
		padding: 15px;
		margin-bottom: 26px;
		margin-right: 26px;
	}
	.list_yqfg li .img_bg{
		height: 176px;
	}
	.list_yqfg li .text {
		font-size: 16px;
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.list_yqfg{
	}
	.list_yqfg li{
		width: 6.9rem;
		margin-bottom: .3rem;
		clear: left;
		margin-right: auto;
		margin-left: auto;
		padding: .3rem;
		height: auto;
	}
	.list_yqfg li .img_bg{
		height: 3.86rem;
	}
	.list_yqfg li .text {
		font-size: .32rem;
		margin-top: .15rem;
		padding-bottom: .4rem;
	}

}


/*产品中心*/
.t_cpzx{
	line-height: 2;
	position: relative;
	margin-bottom: 50px;
}
.t_cpzx p{
	text-indent: 2em;
}
.list_cpzx li{
	width: 420px;
	height: 440px;
	margin-bottom: 60px;
	float: left;
	margin-right: 58px;
	background: #fff;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.list_cpzx li:hover{
	box-shadow: 10px 10px 0 0 #5792cc; /* 左边阴影 */
}
.list_cpzx li:nth-child(3n){
	margin-right: 0;
}
.list_cpzx li:nth-child(3n + 1){
	clear: both;
}
.list_cpzx li .img_bg{
	width: 100%;
	height: 300px;
}
.list_cpzx li .imgs_w{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.list_cpzx li .imgs_w .imgs{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_cpzx li .text {
	margin-top: 20px;
	padding: 0 20px;
}
.list_cpzx li .text *{
	line-height: 1.8;
}
.list_cpzx li .text .t1{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.list_cpzx li .text .t2{
	font-size: 16px;
	color: #777;
	padding-bottom: 10px;
}
.list_cpzx li .text .t3{
	font-size: 16px;
	background: url(jnzkh202512_jt.png) right center no-repeat;
	background-size: 32px;
	padding-right: 45px;
	color: #5792cc;
}
.list_cpzx li a{
	display: block;
}
@media (max-width: 1500px) {
	.t_cpzx{
		margin-bottom: 50px;
		font-size: 16px;
	}
	.list_cpzx li{
		width: 300px;
		height: 320px;
		margin-bottom: 45px;
		margin-right: 46px;
	}
	.list_cpzx li:hover{
		box-shadow: 7px 7px 0 0 #5792cc; /* 左边阴影 */
	}
	.list_cpzx li .img_bg{
		height: 215px;
	}
	.list_cpzx li .text {
		margin-top: 10px;
		padding: 0 15px;

	}
	.list_cpzx li .text .t1{
		font-size: 17px;
	}
	.list_cpzx li .text .t2{
		font-size: 12px;
		padding-bottom: 10px;
	}
	.list_cpzx li .text .t3{
		font-size: 12px;
		background-size: 22px;
		padding-right: 30px;
	}
}

@media (max-width: 768px) {
	.t_cpzx{
		line-height: 2;
		position: relative;
		margin-bottom: .5rem;
		font-size: .3rem;
	}
	.t_cpzx p{
		text-indent: 2em;
	}
	.list_cpzx li{
		width: 100%;
		height: auto;
		margin-bottom: .3rem;
		float: left;
		margin-right: 0;
		background: #fff;
		padding-bottom: .3rem;

	}
	.list_cpzx li:hover{
		box-shadow: none; /* 左边阴影 */
	}
	.list_cpzx li .img_bg{
		width: 100%;
		height: 4.9rem;
	}
	.list_cpzx li .imgs_w{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.list_cpzx li .imgs_w .imgs{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.list_cpzx li .text {
		margin-top: .2rem;
		padding: 0 .3rem;
	}
	.list_cpzx li .text *{
		line-height: 1.8;
	}
	.list_cpzx li .text .t1{
		font-size: .34rem;
		font-weight: bold;
		padding-bottom: .1rem;
	}
	.list_cpzx li .text .t2{
		font-size: .26rem;
		color: #777;
		padding-bottom: .1rem;
	}
	.list_cpzx li .text .t3{
		font-size: .26rem;
		background: url(jnzkh202512_jt.png) right center no-repeat;
		background-size: .32rem;
		padding-right: .45rem;
		color: #5792cc;
	}
	.list_cpzx li a{
		display: block;
	}

}

/*成果转化*/
.t_cgzh{
	width: 100%;
	line-height: 2;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.t_cgzh p{
}
.list_cgzh {
	text-align: center;
	font-size: 0;
}
.list_cgzh li{
	width: 31%;
	height: 580px;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 0 1.1% 40px;
	font-size: 22px;
	background-color: #000;
}

.list_cgzh .imgs{
	width: 100%;
	height: 100%;
	/*	object-fit: cover;*/
}
.list_cgzh a:hover .imgs{
	opacity: .6;
}
.list_cgzh .text{
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-bottom: 35px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.list_cgzh .text .cgzh_ico{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: url(jnzkh202512_index_z1.png) no-repeat;
	background-size: 100% 100%;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.list_cgzh .text .cgzh_ico img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_cgzh a:hover .text{
	bottom: 31%;
}

@media (max-width: 1500px) {
	.t_cgzh{
		font-size: 16px;
		margin-bottom: 50px;
	}
	.list_cgzh li{
		height: 415px;
		margin-bottom: 25px;
		font-size: 16px;
	}

	.list_cgzh .text .cgzh_ico{
		width: 72px;
		height: 72px;
		margin-bottom: 10px;
	}
	.list_cgzh a:hover .text{
		bottom: 29%;
	}
}
@media (max-width: 768px) {
	.t_cgzh{
		font-size: .3rem;
		margin-bottom: .5rem;
		text-align: left;
	}
	.t_cgzh p{
		text-indent: 2em;
	}
	.list_cgzh li{
		width: 48%;
		height: 4.38rem;
		display: inline-block;
		border-radius: .1rem;
		overflow: hidden;
		position: relative;
		margin: 0 0 .4rem 0;
		font-size: .3rem;
		background-color: #fff;
	}
	.list_cgzh li:nth-child(2n){
		margin-left: 4%;
	}

	.list_cgzh li:nth-child(2n + 1){
		clear: both;
	}

	.list_cgzh .imgs{
		width: 100%;
		height: 100%;
		/*	object-fit: cover;*/
	}
	.list_cgzh a:hover .imgs{
		opacity: .6;
	}
	.list_cgzh .text{
		text-align: center;
		color: #fff;
		font-weight: bold;
		padding-bottom: 35px;
		position: absolute;
		left: .2rem;
		right: .2rem;
		top: 2.1rem;
		bottom: auto;
		text-shadow: 0px 0px 8.73px rgba(5, 99, 191, 0.52);

		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
	}
	.list_cgzh .text .cgzh_ico{
		width: 1rem;
		height: 1rem;
		margin: 0 auto;
		margin-bottom: .15rem;
		background: url(jnzkh202512_index_z1.png) no-repeat;
		background-size: 100% 100%;

		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
	}
	.list_cgzh .text .cgzh_ico img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.list_cgzh a:hover .text{
		bottom: auto;
	}
}

/*标题下横线*/
.t_line{
	position: relative;
}
.t_line::before{
	content: '';
	height: 4px;
	width: 100px;
	background: #5792cc;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -50px;
}
@media (max-width: 1500px){
	.t_line::before{bottom: 15px;}
}
@media (max-width: 768px){
	.t_line::before{
		content: '';
		height: .04rem;
		width: 1rem;
		background: #5792cc;
		position: absolute;
		bottom: .25rem;
		left: 50%;
		margin-left: -.5rem;
	}
}
/*联系方式*/
.map_box {
	position: relative;
}
.map_box img{
	width: 100%;
}
.map_box .map_logo{
	width: 300px;
	position: absolute;
	top: 270px;
	left: 630px;
}
.map_mobile{
	display: none;
}

.t_lxfs{
	padding-top: 50px;
	text-align: center;
	font-size: 0;
}
.t_lxfs .li .text{
	font-size: 20px;
}
.t_lxfs .icon{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 13px solid #e0ecf7;
	background-color: #5792cc;
	margin: 0 auto 20px;
}
.t_lxfs .icon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.t_lxfs .li{
	display: inline-block;
	width: 27%;
	line-height: 2;
	position: relative;
	vertical-align: top;
}
.t_lxfs .li:nth-child(1) span{
	display: block;
}
.t_lxfs .li:nth-child(2){
	width: 42%;
}
.t_lxfs .li:nth-child(2) .text{
	padding-left: 70px;
	text-align: left;
}
.t_lxfs .li:nth-child(2) span{
	display: block;
}
.t_lxfs .li:nth-child(3){
	text-align: center;
	width: 22%;
}
.t_lxfs .li .bt{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.t_lxfs .li::before,
.t_lxfs .li::after {
	content: '';
	height: 0;
	border-bottom: 1px solid #b7d1ea;
	position: absolute;
	top: 60px;
}
.t_lxfs .li::before{
	right: 0;
}
.t_lxfs .li::after{
	left: 0;
}
.t_lxfs .li:nth-child(1)::before{
	width: 100px;
}
.t_lxfs .li:nth-child(2)::before{
	width: 215px;
}
.t_lxfs .li:nth-child(2)::after{
	width: 215px;
}
.t_lxfs .li:nth-child(3)::after{
	width: 75px;
}
.t_lxfs .li i{
	font-style: normal;
}

@media (max-width: 1500px){
	.map_box .map_logo{
		width: 220px;
		position: absolute;
		top: 190px;
		left: 450px;
	}
	.t_lxfs{
		padding-top: 30px;
	}
	.t_lxfs .icon{
		width: 85px;
		height: 85px;
		border-width: 10px;
		margin-bottom: 10px;
	}
	.t_lxfs .li .text{
		font-size: 15px;
	}
	.t_lxfs .li:nth-child(2) .text{
		padding-left: 50px;
	}
	.t_lxfs .li .bt{
		font-size: 18px;
	}
	.t_lxfs .li::before,
	.t_lxfs .li::after {
		top: 42px;
	}
	.t_lxfs .li:nth-child(1)::before{
		width: 70px;
	}
	.t_lxfs .li:nth-child(2)::before{
		width: 145px;
	}
	.t_lxfs .li:nth-child(2)::after{
		width: 145px;
	}
	.t_lxfs .li:nth-child(3)::after{
		width: 45px;
	}
}
@media (max-width: 768px){
	.map_box{
		margin-top: .2rem;
	}
	.map_pc{
		display: none;
	}
	.map_mobile{
		display: block;
	}
	.map_box .map_logo{
		width: 6rem;
		position: absolute;
		top: 2.8rem;
		left: .5rem;
	}
	.t_lxfs{
		padding-top: .2rem;
	}
	.t_lxfs .t1{
		float: left;
		margin-right: .5rem;
		padding-left: .5rem;
	}
	.t_lxfs .icon{
		width: 1.6rem;
		height: 1.6rem;
		border-width: .15rem;
	}
	.t_lxfs .li{
		float: left;
		width: 100%;
		clear: both;
		margin-top: .5rem;
		padding-bottom: .5rem;
		border-bottom: 1px solid #d2e3f3;
	}
	.t_lxfs .li:last-child{
		border-bottom: 0;
	}
	.t_lxfs .li span{
		display: block;
	}
	.t_lxfs .li i{
		display: block;
		/*		font-weight: bold;*/
		color: #666;
		margin-left: -.24rem;
	}
	.t_lxfs .li i::before{
		content: '- ';
	}
	.t_lxfs .li:nth-child(2){
		width: 100%;
	}
	.t_lxfs .li .text{
		padding-left: 0;
		font-size: .3rem;
		display: table;
		text-align: left;
	}
	.t_lxfs .li:nth-child(2) .text{
		padding-left: 0;
	}
	.t_lxfs .li:nth-child(3){
		text-align: left;
		width: 100%;
	}
	.t_lxfs .li .bt{
		font-size: .32rem;
		text-align: center;
		font-weight: bold;
	}
	.t_lxfs .li::before,
	.t_lxfs .li::after {
		display: none;
	}

}


/*人才招聘*/
.list_rczp{}
.list_rczp li{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-top: 20px;
	line-height: 50px;
}
.list_rczp li .tbox{
	display: inline-block;
	font-size: 20px;
	color: #333;
}
.list_rczp li .t1{
	width: 26%;
	font-size: 26px;
	color: #5792cc;
	font-weight: bold;
}
.list_rczp li .t2{width: 20%;}
.list_rczp li .t3{width: 20%;}
.list_rczp li .t4{width: 19%;}
.list_rczp li .t5{
	width: 12%;
	color: #5792cc;
	text-align: center;
}
.list_rczp li .t5 .ck_btn{
	display: block;
	background: rgba(20, 106, 207, .06);
	font-size: 18px;
	border-radius: 100px;
}
.list_rczp li .t5 .ck_btn .ico{
	display: inline-block;
	content: '';
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: -3px;
	vertical-align: middle;
	background: url(jnzkh202512_jt2.png) no-repeat #5792cc;
	background-size: 100% 100%;
}
.list_rczp li .t5 .ck_btn:hover{
	background: rgba(20, 106, 207, .15);
}

@media (max-width: 1500px) {
	.list_rczp li{
		padding: 20px;
		margin-top: 15px;
		line-height: 36px;
	}
	.list_rczp li .tbox{
		font-size: 15px;
	}
	.list_rczp li .t1{
		font-size: 18px;
	}
	.list_rczp li .t5 .ck_btn{
		font-size: 14px;
	}
	.list_rczp li .t5 .ck_btn .ico{
		width: 18px;
		height: 18px;
	}
}
@media (max-width: 768px) {
	.list_rczp li{
		border-radius: .2rem;
		padding: .3rem;
		margin-top: .3rem;
		line-height: 2;
	}
	.list_rczp li .tbox{
		display: block;
		font-size: .32rem;
	}
	.list_rczp li .t1{
		width: 100%;
		font-size: .38rem;
		margin-bottom: .2rem;
	}
	.list_rczp li .t2{width: 100%;}
	.list_rczp li .t3{width: 100%;}
	.list_rczp li .t4{width: 100%;}
	.list_rczp li .t5{
		width: 100%;
		margin-top: .2rem;
	}
	.list_rczp li .t5 .ck_btn{
		display: block;
		background: rgba(20, 106, 207, .06);
		font-size: .32rem;
		border-radius: 100px;
		line-height: .9rem;
	}
	.list_rczp li .t5 .ck_btn .ico{
		width: .4rem;
		height: .4rem;
		margin-left: .2rem;
		margin-top: -.03rem;
	}
}

/*新闻动态*/
.list_newBox{

}
.list_newBox li{
	width: 440px;
	height: 620px;
	background: #fff;
	position: relative;
	line-height: 1.8;
	float: left;
	margin-right: 39px;
	margin-bottom: 40px;
}
.list_newBox li:nth-child(3n){
	margin-right: 0;
}
.list_newBox li:nth-child(3n + 1){
	clear: both;
}
.list_newBox li .imgs_w{
	height: 280px;
	overflow: hidden;
}
.list_newBox li .imgs_w .imgs{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_newBox li .text{
	padding: 20px 40px 0;
	font-size: 16px;
}
.list_newBox li .text .t1{
	color: #4db3a4;
}
.list_newBox li .text .line{
	margin: 0 5px;
}
.list_newBox li .text .bt{
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	height: 60px;
}
.list_newBox li .text .t2{
	color: #777;
	margin-top: 15px;
	height: 118px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
}
.list_newBox li .t3{
	border-top: 1px solid #e0e9f3;
	margin-top: 15px;
	padding-top: 15px;
}
.list_newBox li .ck_btn2{
	background: url(jnzkh202512_jt.png) right center no-repeat;
	background-size: 32px;
	padding-right: 45px;
	color: #5792cc;
}
.list_newBox li .biaoqian{
	position: absolute;
	top: 0;
	left: 40px;
	background: #5792cc;
	padding: 0 20px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 2px;
}
.list_newBox li .biaoqian:hover{
	background: #6aa8e4;
}

@media (max-width: 1500px){
	.list_newBox{

	}
	.list_newBox li{
		width: 315px;
		height: 450px;
		margin-right: 27px;
		margin-bottom: 27px;
	}
	.list_newBox li .imgs_w{
		height: 200px;
	}
	.list_newBox li .text{
		padding: 15px 28px 0;
		font-size: 12px;
	}
	.list_newBox li .text .t1{
	}
	.list_newBox li .text .bt{
		font-size: 15px;
		margin-top: 10px;
		height: 50px;
	}
	.list_newBox li .text .t2{
		margin-top: 10px;
		height: 88px;
	}
	.list_newBox li .t3{
		margin-top: 10px;
		padding-top: 10px;
	}
	.list_newBox li .ck_btn2{
		font-size: 13px;
		background-size: 24px;
		padding-right: 30px;
	}
	.list_newBox li .biaoqian{
		left: 28px;
		padding: 0 15px;
		line-height: 28px;
		font-size: 13px;
	}
}

@media (max-width: 768px){
	.list_newBox{

	}
	.list_newBox li{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: .4rem;
	}
	.list_newBox li .imgs_w{
		height: 4.4rem;
	}
	.list_newBox li .text{
		padding: .3rem .4rem 0;
		font-size: .28rem;
	}
	.list_newBox li .text .line{
		margin: 0 .05rem;
	}
	.list_newBox li .text .bt{
		font-size: .32rem;
		margin-top: .2rem;
	}
	.list_newBox li .text .t2{
		margin-top: .2rem;
		height: auto;
	}
	.list_newBox li .t3{
		border-top: .01rem solid #e0e9f3;
		margin-top: .2rem;
		padding-top: .2rem;
		padding-bottom: .3rem
	}
	.list_newBox li .ck_btn2{
		background-size: .5rem;
		padding-right: .7rem;
		font-size: .28rem
	}
	.list_newBox li .biaoqian{
		left: .4rem;
		padding: 0 .3rem;
		line-height: .7rem;
		font-size: .28rem;
		padding-bottom: .02rem;
	}
}

/*搜索结果*/
.searchBox{
	padding: 25px 30px;
	background: #e2edf9;
	border-radius: 10px;
}
.searchBox .soubk{
	width: 80%;
	margin: 0 auto;
	height: 52px;
	font-size: 20px;
	background: #fff;
	overflow: hidden;
	position: relative;

}
.searchBox .search_input{
	width: 100%;
	height: 100%;
	padding-left: 10px;
	border: 0;
}
.searchBox .search_input{
	width: 100%;
	height: 100%;
	border: 0;
	background: none;
	padding: 0 165px 0 15px;
	font-size: 20px;
}
.searchBox input{
	color: #5792cc;
	font-size: 20px;
}

.searchBox input.dark{
	color: #333;
}
.searchBox .search_input::placeholder{
	color: #5792cc;
}
.searchBox .so_btn{
	content: '';
	width: 160px;
	background: #5792cc;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	color: #fff;
	line-height: 45px;
	text-align: center;
	padding-right: 10px;
	font-style: normal;
	border: 3px solid #fff;
}
.searchBox .so_btn img{
	width: 20px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}
.searchBox .so_btn:hover{
	background-color: #6aa8e4;
}

.so_con{
	margin-top: 40px;
	background: #fff;
	padding: 40px 70px 60px;
}
.so_msg{
	line-height: 160%;
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
}
.so_msg font{
	margin-left: 30px;
	line-height: 36px;
}
.so_msg font:first-child{
	margin-left: 0;
}
.so_msg .paixu{
	position: absolute;
	right: 0;
	top: 0;
}
.so_msg .paixu a{
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #5b9bd1;
	font-size: 16px;
	border-radius: 6px;
	margin-left: 10px;
}
.so_msg .paixu a.on{
	background-color: #5b9bd1;
	color: #fff;
}
.ejso_list ul{
	margin-bottom: 35px;
}
.ejso_list li{
	border-bottom: 1px solid #e0ebf5;
	padding: 20px 0;
}

.ejso_list li:first-child{
	/*	padding-top: 0;*/
}
.ejso_list li *{
	line-height: 1.8;
}
.ejso_list li h3{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.ejso_list li .txt{
	font-size: 16px;
	color: #707070;
	margin-bottom: 10px;
}
.ejso_list li .time{
	color: #5b9bd1;
	font-size: 16px;
}
.font_red{
	color: #c00;
}


@media (max-width: 1500px){
	.searchBox{
		padding: 18px 22px;
	}
	.searchBox .soubk{
		height: 40px;
		font-size: 15px;
	}
	.searchBox .search_input{
		padding: 0 120px 0 15px;
		font-size: 15px;
	}
	.searchBox input{
		font-size: 15px;
	}

	.searchBox .so_btn{
		width: 115px;
		line-height: 33px;
	}
	.searchBox .so_btn img{
		width: 15px;
	}

	.so_msg{
		font-size: 13px;
	}
	.so_msg font{
		margin-left: 20px;
	}
	.so_msg .paixu a{
		font-size: 13px;
	}

	.ejso_list li{
		padding: 20px 0;
	}
	.ejso_list li:first-child{
		padding-top: 0;
	}
	.ejso_list li *{
		line-height: 1.8;
	}
	.ejso_list li h3{
		font-size: 16px;
	}
	.ejso_list li .txt{
		font-size: 13px;
	}
	.ejso_list li .time{
		font-size: 13px;
	}
}
@media (max-width: 768px){
	.searchBox{
		padding: .3rem;
		border-radius: .1rem;
	}
	.searchBox .soubk{
		width: 100%;
		height: .9rem;
		font-size: .3rem;
	}
	.searchBox .search_input{
		padding-left: .2rem;
	}
	.searchBox .search_input{
		padding: 0 2rem 0 .2rem;
		font-size: .3rem;
	}
	.searchBox input{
		font-size: .3rem;
	}
	.searchBox .so_btn{
		width: 1.9rem;
		line-height: .88rem;
		padding-right: .1rem;
		border: 0 solid #fff;
	}
	.searchBox .so_btn img{
		width: .32rem;
		margin-right: .1rem;
		margin-top: -.05rem;
	}
	.so_con{
		margin-top: .5rem;
		padding: .5rem .5rem .7rem;
	}
	.so_msg{
		font-size: .28rem;
		margin-bottom: .3rem;
	}
	.so_msg font{
		margin-left: .5rem;
		line-height: 1.5;
	}
	.so_msg font:first-child{
		margin-left: 0;
	}
	.so_msg .paixu{
		position: inherit;
		margin-top: .3rem
	}
	.so_msg .paixu a{
		padding: .1rem .3rem;
		border: .01rem solid #5b9bd1;
		font-size: .28rem;
		border-radius: .1rem;
		margin-left: 0;
		margin-right: .2rem;
	}
	.ejso_list ul{
		margin-bottom: .5rem;
	}
	.ejso_list li{
		border-bottom: .01rem solid #e0ebf5;
		padding: .3rem 0;
	}

	.ejso_list li h3{
		line-height: 1.5;
		font-size: .32rem;
		margin-bottom: .15rem;
	}
	.ejso_list li .txt{
		font-size: .28rem;
		margin-bottom: .15rem;
	}
	.ejso_list li .time{
		color: #5b9bd1;
		font-size: .28rem;
	}

}


/*详情页*/
/*细览*/
.ConBox{
	background: #fff;
	padding: 80px;
	color: #333;
}
.Con_title{
	border-bottom: 1px dashed #4589c2;
}
.Con_bt{
	text-align: center;
	font-size: 34px;
	line-height: 1.5;
	padding: 0 70px;
	margin-bottom: 40px;
	color: #5792cc;
	font-weight: normal;
}

.mTop_30{
	margin-top: 30px;
}
.con_nr{
	font-size: 18px;
}
.con_nr * {
	line-height: 2;
	line-height: 2 !important;
}
.con_nr p{
	margin: 0 0 1em !important;
	background: #FFFFFF!important;
	border: 0!important;
}
.con_nr table p {
	text-indent: 0;
}
.con_nr div{
	margin-bottom: 1em;
}
.con_nr img {
	max-width: 800px;
	margin: 0 auto;
}

.con_nr table {
	width: 80%;
	margin: 0 auto;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
}
.con_nr table tr td {
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
.con_nr table tr td p {
	margin: 0!important;
	font-size: 16px;
}


.con_info{
	color: #666;
	font-size: 16px;
	line-height: 50px;
	padding-bottom: 10px;
}
.con_info_l{
	float: left;
}
.con_info_l li{
	float: left;
	margin-right: 50px;
}
.con_info_l li img{
	vertical-align: middle;
	width: 30px;
}
.con_info_l:last-child{
	margin-right: 0;
}
.con_info_r{
	float: right;
}
.con_info_r li{
	float: left;
	margin-left: 50px;
}
.con_info_r:last-child{
	margin-left: 0;
}
.con_info_r li img{
	vertical-align: middle;
	width: 30px;
}
.print{
	cursor: pointer;
}
.font_size{

}
.font_size span{
	margin-right: 5px;
	cursor: pointer;
}
.font_size span.active{
	font-weight: bold;
	color: #4589c2;
}

/*详情页分享媒体图标*/
.con_fx_icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	border-radius: 30px;
	vertical-align: middle;
	margin-left: 5px;
	background-color: #cbe0f1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70% 70%;
}
.con_fx_icon:hover{
	background-color: #4589c2;
}
.con_fx_icon_1{
	background-image: url(jnzkh202512_con_icon_qz.png);
}
.con_fx_icon_2{
	background-image: url(jnzkh202512_con_icon_wx.png);
}
.con_fx_icon_3{
	background-image: url(jnzkh202512_con_icon_wb.png);
}

@media (max-width: 1500px){
	.ConBox{
		padding: 60px;
	}
	.Con_bt{
		font-size: 24px;
		padding: 0 60px;
		margin-bottom: 20px;
	}
	.mTop_30{
		margin-top: 20px;
	}
	.con_nr{
		font-size: 16px;
	}
	.con_info{
		font-size: 13px;
		line-height: 40px;
		padding-bottom: 5px;
	}
	.con_info_l li{
		margin-right: 30px;
	}
	.con_info_l li img,
	.con_info_r li img {
		width: 20px;
	}
	.con_info_r li{
		margin-left: 30px;
	}
	.con_nr table tr td p {
		margin: 0!important;
		font-size: 12px;
	}
	/*详情页分享媒体图标*/
	.con_fx_icon{
		width: 22px;
		height: 22px;
	}
}
@media (max-width: 768px){
	.ConBox{
		padding: .5rem;
	}
	.Con_title{
		border-bottom: .01rem solid #4589c2;
		padding-bottom: .1rem;
	}
	.Con_bt{
		text-align: left;
		font-size: .46rem;
		padding: 0;
		margin-bottom: 30px;
	}

	.mTop_30{
		margin-top: .5rem;
	}
	.con_nr{
		font-size: .32rem;
	}
	.con_nr img {
		max-width: 100%;
		height: auto;
	}
	.con_info{
		font-size: .28rem;
		line-height: 2;
		padding-bottom: .15rem;
	}
	.con_info_l{
		float: left;
	}
	.con_info_l li{
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.con_info_l li img{
		vertical-align: middle;
		width: .46rem;
	}
	.con_info_l:last-child{
		margin-right: 0;
	}
	.con_info_r{
		display: none;
	}

}


/*20260115新增*/
/*副院长*/
.list_fyuanzhang{
}
.list_fyuanzhang li{
	padding: 30px 50px 30px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.list_fyuanzhang li:last-child{
	margin-bottom: 0;
}
.list_fyuanzhang li .imgs_w{
	width: 185px;
	height: 253px;
	overflow: hidden;
	float: left;
}
.list_fyuanzhang li .imgs_w .imgs{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_fyuanzhang li .text{
	width: 1090px;
	line-height: 1.8;
	float: right;
}
.list_fyuanzhang li .text .name{
	font-size: 26px;
	padding-bottom: 15px;
	position: relative;
}
.list_fyuanzhang li .text .name::before{
	content: '';
	width: 68px;
	height: 4px;
	background-color: #5792cc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.list_fyuanzhang li .text .t1{
	margin-top: 15px;
	font-weight: bold;
}
.list_fyuanzhang li .text .t2{
	margin-top: 10px;
}
.list_fyuanzhang li .t2_m{
	display: none;
}
.mobile_none {
	display: block;
}
.pc_none {
	display: none;
}
@media (max-width: 1500px){
	.list_fyuanzhang li{
		padding: 22px 36px 22px 22px;
		margin-bottom: 22px;
	}
	.list_fyuanzhang li .imgs_w{
		width: 132px;
		height: 180px;
	}
	.list_fyuanzhang li .text{
		width: 770px;
	}
	.list_fyuanzhang li .text .name{
		font-size: 22px;
		padding-bottom: 10px;
	}
	.list_fyuanzhang li .text .name::before{
		width: 48px;
		height: 3px;
	}
	.list_fyuanzhang li .text .t1{
		margin-top: 10px;
		font-size: 15px;
	}
	.list_fyuanzhang li .text .t2{
		margin-top: 10px;
		font-size: 15px;
	}
}
@media (max-width: 768px){
	.mobile_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
	.list_fyuanzhang{
	}
	.list_fyuanzhang li{
		padding: .3rem;
		margin-bottom: .3rem;
	}
	.list_fyuanzhang li .imgs_w{
		width: 2.4rem;
		height: 3.3rem;
	}
	.list_fyuanzhang li .text{
		width: 3.6rem;
		padding-top: 0;
	}
	.list_fyuanzhang li .text .name{
		font-size: .42rem;
		padding-bottom: .2rem;
	}
	.list_fyuanzhang li .text .name::before{
		width: .9rem;
		height: .04rem;
	}
	.list_fyuanzhang li .text .t1{
		margin-top: .2rem;
		font-size: .3rem;
	}
	.list_fyuanzhang li .text .t2{
		display: none;
	}

	.list_fyuanzhang li .t2_m{
		display: block;
		margin-top: .15rem;
		font-size: .28rem;
		line-height: 1.8;
		width: 100%;
		float: left;
	}
}

/*大事记*/
.list_dashiji{
}
.list_dashiji li{
	padding: 20px 30px 20px 20px;
	background-color: #fff;
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.list_dashiji li:last-child{
	margin-bottom: 50px;
}
.list_dashiji li .imgs_w{
	width: 340px;
	height: 210px;
	overflow: hidden;
	float: left;
}
.list_dashiji li .imgs_w .imgs{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list_dashiji li .text{
	width: 970px;
	line-height: 1.8;
	float: right;
	padding-top: 15px;
}
.list_dashiji li .text .time{
	padding-bottom: 15px;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
.list_dashiji li .text .time::before{
	content: '';
	width: 68px;
	height: 4px;
	background-color: #5792cc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.list_dashiji li .text .bt{
	margin-top: 15px;
	font-size: 22px;
	font-weight: normal;
}
.list_dashiji .time_m{
	display: none;
}

@media (max-width: 1500px){
	.list_dashiji{
	}
	.list_dashiji li{
		padding: 20px 30px 20px 20px;
		background-color: #fff;
		margin-bottom: 30px;
		width: 100%;
		float: left;
	}
	.list_dashiji li:last-child{
		margin-bottom: 50px;
	}
	.list_dashiji li .imgs_w{
		width: 245px;
		height: 150px;
	}
	.list_dashiji li .text{
		width: 670px;
		padding-top: 15px;
	}
	.list_dashiji li .text .time{
		padding-bottom: 15px;
		font-size: 16px;
	}
	.list_dashiji li .text .time::before{
		width: 48px;
		height: 3px;
	}
	.list_dashiji li .text .bt{
		margin-top: 15px;
		font-size: 16px;
		font-weight: normal;
	}
	.list_dashiji .time_m{
		display: none;
	}
}
@media (max-width: 768px){
	.list_dashiji li{
		padding: .2rem;
		margin-bottom: .3rem;
	}
	.list_dashiji li:last-child{
		margin-bottom: 50px;
	}
	.list_dashiji li .imgs_w{
		width: 2.4rem;
		height: 1.47rem;
	}
	.list_dashiji li .text{
		width: 3.8rem;
		float: right;
		padding-top: 0;
	}
	.list_dashiji li .text .time{
		display: none;
	}
	.list_dashiji li .text .bt{
		margin-top: 0;
		font-size: .3rem;
		font-weight: normal;
		line-height: 1.6;
	}
	.list_dashiji .time_m{
		display: block;
		float: left;
		width: 100%;
		font-size: .3rem;
		margin-bottom: .2rem;
		position: relative;
		padding-bottom: .2rem;
		line-height: 1.6;
		font-weight: bold;
	}
	.list_dashiji .time_m::before{
		content: '';
		width: 1.05rem;
		height: .04rem;
		background-color: #5792cc;
		position: absolute;
		bottom: 0;
		left: 0;
	}

}

/*三级导航菜单*/
.nav3_cn_w{
	margin-top: 20px;
}
.navs_3{
	text-align: center;
	margin: 0px 0;
	border-bottom: 1px #5792cc solid;
	padding-bottom: 0px;
}
.navs_3 li{
	display: inline-block;
	font-size: 26px;
	line-height: 80px;
	font-weight: bold;
	position: relative;
}
.navs_3 li a{
	padding: 0 60px;
	display: block;
}
.navs_3 li.action{
	color: #5792cc;
}
.navs_3 li.action::before{
	content: '';
	width: 68px;
	height: 4px;
	background-color: #5792cc;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -34px;
}
@media (max-width: 1500px){
	.nav3_cn_w{
		margin-top: 10px;
	}
	.navs_3{
		text-align: center;
		margin: 15px 0;
	}
	.navs_3 li{
		font-size: 19px;
		line-height: 48px;
	}
	.navs_3 li a{
		padding: 0 40px 5px;
	}
	.navs_3 li.action::before{
		content: '';
		width: 68px;
		height: 4px;
		background-color: #5792cc;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -34px;
	}
}
@media (max-width: 768px){
	.nav3_cn_w{
		margin-top: .2rem;
	}
	.navs_3{
		text-align: center;
		margin-top: .2rem;
		margin-bottom: 0;
		background: #fff;
	}

	.navs_3 ul {
		width: 100%;
		white-space: nowrap;

		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.navs_3 ul::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.navs_3 li{
		display: inline-block;
		font-size: .32rem;
		line-height: 1rem;
		font-weight: bold;
		position: relative;
	}
	.navs_3 li a{
		padding: 0 .23rem;
		display: block;
	}
	.navs_3 li.action{
		color: #5792cc;
	}
	.navs_3 li.action::before{
		content: '';
		width: 68px;
		height: 4px;
		background-color: #5792cc;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -34px;
	}
}


/*荣誉资质*/
.wrap_b{
	background-color: #f1f7fd;
}
.ryzz_con{
	background: url(jnzkh202512_ryzz_bg1.jpg) bottom center no-repeat;
	background-size: cover 100%;
	min-height: 725px;
	padding-top: 110px;
}
.ryzz_txt{
	float: right;
}
.ryzz_txt .bt{
	font-size: 48px;
	color: #437fbb;
}
.list_ryzz {
	margin-top: 40px;
	font-size: 24px;
	color: #437fbb;
}
.list_ryzz li{
	margin-bottom: 30px;
	font-weight: bold;
	background: url(jnzkh202512_ryzz_icon.png) left center no-repeat;
	background-size: 65px;
	min-height: 65px;
	line-height: 62px;
	padding-left: 80px;
}
.list_ryzz li img{
	width: 65px;
	vertical-align: middle;
	margin-right: 15px;

}
@media (max-width: 1500px){
	.ryzz_con{
		min-height: 510px;
		padding-top: 80px;
	}
	.ryzz_txt .bt{
		font-size: 34px;
	}
	.list_ryzz {
		margin-top: 30px;
		font-size: 18px;
	}
	.list_ryzz li{
		background-size: 46px;
		margin-bottom: 25px;
		min-height: 46px;
		line-height: 42px;
		padding-left: 60px;
	}
	.list_ryzz li img{
		width: 46px;
	}
}
@media (max-width: 768px){

	.ryzz_con{
		background: url(jnzkh202512_ryzz_bg1_m.jpg) bottom center no-repeat #e1f0fe;
		background-size: 100% auto;
		height: auto;
		padding: 1rem .3rem 5rem;
	}
	.ryzz_txt{
		width: 100%;
	}
	.ryzz_txt .bt{
		font-size: .48rem;
	}
	.list_ryzz {
		margin-top: .4rem;
		font-size: .32rem;
	}
	.list_ryzz li{
		margin-bottom: 30px;
		font-weight: bold;
		background: url(jnzkh202512_ryzz_icon.png) left center no-repeat;
		background-size: .8rem;
		min-height: .8rem;
		padding-left: 1rem;
		line-height: 1.6;
		padding-top: .09rem;
	}
	.list_ryzz li img{
		width: .8rem;
		vertical-align: middle;
		margin-right: .3rem;

	}

}
/*文化建设*/

.con_whjs .bt{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	line-height: 2;
}
.con_whjs .bt::before{
	content: '';
	width: 5px;
	height: 32px;
	background-color: #5792cc;
	position: absolute;
	left: 0;
	top: 15px;
}
.con_whjs .t1{
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
}
.con_whjs .imgs_w{
	margin-top: 15px;
}
.con_whjs .imgs{
	width: 100%;
	border-radius: 10px;
}
.con_whjs .whjs_c{
	position: relative;
	margin-top: 50px;
}
.con_whjs .whjs_c:first-child{
	margin-top: 0;
}
.con_whjs .r_bt{
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 1500px){
	.con_whjs .bt{
		font-size: 22px;
	}
	.con_whjs .bt::before{
		width: 4px;
		height: 24px;
		top: 12px;
	}
	.con_whjs .t1{
		font-size: 17px;
	}
	.con_whjs .whjs_c{
		margin-top: 30px;
	}
}
@media (max-width: 768px){
	.con_whjs .bt{
		font-size: .42rem;
	}
	.con_whjs .bt::before{
		width: .05rem;
		height: .42rem;
		top: .22rem;
	}
	.con_whjs .t1{
		font-size: .3rem;
	}
	.con_whjs .whjs_c{
		margin-top: .4rem;
	}
	.con_whjs .r_bt{
		position: inherit;
		margin-top: .4rem;
	}
}