:root {
	--dfBgBlue:#033896;
	--fnColor:#111;
	--fwColor:#fff;
	--flColor:#666666;
	--fdColor:#888888;
	--fdmColor:#999999;
	--newsBcolor:#fafafa;
	--footerBg:#140404;
	--fmmmszie:0.5rem;
	--fmmsize:0.7rem;
	--fmszie:0.875rem;
	--fszie:1rem;
	--fsBszie:1.125rem;
	--fBszie:1.5rem;
}
html {
	font-size:16px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
/* a {
	padding:0 !important;
	color:var(--hColor);
}
a:hover,a:active,a:visited,a:link {
	text-decoration:none;
	background:none !important;
} */
.iconfont:before{
	margin:0 0.25rem 0 0;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
body {
	font-family: 'Segoe UI',Arial,'Microsoft Yahei',sans-serif;
	font-size:80%;
	margin:0;
	padding:0;
	font-size:var(--bSmize);
	outline:none;
	cursor:default;
}
body::-webkit-scrollbar {
	width:0.25rem;
	height:0rem;
	opacity:0.6;
}
body::-webkit-scrollbar-thumb {
	border-radius:1rem;
	-webkit-box-shadow:inset 0 0 6px rgba(255,153,0,0.2);
	background:var(--fMColor);
}
.columnTop{
	margin:7.5rem auto 0;
}
.columnPages{
	max-width:90rem;
}