.feature-item {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	height: 20%;
}
.feature-icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.vertical-line {
	width: 2px;
	background-color: #007bff; /* 蓝色竖线 */
	margin-right: 20px;
	margin-left: 20px;
	height: 60px;
	color: #4771f8;
}
.feature-text h4 {
	color: #4771f8;
	margin: 0;
	font-size: 18px;
	font-weight:700
}
.feature-text p {
	margin: 5px 0 0;
	font-size: 16px;
	color: #555;
}

