
.leader{
	width:100%;
	padding:10px 0px;
	box-sizing:border-box;
	height:auto;
}
.leader-item{
	margin-bottom:30px;
}
.leader-post{
	height:60px;
	line-height:30px;
	width:20%;
	float:left;
	font-size:18px;
	color:#ffffff;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center; 
	justify-content: center;
}
.leader-name{
	height:52px;
	line-height:52px;
	width:75%;
	
	float:left;
	padding-left: 20px;
	font-size:18px;
	color:#000000;
	text-align: left;
	font-weight: bold;
}
.bg-blue{
	background-color: #006ebe;
}
.bottom-blue{
	border-bottom:8px solid #006ebe;
}

.bg-red{
	background-color: #b60a09;
}
.bottom-red{
	border-bottom:8px solid #b60a09;
}


.leader-task{
	line-height:30px;
	width:100%;
	font-size:16px;
	color:#160700;
	text-align: left;
}

.leader-address{
	height:30px;
	line-height:30px;
	width:45%;
	float:left;
	font-size:16px;
	color:#160700;
}
.leader-phone{
	height:30px;
	line-height:30px;
	width:50%;
	float:left;
	font-size:16px;
	color:#160700;
}


.zg-name{
	height:30px;
	line-height:30px;
	width:20%;
	float:left;
	font-size:16px;
	color:#160700;
	text-align: center;
	font-weight: bold;
}
.zg-task{
	height:30px;
	line-height:30px;
	width:78%;
	float:left;
	font-size:16px;
	color:#160700;
}

.wyh{
	margin-bottom:50px;
}
.wyh-title{
	height:50px;
	line-height:50px;
	color:#ffffff;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	width:100%;
}
.wyh-item{
	line-height:30px;
}
.wyh-post{
	font-size:16px;
	color:#160700;
	text-align: center;
	font-weight: bold;
	width:10%;
	float:left;
}
.wyh-people{
	font-size:16px;
	color:#160700;
	width:88%;
	float:left;
}
.wyh-name{
	width:80px;
	float:left;
}
.justify-text {
  text-align: justify;
  text-justify: inter-word; /* 纭繚鍗曡瘝涔嬮棿鐨勯棿闅斿潎鍖� */
}

 
