@charset "utf-8";
/* CSS Document */
.mt70{
	margin-top: -70px;
}
.warp_top_down {
	padding: 50px 0 70px;
}
/*二级导航 开始*/
.ej_menu{
	position: relative;
	/*	top: 316px;*/
	width: 100%;
	min-width: 1400px;
	background: url(hky_erji_menubg.png) center top repeat-y;
	top: -70px;
}
.ej_menu .ej_menu_w{
	width: 1400px;
	margin: 0 auto;

	position: relative;
	background: url(ej_menuBlue.png);
}
.ej_menu ul li{
	display: inline-block;
	margin-right: 90px;
	font-size: 20px;
	color: #fff;
	height: 70px;
	line-height: 70px;
}
.ej_menu ul li:last-child{
	margin-right: 0;
}
.ej_menu ul li.on,
.ej_menu ul li:hover{
	border-bottom: 5px solid #88cc29;
}

.ej_menu a{
	color: #fff;
	display: block;
}
.ej_menu a:hover{
	font-weight: bold;
}
.ej_menu_w::after{
	content: '';
	width: 60px;
	height: 100%;
	background: url(ej_menuBlue_jiao.png) left top no-repeat;

	position: absolute;
	right: -60px;
	top: 0;
}
.ej_menu .mline{
	content: '';
	width: 100%;
	line-height: 0;
	border-bottom: 1px solid rgba(250, 250, 250, 0.3);

	position: absolute;
	top: 70px;
	left: 0;
	z-index: 2;
}

/*导航红色背景*/
.ej_menu.ej_menuRed{
	background: url(hky_erji_menuRed.png) center top repeat-y;
}
.ej_menu.ej_menuRed .ej_menu_w::after{
	background: url(ej_menuRed_jiao.png) left top no-repeat;
}
.ej_menu.ej_menuRed .ej_menu_w{
	background: url(ej_menuRed.png);
}
.ej_menu.ej_menuRed ul li.on,
.ej_menu.ej_menuRed ul li:hover{
	border-bottom: 5px solid #ffd470;
}

.ej_menu.ej_m2 ul li{margin-right: 50px;}
/*二级导航 end*/


.warp_center{
	min-width: 1400px;
}
.p30{
	padding: 30px 0;
}
.ej_banner {
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.ej_banner img{
	display: block;
	width: 100%;
	height: 386px;
	object-fit: cover;
	/*	max-width: 1920px;*/
	margin: 0 auto;
}
.ej_banner .lmbt{
	width: 1400px;
	box-sizing: border-box;
	padding: 25px 0 0 45px;
	margin-left: -45px;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	height: 230px;
}
/*栏目标题各个颜色背景*/
.lmbg01{
	background: url(ej_lmbg01.png) left center no-repeat;
}
.lmbg02{
	background: url(ej_lmbg02.png) left center no-repeat;
}
.lmbg03{
	background: url(ej_lmbg03.png) left center no-repeat;
}
.lmbg04{
	background: url(ej_lmbg04.png) left center no-repeat;
}
/*栏目标题各个颜色背景结束*/

.ej_banner .lmbt h1{
	font-size: 46px;
	font-weight: normal;
	line-height: 150%;
	color: #fff;
	margin-bottom: 10px;
}
.ej_banner .lmbt .weizhi{
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: url(ej_icon_01.png) left 11px no-repeat;
	background-size: 20px auto;
	padding-left: 35px;

	max-width: 500px;
}
.ej_banner .lmbt .weizhi a{
	color: #fff;
	display: inline-block;
}


.ej_bodybg{
	width: 100%;
	background: url(ej_bodybg.png);
	/*	padding-top: 20px;*/
}
.ej_title{
	padding-top: 20px;
	background: url(ej_bg01.png) 0 111px  repeat-x;
	/*	background-color: rgba(250, 0, 0, 0.3);*/
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.ej_title span{
	font-size: 26px;
	color: #0f2235;
	position: relative;
	line-height: 98px;
}

.ej_title span{
	color: #5792cd;
}
.ej_title span::after{
	content: '';
	width: 50px;
	height: 25px;
	background: url(ej_icon_02.png) center no-repeat #fff;
	background-size: 25px 25px;
	border-radius: 10px;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -37px;
}


/*tab 栏目标题*/

.ej_tabNav{
	/*	background: #f00*/
	position: relative;
	margin-bottom: 18px;
	padding-top: 20px;
}
.ej_tabNav ul{
	padding-bottom: 20px;
	white-space: nowrap; /*强制不换行*/
	overflow-x: auto;
	scrollbar-width:none; /*Firefox */
	-ms-overflow-style:none;/* Internet Explorer 10+ */
	background: url(ej_bg01.png) 0 94px repeat-x;
}
.ej_tabNav ul li{
	font-size: 26px;
	/*	color: #0f2235;*/
	line-height: 98px;
	display: inline-block;
	margin: 0 32px;
	position: relative;
}
.ej_tabNav ul li:first-child{
	margin-left: 0;
}
.ej_tabNav a:hover,
.ej_tabNav ul li.on a{
	color: #5792cd;
}
.ej_tabNav ul li.on::after{
	content: '';
	width: 50px;
	height: 25px;
	background: url(ej_icon_02.png) center no-repeat #fff;
	background-size: 25px 25px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translate(-50%,0);
	z-index: 2;
}

.ej_tabNav ul li::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #5792cd;
	border-radius: 50%;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
}
.ej_tabNav ul li:last-child::before{
	display: none;
}

/*tab 栏目标题 end*/

.tabnr{
	display: none;
}
.tabnr.active{
	display: block;
}

/*图文列表*/
.NewList{

}
.NewList li{
	background: url(ej_bg01.png) bottom repeat-x;
	padding: 30px 0;
}
.NewList li:first-child{
	padding-top: 0;
}
.NewList li .img{
	width: 292px;
	height: 172px;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}
.NewList li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.NewList li:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}
.NewList li h3{
	line-height: 150%;
	font-size: 20px;
	margin-bottom: 10px;
}
.NewList li .t01{
	line-height: 150%;
	font-size: 16px;
	margin-bottom: 10px;
	color: #63717f;
	text-align: justify;
}
.NewList li .time{
	color: #5892ce;
	font-size: 16px;
}

/* 分页 */
.page {
	text-align: center;
	padding: 0px 0 70px 0 ;
	margin-top: 30px;
}
.page_s {
	display: inline-block;
	font-size: 14px;
}

.page a {
	cursor: pointer;
}

.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 a:hover {
	color: #fff;
	border: 1px solid #5892ce;
	background: #5892ce;
}

.page .cur {
	color: #fff;
	border: 1px solid #ccdcec;
	background: #5892ce;
}

.page span {
	border: none;
}

.page .txt {
	width: 18px;
}

.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;
	*
	padding: 0 3px;
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #5892ce;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}


/*列表 - 标题列表*/
.NewList2{
	border: 1px solid #ccdcec;
	background-color: #fff;
	padding: 0px 45px;
	box-sizing: border-box;
	line-height: 48px;
	font-size: 20px;
	margin-bottom: 50px;
}
.NewList2 ul {
	padding: 25px 0;
}
.NewList2 li{
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.NewList2 ul li:nth-child(5n){
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(ej_line2.png) bottom repeat-x;
}
.NewList2 ul li:nth-child(15n){
	margin-bottom: 0;
}
.NewList2 li::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5792cd;
	position: absolute;
	top: 25px;
	transform: translateY(-50%);
	left: 0;
}
.NewList2 li:nth-child(5n)::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5792cd;

	position: absolute;
	top: 33%;
	transform: translateY(-50%);
	left: 0;
}
.NewList2 li a{
	display: block;
	width: 1150px;
	line-height: 1.8;
}
.NewList2 li:hover .time{
	color: #5792cd;
}
.NewList2 .time{
	font-size: 18px;
	color: #97a5b2;
	position: absolute;
	right: 0;
	top: 0;
}


/*科技奖项*/
.ej_so{
	padding-top: 0px;
	line-height: 40px;
	margin-bottom: 30px;
}
.ej_so li{
	display: inline-block;
	margin-left: 40px;
}
.ej_so li:first-child{
	margin-left: 0;
}
.ej_so li:last-child{
	margin-left: 15px;
}
.ej_so li label{
	font-size: 18px;
}
.inp_bk{
	width: 308px;
	height: 42px;
	border: 1px solid #ccdcec;
	padding: 0 15px;
	border-radius: 6px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 18px;
	color: #8aabcc;
	background-color: #fff;
}
.inp_bk_rc {
	width: 330px;
}
input:focus{
	outline: none;
}
.inp_btn{
	width: 90px;
	height: 42px;
	vertical-align: middle;
	cursor: pointer;
	background-color: #5792cd;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
}
.inp_btn:hover{
	background-color: #2d78c2;
}

