/* CSS Document */

/* 默认值
------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	width: 1003px;
	margin: 0 auto;
	color:#000000;
	font-family: "宋体", Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height:22px;
	text-align:left;
}
div,form,img,ul,li,dt,dd{/* 定义常用标签属性 */
	margin:0px;
	padding:0px;
	border:0px;
}
h1,h2,h3,h4,h5,h5,h6{/* 定义常用标签属性 */
	margin:0px;
	padding:0px;
}
ul{
    list-style-type:none;
}
/* 超链接 */
a {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#006699;
}

a img {
	border: 0;
}
.zi14{
font-size:14px; font-weight:bold}

.ulli{
width:260px;
height:272px;
font-size: 12px;
color:#000000
}
.ulli ul{


}
.ulli ul li{
width:115px; height:25px; float:left;
font-size: 12px; margin-left:8px
}


.fenl{
width:485px;
height:147px;
font-size: 12px;
color:#000000
}
.fenl ul{


}
.fenl ul li{
width:150px; height:20px; float:left;
font-size: 12px; margin-left:8px; margin-top:6px; border-bottom:1px #000 dashed
}