.staff-style-box {
	width: 75rem;
	padding: 0 5rem;
}

.staff-style-box p {
	width: 65rem;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 8.7rem;
	letter-spacing: 0.02rem;
	color: #969696;
}

/* 员工风采 */
.staff-style-show-box {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2.5rem;
}

.staff-style-item {
	width: 32rem;
	height: 19rem;
	background-color: #0464ae;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
}

.staff-style-item:nth-child(2n) {
	margin-right: 0;
}

.staff-style-item img {
	width: 100%;
	height: 100%;
}
