/* 全局CSS定义 */
* {
	margin:0;
	padding:0;
}
html {
	background:url(//image.ledu.com/home/images/bgBody05.jpg) no-repeat center top;/*如果body有背景图，请在这里修改*/
	font:12px "宋体",sans-serif;
	color:#1e1e1e;
	line-height:normal;
	text-align:center;
}
body,div,span,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img {
	border:0;
}
ul,ol,li {
	list-style:none;
}
table,td,input,textarea,select,img {
	font-size:12px;
	vertical-align:middle;
}
input.field {
	padding:2px;
	border:1px #c2d7ed solid;
}
input.submit {
	border:none;
	cursor:pointer;
}
/* Link color
================================= */
a {
	color:#1e1e1e;
	text-decoration:none;
}
a:hover {
	color:#144678;
	text-decoration:underline;
}
/* 文字列表属性 */
.list12 {
	width:100%;
	margin:0 auto;
	margin-top:6px;
}
.list12 li {
	width:100%;
	line-height:21px;
	text-align:left;
	float:left;
}
/* 图片列表属性 */
.listPic li {
	width:96px;
	height:90px;
	float:left;
}
.listPic li span {
	line-height:24px;
}
.listPic img {
	border:1px #a5a5a5 solid;
	padding:2px;
}
/* 浮动属性 */
.left,.right,.center {
	display:inline;
}
.left,.center {
	float:left;
}
.right {
	float:right;
}
/* 特殊字体设置 */
.fontArial {
	font-family:'Arial';
}
/* 链接中的灰色字体。方便碎片编辑所以使用链接 */
a.a-text, a.a-text:hover, a.a-text:active {
	color: #6E6E6E;
	text-decoration:none;
}
