@charset "utf-8";
* {
	list-style-type: none;
}
html,body {
	margin: 0;
	padding: 0;
}
a {
	color:#2b2b2a;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	font-family: "宋体", Arial;
}
a:hover {
	color: #de1503;
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}
.borde {
	border: 1px solid #690;
}
.img {
	border: 0;
}
.p12 {
	font-size: 14px;
	line-height: 28px;
	color: #2b2b2a;
	font-family: "宋体", Arial;
}
.b12 {
	font-size: 14px;
	line-height: 28px;
	color: #2b2b2a;
	font-family: "宋体", Arial;
}
.p14 {
	font-size: 14px;
	line-height: 28px;
	color: #2b2b2a;
	font-family: "宋体", Arial;
}
.pbold {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #25478C;
	font-family: "宋体", Arial;
}
.title {
	font-size: 14px; font-family: '宋体'; color:#2b2b2a;
}
.white {
	color: #FFF;
	font-family: "宋体", Arial;
}
.red {
	color: #900;
	font-family: "宋体", Arial;
}
.foot, .foot a {
	font-size: 14px;color:#e6f1fe; font-family:'宋体'; line-height:1.8;
}
.foot a:hover {
	color: #aad0fa;
}