.page {
	margin: auto;
	padding: 0px;
	background: #F1F2F4;
	padding-bottom: 40px;
}

.page_nav {
	width: 1200px;
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page_nav_title {
	color: #9E9EA0;
}

.page_con {
	width: 1200px;
	display: flex;
	margin: auto;
}

.con_left {
	width: 200px;
	background: white;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.con_left li {
	height: 60px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 60px;
	padding-left: 16px;
	cursor: pointer;
}

.con_left li:hover {
	background: #0146AD;
	color: white;
}

.con_right {
	width: 900px;
	margin-left: 20px;
	background: white;
	height: 900px;
	padding: 40px;
}

.list_box {
	width: 900px;
	margin: auto;
	height: 800px;
}

.list_li {
	float: left;
	width: 280px;
	height: 220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.list_li p{
	margin: auto;
	width: 100%;
	padding: 0px;
	padding-top: 5px;
	text-align: center;
}
.list_li img {
	width: 100%;
	
}

.hide {
	display: none;
}


/*园区概况*/

.gk {
	height: auto !important;
}

.gk p {
	color: #333333;
	font-family: "微软雅黑";
	line-height: 30px;
	text-indent: 2rem;
	text-align: left;
	font-size: 19px;
}


/*园区动态*/

.ds {
	background: #F1F2F4 !important;
	padding: 0px;
	width: 900px;
	margin-left: 20px;
	background: white;
}

.dt_box {}

.ds_li h3 {
	margin: auto;
}

.ds_li {
	background: white;
	padding: 20px 30px;
	margin-bottom: 20px;
	border-radius: 4px;
	width: 900px;
}

.ds_title img {
	width: 24px;
	position: relative;
	top: 6px;
	margin-left: 8px;
	margin-right: 5px;
}

.ds_text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0px;
}

.ds_a {
	text-decoration: blink !important;
	color: #2C90FD !important;
}

.ds_title {
	color: #748494;
}

.dt_page {
	background: white !important;
	padding-top: 20px;
}


/*孵化企业*/

.fh_li {
	/*height: 140px;
	display: flex;*/
}


/*.fh_img{
	width: 150px;
	height: 140px;	
	margin-right: 20px;
	display: none;
}
.fh_img img{
	width: 150px;
	height: 140px;
	border-radius: 4px;
}
.fh_text{
	width: 700px;
}*/


/*创业导师*/

.cy {
	width: 940px;
	margin-left: 20px;
	background: white;
	height: 900px;
	padding: 20px;
	padding-top: 30px;
}

.cy_li {
	width: 195px;
	height: 300px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background: #F5F5F5;
	position: relative;
	cursor: pointer;
	float: left;
	margin-bottom: 20px;
}

.ds_img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}

.ds_img img {
	width: 100%;
}

.ds_name {
	font-size: 22px;
	padding-top: 40px;
	text-align: center;
}

.ds_hover {
	display: none;
	position: absolute;
	padding: 10px;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
	background: #0146AD;
	color: white;
	text-align: center;
}

.ds_hover p {
	margin: auto;
	margin-top: 5px;
	width: 80% !important;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.ds_btn {
	outline: none;
	border: none;
	background: #1858BA;
	color: white;
	margin-top: 8px;
	padding: 6px 12px;
	cursor: pointer;
}

.cy_li:hover .ds_hover {
	display: block;
}