* {
	margin: 0;
	padding: 0;
}

body {
	background: #14181F;
	overflow: hidden;
}


.people {
	margin-bottom: 1.23rem;
}

.people_body {
	width: 13.2rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.people_img {
	width: 3.28rem;
	height: auto;
}

.people_img img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.people_txt {
	width: 9.4rem;
}

.people_txt .people_name {
	font-weight: normal;
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.39rem;
	margin-bottom: 0.42rem;
}
.people_txt .people_content,
.people_txt .people_content p{
	font-weight: 400;
	font-size: 0.18rem;
	color: #919191;
	line-height: 0.32rem;
}




@media only screen and (max-width: 1024px) {
	.people_body{
		width: 100%;
		flex-wrap: wrap;
	}
	.people_img{
		margin: 0 auto 0.6rem;
	}
	.people_txt{
		width: 100%;
		padding: 0 0.4rem;
	}
	.people_txt .people_name{
		text-align: center;
	}
	.people_txt .people_content, 
	.people_txt .people_content p{
		font-size: 0.2rem;
        line-height: 1.8;
	}
}






