.leader_wrap{
	width: 1200px;
	margin: 50px auto 70px;
	overflow: hidden;
}
.leader_tab{
	width: 240px;
	float: left;
	border-bottom: none;
}
.leader_tabLi {
	width: 100%;
	background-color: #fafafa;
	border-bottom:1px solid #f2f2f2;
}
.leader_tabLi a{
	display: block;
	width: 100px;
    white-space: nowrap;
    margin: 0 auto;
	font-size: 18px;
	color: #333333;
	height: 65px;
	line-height: 65px;
	text-align: center;
}
.leader_tabLi_act a{
	/* color: #fff; */
	/* background: #08308f; */
	border-bottom:2px solid #08308f;

}
.leader_top{
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}
.leader_list{
	float: right;
	width: calc(100% - 472px);
	padding:100px;
	overflow: hidden;
	background-color: #fafafa;
}
 .leader_li{
	float: left;
	width: calc(100% / 3 - 10px);
	margin-right: 10px;
	margin-bottom: 40px;
	text-align: center;

}
 .leader_list a{
	 color: #333;
 }
  .leader_list a:hover .name{
	 color: #08308f;
 }
.leader_img{
	width: 180px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
	border:1px solid #f2f2f2;
}
.leader_img img{
	width: 100%;
	height: auto;
	
}
.name{
	font-size: 18px;
	margin: 10px 0;
}
.job{
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.txt{
	text-indent: 32px;
	line-height: 30px;
	color: #333;
}

@media screen and (max-width: 750px) {
	.leader_wrap {
		width: 96%;
		padding:0;
		margin: 20px auto;
	}
	.leader_tab{
		width: 100%;
		overflow: hidden;
		float: none;
		border:1px solid #dddddd;
	}
	.leader_tabLi{
		float: left;
		width: calc(100%/3 - 0px);		
	}
	.leader_tabLi a{
		width:  calc(100% - 1px);
		background-color: #fff;
		border-bottom:none;
		border-right:1px solid #dddddd;
		font-size: 16px;
		color: #08308f;
		height: 40px;
		line-height: 40px;
	}
	.leader_tabLi_act a{
		color: #fff;
		background: #08308f;
	}
	.leader_top{
		text-align: center;
		margin-bottom: 20px;
	}
	.leader_list{
		float: none;
		width: 96%;
		padding: 10px 2%;
		margin:20px auto;
		overflow: hidden;
	}
	.leader_li{
		float: left;
		width: calc(100% / 2 - 10px);
		margin-right: 10px;
		margin-bottom: 20px;
		text-align: center;

	}
	.leader_list a{
		color: #333;
	}
	.leader_list a:hover .name{
		color: #08308f;
	}
	.leader_img{
		width: 110px;
		height: 130px;
		margin: 0 auto;
		overflow: hidden;
		border:1px solid #f2f2f2;
	}
	.leader_img img{
		width: 100%;
		height: auto;
		
	}
	.leader_top{
		margin-bottom: 20px;
		font-weight: bold;
	}
	.job{
		height: 45px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

}