<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main{
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 30px 0;
}
#main_left{
	float: left;
	width: 250px;
}
#main_left dt{
	background-color: #d7201b;
	height: 100px;
	padding-left: 20px;
}
#main_left dt *{
	color: #fff;
}
#main_left dt h1{
	font-size: 20px;
	padding-top: 25px;
	padding-bottom: 8px;
}
#main_left dd a{
	line-height: 50px;
	background-color: #fff;
	display: block;
	margin-bottom: 2px;
	padding-left: 25px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
#main_left dd a:hover{
	color: #d7201b;
}
#main_left dd a i{
	position: absolute;
	left: 15px;
	top: 35%;
	color: #d7201b;
}
.selection_child_1{
	color: #d7201b;
	
}
.title_child{
	height: 30px;
}
.title_child i{
	color: #D7201B;
	margin-right: 8px;
}
.title_child a{
	margin-right: 8px;
}
#main_right{
	float: right;
	width: 885px;
	background-color: #fff;
	padding: 20px;
	min-height: 300px;
}

#main_right2{
	float: center;
	width: 1164px;
	background-color: #fff;
	padding: 20px;
	min-height: 300px;
	overflow:visible;
}
#main_right .title_child_2{
	font-size: 20px;
	padding-left: 8px;
	font-weight: bold;
	line-height: 20px;
	color: #d7201b;
	border-left: solid 3px #d7201b;
	margin-bottom: 20px;
	margin-left:9px;
}

#main_right2 .title_child_2{
	font-size: 20px;
	padding-left: 8px;
	font-weight: bold;
	line-height: 20px;
	color: #d7201b;
	border-left: solid 3px #d7201b;
	margin-bottom: 20px;
}
.text_right{
	text-align: right;
}
.text_center{
	text-align: center;
}
</pre></body></html>