.chanpin {
	letter-spacing: 1px;
}

.headline {
	font-size: 18px;
	text-align: center;
	margin: 1rem 0;
	color: #3974ae;
	font-weight: 600;
}

.Classic_case {
	text-align: center;
}

.Classic_case a {
	margin: 10px 5px;
	box-shadow: 0 0 10px 0 rgba(47, 48, 57, 0.23);
	padding: 5px;
}

.Classic_case a img {
	width: 100%;
}

.Classic_case a h4 {
	font-size: 16px;
	margin-top: 10px;
}

.Classic_case a p {
	margin: 10px 0;
	color: #666;
	font-size: 14px;
}

.expound p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.Title_paragraph a {
	border-radius: 10px;
	box-shadow: 6px 6px 8px #cecece;
	margin: 20px 5px;
}
.Title_paragraph a h4 {
	background-color: #3192ce;
	padding: 12px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Title_paragraph a p {
	padding: 10px;
	line-height: 24px;
}
.Title_paragraph img{
	width: 30px;margin-right: 10px;
}

/* ¼¼Êõ²ÎÊý */
table {
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	margin-top: 20px;

}

table td:nth-child(1) {
	color: #ffffff;
	background-color: #3974af;
}

table tr:nth-child(1) td {
	color: #ffffff;
	background-color: #3974af;
}

th,
td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
	color: #666;
	font-size: 12px;
	font-weight: 500;
                word-wrap: break-word;
	white-space: normal;
}