@charset "utf-8";
/* 头部 */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 150px;
	z-index: 999;
}

#header .top {
	width: 100%;
	height: 40px;
	background: #333333;
}

#header .top .topContent {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #AEAEAE;
	font-size: 13px;
}

#header .top .right a, #header .top .right .line {
	margin-left: 8px;
}

#header .content {
	width: 100%;
	height: 110px;
	background: linear-gradient(91deg, #E60412 0%, #FF5400 100%);
}

#header .content .main {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .content .logoWrap {
	width: 384px;
	height: 88px;
}

#header .content .menuWrap {
	margin-left: 50px;
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .menuWrap .menuItem {
	position: relative;
	color: #FFD5D8;
	line-height: 19px;
	cursor: pointer;
}

#header .menuWrap .menuItem:hover {
	color: #ffffff;
}

#header .menuWrap .menuItem:last-child {
	margin-right: 0;
}

#header .menuWrap .selected {
	color: #ffffff;
	font-weight: bold;
}

#header .menuWrap .selected::after {
	display: block;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 42px;
	height: 3px;
	background-color: #ffffff;
	animation: selectMenu 0.5s ease-in;
}

@
keyframes selectMenu {from { width:0;
	
}

to {
	width: 42px;
}

}

/* 首页 */
.index_wrap1 {
	padding-top: 37px;
	display: flex;
}

.index_wrap1 .left {
	width: 403px;
}

.index_wrap1 .left .banner_wrap {
	width: 100%;
	height: 335px;
	background-color: #cccccc;
	overflow: hidden;
}

.index_wrap1  .banner_wrap .pic {
	display: block;
	width: 100%;
	height: 100%;
	width: 100%;
}

.index_wrap1  .banner_wrap .pic img {
	width: 100%;
	height: 100%;
}

.index_wrap1 .left .news_wrap {
	width: 100%;
	margin-top: 33px;
}

.module_header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.module_header .more {
	color: #B6BABC;
}

.module_title {
	color: #333333;
	font-size: 22px;
}

.module_title span {
	display: inline-block;
	line-height: 29px;
	padding-bottom: 7px;
	border-bottom: 3px solid #E60412;
}

.news_wrap .list_item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.news_wrap .list_item a {
	display: block;
	max-width: 300px;
	font-size: 16px;
}

.index_wrap2 .news_wrap .list_item a, .index_wrap3 .news_wrap .list_item a
	{
	font-size: 14px;
}

.index_wrap1 .center, .index_wrap2 .center, .index_wrap3 .center {
	margin: 0 55px;
	width: 380px;
}

.index_wrap1 .center .list_item a {
	max-width: 90%;
}

.index_wrap1 .news_wrap .title {
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 20px;
}

.index_wrap1 .right, .index_wrap2 .right, .index_wrap3 .right {
	width: 290px;
}

