<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	width:100%;
	height: 100%;
	font-family: "Microsoft YaHei";
	overflow: hidden;
}
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,td,th,p{
	margin: 0;
	padding: 0;
}
ul,ol,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #6e6e6e;
	font-weight: 400;
	font-size:22px;
}

#contain{
	width: 90%;
	height: 90%;
	margin: 2% auto 0;
	overflow: hidden;
	background-size: auto 96%!important;
	/*background-position-y: 10%;*/
	background-position-x: 100%!important;
}

header{
	width: 100%;
	height: 6%;
	margin: 0 0 3% 0;
}
header img{
	width: 700px;
}
.main{
	width: 100%;
	height: 88% ;
	overflow: hidden;
}
/*涓昏鍐呭宸︿晶*/
.mainLeft{
	width: 15%;
	height: 95%!important;
	overflow: auto;
	float: left;
	position: relative;
}
/*鍐呭鍙充晶*/
.mainRight{
	width: 85%!important;
	height: 95%!important;
	overflow: hidden;
	float: left;
}
.mainRight h2{
	font-size: 42px;
	color: #333!important;
	font-weight: 900!important;
	font-family: "Microsoft YaHei";
	margin-bottom: 30px;
}
/*宸︿晶瀵艰埅*/
.navList{
	margin-bottom: 70px;
	margin-top: 0%;
}
.navList li{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.navList li a{
	font-size: 20px;
	color: #4c4c4c;
}
/*宸︿晶tip*/
.tipsList{
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
.tipsList li,.tipsList h6{
	font-weight: 400;
	color: #808080;
	font-size: 14px;
}

.tipsList li{
	margin-top: 6px;
}
.tipsList h6{
	margin-top: 18px;
}
#borderTop{
	height: 2px;
	width: 45px;
	background: #b3b3b3;
	margin-bottom: 10px;
}
/*鍏煎*/
@media  (min-width:1280px) and (max-width: 1680px) {
	a{
		font-size:16px;
	}
	.navList{
		margin-bottom: 50px;
		margin-top: 0%;
	}
	.navList li a{
		font-size: 14px;
	}
	.navList li {
	    height: 30px;
	    line-height: 30px;
	}
	.tipsList li,.tipsList h6{
		font-size: 12px;
	}
	.tipsList li{
		margin-top: 3px;
	}
	.tipsList h6{
		margin-top: 6px;
	}
	header img{
		width: 500px;
	}
	.pageNum li{
		width: 30px!important;
		height: 22px!important;
		text-align: center;
		line-height: 22px!important;
		font-size: 14px;
	}
	.mainRight h2{
		margin-bottom: 15px;
		font-size: 28px!important;
	}
	.mainRight{
		height: 98%;
	}
}
@media all and (max-width:1280px) {
	.navList{
		margin-bottom: 25px;
		margin-top: 0%;
	}
	.navList li a{
		font-size: 14px;
	}
	.navList li {
	    height: 30px;
	    line-height: 30px;
	}
	.tipsList li,.tipsList h6{
		font-size: 12px;
	}
	.tipsList li{
		margin-top: 3px;
	}
	.tipsList h6{
		margin-top: 6px;
	}	
	header img{
		width: 500px;
	}
}
/*.tipsList{
	display: none;
}*/
header{
	position: relative;
}
header span{
	position: absolute;
	top: 0;
	right: 60px;
}
header span a:hover{
	color: #09318a;
}
</pre></body></html>