.team{
	width: 1200px;
	margin: 0 auto;
}
.team .teamOne{
	width: 100%;
	/* height: 230px; */
	padding: 15px 0;
	background-color: #fcfcfc;
	
	transition: all .5s;
	margin-bottom: 30px;
	border: 2px solid transparent;
	box-sizing: border-box;
}
.team .teamOne>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #888;
	cursor: pointer;
}
.team .teamOne:hover{
	border: 2px solid #FA4F1C;
	box-shadow: 0 0 15px #a7a0a0;
}
.team .teamOne .img{
	width: 12%;
	margin: 0 25px 0 16px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.team .teamRight{
	width: 88%;
	padding-right: 26px;
}
.team .teamOne .peoName{
	font-size: 16px;
	color: #FA4F1C;
	margin-bottom: 25px;
	cursor: pointer;
}
.team .teamOne .jieshao{
	line-height: 28px;
	word-break: break-all;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
}