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

/*通栏样式*/
.wholebanner {
	width: 778px;
	margin-bottom: 6px;
}

/*三分栏（右窄）样式*/
.triplepart {
	width: 778px;
}
.triplepart_left {
	width: 554px;
}
.triplepart_left_left {
	width: 274px;
}
.triplepart_left_middle {
	width: 274px;
}
.triplepart_right {
	width: 218px;
}
</pre></body></html>