@charset "utf-8";

body { font-family:"Microsoft YaHei","宋体","Arial"; font-size:1.2em; line-height:1.5em; color:#666;}
ul {
	list-style:none;
	margin:0;
	padding:0;
}

a {
	color:#666;
	font-size:1em;
}
a:hover {
	color:#01822f;
}

.boder-right { border-right:1px solid #ccc;}
.border-bottom {
	border-bottom:1px solid #ccc;
}

.text-col {
	color:#01822f;
}
.margin-top-10 { 
    margin-top:10px;
}
.margin-0 {
	margin:0 !important;
}