<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ctcsolLeftAndRight_all {
	margin-top: 10px;
	margin-right: 10px;
	width: 100%;
	padding: 0;
	height: 100%;
}
.ctcsolLeftAndRight_content {
	margin: 0px;
	padding: 0px;
	max-width: 1000px;
}
.ctcsolLeftAndRight_left {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}
.ctcsolLeftAndRight_right {
	margin: 0px;
	padding: 0px;
	width: 800px;
	float: left;
}

@media (max-width: 480px) {
	.ctcsolLeftAndRight_right{width: 100%;float: none;}
	.ctcsolLeftAndRight_left{float: none;width: 100%;}
	.ctcsolLeftAndRight_left_all {float: none;border: none;width: 100%;}
	.ctcsolLeftAndRight_left_all dl {margin: 0 20px;}
	.ctcsolLeftAndRight_left_all dl dt a {display: block;margin: 5px;}
	.ctcsolLeftAndRight_left_td_over{
		float: left;
		width: 25%;
	    background-color: #1c529a;
	    border-left: none;
	    width: 25%;
	}
	.ctcsolLeftAndRight_left_td_over a{
		color: #fff;
	}
	.ctcsolLeftAndRight_left_td_out{
		float: left;
	    width: 25%;
	    border-left: none;
	}
}</pre></body></html>