/*表格*/
.ej_table01{
	background: url(ej_xiexian.png) #5792cd;
	margin-bottom: 50px;
}
.ej_table01 table {
	/*	background-image: url(ej_xiexian.png);*/
	/*	background-color: #5792cd !important;*/
	background: url(ej_bg02.png) top right no-repeat;
}

.ej_table01 th,
.ej_table01 td{
	line-height: 150%;
	font-size: 20px;
	border: 1px solid #ccdcec;
	padding: 12px 15px;
}
.ej_table01 th{
	border: 1px solid #84afdc;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.ej_table01 th{
	white-space: nowrap; /*	强制不换行*/
}
.ej_table01 table tr:nth-child(2n + 1) td{
	background: #f6f9fd;
}

.ej_table01 .thbg{
	/*	background: url(ej_bg02.png) bottom right no-repeat;*/
}

/*表格2*/
.ej_table02 table tr td:first-child{
	background: url(ej_xiexian.png) #5792cd;
	border: 1px solid #84afdc;
	color: #fff;
	text-align: center;
	font-weight: bold;
	white-space: nowrap; /*	强制不换行*/
	width: 260px;
}
.ej_table02 td{
	line-height: 150%;
	font-size: 20px;
	border: 1px solid #ccdcec;
	padding: 12px 15px;
}

/*照片列表*/
.pt80{
	padding-top: 80px;
}
.zpList{
	float: left;
	width: 100%;
	margin-top: -30px;
}
.zpList .img{
	width: 185px;
	height: 268px;
	overflow: hidden;
	margin-bottom: 10px;
}
.zpList .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.zpList .img:empty{
	background: url('hky_w_ys.png') no-repeat;
	background-size: cover;
}

.zpList li a:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);

}
.zpList li a{
	display: block;
	width: 100%;
	height: 100%;
}
.zpList li{
	float: left;
	margin-right: 56px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.zpList li:nth-child(6n){
	margin-right: 0;
}
.zpList .zpbt{
	position: relative;
	border-top: 1px solid #ccdcec;
	border-bottom: 1px solid #ccdcec;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	width: 185px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zpList .zpbt::after,
.zpList .zpbt::before{
	content: '';
	width: 57px;
	height: 2px;
	background: #5792cd;

	position: absolute;
	transition: all .5s;
}
.zpList li:hover .zpbt::after,
.zpList li:hover .zpbt::before{
	width: 100%;
}
.zpList .zpbt::after{
	left: 0;
	top: -1px;
}
.zpList .zpbt::before{
	right: 0;
	bottom: -1px;
}


/*国家级平台列表*/
.ptList{
	float: left;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 30px;
}
.ptList .img{
	width: 676px;
	height: 390px;
	overflow: hidden;
	margin-bottom: 10px;
}
.ptList .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.ptList li a:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);

}
.ptList li a{
	display: block;
	width: 100%;
	height: 100%;
}
.ptList li{
	/*	margin-right: 48px;*/
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #5792cd;
	padding-bottom: 20px;
}
.ptList li:nth-child(2n + 1){
	float: left;
}
.ptList li:nth-child(2n){
	float: right;
}
.ptList .bt{
	color: #5792cd;
	line-height: 30px;
	font-size: 20px;
	padding: 10px 0;
}
.ptList .txt{
	position: relative;
	font-size: 18px;
}
.ptList .txt .jt{
	/*	content: '';*/
	/*	display: block;*/
	width: 34px;
	height: 10px;
	background: url(ej_jt.png) no-repeat;
	background-size: 100% 100%;

	position: absolute;
	right: 20px;
	top: 0;
}

/*学术委员会*/
.pb50{
	padding-bottom: 50px;
}
.wyh_row{
	border-bottom: 1px dashed #96b7d7;
	padding-bottom: 10px;
	padding-top: 10px;
}
.wyh_row:first-child{
	padding-top: 0;
}
.wyh_row *{
	line-height: 50px;
	box-sizing: border-box;
}
.wyh_row .wyh_th_tit,
.wyh_row .wyh_td_tit{
	font-size: 20px;
}
.wyh_row .wyh_td_tit{
	padding-left: 20px;
}
.wyh_row .wyh_th_tit,
.wyh_row .wyh_th{
	width: 290px;
	float: left;
	position: relative;
}
.wyh_row .wyh_td_tit,
.wyh_row .wyh_td{
	float: right;
	width: 1100px;
}

.wyh_row .wyh_th{
	font-size: 20px;
	color: #5792cd;
	/*	border-left: 2px solid #5792cd;*/
	padding-left: 20px;
	position: relative;
}
.wyh_row .wyh_th::after{
	content: '';
	width: 1px;
	height: 34px;
	border-left: 2px solid #5792cd;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wyh_row .wyh_td{
	font-size: 18px;
}
.wyh_row .wyh_td li{
	float: left;
	width: 105px;
	text-align: center;
	position: relative;
}
.wyh_row .wyh_td li.tt {
	width: 410px;
}
.wyh_row .wyh_td li::after{
	content: '';
	width: 1px;
	height: 22px;
	/*	background: #5792cd;*/
	border-right: 2px solid #5792cd;

	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wyh_row .wyh_td li:last-child::after{
	display: none;
}

.rcch .wyh_row .wyh_th {
	width: 460px;
}
.rcch .wyh_row .wyh_td {
	width: 870px;
}
.rcch .wyh_qt {
	padding: 30px 0;
	background: #f4f4f4;
}

/*左侧菜单*/
.left_menu{
	width: 250px;
	float: left;
}
.parent-tit{
	padding: 15px 30px;
	font-size: 20px;
	line-height: 30px;
	background: url(ej_bg03.png) top right no-repeat #5792cd;
	color: #fff;
	font-weight: bold;
}
.left_menu ul li{
	padding: 15px 30px;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #ccdcec;
}
.left_menu ul li a{
	display: block;
}

.left_menu ul li.on a{
	color: #5792cd;
	font-weight: bold;
}
.per_menu .img {
	margin-bottom: 10px;
	text-align: center;
}
.per_menu .img img {
	width: 100%;
}
.per_menu .parent-tit {
	text-align: center;
}
.per_menu ul li {
	text-align: center;
}
/*栏目内容*/
.R_conBox{
	width: 1110px;
	float: right;
	border: 1px solid #ccdcec;
	box-sizing: border-box;
	padding: 50px 65px;
	background: #fff;
	min-height: 444px;
}
.conBox{
	border: 1px solid #ccdcec;
	box-sizing: border-box;
	padding: 50px 65px;
	background: #fff;
}
/*区域平台列表 - 标题列表*/
.qy_box {
	padding-bottom: 0;
}
.NewList3{
	box-sizing: border-box;
	line-height: 48px;
	font-size: 20px;
}
.NewList3 li{
	position: relative;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.NewList3 ul li:nth-child(5n){
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(ej_line2.png) bottom repeat-x;
}
.NewList3 ul li:nth-child(15n){
	margin-bottom: 0;
}
.NewList3 li::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5792cd;
	position: absolute;
	top: 25px;
	transform: translateY(-50%);
	left: 0;
}
.NewList3 li:nth-child(5n)::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5792cd;

	position: absolute;
	top: 33%;
	transform: translateY(-50%);
	left: 0;
}
.NewList3 li a{
	display: block;
	width: 840px;
	line-height: 1.8;
}
.NewList3 li:hover .time{
	color: #5792cd;
}
.NewList3 .time{
	font-size: 18px;
	color: #97a5b2;
	position: absolute;
	right: 0;
	top: 0;
}
/*细览*/
.Con_title{
	border-bottom: 1px solid #5591cc;
	margin-bottom: 40px;
}

.Con_bt{
	text-align: center;
	font-size: 30px;
	line-height: 150%;
	font-weight: normal;
	color: #5792cd;
	padding: 0 70px;
	margin-bottom: 30px;
}

