/* 现任领导 */
	.div1 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 900px;
		margin-bottom: 10px;
	}

	.uibxl {
		width: 49.5%;
		box-shadow: 0px 5px 13px -5px #989898;
	}

.uibxl2 {
		width: 49.5%;
		box-shadow: 0px ;
	}

	.people-item {
		background-color: #fff;
		position: relative;
		padding: 20px;
		height: 100%;
		display: flex;
	}

	.people-item .people-left .people-img {
		width: 100px;
		height: 130px;
		padding: 0;
	}

	.people-item .people-left .people-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		box-shadow: 0px 0px 15px -6px #989898;
	} 

.uibxl span:hover {
		background: #EBEEF5!important;
		text-decoration: none!important;
		outline: none!important;
	}