<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pageLeft_tit {
	float: left;
	width: 100%;
}

.pageLeft_tit &gt; h3 {
	float: left;
	width: 170px;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	font-weight: normal;
	margin-top: 30px;
}

.pageLeft_tit &gt; span {
	line-height: 25px;
	color: #c1c1c1;
	font-size: 14px;
}

.pageLeft_list {
	float: left;
	width: 170px;
	padding: 10px 0px 10px 0px;
	border: 0px solid #C2C2C2;
}

.pageLeft_list &gt; ul {
	float: left;
	width: 100%;
}

.pageLeft_list &gt; ul &gt; li {
	float: left;
	width: 100%;
	margin-top: 5px;
	position: relative;
}

.pageLeft_list &gt; ul &gt; li:before {
	position: absolute;
	content: "";
	left: 8px;
	top: 10px;
	width: 3px;
	height: 15px;
	background-color: #FFFFFF;
	transition: .5s;
}

.pageLeft_list &gt; ul &gt; li &gt; a {
	display:block;
	float:left;
	border-bottom: 1px solid #E8E8E8;
	width: 150px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	transition: .5s;
}

.pageLeft_list &gt; ul &gt; li.active &gt; a {
	width: 155px;
	padding-left: 15px;
	color: #0074DE;
}

.pageLeft_list &gt; ul &gt; li.active:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 10px;
	width: 3px;
	height: 15px;
	background-color: #0074DE;
}

.pageLeft_list &gt; ul &gt; li:hover:before {
	left: 5px;
	width: 3px;
	background-color: #0074DE;
}

.pageLeft_list &gt; ul &gt; li:hover &gt; a {
	width: 155px;
	padding-left: 15px;
	color: #0074DE;
}

.pageLeft_list &gt; ul &gt; li.active &gt; div.child{
	display:block;
}

.child{
	display:none;
	float:left;
	width:100%;
}

.child &gt; a{
	display:block;
	padding-left:30px;
	width:140px;
	height:30px;
	font-size:13px;
	line-height:30px;
	text-decoration:none;
}</pre></body></html>