.mTop_30{
	margin-top: 30px;
}
.con_nr{
	color: #37280c;
	font-size: 18px;
}
.con_nr video {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.con_nr * {
	line-height: 2 !important;
}
.con_nr table {
	margin: 0 auto;
	width: 95% !important;
	border-top: 1px #333 solid;
	border-left: 1px #333 solid;
	border-right: 0;
	border-bottom: 0;
	font-size: 15px;
}
.con_nr table tr td {
	border-top: 0;
	border-left: 0;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	white-space: normal;
	word-break: break-word;
}
.con_nr p{
	text-indent: 2em!important;
	margin: 0 0 1em !important;
	background: #FFFFFF!important;
	border: 0!important;
}
.con_nr table p {
	text-indent: 0!important;
	padding: 0 4px;
	margin-bottom: 0!important;
}
.con_nr div{
	margin-bottom: 1em;
	text-indent: 2em;
}
.con_nr img {
	max-width: 70%;
	margin: 0 auto;
	display: block;
}
.con_nr .img_t{
	font-size: 18px;
	color: #707070;
}
.con_info{
	color: #63717f;
	font-size: 16px;
	line-height: 50px;
	padding-bottom: 10px;
}
.con_info_l{
	float: left;
}
.con_info_l li{
	float: left;
	margin-right: 40px;
}
.con_info_l li img{
	vertical-align: middle;
	width: 22px;
	margin-right: 8px;
	margin-top: -1px;
}
.con_info_l:last-child{
	margin-right: 0;
}
.con_info_r{
	float: right;
}
.con_info_r li{
	float: left;
	margin-left: 30px;
}
.con_info_r:last-child{
	margin-left: 0;
}
.con_info_r li img{
	vertical-align: middle;
	margin-right: 8px;
	width: 22px;
	margin-top: -1px;
}
.print{
	cursor: pointer;
}
.font_size{

}
.font_size span{
	margin-right: 5px;
	cursor: pointer;
}
.font_size span.active{
	font-weight: bold;
	color: #5792cd;
}

/*期刊列表 - 标题列表*/
.NewList_qk{
	box-sizing: border-box;
	line-height: 48px;
	font-size: 20px;
	overflow: hidden;
}
.NewList_qk ul {
	overflow: hidden;
}
.NewList_qk li{
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 50%;
}
.NewList_qk li::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5792cd;
	position: absolute;
	top: 28px;
	transform: translateY(-50%);
	left: 0;
}
.NewList_qk li:nth-child(5n)::after{
	/* content: ''; */
	/* width: 5px; */
	/* height: 5px; */
	/* border-radius: 50%; */
	/* background: #5792cd; */
	/* position: absolute; */
	/* top: 33%; */
	/* transform: translateY(-50%); */
	/* left: 0; */
}
.NewList_qk li a{
	display: block;
	line-height: 1.8;
}
.NewList_qk .page {
	padding-bottom: 0;
}

/*分享图标*/
.con_fx_icon{
	display: inline-block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	padding: 0;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 5px;
	background: center center no-repeat rgba(87, 146, 205, 0.38);
	background-size: 100% 100%;
}
.con_fx_icon:hover{
	background-color: rgba(87, 146, 205, 1);
}
.con_fx_icon_1{
	background-image: url(hky_ico_qz.png);
}
.con_fx_icon_2{
	background-image: url(hky_ico_wx.png);
}
.con_fx_icon_3{
	background-image: url(hky_ico_wb.png);
}


/*二级-搜索页*/
.ej_search{
	padding: 35px 0;
	background: url(ej_bg04.png) top right no-repeat #ecf2f9;
}
.ej_search *{
	box-sizing: border-box;
}
.ej_soBk{
	width: 75%;
	margin: 0 auto;
	border: 4px solid #fff;
	border-radius: 6px;
	background: #fff;
	position: relative;
}
.ej_soBk .inp_bk{
	height: 42px;
	width: 85%;
	border: 0;
	background: none;
}
.ej_soBk .inp_btn{
	position: absolute;
	right: 0;
	width: 150px;
	padding-left: 30px;
	background: url(hky_ico_so.png) 35px center no-repeat #5792cd;
	background-size: 22px 22px;
	border: 0;
	top: 0;
	line-height: 42px;
	text-indent: 44px;
}
.ej_soBk .inp_btn:hover{
	background-color: #2d78c2;
}

.mt30{
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
.font_red{
	color: #c00;
}


.ejso_box{
	border: 1px solid #ccdcec;
	background-color: #fff;
	padding: 20px 40px;
}
.so_msg{
	line-height: 160%;
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
}
.so_msg font{
	margin-left: 50px;
}

.so_msg font .font_red{
	display: inline-block;
	max-width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
}

.so_msg font:first-child{
	margin-left: 0;
}
.so_msg .paixu{
	position: absolute;
	right: 0;
	top: -3px;
}
.so_msg .paixu a{
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #5792cd;
	font-size: 16px;
	border-radius: 6px;
	margin-left: 10px;
	color: #5792cd;
}
.so_msg .paixu a.on{
	background-color: #5792cd;
	color: #fff;
}

.ejso_list li{
	border-bottom: 1px solid #e0ebf5;
	padding: 20px 0;
}
.ejso_list li *{
	line-height: 180%;
}
.ejso_list li h3{
	margin-bottom: 10px;
	font-size: 18px;
}
.ejso_list li .txt{
	font-size: 16px;
	color: #63717f;
	margin-bottom: 10px;
}
.ejso_list li .time{
	color: #4d698a;
	font-size: 16px;
}

/*专题列表*/
.zt_list{
	float: left;
	width: 100%;
}
.zt_list li{
	width: 440px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 36px;
	margin-bottom: 40px;
}
.zt_list li:nth-child(3n){
	margin-right: 0;
}
.zt_list li img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.zt_list li a:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}


/*	单位资质 - 证书*/
.zhengshu_list{
	float: left;
	width: 100%;
}
.zhengshu_list li{
	width: 312px;
	height: 312px;
	float: left;
	margin-right: 47px;
	margin-bottom: 40px;
	/*	background: #f00*/
}
.zhengshu_list *{
	box-sizing: border-box;
}
.zhengshu_list li:nth-child(4n){
	margin-right: 0;
}
.zhengshu_list li .img{
	border: 1px solid #ccdcec;
	background-color: #fff;
	padding: 5px;
	width: 312px;
	height: 216px;
	overflow: hidden;
	text-align: center;

	position: relative;
}
.zhengshu_list li a{
	display: block;
}
.zhengshu_list li a:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}
.zhengshu_list li img{
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;

}
.zhengshu_list li p{
	font-size: 20px;
	margin-top: 10px;
	line-height: 150%;
	text-align: center;
}

/*基本情况*/
.jieshao{
	background: url(hky_fengjing.jpg) no-repeat;
	padding: 100px;
}
.jieshao .js_tit{
	font-size: 36px;
	color: #fff;
}
.jieshao .js_tit .line{
	border-bottom: 3px solid #fff;
	padding-bottom: 10px;
}
.js_con{
	margin-top: 150px;
	padding: 80px;
	box-shadow: 0px 0px 21px rgba(87, 146, 205, 0.15);
	background-color: #fff;
	line-height: 200%;
	font-size: 20px;
}
.js_con p{
	text-indent: 2em;
	text-align: justify;
}

/*视频*/
.videoBox{
	width: 1092px;
	margin: 0 auto 50px;

}
.videoBox .bt{
	text-align: center;
	font-size: 20px;
	color: #5792cd;
	font-weight: bold;
	line-height: 160%;
	padding: 15px 0;
}
.ej_video {
	width: 1092px;
	height: 614px;
	cursor: pointer;
	overflow: hidden;

	position: relative;
}
.ej_video .H5VideoPlayer{
	margin-left: 0px;
}
.ej_video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.ej_video .video_play {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: url(hky_ico_play.png) center center no-repeat rgba(0, 0, 0, 0.35);

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ej_video:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}


.ej_video video {
	width: 1092px;
	height: 614px;
	display: none;
}

/*图片列表*/

.imgList{}
.imgList ul{
	float: left;
	width: 100%;
}
.imgList *{
	box-sizing: border-box;
}
.imgList ul li{
	float: left;
	width: 440px;
	height: 338px;
	border: 1px solid #ccdcec;
	background-color: #fff;
	padding: 10px;
	margin-top: 40px;
	margin-right: 36px;
}
.imgList ul li:nth-child(1),
.imgList ul li:nth-child(2),
.imgList ul li:nth-child(3){
	margin-top: 0;
}
.imgList ul li:nth-child(3n){
	margin-right: 0;
}
.imgList ul li a{
	display: block;
}
.imgList ul li .img{
	width: 420px;
	height: 246px;
	overflow: hidden;
}
.imgList ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.imgList ul li a:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.imgList ul li p{
	line-height: 160%;
	text-align: center;
	padding-top: 20px;
	font-size: 20px;
}

/* chaow begin */
.base-select-main{
	display: inline-block;
	position: relative;
}

