<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.common-box {
	width: 1250px;
	min-height: 440px;
	margin: auto;
	overflow: hidden;
}
.common-box .crumbs {
	padding: 30px 0;
	text-align: left;
}

.common-box .input_out {
	text-transform:uppercase;
	width: 300px;
	height: 22px;
	line-height: 22px;
	border-radius: 4px;
	border: 1px solid #999;
	padding: 6px 10px;
	color: #666;
}
.common-box .input_out2 {
	/*width: 100px;*/
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	margin: 0 20px;
	border-radius: 4px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.common-box .input_out1 {
	width: 80px;
	height: 36px;
	line-height: 36px;
	background: #0052CC;
	border-radius: 4px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.common-box .input_out1:hover {
	background: #0046ad;
}
.common-box .text-search {
	padding-top: 20px;
}
.common-box .list {
}
.common-box .list .node {
	margin-top: 20px;
	padding: 30px;
	letter-spacing: 1px;
	background: #f5f5f5;
	overflow: hidden;
}
.common-box .list .node .title {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	line-height: 36px;
	margin-bottom: 10px;
}
.common-box .list .node .title a {
	text-decoration: none;
}
.common-box .list .node .description {
	text-align: left;
	color: #808080;
}
.common-box .list .node .description a {
	color: #0046AD;
}
.common-box .list .page {
	height: 42px;
	line-height: 42px;
	margin: 50px 0;
	overflow: hidden;
}
.common-box .list .page a {
	font-size: 14px;
	padding: 10px 20px;
	margin:0 10px;
	border: 1px solid #e5e5e5;
	
}
.common-box .list .page a:hover,.common-box .list .page .current {
	background: #0046ad;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}
</pre></body></html>