/**************基本设置**************/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif, "宋体";
	color: #666;
	background-color: #fff;
    line-height: 23px;
	text-align: left;
	font-size: 12px;
	}
div{
	text-align: left;

}	

#wrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

a {
	text-decoration: none;
	color:  #000;
	}
a:visited {
	color:  #000;
	}
a:active {
	color:  #666;
	}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
ul{
	list-style:none;
	padding: 0;
	margin: 0 3px 0 0;
}
ul.list{
	list-style:none;
	padding: 0;
	margin: 0 0 0 1em;
}

ul.list li{
	list-style:none;
	line-height: 2em;
	border-bottom: dashed 1px #CCCCCC;
}

ul.list li span{
	float: right;
	text-align: right;
}

hr{
	display: none;
}
p{
	padding: 0.5em 0 0.5em 0;
}

h1{
font-size: 20px;
font-weight:bolder;
}
h1 span{
	font-size: 16em;
	font-family: "宋体";
}
h1 a{
	color: #B56400;
}
h2,h3{
	font-size: 16px;
	line-height: 20px;
	margin:0px;
}
h5{
	margin:0px;
}h4{
	font-size: 14px;
}
ol{
	padding-left: 10px;
	margin: 1em 1em 0 2em;
}

ol li{
	line-height: 1.8em;
}


label{
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
.line2 {width:1px;height:15px;background:#fff}
.linex{
    width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 8px 0 8px 0;
}

.input11{
	border: 1px solid #ccc;
	hight: 8px;
	width: 265px;
	margin: 0px 0 3px 0;
}

.input{
	border: 1px solid #ccc;
	hight: 8px;
}
.red{
 color: #c00;
}