.base-select-main::after{
	content: '';
	border: 1px solid transparent;
	border-left-color: #5892ce;
	border-bottom-color: #5892ce;
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 12px;
	right: 15px;
	transform: rotate(-45deg);
	transition: transform 0.2s;
}

.base-select-main:hover::after{
	transform: rotate(-225deg);
	top: 18px;
}

.base-select-main .select-text{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.base-select-main .select-wapper{
	position: absolute;
	width: 100%;
	border: 1px solid #ccdcec;
	display: block;
	background: #fff;
	left: 0;
	top: 100%;
	border-radius: 5px;
	cursor: pointer;
	display: none;
	max-height: 300px;
	overflow-y: auto;
}
.base-select-main .select-option{
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	transition: all 0.4s;
}

.base-select-main .select-option:hover{
	background: #ccdcec;
}

.rcdw-zgjzc-table th,.rcdw-zgjzc-table td{
	width: 176px;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}

.rcdw-zgjzc-table td span{
	display: inline-block;
	text-align: left;
}

.rcdw-zgjzc-table th:nth-child(3),.rcdw-zgjzc-table td:nth-child(3){
	width: 244px;
}

.rcdw-zgjzc-table th:nth-child(4),.rcdw-zgjzc-table td:nth-child(4){
	width: auto;
}

.rcdw-zgjzc-table .zgjzc-more{
	display: inline-block;
	background: url(rcdw-zgjzc-more.png) 0 7px no-repeat;
	background-size: 21px auto;
	padding-left: 28px;
	color: #5892ce;
}

/* chaow  end */

/*王慧强 begin*/
.ys_list {
	width: 100%;
	overflow: hidden;
	padding-bottom: 90px;
}
.ys_com {
	width: 100%;
	position: relative;
	padding-left: 20px;
	margin-bottom: 50px;
}
.ys_com:last-of-type {
	margin-bottom: 0;
}
.ys_com::before {
	content: "";
	display: block;
	width: 100%;
	height: 159px;
	background: #eff7fe;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ys_img_box {
	width: 213px;
	height: 309px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 1;
}
.ys_img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	transition: all 0.3s;
}

.ys_img_box:hover .ys_img {
	transform: scale(1.05);
}
.ys_info {
	float: left;
	width: 1070px;
	margin-left: 50px;
	padding-top: 35px;
	position: relative;
	z-index: 1;
}
.head_tit {
	font-size: 30px;
	color: #5892ce;
	font-weight: 600;
}
.head_tit a {
	color: #5892ce;
}
.head_job {
	line-height: 22px;
	margin-top: 15px;
	overflow: hidden;
}
.job_left {
	float: left;
	font-size: 20px;
	color: #0f2235;
}
.job_more {
	float: right;
	font-size: 16px;
	color: #008342;
}
.job_line {
	height: 22px;
	line-height: 22px;
	position: relative;
	overflow: hidden;
}
.job_line::before {
	content: "";
	display: block;
	height: 1px;
	border-bottom: 1px dashed #62ba8f;
	position: absolute;
	left: 18px;
	right: 40px;
	top: 11px;
}
.job_line::after {
	content: "";
	display: block;
	height: 2px;
	background: #4aa779;
	position: absolute;
	width: 52px;
	right: 40px;
	top: 12px;
}
.head_desc {
	font-size: 18px;
	line-height: 36px;
	margin-top: 60px;
}

/* 大事件start */
.dsj_list {
	padding-bottom: 40px;
}
.dsj_com {
	margin-bottom: 50px;
	position: relative;
}
.dsj_com::after {
	width: 1px;
	height: 309px;
	border-left: 1px dashed #91b9d8;
	content: "";
	display: block;
	left: 105px;
	top: 32px;
	position: absolute;
}
.dsj_com::before {
	width: 9px;
	height: 9px;
	background-color: #fff;
	border: solid 2px #5892ce;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 101px;
	top: 23px;
	position: absolute;
	display: block;
}
.dsj_com:last-of-type::after {
	display: none;
}
.dsj_time {
	float: left;
	text-align: right;
}
.dsj_time .p1 {
	font-size: 40px;
	color: #5892ce;
}
.dsj_time .p2 {
	font-size: 22px;
	color: #5892ce;
	margin-top: 5px;
}
.dsj_info {
	float: right;
	width: 1278px;
	height: 259px;
	background: url(hky_w_dsjBk.png) no-repeat;
	background-size: cover;
	padding-left: 30px;
	padding-right: 36px;
	box-sizing: border-box;
}
.dsj_info_tit {
	line-height: 60px;
	font-size: 20px;
	color: #0f2235;
	font-weight: 600;
}
.dsj_info_img {
	margin-top: 20px;
}
.dsj_img {
	float: left;
	width: 270px;
	height: 159px;
	overflow: hidden;
	position: relative;
}

.dsj_img .pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.dsj_img .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 0 3px;
	border: 1px solid #fff;
	cursor: pointer;
}
.dsj_img .swiper-active-switch {
	background: #5892ce;
	border-color: #5892ce;
}

.dsjImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.dsj_img:hover .dsjImg {
	transform: scale(1.05);
}

.dsj_desc {
	float: right;
	width: 912px;
	font-size: 16px;
	line-height: 30px;
	color: #63717f;
	text-align: justify;
}
/* 大事件end */

/* 联系我们start */
.lxwm_wrap {
}
.lxwm_tit {
	font-size: 30px;
	line-height: 40px;
	color: #5892ce;
	text-align: center;
}
.lxwm_contway {
	margin-top: 38px;
	padding-left: 286px;
}
.contway_left {
	float: left;
}
.contway_right {
	margin-left: 170px;
	float: left;
}
.contway_right_tit {
	font-size: 20px;
	color: #0f2235;
	font-weight: 600;
	margin-bottom: 15px;
}
.contway_com {
	font-size: 20px;
	line-height: 24px;
	color: #0f2235;
	padding-left: 33px;
	margin-bottom: 25px;
}
.contway_dz {
	background: url(hky_w_lxwm2.png) no-repeat left 2px;
}
.contway_yb {
	background: url(hky_w_lxwm3.png) no-repeat left 3px;
}
.contway_cz {
	background: url(hky_w_lxwm4.png) no-repeat left 4px;
}
.contway_dh {
	background: url(hky_w_lxwm5.png) no-repeat left 2px;
}
.contway_yx {
	background: url(hky_w_lxwm6.png) no-repeat left 5px;
}
.lxwm_img {
	margin-top: 25px;
	margin-bottom: 70px;
	width: 100%;
}
.lxwm_img img {
	width: 100%;
}
/* 联系我们end */

/* 现任领导start */
.xrld_com {
	padding-left: 34px;
}
.xrld_com .head_desc {
	margin-top: 110px;
}
.xrld_com::before {
	height: 139px;
}
.xrld_com .ys_info {
	margin-left: 63px;
}
/* 现任领导end */

/* 组织机构start */

.zzjg_wrap {
	padding-left: 64px;
	padding-bottom: 95px;
}
.zzjg_cont {
	width: 1228px;
	height: 1790px;
	background: url(hyk_w_zzjg2.png) no-repeat;
	background-size: cover;
	position: relative;
}
.zzjg_title {
	position: absolute;
	left: 14px;
	top: 344px;
}
.zzjg_logo {
	width: 68px;
}
.zzjg_name {
	font-size: 34px;
	line-height: 42px;
	font-weight: 600;
	color: #0f2235;
	width: 36px;
	text-align: center;
	margin: 10px auto 0;
}
.zzjg_com_tit {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	color: #0f2235;
}
.zzjg_com_tit1 {
	left: 332px;
	top: 189px;
}
.zzjg_ul {
	position: absolute;
}
.zzjg_ul1 {
	position: absolute;
	left: 290px;
	top: 140px;
}
.zzjg_li {
	font-size: 22px;
	font-weight: 600;
	line-height: 40px;
	color: #5892ce;
	padding-left: 19px;
	position: relative;
}
.zzjg_li::before {
	width: 5px;
	height: 5px;
	background: #5892ce;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	top: 17px;
	position: absolute;
}
.zzjg_li a {
	color: #5892ce;
}
.zzjg_li a:hover {
	text-decoration: underline;
}
.zzjg_com_tit2 {
	left: 332px;
	top: 862px;
}
.zzjg_ul2 {
	left: 620px;
	top: 475px;
}
.zzjg_com_tit3 {
	left: 294px;
	top: 1469px;
}
.zzjg_ul3 {
	left: 620px;
	top: 1375px;
}
.zzjg_com_tit4 {
	left: 288px;
	top: 1708px;
}
.zzjg_ul4 {
	left: 620px;
	top: 1680px;
}
/* 组织机构end */
/*王慧强 end*/

