.jianjie-title{
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	text-align: center;
	margin-top: 40px;
}
.xian{
	width: 83px;
	height: 4px;
	background: #9A0D15;
	margin: 0 auto;
	margin-top: 11px;
	margin-bottom: 11px;
}
.jianije-title-bottom{
	font-size: 16px;
	color: #CCCCCC;
	text-align: center;
	margin-bottom: 43px;
}
.neirong{
	display: flex;
	flex-wrap: wrap;
	/* background-color: aliceblue; */
}
.leader{
	height: 360px;
	flex: 0 1 33.33%;
	margin-bottom: 60px;
	color: #333333;
}
.leader-box{
	width: 270px;
	height: 360px;
	background-color: #fff;
	border: 2px solid #EEEEEE;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}
.leader-img{
	margin-top: 24px;
}
.leader-jieshao{
	width: 270px;
	height: 180px;
	position: relative;
	overflow: hidden;
	margin-top: -77px;
	margin-left: -20px;
}
.zhiwuBg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.zhiwuBgSelect{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: 0.5s ease;
}
.leader:hover .zhiwuBgSelect{
	opacity: 1;
}
.leader:hover .leader-jieshao{
	color: #fff;
}
.leader-name{
	font-size: 20px;
	font-weight: 900;
	position: relative;
	z-index: 11;
	margin-top: 82px;
}
.leader-zhiwu{
	position: relative;
	font-size: 16px;
	margin-top: 10px;
	z-index: 11;
}
th{
	border: 1px solid #000;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #333333;
}
td{
	border: 1px solid #000;
	text-align: center;
	height: 60px;
	/* line-height: 30px; */
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
}
.xingming{
	width: 100px;
}
.zhiwu{
	width: 100px;
}
.fenguan{
	width: 877px;
	padding-left: 5px;
	line-height: 22px;
}
.danwei{
	width: 150px;
}
.gongzuo{
	text-align: left;
}



@media screen and (max-width:1024px) {
	.jianjie-title{font-size: 22px;}
}