/* 格式化样式开始 */
* {
	margin: 0;
	padding: 0;
	/* 字体设置为微软雅黑 */
	font-family: "微软雅黑";
	outline: none;
	/* 设置为怪异盒模型 */
	box-sizing: border-box;
}

/* 横向滚动条解决 */
html {
	overflow-y: auto;
}

html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	left: 0;
	top: 0;
}

body {
	overflow-x: hidden;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
}

*:focus {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.cf,
.clearfix {
	/* 清除浮动：zoom是IE的专属属性，可以在IE6以下清除浮动 */
	zoom: 1;
}

.cf:after,
.clearfix::after {
	/* after伪元素清除浮动 */
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	/* 没有下划线 */
	text-decoration: none;
	color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
/* .more a {
	color: #999;
} */

/*颜色根据通用更多的文字颜色决定*/
/* a:hover {
            color: #1a5fb0;
        } */

/*颜色根据psd主色调决定，比如很多都是蓝色*/
/* .more a:hover {
	color: #1a5fb0;
} */

/*颜色根据psd主色调决定，比如很多都是蓝色*/
/* 格式化样式结束 */

/* 老年版大鼠标样式 */
.old_type,
.old_type * {
	cursor: url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/1/cur/mouse_default.cur), auto !important;
}

.old_type a,
.old_type a img,
.old_type a span {
	cursor: url(//zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/images/1/cur/pointer.cur), auto !important;
}

/* 无障碍边框效果 */
.ariabodytopfiexed a:focus,
.ariabodytopfiexed *:focus {
	outline: 2px solid #fcff00 !important;
}