/*2025.03.28新增页面 开始*/

.ej_new_menu ul li{
	margin-right: 72px;
}

/*视频新闻*/
.video_List{}
.video_List ul{
	float: left;
	width: 100%;
}
.video_List *{
	box-sizing: border-box;
}
.video_List ul li{
	float: left;
	width: 440px;
	height: 338px;
	border: 1px solid #ccdcec;
	background-color: #f8fbff;
	padding: 10px;
	margin-top: 40px;
	margin-right: 36px;
	position: relative;
}
.video_List ul li:nth-child(3n){
	margin-right: 0;
}
.video_List ul li:nth-child(1),
.video_List ul li:nth-child(2),
.video_List ul li:nth-child(3){
	margin-top: 0;
}
.video_List ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.video_List ul li .img{
	width: 420px;
	height: 236px;
	overflow: hidden;
}
.video_List ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;

	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.video_List ul li a:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.video_List ul li p{
	line-height: 180%;
	text-align: center;
	padding-top: 12px;
	font-size: 18px;
}
.video_List .video_play-ico{
	content: '';
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: url(hky_ico_play.png) center center no-repeat rgba(0, 0, 0, 0.35);
	background-size: 20px auto;

	position: absolute;
	left: 50%;
	top: 98px;
	transform: translate(-50%, 0%);
}

/*院区风貌栏目页*/
.san_title{
	background: url(ej_line2.png) center repeat-x;
	border-left: 4px solid #008342;
	height: 32px;
	line-height: 32px;
	margin-bottom: 30px;
}
.san_title span{
	font-size: 30px;
	font-weight: bold;
	color: #5892ce;
	padding: 0 20px;
	background: url(ej_bodybg.png) #fff;
}

.san_title .more{
	float: right;
	background: url(ej_bodybg.png) #fff;
	padding-left: 10px;
	font-size: 16px;
	color: #4aa779;
	position: relative;
}
.san_title .more::after{
	content: '';
	width: 52px;
	height: 2px;
	background: #4aa779;

	position: absolute;
	left: -52px;
	top: 15px;
}
.san_title .more:hover{
	color: #5892ce;
	font-weight: bold;
}
.sp_bg{
	background: url(hky_spbg.png) repeat-y;
	background-size: 100% auto;
	box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.08), 0 -5px 8px -6px rgba(0, 0, 0, 0.08);
	margin-bottom: 60px;
}
.sp_bg .sp_box{
	width: 1092px;
	height: 614px;
	margin: 0 auto;
}

/* 组织结构 */
.zjjg-new-wrapper{
	position: relative;
	background: url(hky_zzjg_bg4_0508.png) left bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 258px;
}

.zjjg-new-wrapper::before{
	content: '';
	position: absolute;
	width: 17%;
	height: 400px;
	background: url(hky_zzjg_bg2_0508.png) no-repeat;
	background-size: 100% auto;
	top: 0;
	right: 0;
}

.zjjg-new-wrapper::after{
	content: '';
	position: absolute;
	width: 18%;
	height: 300px;
	background: url(hky_zzjg_bg3_0508.png) no-repeat;
	background-size: 100% auto;
	bottom: 625px;
	left: 0;
}

.zjjg-new-wrapper .warp_center{
	padding: 0;
}

.zzjg-new-wrap{
	position: relative;
}

.zzjg-new-wrap::after{
	content: '';
	display: block;
	position: absolute;
	top: 263px;
	bottom: 70px;
	width: 46px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: solid 2px #5892ce;
	border-right: none;
	left: 156px;
}

