*{
    margin: 0;
    padding: 0;
    border:none;
}

body {
	width: 480px;
	font-size: 12px;
	line-height: 18px;
	color: #526227;
}

a {
	color: #008B00;
}

a:hover {
	color: #999;
}

p {
	margin: 0 0 10px 0;
}

dl{
	margin: 0 0 10px 0;
}

dd {
	padding: 0 0 0 14px;
	background: url(../img/icon.png) no-repeat 0 2px;
}


/*content-------------------------------------------*/
.con_470 {
	width: 470px;
	margin: 0 0 30px 0;
}

.con_title {
	width: 470px;
	height: 30px;
	margin: 0 0 10px 0;
	background: url(../img/line_470.png) no-repeat 0 100%;
}

.con_title h1 {
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
}

.con_f {
	width: 470px;
	border-top: #666 dotted 1px;
	text-align: right;
}
.con_f a {
	display: block;
	float: right;
	font-size: 11px;
	padding: 0 0 0 14px;
	line-height: 20px;
	background: url(../img/icon_up.png) no-repeat 0 5px;
}

.f_clear {
	clear: both;
	height: 30px;
}

.imgs120_box {
	float: left;
	margin: 0 5px 5px 0;
}
.imgs120 {
	margin: 10px 10px 10px 5px;
}

.con_list {
	width: 460px;
	margin: 0 0 10px 10px;
}

.con_list h1 {
	width: 450px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #d14baf;
	margin: 0 0 5px 0;
	border-bottom: #666 dotted 1px;
}

.text_d {
	color: #d14baf;
}

.con_adv {
	width:470;
	text-align: center;
	margin: 0 0 30px 0;
}


/*footer---------------------------------------------*/
#footer_box {
	width: 470px;
}

#footer_box h1 {
	width: 470px;
	text-align: right;
	color: #333;
	font-size: 10px;
	font-weight: normal;
}

#footer_box a {
	color: #333;
}

#copyright {
	width: 470px;
	text-align: right;
	font-size: 10px;
	border-top: #666 dotted 1px;
}



/*clear-----------------------------------------------*/
.clear {
	clear: both;
}