@charset "utf-8";

#main .left{
	float:left;	
	width:200px;
	margin: 20px 20px 0 0;
}

#content-nav{
	width:138px;
	background: #f7f7f7;
	border: #e4e4e4 1px solid;
	padding: 15px 30px;
}

#content-nav ul li{
	font:14px "微软雅黑";
	font-weight:bold;
	margin-bottom:15px;
	letter-spacing:2px
}

#content-nav ul li img{
	margin-right:15px;
	vertical-align:middle;
}

#content-nav ul .active a{
	color:#e60000;
}

#main .right{
	float:left;
	width:698px;
	margin: 20px 0 0 0;
	background: #fff;
	padding: 20px;
	border: #e4e4e4 1px solid;
}

#title {
	background: url(../../images/web/icon-bar.jpg) no-repeat left center;
	padding: 0 0 0 20px;
}

#title h2 {
	font-size: 14px;
	font-weight: bold;
}

#title p {
	color: #9a9e9e;
}

#text {
	margin: 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

#text p {
	line-height: 1.8em;
	margin-bottom: 1em;
}