.index_wrap1 .right .input_wrap {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.index_wrap1 .input_wrap .label {
	color: #333333;
}

.index_wrap1 .input_wrap input {
	outline-style: none;
	flex: 1;
	height: 38px;
	line-height: 38px;
	border: 1px solid #E4E4E4;
	border-radius: 2px;
	text-indent: 11px;
}

.index_wrap1 .applyForm .btn {
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.index_wrap1 .applyForm .login_btn {
	background-color: #E60412;
	margin-top: 22px;
}

.index_wrap1 .applyForm .register_btn {
	background-color: #FFA33A;
	margin-top: 11px;
}

.index_wrap1 .applyForm .long_btn {
	width: 100%;
}

.index_wrap1 .right .news_wrap .list_item {
	margin-bottom: 23px;
}

.index_wrap1 .right .list_item a, .index_wrap1 .center .list_item a {
	width: 100%;
	max-width: 100%;
}

/* 首页·项目云 */
.wrap_header {
	width: 100%;
}

.wrap_header .title_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrap_header .title_wrap .title {
	color: #000000;
	font-size: 26px;
}

.wrap_header .title_wrap .operate_btn {
	display: inline-block;
	width: 86px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	background: #E60412;
}

.wrap_header .bottom_line {
	display: flex;
	width: 100%;
	height: 3px;
	margin-top: 10px;
}

.wrap_header .bottom_line .line1 {
	width: 88px;
	background-color: #E60412;
}

.wrap_header .bottom_line .line2 {
	width: 44px;
	margin: 0 5px;
	background-color: #FC6B74;
}

.wrap_header .bottom_line .line3 {
	flex: 1;
	background-color: #000000;
}

.index_wrap2 .content {
	display: flex;
}

.index_wrap2 .content .left {
	width: 403px;
	overflow: hidden;
}

.index_wrap2 .left .pic_wrap {
	width: 100%;
	height: 187px;
	background-color: #000000;
}

.index_wrap2 .left .input_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 13px;
}

.index_wrap2 .left .input_wrap input {
	width: 180px;
	height: 42px;
	line-height: 42px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	outline-style: none;
	font-size: 14px;
	text-indent: 20px;
}

.index_wrap2 .left .input_wrap .btn {
	width: 100px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.index_wrap2 .left .input_wrap .publish_btn {
	background: #E60412;
}

.index_wrap2 .left .input_wrap .join_btn {
	background: #E67D04;
}

.index_wrap2 .news_wrap .list_item {
	margin-bottom: 18px;
}

.index_wrap2 .content .right {
	width: 290px;
	overflow: hidden;
}

/* 首页·孵化器园区 */
.index_wrap3 .content {
	display: flex;
	width: 100%;
}

.index_wrap3 .content .left {
	width: 403px;
}

.index_wrap3 .tag_wrap .tag_list {
	display: flex;
	flex-wrap: wrap;
	max-height: 150px;
	overflow: hidden;
}

.index_wrap3 .tag_list .tag {
	padding: 5px 10px;
	border: 1px solid #DBDBDB;
	margin: 0 15px 15px 0;
}

.index_wrap3 .server_org_list .item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.index_wrap3 .server_org_list .server {
	width: 100px;
}

.index_wrap3 .server_org_list .server .name {
	display: inline-block;
	vertical-align: middle;
	max-width: 80px;
}

.index_wrap3 .server .dot {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #B6BABC;
	margin-right: 5px;
}

.index_wrap3 .server_org_list .dash_line {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 0;
	border-bottom: 2px dashed #DBDBDB;
	margin: 0 30px 0 20px;
}

.index_wrap3 .server_org_list .org_name {
	flex: 1;
	overflow: hidden;
}

.index_wrap3 .select_tab {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.index_wrap3 .select_tab .tab {
	display: inline-block;
	line-height: 29px;
	padding-bottom: 7px;
	color: #333333;
	font-size: 22px;
	margin-right: 15px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}

.index_wrap3 .select_tab .tab.selected {
	border-bottom-color: #E60412;
}

.index_wrap3 .news_wrap .list_item {
	margin-bottom: 16px;
}

.index_wrap3 .select_content {
	height: 164px;
	overflow: hidden;
}

.index_wrap3 .select_content .list {
	display: none;
}

.index_wrap3 .select_content .list.selected {
	display: block;
}

.hot_list p {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.hot_list .sort_num {
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	margin: 0 8px;
	background-color: #d8d8d8;
}

.hot_list p:first-child .sort_num {
	background-color: #D50000;
}

.hot_list p:nth-child(2) .sort_num {
	background-color: #FF881F;
}

.hot_list p:nth-child(3) .sort_num {
	background-color: #FFCB18;
}

.hot_list a {
	max-width: 250px;
}

/* 首页·行业专家 */
.index_wrap4 .content {
	display: flex;
}

.index_wrap4 .content .left {
	width: 875px;
}

.index_wrap4 .expert_wrap {
	margin-top: 10px;
	width: 875px;
	display: flex;
}

.index_wrap4 .expert_wrap .expert {
	margin-right: 25px;
	width: 200px;
	height: 280px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	width: 200px;
}

.index_wrap4 .expert_wrap .expert:last-child {
	margin-right: 0;
}

.index_wrap4 .expert .top {
	display: flex;
	align-items: center;
	padding-top: 17px;
}

.expert_wrap .expert .portrait {
	margin-left: 16px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 75px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	width: 75px;
	display: flex;
}
.expert_wrap .expert .name_wrap {
	flex:1;
}
.expert_wrap .expert .portrait img {
	width: 60px;
	height: 60px;
	background: #E6E6E6;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	overflow: hidden;
}

.expert_wrap .expert .name {
	color: #333333;
	font-size: 18px;
}

.expert_wrap .expert .school {
	color: #A5A5A5;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

.expert_wrap .expert .info_content {
	padding: 18px 16px 10px;
}

.expert_wrap  .info_content p {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #333333;
	overflow: hidden;
	font-size: 13px;
}

.expert_wrap  .info_content p:first-child {
	margin-bottom: 5px;
}

.expert_wrap  .info_content p:nth-child(2) {
	margin-bottom: 15px;
}

.expert_wrap  .info_content .label {
	font-size: 13px;
	color: #B6BABC;
}

.expert_wrap  .info_content .text {
	max-width: 117px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.expert_wrap  .info_content .field {
	padding-left: 39px;
	line-height: 20px;
	max-height: 80px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_wrap4 .right {
	margin-left: 35px;
	width: 290px;
}

.index_wrap4 .right .item_list {
	width: 100%;
	overflow: hidden;
}

.index_wrap4 .right .item_list li {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}

.index_wrap4 .right .item_list li:hover .org_name {
	color: #E60412;
}

.index_wrap4 .right  li .org_name {
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
}

.index_wrap4 .right  li p {
	color: #B6BABC;
	display: flex;
	justify-content: space-between;
}

.index_wrap4 .right  li strong {
	color: #000000;
	font-weight: normal;
}

.index_wrap4 .right  li .detail {
	color: #FF5046;
}
/* 科技金融 */
.financial_wrap {
	width: 100%;
}

.financial_wrap .item_list {
	display: flex;
	flex-direction: column;
	height: 495px;
	flex-wrap: wrap;
	align-content: space-between;
}

.financial_wrap li {
	width: 415px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
}

.financial_wrap li .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.financial_wrap li .top .name {
	font-size: 16px;
	max-width: 280px;
	overflow: hidden;
}

.financial_wrap li .top .price {
	color: #FF5046;
}

.financial_wrap li .top .btn {
	display: inline-block;
	width: 47px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	background: #E60412;
	margin-left: 10px;
	width: 47px;
}

.financial_wrap .abstract {
	width: 280px;
	font-size: 13px;
	color: #777777;
	line-height: 20px;
}

/* 首页·会员展示 */
.index_wrap5 .vip_wrap {
	width: 100%;
	overflow: hidden;
}

.index_wrap5 .vip_wrap .vip_list {
	display: flex;
	flex-flow: wrap;
	height: 472px;
}

.index_wrap5 .vip_list .item {
	display: block;
	width: 230px;
	margin-right: 12px;
	margin-bottom: 27px;
}

.index_wrap5 .vip_list .item:nth-child(5n) {
	margin-right: 0;
}

.index_wrap5 .vip_list .item .picWrap {
	display: flex;
	width: 100%;
	height: 175px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.index_wrap5 .item .picWrap img {
	max-width: 100%;
}

.index_wrap5 .vip_list .item .name {
	margin-top: 13px;
	text-align: center;
}

/* 厂房 */
.index_wrap6 .content {
	display: flex;
	justify-content: space-between;
}

.index_wrap6 .content .left {
	flex: 1;
}

.index_wrap6 .content .right {
	width: 290px;
}

.index_wrap6 .left .list {
	display: flex;
	flex-flow: wrap;
}

.index_wrap6 .left .list .item {
	display: block;
	width: 209px;
	margin-right: 12px;
	margin-bottom: 27px;
}

.index_wrap6 .left .list .item:nth-child(4n) {
	margin-right: 0;
}

.index_wrap6 .left .list .item img {
	display: block;
	width: 100%;
	height: 175px;
	background-color: #000000;
}

.index_wrap6 .left .list .item .name {
	margin-top: 13px;
	display: inline-block;
}
/* 二级页面  start*/
.container .second_banner {
	width: 100%;
	height: 120px;
	overflow: hidden;
	background-color: #cccccc;
}

.container .second_banner img {
	width: 100%;
	height: 100%;
}

.container .path_wrap {
	width: 100%;
	height: 40px;
	background: #F8F8F8;
	color: #333333;
	font-size: 12px;
}

.container .path_wrap .path {
	text-align: right;
	height: 40px;
	line-height: 40px;
}

.container .main {
	position: relative;
}

.left_right_layout {
	display: flex;
	flex-direction: row;
}

.left_right_layout .left_bar {
	margin-top: -40px;
	margin-right: 70px;
	width: 260px;
	height: min-content;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
}

.left_right_layout .left_bar h2 {
	margin-top: 43px;
	margin-bottom: 82px;
	color: #E60412;
	font-size: 24px;
	padding-left: 23px;
}

.left_right_layout .left_bar li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	font-size: 16px;
	color: #666666;
	background-color: #F8F8F8;
	border-top: 1px solid #ECECEC;
}

.left_right_layout .left_bar li:hover {
	color: #E60412;
	background-color: #FFFFFF;
	cursor: pointer;
}

.left_right_layout .left_bar li.selected {
	color: #E60412;
	border-left: 2px solid #E60412;
	background-color: #FFFFFF;
}

.left_right_layout .right_content {
	flex: 1;
	min-height: 850px;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.right_content .header_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 31px 0 0 0;
	color: #000000;
	font-size: 18px;
}
.right_content .header_title .title {
	position: relative;
	
}
.right_content .header_title .back {
	color: #666666;
	font-size: 14px;
}
.right_content .header_title .title::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background: #FF5046;
}

.left_right_layout .iframe_wrap {
	width: 100%;
	flex: 1;
}

.left_right_layout .iframe_wrap iframe {
	width: 100%;
	overflow-x: hidden;
	visibility: hidden;
}

/* 图文列表布局 */
.right_content .item_list_tw {
	margin-top: 10px;
	border-top: 1px solid #D2D2D2;
	min-height: 500px;
}

.right_content .item_list_tw .item {
	display: flex;
	height: 120px;
	overflow: hidden;
}

.right_content .item_list_tw li {
	padding: 18px 0;
}

.right_content .item_list_tw .pic {
	width: 150px;
	height: 114px;
}

.right_content .item_list_tw .pic img {
	width: 100%;
	height: 100%;
}

.right_content .item_list_tw .text_wrap {
	flex: 1;
	margin-left: 20px;
	overflow: hidden;
}

.right_content .item_list_tw .text_wrap .name {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 9px;
}

.right_content .item_list_tw .text_wrap .content {
	color: #707070;
	margin-top: 16px;
	line-height: 22px;
	height: 70px;
}
/* 新闻列表布局 */
.right_content .item_list {
	align-items: flex-start;
	min-height: 500px;
}

.right_content .item_list li>a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 843px;
	height: 54px;
	align-items: center;
	border-bottom: 1px dashed #C8C8C8;
}

.right_content .item_list .item {
	flex: 1;
	width: auto;
	margin-right: 100px;
	border: none;
	color: #333333;
}

.right_content .item_list .item:hover .title {
	color: #000;
}

.right_content .item_list .time {
	color: #888888;
}

.right_content .item_list {
	padding-left: 20px;
}

.item_list .item {
	display: flex;
	align-items: center;
	width: 343px;
	height: 38px;
	border-bottom: 1px dashed #C8C8C8;
	overflow: hidden;
}

.item_list .title {
	flex: 1;
	font-size: 13px;
	color: #333333;
	margin-left: 8px;
}
/* 会员展示分类 */
.right_content .vip_type_wrap {
	display: flex;
	flex-wrap: wrap;
}

.right_content .vip_type_wrap span {
	padding: 4px 8px;
	border: 1px solid #DBDBDB;
	color: #000000;
	margin-right: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

.right_content .vip_type_wrap span:hover {
	color: #FFFFFF;
	background: #EA120F;
	border-color: #EA120F;
}

.right_content .vip_type_wrap span.selected {
	color: #FFFFFF;
	background: #EA120F;
	border-color: #EA120F;
}
/* 会员需求分类 */
.right_content .switch_wrap {
	display: flex;
	align-items: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #ECECEC;
}

.right_content .switch_wrap span {
	font-size: 18px;
	color: #000000;
	padding-bottom: 7px;
	border-bottom: 2px solid #FF5046;
	margin-right: 60px;
}

.right_content .option_wrap {
	padding-top: 13px;
	border-bottom: 1px solid #ECECEC;
}

.right_content .option_wrap .wrap {
	display: flex;
	margin-bottom: 20px;
}

.right_content .option_wrap .options {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.right_content .option_wrap span {
	margin-right: 22px;
	margin-bottom: 10px;
}

.right_content .option_wrap .selected {
	color: #FF5046;
}

.right_content {
	min-height: 850px;
}

.right_content .demand_type_wrap {
	display: flex;
}

.right_content .demand_type_wrap span {
	margin-right: 60px;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}

.right_content .demand_type_wrap .selected::after {
	display: block;
	content: '';
	margin-top: 7px;
	width: 72px;
	height: 2px;
	background: #FF5046;
}

.right_content .menu_wrap {
	padding-top: 13px;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
}

.right_content .menu_wrap .label {
	width: 50px;
}

.right_content .menu_wrap .area_wrap, .menu_wrap .status_wrap {
	display: flex;
	align-items: flex-start;
}

.right_content .menu_wrap .options {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	flex: 1;
}

.right_content .menu_wrap .options span {
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}

.right_content .menu_wrap .options span.selected {
	color: #FF5046;
}

.right_content .demand_list {
	min-height: 500px;
}

.right_content .demand_list li>a {
	display: block;
	padding: 25px 0;
	border-bottom: 1px dashed #C8C8C8;
}

.right_content .demand_list li .title_wrap {
	display: flex;
	justify-content: space-between;
}

.right_content .demand_list .title_wrap .title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.right_content .demand_list .title_wrap .budget {
	color: #FF5046;
}

.right_content .demand_list .address {
	padding: 10px 0;
	color: #999999;
	font-size: 13px;
}

.right_content .demand_list .detail_info {
	max-height: 62px;
	overflow: hidden;
	color: #000000;
	font-size: 13px;
}

.right_content .demand_list .detail_info p, .demand_list .detail_info span
	{
	color: #000000;
	font-size: 13px;
}

.right_content .demand_detail_wrap .title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
}

.right_content .demand_detail_wrap .row {
	display: flex;
}

.right_content .demand_detail_wrap .row p {
	width: 300px;
}

.right_content .demand_detail_wrap .row .label {
	width: 70px;
	color: #8F8F8F;
	margin-right: 12px;
}

.right_content .demand_detail_wrap .row .info {
	color: #000000;
}

.right_content .demand_detail_wrap .row .budget {
	color: #FF5046;
}
/* 主要领导 */
.leader_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: speace-between;
	margin-top: 50px;
}

.leader_list .item {
	display: flex;
	margin-bottom: 70px;
	flex: 1;
	margin-right: 60px;
	max-width: 404px;
}

.leader_list .item .pic {
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: #E6E6E6;
	overflow: hidden;
	border-radius: 12px;
}

.leader_list .item .pic img {
	width: 100%;
}

.leader_list .item .text_wrap {
	flex: 1;
	margin-left: 18px;
}

.leader_list .item .name {
	color: #000000;
	font-size: 16px;
	margin-bottom: 6px;
}

.leader_list .item span {
	color: #707070;
	font-size: 14px;
}

.leader_list .item .line {
	width: 100px;
	height: 3px;
	background: #D5E2EB;
	margin: 14px 0 20px;
}
/* 联系我们 */
.contact .info p {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact .pic_wrap {
	width: 500px;
	height: 300px;
	margin-right: 103px;
	background: #ccc;
}
/* 入会须知 */
.right_content .content_title {
	width: 100%;
	height: 50px;
	background: #F8F8F8;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #000000;
	font-size: 20px;
}

/* 行业专家 */
.right_content .expert_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.right_content .expert_wrap .expert {
	margin-top: 30px;
	margin-right: 20px;
	width: 200px;
	height: 280px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
}

.right_content .expert_wrap .expert:nth-child(4n) {
	margin-right: 0;
}

.right_content .expert .top {
	display: flex;
	align-items: center;
	padding-top: 17px;
}

.right_content .border_item_list {
	width: 100%;
}

.right_content .border_item_list .item {
	margin-bottom: 20px;
	display: block;
	box-sizing: border-box;
	padding: 25px 30px;
	width: 100%;
	height: 140px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
}

.right_content .border_item_list .item .title {
	font-size: 18px;
}

.right_content .border_item_list .item .abstract {
	display: flex;
	color: #828282;
	margin-top: 10px;
	line-height: 28px;
}

.right_content .border_item_list .item .text {
	flex: 1;
	overflow: hidden;
}
/* 二级页面 end */

/* 新闻详情页 */
.detail_content {
	min-height: 700px;
	overflow: hidden;
}

.detail_content img {
	max-width: 100%
}

.detail_content .location {
	color: #333333;
	font-size: 12px;
	margin-top: 9px;
	margin-left: 31px;
}

.detail_content .content_wrap {
	padding-top: 40px;
	padding: 40px 28px 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.detail_content .content_wrap .title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 1;
}

.detail_content .content_wrap .info {
	color: #888888;
	margin: 16px 0;
}

.detail_content .content_wrap .content {
	border-top: 1px dashed #707070;
	border-bottom: 1px dashed #707070;
	width: 100%;
	padding: 40px 18px 30px 27px;
}

.detail_content .prev_next_wrap {
	margin-top: 20px;
	width: 100%;
	height: 58px;
	justify-content: space-between;
}

.detail_content .prev_next_wrap p {
	margin-bottom: 10px;
}
/* 专家详情页 */
.expert_detail_wrap .content_wrap {
	margin-top: 30px;
	border-top: 1px solid #ECECEC;
}

.expert_detail_wrap .base_info {
	padding-top: 30px;
	display: flex;
}

.expert_detail_wrap .base_info .pic_wrap {
	box-sizing: border-box;
	width: 132px;
	height: 132px;
	padding: 6px;
	margin-right: 20px;
	background: #EEEEEE;
	border-radius: 50%;
	overflow: hidden;
}

.expert_detail_wrap .base_info .pic_wrap img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}

.expert_detail_wrap .base_info .name {
	margin-top: 15px;
	font-size: 20px;
	color: #333333;
	padding-left: 15px;
}

.expert_detail_wrap .base_info p {
	margin-top: 15px;
	color: #666666;
	font-size: 13px;
}

.expert_detail_wrap .info_content {
	margin-top: 50px;
}

.expert_detail_wrap .module_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.expert_detail_wrap .module_header .title {
	display: flex;
	align-items: center;
}
.expert_detail_wrap .module_header .title .bold_line {
	display: inline-block;
	width: 8px;
	height: 20px;
	background: #FF5046;
	margin-right: 7px;
}

.expert_detail_wrap .module_header .title span {
	font-size: 16px;
	color: #000000;
}
.expert_detail_wrap .logo_info {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.expert_detail_wrap .logo_info .name {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-left: 20px;
}
.expert_detail_wrap .info_content .text_content {
	padding-left: 15px;
	color: #666666;
	font-size: 13px;
	line-height: 28px;
}
.service_detail_wrap .content_wrap {
	margin-top: 30px;
}
.service_detail_wrap .content_wrap .title {
	width: 120px;
	height: 26px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
}

/* 网页底部 */
#footer {
	width: 100%;
	margin-top: 130px;
}

#footer .content_wrap {
	width: 100%;
	height: 230px;
	background: #F3F3F3;
}

#footer .content_wrap .main {
	display: flex;
	justify-content: center;
	padding-top: 37px;
}

#footer .content_wrap .header {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

#footer .content_wrap .header .ch_text {
	font-size: 16px;
}

#footer .content_wrap .header .en_text {
	font-size: 12px;
	margin-top: 1px;
}

#footer .content_wrap .header .line {
	margin-top: 18px;
	width: 40px;
	height: 2px;
	background: #E60412;
}

#footer .content_wrap .left {
	max-width: 420px;
	overflow: hidden;
}

#footer .content_wrap .content {
	color: #666666;
}

#footer .content p {
	margin-bottom: 15px;
}

#footer .center {
	margin: 0 180px;
	max-width: 250px;
	overflow: hidden;
}

#footer .right {
	width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer .right .label {
	margin-bottom: 17px;
	color: #333333;
}

#footer .bottom_wrap {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #333333;
}

#footer .bottom_wrap .copyright {
	text-align: center;
	font-size: 12px;
	color: #B6BABC;
}