<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ctcsol_detail_all {
	padding: 0px;
	background: #fafafa;
	margin: 0px 0px 30px 0px;
}
.ctcsol_detail_top {
	margin: 0px;
	padding-top: 45px;
	padding-left: 35px;
	padding-right: 35px;
}
.ctcsol_detail_top table {
	border-collapse: collapse;
	border-bottom: 4px solid #1c529a;
	width: 100%;
}
.ctcsol_detail_top table th {
	padding-bottom: 10px;
	border: 0;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	text-align: left;
	padding-left: 5px;
}
.ctcsol_detail_top table td {
	padding-bottom: 10px;
	border: 0;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	text-align: right;
	padding-right: 5px;
}
.ctcsol_detail_bottom {
	margin: 0px;
	align: left;
	padding-top: 45px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-radius: 2px;
}
.ctcsol_detail_bottom p {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	letter-spacing: 0.1px;
	line-height: 180%;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.ctcsol_detail_bottom table {
	border-collapse: collapse;
	border: 0;
	padding: 5px;
}
.ctcsol_detail_bottom table p {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	letter-spacing: 0.1px;
	line-height: 100%;
	text-indent: 0em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.ctcsol_detail_bottom table td {
	text-align: left;
	border: 1px solid #6F6F6F;
	valign: middle;
	padding: 5px;
}
.ctcsol_detail_bottom table th {
	text-align: center;
	border: 1px solid #5F5F5F;
	valign: middle;
	padding: 5px;
}
.ctcsol_detail_title {
	font-size: 20px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
}
.ctcsol_detail_btn {
	width: 80px;
	background: #1c529a;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: white;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 3px;
	border: 0;
	border-radius: 2px;
}
.knowMoreBg {
	background: #888;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}
.knowMoreDiv {
	background: white;
	position: fixed;
	z-index: 2;
	top: 0px;
	padding: 40px 30px 20px 30px;
	border-radius: 5px;
	display: none;
}
@media (max-width: 480px) {
	.ctcsol_detail_top{padding-left: 15px;padding-right: 15px;}
	.ctcsol_detail_bottom{padding-top: 15px;padding-left: 5px;padding-right: 5px;}
}</pre></body></html>