<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#footer .adver-item {
	position: relative;
	cursor: pointer;
	box-shadow: 1px 3px 3px 1px #e1dfe0;
}

#footer .c-line-clamp1, .ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer .adver-item-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 8px;
}

#footer .adver-item-img {
	width: 121px;
	height: 75px;
	margin-right: 18px;
}

#footer .adver-item-img&gt;img {
	width: 100%;
	height: 100%;
}

#footer .adver-item-intro {
	margin-right: 40px;
	padding: 2px 0;
	font-size: 14px;
	color: #000;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer .adver-item-introtext {
	color: #3498db;
	font-weight: 800;
	line-height: 36px;
	font-size: 20px;
	Font-family: Helvetica, Tahoma, Arial, STXihei, â€œåŽæ–‡ç»†é»‘â€, â€œMicrosoft YaHeiâ€, â€œå¾®è½¯é›…é»‘â€, sans-serif;
	overflow : hidden;
	margin-top: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

#footer .c-line-clamp2 {
	white-space: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 46px;
	overflow: hidden;
}

#footer .adver-item-adbar {
	display: -ms-flexbox;
	display: flex;
	color: #999;
	font-size: 13px;
	margin-top: 6px;
}

#footer .gap-left-small {
	margin-left: 8px;
}</pre></body></html>