
#expert {
	background: #fafbfd;
}

.expert1Cont {
	width: 386px;
	height: 215px;
	border-radius: 4px;
	margin-right: 20px;
	margin-top: 20px;
}

.expert1Cont_con {
	padding: 5px 15px;
}

.expert1Cont_con .color1 {
	color: #7987a1;
}

.expert1Cont:hover {
	text-decoration: none;
}

.expert1Cont:hover .tt {
	color: #3c78fc;
}

.expert1Cont:nth-child(3n) {
	margin-right: 0;
}

.expert1Cont_img {
	width: 140px;
	height: 175px;
	border-radius: 4px;
}
