#service-single-title{ 
			text-align: center;
			font-size: 35px;
			margin-bottom: 30px;
			line-height: 30px;
			color: #2e73b7;

		}
		.service-single-content{ 
			width: 1000px;
			position: relative;
			unicode-bidi: isolate;
			margin-top: 0; /* 居中显示 */
			margin-left: 25%;
			text-align: left;
			padding: 40px 20px;      /* 上下留白，左右边距 */
	
		}
		.service-single-content p {
			text-indent: 2em;
			margin-bottom: 20px;     /* 段落间距 */
			line-height: 1.8;        /* 行高，提升可读性 */
			font-size: 16px;
		}
		/* 标题居中 */
		.service-detail-content h1 {
		text-align: center;
		margin-bottom: 20px;
		font-size: 28px;
		}
		.service-single-content h2{ 
			color: #171717;
			text-align: center;
			margin-bottom: 30px;
            font-size: 28px;
		}
		.service-single-content h3{ 
			color: #555;
			text-align: center;
            font-size: 24px;
		}
		.service-single-content h5{ 
			color: #2e73b7;
			text-indent: 0;          /* 标题取消缩进 */
			margin-top: 30px;        /* 标题上方间距 */
			margin-bottom: 15px;     /* 标题下方间距 */
		}
		.service-single-content ul li {
			text-indent: 0;  /* 列表项不缩进 */
			font-family: roboto, sans-serif;
			line-height: 22px;
			font-size: 16px;
			font-weight: 300;
			margin-bottom: 8px;
		}
		.service-single-content ul li ul li {
			text-indent: 2em;  /* 列表项不缩进 */

		}


		

		.service-detail-content .subtitle {
		text-align: center;
		color: #666;
		margin-bottom: 40px;
		}




		/* 引用块样式 */
		.content-body blockquote {
		margin-left: 2em;        /* 左对齐，与段落对齐 */
		margin-right: 2em;
		padding: 10px 20px;
		background: #f9f9f9;
		border-left: 4px solid #0056b3;
		text-indent: 0;          /* 引用块不缩进 */
		}

		/* 图片处理 */
		.service-single-content img {
		display: block;          /* 块级元素 */
		margin: 20px auto 5px auto;       /* 居中显示 */
		max-width: 100%;         /* 响应式 */
		height: auto;
		}
		.service-single-content p.img-caption {
			color: #555;
			font-size: 14px;
			text-align: center;
		}

		/* 表格样式 */
		.service-single-content table {
		width: 100%;
		margin-bottom: 20px;
		margin: 30px auto;       /* 居中显示 */
		border-collapse: collapse;
		font-size: 13px;
		line-height: 1.6;
  		/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);   轻微阴影提升质感 */
		}

		.service-single-content th,
		.service-single-content td {
		padding: 8px;
		border: 1px solid #ddd;
		text-align: left;        /* 表格内容左对齐 */
		min-width: 20px;
		}

		.service-single-content th {
		background: #2e73b7;
		color: #fff;
		}
		/* // 悬停效果（提升交互体验） */
		.service-single-content table tbody tr:hover {
		background-color: #f9f9f9;  /* 鼠标悬停淡灰色背景 */
		transition: background-color 0.3s ease;
		}
		/* // 响应式：移动端横向滚动 */
		@media (max-width: 768px) {
		.service-single-content table {
			display: block;
			overflow-x: auto;      /* 表格太宽时允许横向滚动 */
			white-space: nowrap;   /* 防止内容换行（保持表格结构） */
			-webkit-overflow-scrolling: touch;  /* iOS平滑滚动 */
		}
		
		.service-single-content table thead th,
		.service-single-content table tbody td {
			min-width: 40px;      /* 确保每列有最小宽度 */
		}}
		.service-single-content figure {
			max-width: 80%;
			margin: 0 auto;
			margin-bottom: 30px;
		}
		
		.service-single-content figure figcaption{
			padding: 10px 25px;
		}
		.service-single-content figure h4 {
			font-size: 12px;
			color: #555;
			text-align: center;
		}
		.service-single-content .anno-picture h4 {
			font-size: 12px;
			color: #555;
			text-align: center;
		}

.span-tip {
	font-size:8px;
	color:#2e73b7;
}

.line-head-color{
    color:#2e73b7;font-weight: bold;
}