.banner-cont {
	width: 100%;
	height: 380px;
	background: url(../img/consulting_lunbo.png) center center no-repeat;
	position: relative;
}

.banner-cont .banner-text {
	font-size: 46px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.club-tab {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.club-tab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.club-tab ul li {
	margin: 0 5px;
	padding: 20px 0;
}

.club-tab ul li,
.club-tab ul li a {
	font-size: 16px;
	color: #828282;
	line-height: 32px;
}
.news-details {
	padding-top: 20px;
	padding-bottom: 20px;
}

.details-cont {
	margin-right: 50px;
}
.details-cont  p{
	margin-bottom: 10px;
	/*text-indent:25px;*/
	text-align: justify;
}

.details-cont h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}

.details-other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0;
}

.details-other span {
	font-size: 14px;
	color: #a8a8a8;
	margin-right: 10px;
}
.details-info {
	font-size: 16px;
	color: #646464;
	line-height: 32px;
}
.details-info img {
	max-width: 100%;
	margin: 5px 0;
}

.connect-title {
	text-align: center;
	line-height: 62px;
	background: #f2f5f6;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.connect-list {
	padding: 0 20px;
	border: 1px solid #eee;
}

.connect-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.connect-list li:last-child {
	border: none;
}

.connect-list li img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 92px;
	height: 65px;
}

.connect-item-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 10px;
}

.connect-item-info h2 a {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}

.connect-item-info p {
	font-size: 14px;
	color: #7a7a7a;
	margin-top: 5px;
}

@media (max-width:767px){
	.details-cont{
		margin-right: 0;
	}
	
	.connect-list {
		padding: 0;
	}
	.connect-list li{
		padding: 10px 0;
	}
	
	.news-details {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
