.module-3 {
	padding-top: 46px;
	padding-bottom: 80px;
}
.shcool-module-title {
	line-height: 40px;
	font-size: 24px;
	color: #333;
}
.shcool-module-intro {
	margin-bottom: 30px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
}
/*客服服务*/
.service-item {
	position: relative;
	float: left;
	margin-left: 22.5px;
	border: 1px solid #e1e4e6;
	padding: 7px 30px 0 24px;
	width: 385px;
	height: 231px;
	
}
.service-item:first-child {
	margin-left: 0;
}
.service-item-title {
	line-height: 50px;
	font-size: 18px;
	color: #333333;
}
.service-item-intro {
	text-align: justify;
	line-height: 28px;
	font-size: 14px;
	color: #999999;
}
.service-item-btn {
	position: absolute;
	left: 24px;
	bottom: 24px;
	width: 104px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #e53e3e;
}
.service-item-btn:hover {
	background: #cb3838;
}
.service-item-btnt {
	position: absolute;
	left: 150px;
	bottom: 24px;
	width: 104px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #e53e3e;
}
.service-item-btnt:hover {
	background: #cb3838;
}
.service-item-tel-list {
	border-bottom: 1px dashed #e1e4e6;
	padding-bottom: 16px;
}
.tel-list-item {
	line-height: 28px;
	font-size: 14px;
	color: #999999;
}
.tel-list-item .dark {
	color: #333;
}
.tel-list-item .blue {
	color: #e53e3e;
}
.service-item-sub-intro {
	line-height: 42px;
	color: #999;
	font-size: 12px;
}
