@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

li {
	margin: 00px;
	padding: 0px;
	list-style-type: none;
	font-family: "宋体", Arial;
	font-size: 12px;
	font-weight: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #002B5E;
	line-height: 24px;
}
a:hover {
	font-size: 12px;
	line-height: 24px;
	color:#BD1A1D;
	text-decoration: none;
}
div {
	font-size: 12px;
	padding: 0px;
	font-family: "宋体", Arial;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

