@charset "utf-8";
/* CSS Document */
.about_box {
	width:500px;
	float:left;
	padding:15px 60px 0 10px;
	margin-top:15px;
	text-align:left;
	line-height:18px;
	color:#000000;
	border-top: 1px solid #E6E6E6;
}
.margin_top {
	margin-top:15px;
}
.about_box p {
	padding-bottom:12px;
}

.about_box .title {
	width:500px;
	float:left;
	padding-bottom:2px;
}
.about_box .title a {
	width:490px;
	float:left;
	line-height:25px;
	background-color:#EAEAEA;
	padding-left:10px;
	display: block;
}
.about_box .title a:hover {
	background-color:#E1E1E1;
}
.dest_con {
	width:440px;
	float:left;
	padding:0 50px 12px 10px;
}
.dest_con .item {
	width:440px;
	float:left;
	background-image: url(../../images/about_ico.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	margin-top:5px;
}
.dest_con .item .span1 {
	display:block;
}
.dest_con .item p {
	padding:8px 0;
}
.friend_link {
	width:120px;
	display:block;
	float:left;
	line-height:30px;
	padding-right:5px;
}
















