header {
	height: 270px;
}
.articles-container {
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 40px;
	box-shadow:0px 2px 4px 0px rgba(0,86,153,0.1);
	border-radius:1px;
}
.article-content {
	background-color: #fff;
	padding: 50px 0;
	min-height: 340px;
}
.banner {
	background: url(../images/gfqh/enterpriseLeader/enterprise_leader_banner.png);
}
.leader-title {
	margin: 0 0 70px 0 ;
	text-align: center;
	font-size: 36px;
	color: #000000;
}
.wrapper {
	background: #F9FAFC;
	margin-bottom: 60px;
}
.leader_img {
	width: 100%;
}
.img-col {
	padding: 0;
}
.intro-col {
	padding: 30px 50px 20px 50px;
}
.intro-col h1 {
	font-size: 24px;
	margin: 0;
}
.intro-col h1 .leader_name {
	font-size: 28px;
	color: #5594E5;
	font-weight: bold;
	margin-right: 5px;
}
.hor-line {
	height: 2px;
	background: #4D4D4D;
	margin: 10px 0;
}
.leader-position {
	font-size: 18px;
	margin: 20px 0;
	color: #333333;
	position: relative;
}
.company-position {
	margin-right: 20px;
}
.public-position {
	font-size: 16px;
	margin-right: 20px;
}
.leader-company-logo {
	position: absolute;
	right: 0;
	bottom: 0;
}
.lang {
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
}
.lang-detail p {
	text-indent: 2em;
	color: #333333;
	font-size:15px;
	line-height: 30px;
}
.lang-detail {
	height: 450px;
	overflow: scroll;
	padding-right: 20px;
}
.margin-bottom-0 {
	margin-bottom: 0;
}

@media (min-width: 993px) {
	.leader-two-img {
		float: right;
	}
}
@media  screen and (max-width: 992px) {
	div.lang-detail p {
		font-size: 25px;
		line-height: 50px;
	}
	.leader-position {
	    font-size: 28px;
	}
	.intro-col h1 {
	    font-size: 32px;
	}
	.intro-col h1 .leader_name {
	    font-size: 40px;
	}
	.public-position {
	    font-size: 26px;
	}
	.lang {
	    font-size: 25px;
		line-height: 50px;
	}
}
/* @media (max-width: 767px) and (min-width: 300px){
	div.lang-detail p {
		font-size: 25px;
		line-height: 40px;
	}
	.leader-two-img {
		float: none;
	}
	.banner {
		background: ffffff;
	}
} */