*{
	margin: 0;
	padding: 0;
}
.picture{
	width: 100%;
}
.picture>img{
	width: 100%;
}
.our{
	width: 100%;
	text-align: center;
	margin: 2.5% auto;
}
.our>p:nth-of-type(1){
	font-size: 25px;
}
.our>p:nth-of-type(2){
	font-size: 18px;
}
.people{
	width: 75%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	margin-bottom: 8%;
}
.people1-1{
	width: 33%;
}
.people1{
	display: flex;
	justify-content: space-between;
	width: 40%;
	margin-left: 8%;
	align-items: center;
	margin-top: 3%;
	
}
.people1>a{
	display: flex;
	justify-content: space-between;
	/* width: 40%; */
	/* margin-left: 8%; */
	align-items: center;
	/* margin-top: 3%; */
	
}
.people1-1>img{
	width: 100%;
}
.people1-2{
	width: 60%;
}
.people1-3{
	font-weight: 600;
	color: black;
}
.people1-4{
	color:#C80202;
	font-size: 15px;
}
.people1-5{
	color:#757575;
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
@media screen and (max-width:768px) {
	.people1 {
	    display: flex;
	    justify-content: space-between;
	    width: 100%;
	    margin-left: 8%;
	    align-items: center;
	    margin-top: 3%;
		margin-bottom: 6%;
	}
	.people {
	    width: 90%;
	    margin: 0 auto;
	    display: flex;
	    flex-wrap: wrap;
	    /* justify-content: center; */
	    margin-bottom: 8%;
	}
	.fute{
		display: none;
	}
}