@charset "utf-8";
/*公共标签样式 开始*/
* {
	margin:0;
	padding:0;
	font-size:12px;
}
html, body {
	font-family:"宋体",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#635f5f;
	background:#fff;
}
ul {
	list-style:none;
}
li{
	line-height:16px;
}
img {
	border:0;
}
input{
	height:20px;
	line-height:20px;
	font-size:12px;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#d71518;
	text-decoration:underline;
}
/*table*/
table {
	width:100%;
	border-collapse:collapse;
}
table td {
	padding:0;
	margin:0;
}
table th.wztop {
	vertical-align:top;
}
/*公共属性样式*/
/*取消浮动*/
.clear {
	clear:both;
}
/*字体样式 开始*/
.fontred {
	color:#e40c0c;
}
.fontgrey {
	color:#8f8f8f;
}
.fontblue {
	color:#1e77af;
}
/*字体加粗*/
.fontbold {
	font-weight:bold;
}

