.leader-list {
	padding: 30px 0;
}
.leader-item {
	width: 100%;
	border: 1px #e8e8e8 solid;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 25px;
}
.leader-item-cover {
	float: left;
	width: 174px;
	height: 210px;
	margin: 15px;
}
.leader-item-info {
	float: left;
}
.leader-item-cover img {
	width: 100%;
	height: 100%;
}
.leader-item-info {
	width: 700px;
	height: 240px;
	border-left: 1px #e8e8e8 solid;
}
.info-basic {
	border-bottom: 1px #e8e8e8 solid;
	overflow: hidden;
}
.info-basic-item {
	float: left;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 68px;
	border-left: 1px #e8e8e8 solid;
}
.info-basic-item:first-child {
	border-left: 0;
}
.info-basic-item__title {
	float: left;
	width: 90px;
	text-align: center;
	border-right: 1px #e8e8e8 solid;
}
.info-basic-item__content {
	float: left;
	width: 140px;
	text-align: center;
}
.info-duty {
	overflow: hidden;
}
.info-duty__title {
	float: left;
	width: 90px;
	font-size: 16px;
	color: #333;
	line-height: 170px;
	text-align: center;
	border-right: 1px #e8e8e8 solid;
}
.info-duty__content {
	float: left;
	padding: 16px;
	width: 600px;
	box-sizing: border-box;
	line-height: 30px;
}
