/* DaiMa 唐山代妈 - 建筑设计 */
.service-card {
	background: #f9f9f9;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.service-card h4 {
	margin-top: 0;
	color: #333;
}
.service-card p {
	color: #666;
}
.history-timeline {
	position: relative;
	padding: 20px 0;
}
.history-item {
	margin-bottom: 30px;
	padding-left: 20px;
	border-left: 3px solid #f0ad4e;
}
.history-item h4 {
	color: #f0ad4e;
	margin-bottom: 10px;
}
.history-item ul {
	list-style: none;
	padding-left: 0;
}
.history-item ul li {
	padding: 5px 0;
	color: #666;
}
.history-item ul li:before {
	content: "•";
	color: #f0ad4e;
	margin-right: 10px;
}