.zzjg-new-box{
	width: 1194px;
	border-radius: 10px;
	margin-left: auto;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding: 35px 28px 35px 28px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.zzjg-new-box ul{
	overflow: hidden;
	float: left;
	width: 518px;
	margin-right: 20px;
}

.zzjg-new-box ul:nth-child(2){
	width: 594px;
	margin-right: 0;
}

.zzjg-new-box ul li{
	width: 100%;
	height: 74px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding-left: 36px;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

.zzjg-new-box a{
	color: inherit;
}

.zzjg-box-color1 li{
	background-image: url(hky_zzjg_txt2_0508.png);
}

.zzjg-box-color1 ul:nth-child(2) li{
	background-image: url(hky_zzjg_txt21_0508.png);
}

.zzjg-box-color2 li{
	background-image: url(hky_zzjg_txt1_0508.png);
}

.zzjg-box-color2 ul:nth-child(2) li{
	background-image: url(hky_zzjg_txt11_0508.png);
}


.zzjg-box-color3 li{
	background-image: url(hky_zzjg_txt3_0508.png);
}

.zzjg-box-color3 ul:nth-child(2) li{
	background-image: url(hky_zzjg_txt31_0508.png);
}

.zzjg-box-color1{
	background: rgba(243, 250, 249, .9);
	color: #33998c;
}

.zzjg-box-color2{
	background: rgba(242, 249, 255, .9);
	color: #4787c4;
}


.zzjg-box-color3{
	background: rgba(243, 246, 252, .9);
	color: #2e4f92;
}

.zzjg-new-title{
	width: 110px;
	height: 526px;
	border-radius: 10px;
	border: solid 1px #008b4c;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 6px;
}

.zzjg-new-title::after{
	content: '';
	display: block;
	height: 2px;
	width: 95px;
	background-color: #5892ce;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -1px;
}

.zzjg-new-name{
	background-color: #eaf4fd;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-image: url(hyk_w_zzjg1.png);
	background-repeat: no-repeat;
	background-position: top 40px center;
	background-size: 68px auto;
	padding: 135px 32px 0;
	font-size: 30px;
	color: #22246a;
	font-weight: bold;
	line-height: 1.2;
}

/* 组织结构  end*/


/* 走进环科院新增 */
.yuanxun{
	height: 563px;
	background: url(zjhky-jbqk-bg1-new.png) no-repeat;
	background-size: 100% auto;
	margin-top: -55px;
	margin-bottom: 45px;
	box-sizing: border-box;
	padding-top: 106px;

}

.yuanxun h4{
	font-size: 30px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #5892ce;
}

.yuanxun ul{
	overflow: hidden;
	margin-top: 46px;
	padding-left: 170px;
}

.yuanxun ul li{
	width: 510px;
	float: left;
	margin-bottom: 30px;
	margin-right: 120px;
}

.yuanxun ul li:nth-child(even){
	margin-right: 0;
}

.yuanxun h5{
	height: 30px;
	line-height: 30px;
	background: url(zjhky-jbqk-icon1-new.png) left center no-repeat;
	background-size: 22px auto;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
	color: #5892ce;
}

.yuanxun p{
	height: 25px;
	line-height: 25px;
	color: #0f2235;
	margin-top: 14px;
	font-size: 0;
	padding-left: 42px;
}

.yuanxun p span{
	font-size: 20px;
	display: inline-block;
	position: relative;
}

.yuanxun p span::before{
	content: '';
	display: block;
	position: absolute;
	left: 70px;
	right: 10px;
	border-top: 1px dashed #9bbee2;
	top: -29px;
}
/* 走进环科院新增 end*/

/*2025.03.28新增页面 end*/
@media screen and (max-width: 1640px){
	.mt70{
		margin-top: -50px;
	}
	.warp_top_down {
		padding: 30px 0 50px;
	}
	/*二级导航 开始*/
	.ej_menu{
		min-width: 1000px;
		top: -50px;
	}
	.ej_menu .ej_menu_w{
		width: 1000px;
	}
	.ej_menu ul li{
		margin-right: 65px;
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	.ej_menu ul li.on,
	.ej_menu ul li:hover{
		border-bottom: 3px solid #88cc29;
	}

	.ej_menu .mline{
		top: 50px;
	}

	.ej_menu.ej_menuRed ul li.on,
	.ej_menu.ej_menuRed ul li:hover{
		border-bottom: 3px solid #ffd470;
	}
	.ej_menu.ej_m2 ul li{margin-right: 25px;}
	/*二级导航 end*/


	.warp_center{
		width: 1000px;
		min-width: 1000px;
	}
	.ej_banner {
	}
	.ej_banner img{
		height: 288px;
	}
	.ej_banner .lmbt{
		width: 1000px;
		padding: 15px 0 0 30px;
		margin-left: -30px;
		height: 170px;
		bottom: 50px;
	}
	/*栏目标题各个颜色背景*/
	.lmbg01{
		/*	background: url(ej_lmbg01.png) left center no-repeat;*/
	}
	.lmbg02{
		background: url(ej_lmbg02.png) left center no-repeat;
	}
	.lmbg03{
		background: url(ej_lmbg03.png) left center no-repeat;
	}
	.lmbg04{
		background: url(ej_lmbg04.png) left center no-repeat;
	}
	/*栏目标题各个颜色背景结束*/

	.ej_banner .lmbt h1{
		font-size: 36px;
	}
	.ej_banner .lmbt .weizhi{
		line-height: 40px;
		font-size: 15px;
		background: url(ej_icon_01.png) left 12px no-repeat;
		background-size: 16px auto;
		padding-left: 26px;

		max-width: 500px;
	}


	.ej_bodybg{
		background: url(ej_bodybg.png);
		/*		padding-top: 20px;*/
	}
	.ej_title{

		padding-top: 10px;

		background: url(ej_bg01.png) 0 88px  repeat-x;

		margin-bottom: 10px;

		padding-bottom: 20px;

	}

	.ej_title span{
		font-size: 22px;
		line-height: 80px;
	}

	.ej_title span::after{
		content: '';
		width: 40px;
		height: 20px;
		background: url(ej_icon_02.png) center no-repeat #fff;
		background-size: 20px 20px;
		border-radius: 10px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -34px;
	}


	/*tab 栏目标题*/

	.ej_tabNav{
		margin-bottom: 8px;
		padding-top: 10px;
	}
	.ej_tabNav ul{
		padding-bottom: 16px;
		background: url(ej_bg01.png) 0 78px repeat-x;
	}
	.ej_tabNav ul li{
		font-size: 22px;
		line-height: 80px;
		margin: 0 25px;
	}
	.ej_tabNav ul li.on::after{
		width: 40px;
		height: 20px;
		background: url(ej_icon_02.png) center no-repeat #fff;
		background-size: 20px 20px;

		bottom: -8px;
	}

	.ej_tabNav ul li::before{
		width: 5px;
		height: 5px;
		right: -28px;
	}

	/*tab 栏目标题 end*/
	/*	tab 栏目标题*/

	/*图文列表*/
	.NewList{
	}
	.NewList li{
		padding: 20px 0;
	}
	.NewList li .time{
		color: #5892ce;
		font-size: 12px;
	}
	.NewList li .img{
		width: 210px;
		height: 124px;
		margin-right: 30px;
	}
	.NewList li h3{
		line-height: 150%;
		font-size: 16px;
		margin-bottom: 6px;
	}
	.NewList li .t01{
		font-size: 12px;
		margin-bottom: 6px;
		color: #63717f;
	}

	/* 分页 */


	/*列表 - 标题列表*/
	.NewList2{
		padding: 0px 40px;
		line-height: 260%;
		font-size: 16px;
	}
	.NewList2 ul{
		padding: 20px 0;
	}
	.NewList2 li{
		position: relative;
		padding-left: 20px;
	}
	.NewList2 li a {
		display: block;
		width: 790px;
		line-height: 1.8;
	}
	.NewList2 ul li:nth-child(5n) {
		padding-bottom: 20px;
		margin-bottom: 20px;
		background: url(ej_line2.png) bottom repeat-x;
	}
	.NewList2 ul li:nth-child(15n) {
		margin-bottom: 0;
	}
	.NewList2 .time{
		font-size: 15px;
	}
	.NewList2 li::after {
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #5792cd;
		position: absolute;
		top: 20px;
		transform: translateY(-50%);
		left: 0;
	}
	.NewList2 li:nth-child(5n)::after {
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #5792cd;
		position: absolute;
		top: 20px;
		transform: translateY(-50%);
		left: 0;
	}

	/*期刊列表 - 标题列表*/
	.NewList_qk{
		box-sizing: border-box;
		line-height: 38px;
		font-size: 16px;
		overflow: hidden;
	}
	.NewList_qk ul {
		overflow: hidden;
	}
	.NewList_qk li{
		position: relative;
		padding-left: 15px;
		padding-top: 6px;
		padding-bottom: 6px;
		float: left;
		width: 50%;
	}
	.NewList_qk li::after{
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #5792cd;
		position: absolute;
		top: 20px;
		transform: translateY(-50%);
		left: 0;
	}
	.NewList_qk li a{
		display: block;
		line-height: 1.8;
	}
	.NewList_qk .page {
		padding-bottom: 0;
	}
	/*科技奖项*/
	.ej_so{
		padding-top: 0px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.ej_so li{
		display: inline-block;
		margin-left: 20px;
	}
	.ej_so li:last-child{
		margin-left: 10px;
	}
	.ej_so li label{
		font-size: 16px;
	}
	.inp_bk{
		width: 206px;
		height: 36px;
		padding: 0 10px;
		font-size: 15px;
	}
	.inp_bk_rc {
		width: 270px;
	}
	.inp_btn{
		width: 70px;
		height: 34px;
		font-size: 15px;
	}

	/*表格*/
	.ej_table01{
		background: url(ej_xiexian.png) #5792cd;
		margin-bottom: 30px;
	}
	.ej_table01 table {
		background: url(ej_bg02.png) top right no-repeat;
		background-size: auto 50px;
	}

	.ej_table01 th,
	.ej_table01 td{
		font-size: 15px;
		border: 1px solid #ccdcec;
		padding: 8px 10px;
	}

	.pt80{
		padding-top: 60px;
	}
	/*表格2*/
	.ej_table02 table tr td:first-child {
		width: 200px;
	}
	.ej_table02 td{
		font-size: 15px;
		border: 1px solid #ccdcec;
		padding: 8px 10px;
	}
	/*照片列表*/
	.zpList{
		float: left;
		width: 100%;
		margin-top: -30px;
	}
	.zpList .img{
		width: 140px;
		height: 190px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.zpList li{
		float: left;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.zpList .zpbt{
		font-size: 12px;
		padding: 6px 0;
		width: 140px;
	}

	/*国家级平台列表*/
	.ptList{
		float: left;
		width: 100%;
		margin-top: -30px;
		margin-bottom: 30px;
	}
	.ptList .img{
		width: 483px;
		height: 280px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.ptList li{
		/*		margin-right: 34px;*/
	}
	.ptList .bt{
		font-size: 18px;
	}
	.ptList .txt{
		font-size: 15px;
	}

	/*学术委员会*/
	.wyh_row{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.wyh_row *{
		line-height: 40px;
	}
	.wyh_row .wyh_th_tit,
	.wyh_row .wyh_td_tit{
		font-size: 16px;
	}
	.wyh_row .wyh_td_tit{
		padding-left: 20px;
	}
	.wyh_row .wyh_th_tit,
	.wyh_row .wyh_th{
		width: 180px;
	}
	.wyh_row .wyh_td_tit,
	.wyh_row .wyh_td{
		width: 810px;
	}

	.wyh_row .wyh_th{
		font-size: 16px;
	}
	.wyh_row .wyh_td{
		font-size: 14px;
	}
	.wyh_row .wyh_td li{
		width: 80px;
	}
	.wyh_row .wyh_td li.tt {
		width: 318px;
	}
	.wyh_row .wyh_td li::after{
		height: 14px;
	}


	.rcch .wyh_row .wyh_th {
		width: 370px;
	}
	.rcch .wyh_row .wyh_td {
		width: 590px;
	}
	.rcch .wyh_qt {
		padding: 20px 0;
		background: #f4f4f4;
	}

	/*左侧菜单*/
	.left_menu{
		width: 180px;
		float: left;
	}
	.left_menu ul li{
		padding: 12px 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.left_menu ul li.on{
		background-size: auto 80px;
	}
	.parent-tit{
		padding: 10px 20px;
		font-size: 16px;
		line-height: 24px;
		background: url(ej_bg03.png) top right no-repeat #5792cd;
		color: #fff;
		font-weight: bold;
	}

	/*栏目内容*/
	.R_conBox{
		width: 790px;
		padding: 30px 45px;
		min-height: 368px;
	}
	.conBox{
		padding: 40px 65px;
		background: #fff;
	}

	/*细览*/
	.Con_title{
		margin-bottom: 20px;
	}

	.Con_bt{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.mTop_30{
		margin-top: 30px;
	}
	.con_nr{
		font-size: 16px;
	}
	.con_nr table {
		font-size: 12px;
	}
	.con_nr .img_t{
		font-size: 15px;
		color: #707070;
	}
	.con_info{
		font-size: 15px;
	}
	.con_info_l li img{
		width: 18px;
		margin-top: -1px;
	}
	.con_info_r li img{
		width: 18px;
		margin-top: -1px;
	}
	/*分享图标*/
	.con_fx_icon{
		width: 28px;
		height: 28px;
	}


	/*二级-搜索页*/
	.ej_search{
		padding: 30px 0;
	}
	.ej_soBk{

	}
	.ej_soBk .inp_bk{
		height: 34px;
	}
	.ej_soBk .inp_btn{
		height: 34px;
		width: 110px;
		padding-left: 30px;
		background: url(hky_ico_so.png) 25px center no-repeat #5792cd;
		background-size: 16px 16px;
		line-height: 33px;
		text-indent: 24px;
	}

	.so_msg{
		line-height: 40px;
		font-size: 15px;
	}
	.so_msg font{
		margin-left: 20px;
	}
	.so_msg .paixu{
		position: absolute;
		right: 0;
		top: -3px;
	}

	.so_msg font .font_red{
		max-width: 300px;
	}
	.so_msg .paixu a{
		padding: 0px 15px;
		font-size: 14px;
		height: 36px;
		line-height: 32px;
	}

	.ejso_list li h3{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.ejso_list li .txt{
		font-size: 12px;
	}
	.ejso_list li .time{
		font-size: 14px;
	}

	/*专题列表*/
	.zt_list{
		float: left;
		width: 100%;
	}
	.zt_list li{
		width: 314px;
		height: 128px;
		margin-right: 25px;
		margin-bottom: 30px;
	}

	/*	单位资质 - 证书*/
	.zhengshu_list{
	}
	.zhengshu_list li{
		width: 222px;
		height: 222px;
		margin-right: 33px;
		margin-bottom: 30px;
		/*	background: #f00*/
	}
	.zhengshu_list li .img{
		padding: 5px;
		width: 222px;
		height: 156px;
	}
	.zhengshu_list li p{
		font-size: 15px;
		margin-top: 10px;
	}

	/*基本情况*/
	.jieshao{
		background: url(hky_fengjing.jpg) no-repeat;
		background-size: 100% auto;
		padding: 80px;
	}
	.jieshao .js_tit{
		font-size: 30px;
		color: #fff;
	}
	.js_con{
		margin-top: 110px;
		padding: 60px;
		font-size: 18px;
	}

	/*视频*/
	.videoBox{
		width: 780px;
		margin: 0 auto 50px;

	}
	.videoBox .bt{
		font-size: 16px;
	}
	.ej_video {
		width: 780px;
		height: 440px;
	}
	.ej_video .video_play {
		width: 80px;
		height: 80px;
		background-size: 24px auto;

	}

	.ej_video video {
		width: 780px;
		height: 440px;
	}

	/*图片列表*/
	.imgList ul li{
		width: 315px;
		height: 242px;
		padding: 7px;
		margin-top: 30px;
		margin-right: 23px;
	}
	.imgList ul li:nth-child(3n){
		margin-right: 0;
	}
	.imgList ul li .img{
		width: 300px;
		height: 176px;
	}
	.imgList ul li p{
		padding-top: 15px;
		font-size: 15px;
	}

	/* chaow begin */
	.base-select-main .select-text{
		line-height: 34px;
	}

	.base-select-main::after{
		width: 6px;
		height: 6px;
		top: 10px;
		right: 14px;
	}

	.base-select-main:hover::after{
		top: 15px;
	}

	.base-select-main .select-option{
		font-size: 15px;
	}

	.rcdw-zgjzc-table .zgjzc-more{
		background-size: 18px auto;
		background-position: 0 4px;
		padding-left: 24px;
	}
	/* chaow End */
	/*王慧强 begin*/
	.ys_list {
		width: 100%;
		overflow: hidden;
		padding-bottom: 64px;
	}
	.ys_com {
		width: 100%;
		position: relative;
		padding-left: 14px;
		margin-bottom: 36px;
	}
	.ys_com:last-of-type {
		margin-bottom: 0;
	}
	.ys_com::before {
		content: "";
		display: block;
		width: 100%;
		height: 113px;
		background: #eff7fe;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.ys_img_box {
		width: 151px;
		height: 219px;
		overflow: hidden;
		float: left;
		position: relative;
		z-index: 1;
	}
	.ys_img {
		/* width: 100%; */
		/* height: 100%; */
		object-fit: cover;
		transition: all 0.3s;
	}

	.ys_img_box:hover .ys_img {
		transform: scale(1.05);
	}
	.ys_info {
		float: left;
		width: 760px;
		margin-left: 36px;
		padding-top: 25px;
		position: relative;
		z-index: 1;
	}
	.head_tit {
		font-size: 21px;
		color: #5892ce;
		font-weight: 600;
	}
	.head_tit a {
		color: #5892ce;
	}
	.head_job {
		line-height: 16px;
		margin-top: 10px;
		overflow: hidden;
	}
	.job_left {
		float: left;
		font-size: 14px;
		color: #0f2235;
	}
	.job_more {
		float: right;
		font-size: 11px;
		color: #008342;
	}
	.job_line {
		height: 16px;
		line-height: 16px;
		position: relative;
		overflow: hidden;
	}
	.job_line::before {
		content: "";
		display: block;
		height: 1px;
		border-bottom: 1px dashed #62ba8f;
		position: absolute;
		left: 13px;
		right: 28px;
		top: 8px;
	}
	.job_line::after {
		content: "";
		display: block;
		height: 1px;
		background: #4aa779;
		position: absolute;
		width: 37px;
		right: 28px;
		top: 9px;
	}
	.head_desc {
		font-size: 14px;
		line-height: 26px;
		margin-top: 45px;
	}

	.dsj_list {
		padding-bottom: 30px;
	}
	.dsj_com {
		margin-bottom: 36px;
		position: relative;
	}
	.dsj_com::after {
		width: 1px;
		height: 219px;
		border-left: 1px dashed #91b9d8;
		content: "";
		left: 75px;
		top: 23px;
		position: absolute;
		display: block;
	}
	.dsj_com::before {
		width: 6px;
		height: 6px;
		background-color: #fff;
		border: solid 2px #5892ce;
		box-sizing: border-box;
		border-radius: 50%;
		content: "";
		left: 72px;
		top: 16px;
		position: absolute;
		display: block;
	}
	.dsj_com:last-of-type::after {
		display: none;
	}
	.dsj_time {
		float: left;
		text-align: right;
	}
	.dsj_time .p1 {
		font-size: 28px;
		color: #5892ce;
	}
	.dsj_time .p2 {
		font-size: 16px;
		color: #5892ce;
		margin-top: 4px;
	}
	.dsj_info {
		float: right;
		width: 908px;
		height: 184px;
		background: url(hky_w_dsjBk.png) no-repeat;
		background-size: cover;
		padding-left: 21px;
		padding-right: 26px;
		box-sizing: border-box;
	}
	.dsj_info_tit {
		line-height: 43px;
		font-size: 16px;
		color: #0f2235;
		font-weight: 600;
	}
	.dsj_info_img {
		margin-top: 14px;
	}
	.dsj_img {
		float: left;
		width: 192px;
		height: 113px;
		overflow: hidden;
	}

	.dsjImg {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.3s;
	}
	.dsj_img:hover .dsjImg {
		transform: scale(1.05);
	}

	.dsj_desc {
		float: right;
		width: 648px;
		font-size: 12px;
		line-height: 21px;
		color: #63717f;
		text-align: justify;
	}

	.lxwm_wrap {
	}
	.lxwm_tit {
		font-size: 21px;
		line-height: 28px;
		color: #5892ce;
		text-align: center;
	}
	.lxwm_contway {
		margin-top: 27px;
		padding-left: 203px;
	}
	.contway_left {
		float: left;
	}
	.contway_right {
		margin-left: 121px;
		float: left;
	}
	.contway_right_tit {
		font-size: 14px;
		color: #0f2235;
		font-weight: 600;
		margin-bottom: 11px;
	}
	.contway_com {
		font-size: 14px;
		line-height: 20px;
		color: #0f2235;
		padding-left: 23px;
		margin-bottom: 15px;
	}
	.contway_dz {
		background: url(hky_w_lxwm2.png) no-repeat left 1px;
		background-size: 15px;
	}
	.contway_yb {
		background: url(hky_w_lxwm3.png) no-repeat left 2px;
		background-size: 15px;
	}
	.contway_cz {
		background: url(hky_w_lxwm4.png) no-repeat left 3px;
		background-size: 15px;
	}
	.contway_dh {
		background: url(hky_w_lxwm5.png) no-repeat left 3px;
		background-size: 15px;
	}
	.contway_yx {
		background: url(hky_w_lxwm6.png) no-repeat left 4px;
		background-size: 15px;
	}
	.lxwm_img {
		margin-top: 18px;
		margin-bottom: 50px;
		width: 100%;
	}
	.lxwm_img img {
		width: 100%;
	}

	.xrld_com {
		padding-left: 24px;
	}
	.xrld_com .head_desc {
		margin-top: 78px;
	}
	.xrld_com::before {
		height: 99px;
	}
	.xrld_com .ys_info {
		margin-left: 45px;
	}

	.zzjg_wrap {
		padding-left: 45px;
		padding-bottom: 67px;
	}
	.zzjg_cont {
		width: 872px;
		height: 1271px;
		background: url(hyk_w_zzjg2.png) no-repeat;
		background-size: cover;
		position: relative;
	}
	.zzjg_title {
		position: absolute;
		left: 10px;
		top: 244px;
	}
	.zzjg_logo {
		width: 48px;
	}
	.zzjg_name {
		font-size: 24px;
		line-height: 30px;
		font-weight: 600;
		color: #0f2235;
		width: 26px;
		text-align: center;
		margin: 7px auto 0;
	}
	.zzjg_com_tit {
		font-size: 18px;
		font-weight: 600;
		line-height: 1;
		position: absolute;
		color: #0f2235;
	}
	.zzjg_com_tit1 {
		left: 236px;
		top: 134px;
	}
	.zzjg_ul {
		position: absolute;
	}
	.zzjg_ul1 {
		position: absolute;
		left: 240px;
		top: 110px;
	}
	.zzjg_li {
		font-size: 16px;
		font-weight: 600;
		line-height: 28px;
		color: #5892ce;
		padding-left: 13px;
		position: relative;
	}
	.zzjg_li::before {
		width: 4px;
		height: 4px;
		background: #5892ce;
		border-radius: 50%;
		content: "";
		left: 0;
		top: 12px;
		position: absolute;
		display: block;
	}
	.zzjg_li a {
		color: #5892ce;
	}
	.zzjg_li a:hover {
		text-decoration: underline;
	}
	.zzjg_com_tit2 {
		left: 236px;
		top: 612px;
	}
	.zzjg_ul2 {
		left: 440px;
		top: 337px;
	}
	.zzjg_com_tit3 {
		left: 209px;
		top: 1042px;
	}
	.zzjg_ul3 {
		left: 440px;
		top: 976px;
	}
	.zzjg_com_tit4 {
		left: 204px;
		top: 1213px;
	}
	.zzjg_ul4 {
		left: 440px;
		top: 1193px;
	}
	/* 组织机构end */
	/*王慧强 End*/

	/*2025.03.28新增页面 开始*/
	.ej_new_menu ul li{
		margin-right: 48px;
	}

	/*视频新闻*/

	.video_List{}
	.video_List ul li{
		width: 315px;
		height: 242px;
		padding: 7px;
		margin-top: 30px;
		margin-right: 23px;
	}
	.video_List ul li .img{
		width: 300px;
		height: 169px;
	}

	.video_List ul li p{
		padding-top: 8px;
		font-size: 14px;
	}
	.video_List .video_play-ico{
		width: 45px;
		height: 45px;
		background-size: 14px auto;
		top: 72px;
	}

	/*院区风貌栏目页*/
	.san_title{
		height: 20px;
		line-height: 20px;
		margin-bottom: 25px;
	}
	.san_title span{
		font-size: 20px;
		padding: 0 16px;
	}

	.san_title .more{
		padding-left: 8px;
		font-size: 12px;
	}
	.san_title .more::after{
		width: 30px;
		height: 2px;
		left: -30px;
		top: 9px;
	}
	.sp_bg{
		margin-bottom: 45px;
	}
	.sp_bg .sp_box{
		width: 780px;
		height: 440px;
		margin: 0 auto;
	}
	/*2025.03.28新增页面 end*/


	/*区域平台列表 - 标题列表*/
	.qy_box {
		padding-bottom: 0;
	}
	.NewList3{
		/* padding: 0px 40px; */
		line-height: 260%;
		font-size: 16px;
	}
	.NewList3 ul{
		/* padding: 20px 0; */
	}
	.NewList3 li{
		position: relative;
		padding-left: 20px;
	}
	.NewList3 li a {
		display: block;
		width: 570px;
		line-height: 1.8;
	}
	.NewList3 ul li:nth-child(5n) {
		padding-bottom: 20px;
		margin-bottom: 20px;
		background: url(ej_line2.png) bottom repeat-x;
	}
	.NewList3 ul li:nth-child(15n) {
		margin-bottom: 0;
	}
	.NewList3 .time{
		font-size: 15px;
	}
	.NewList3 li::after {
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #5792cd;
		position: absolute;
		top: 20px;
		transform: translateY(-50%);
		left: 0;
	}
	.NewList3 li:nth-child(5n)::after {
		content: '';
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #5792cd;
		position: absolute;
		top: 20px;
		transform: translateY(-50%);
		left: 0;
	}


	/* 分页 */
	.page {
		text-align: center;
		padding: 0px 0 40px 0;
		margin-top: 20px;
	}
	.page_s {
		display: inline-block;
		font-size: 14px;
	}

	.page a {
		cursor: pointer;
	}

	.page a,
	.page span,
	.page .txt {
		padding: 0 11px;
		height: 28px;
		line-height: 26px;
		border: 1px solid #ccdcec;
		margin: 0 3px 0 0;
		color: #333333;
		font-size: 12px;
		border-radius: 2px;
		min-width: 12px;
		display: inline-block;
	}

	.page a:hover {
		color: #fff;
		border: 1px solid #5892ce;
		background: #5892ce;
	}

	.page .cur {
		color: #fff;
		border: 1px solid #ccdcec;
		background: #5892ce;
	}

	.page span {
		border: none;
	}

	.page .txt {
		width: 18px;
	}

	.page #num {
		height: 28px;
		line-height: 28px;
		text-align: center;
		border: 1px solid #ccdcec;
		border-radius: 2px;
		width: 28px;
		vertical-align: middle;
		font-size: 12px;
	}

	.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: 26px;
		line-height: 26px;
		cursor: pointer;
		padding: 0 6px;
		margin: 0;
		vertical-align: middle;
		border: none;
		background-color: #5892ce;
		font-size: 12px;
		color: #fff;
		border-radius: 2px;
	}

	.con_info_l li:nth-child(1){
		max-width: 230px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}


	/* 组织结构 */
	.zjjg-new-wrapper{
		padding-bottom: 180px;
	}

	.zjjg-new-wrapper::after{
		width: 18%;
		height: 150px;
		bottom: 500px;
	}

	.zzjg-new-wrap::after{
		top: 184px;
		bottom: 50px;
		width: 42px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		left: 120px;
	}

	.zzjg-new-box{
		width: 835px;
		border-radius: 8px;
		margin-bottom: 36px;
		padding: 24px 18px;
	}

	.zzjg-new-box ul{
		width: 362px;
		margin-right: 14px;
	}

	.zzjg-new-box ul li{
		height: 52px;
		padding-left: 20px;
		line-height: 50px;
		font-size: 14px;
	}

	.zzjg-new-box ul:nth-child(2){
		width: 414px;
	}

	.zzjg-new-title{
		width: 78px;
		height: 368px;
		border-radius: 8px;
		padding: 5px;
	}

	.zzjg-new-title::after{
		width: 90px;
	}

	.zzjg-new-name{
		background-color: #eaf4fd;
		border-radius: 8px;
		background-position: top 30px center;
		background-size: 48px auto;
		padding: 95px 22px 0;
		font-size: 20px;
	}

	/* 组织结构  end*/


	/* 走进环科院新增 */
	.yuanxun{
		height: 400px;
		margin-top: -40px;
		margin-bottom: 30px;
		padding-top: 76px;

	}

	.yuanxun h4{
		font-size: 22px;
	}

	.yuanxun ul{
		overflow: hidden;
		margin-top: 32px;
		padding-left: 120px;
	}

	.yuanxun ul li{
		width: 356px;
		margin-bottom: 18px;
		margin-right: 80px;
	}

	.yuanxun h5{
		height: 22px;
		line-height: 22px;
		background-size: 16px auto;
		font-size: 16px;
		padding-left: 14px;
	}

	.yuanxun p{
		height: 18px;
		line-height: 18px;
		margin-top: 10px;
		padding-left: 30px;
	}

	.yuanxun p span{
		font-size: 14px;
		display: inline-block;
		position: relative;
	}

	.yuanxun p span::before{
		left: 50px;
		right: 10px;
		top: -22px;
	}
	/* 走进环科院新增 end*/

}