<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.leftside .page{
	padding-top: 0px;
}
.demo {
	width: 100%;
	/*height: 400px;
	margin: 40px auto 0;*/
	margin: 0 auto
}
.left &gt; li, .left_mob_new &gt; li{
	line-height: 50px;
	border-bottom: 1px solid #3d3d3d;
	box-shadow: 0 1px 0 #888;
	/*background-color:#aaaaaa;*/
	background-color:#A6A934;
}	
.left &gt; li:first-child {
	border-top: 1px solid #3d3d3d;
	box-shadow: 0 1px 0 #888,0 1px 0 #888 inset;
	/*background-color:#aaaaaa;*/
	background-color:#A6A934;
}
.left a, .left_mob_new a {
	position: relative;
	outline: 0;
	display: block;
	text-align: left;
	color: #e5e5e5;
	font-size: 18px;
	/*text-shadow: 0 1px 1px #171717;*/
	padding: 0 10px;
}
.left a:hover .left_mob_new a:hover{
	text-decoration: none;
}
.left &gt; li &gt; a:before,
	.left &gt; li &gt; a:after {
	font-family: 'sans-serif';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: none;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	font-size: 26px;
}
.left &gt; li &gt; a:before {
	position: absolute;
	left: 10px;
	color: #e5e5e5;
	text-shadow: inherit -1px 0 #fff,0 -2px 0 #1a1a1a,0 1px 2px #1a1a1a;
}
.left &gt; li &gt; a:after {
	position: absolute;
	right: 10px;
	color: #292929;
	text-shadow: -1px 0 0 #050505,1px 0 0 #868686;
	
}
.left &gt; li:nth-child(1) &gt; a:before{
	content:"";
}
.left &gt; li:nth-child(2) &gt; a:before{
	content:"";
}
.left &gt; li:nth-child(3) &gt; a:before{
	content:"";
}
.left &gt; li:nth-child(4) &gt; a:before{
	content:"";
}
.left &gt; li &gt; a:after{
	content:"+";
}
.left ul, .left_mob_new ul {
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: max-height .5s linear;
	   -moz-transition: max-height .5s linear;
			transition: max-height .5s linear;
}
.left ul a, .left_mob_new ul a {
	color: #000;
	/*text-shadow: 0 1px 1px #848484;*/
	font-size: 12px;
	background-color:#fff;
}
.left ul a:hover, .left_mob_new ul a:hover  {
	/*color: #ccc;
	text-shadow: 0 1px 0 #252525;*/
}
.left li:target &gt; a:after {
	content: "-";
}
.left li:target ul {
	max-height: 200px;
	border-top: 1px solid #3d3d3d;
	box-shadow: 0 1px 0 #888 inset;
}

.item1 a, .item2 a, .item3 a{
	color: #fff;
}

.subitem1 a,.subitem2 a,.subitem3 a{
	display: inline;
	padding: 0;
	color: #0A668D !important;
}
.subitem1,.subitem2,.subitem3{
	padding: 0 10px;
	background: #fff;
}

.leftpanel_consider .menu li a{
	padding: 0 10px 0 0
} 

.item3 .leftpanel_consider .subitem3{
	padding: 0 10px 0 0
}

.leftbar_mobile{
	display: none;
	margin-bottom: 10px;
}

.left_mob_new a.title_panel:hover{
	text-decoration: none;
	color: #FFFFFF;
	cursor: auto;
}</pre></body></html>