/**!
 * 市政府领导
 * date:2022-8-9
 * author: jjuan;
 */

.lead {
	margin-top: 26px;
	padding: 0 17px;
}
.lead-tt {
	position: relative;
	line-height: 20px;
	height: 20px;
	color: #126cb7;
	font-size: 18px;
	padding-left: 13px;
}
.lead-tt::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 20px;
	width: 4px;
	background: #126cb7;
}
.leader-box {
	margin-top: 26px;
	text-align: center;
}
.leader-list {
	display: inline-block;
}
.leader-ph {
	display: inline-block;
	width: 157px;
	height: 185px;
	background: #f4f4f4;
	padding-top: 7px;
	box-sizing: border-box;
	border-bottom: 2px solid #eaeaea;
	border-top: 2px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.leader {
	width: 142px;
	height: 169px;
}
.lead-name {
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.vice {
	margin-top: 10px;
}
.lead-list {
	margin-top: 27px;
}
.lead-item {
	text-align: center;
	width: calc((100% - 70px)/4);
	margin-right: 23px;
}
.lead-item:nth-child(4n) {
	margin-right: 0;
}
.lead-item:nth-child(n+5) {
	margin-top: 12px;
}

/*20230203*/
/*书记*/
.leader001009001 > li{
	text-align:center;
}
/*主任*/
.leader001009002 > li{
	float:left;
	text-align: center;
    width: calc((100% - 70px)/4);
    margin-right: 23px;
}
/*副主任*/
.leader001009003 > li{
	float:left;
	text-align: center;
    width: calc((100% - 70px)/4);
    margin-right: 23px;
}