* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body, html {
	height: 100%;
	font-family: "΢���ź�";
}

.boxde {
	/* width: 100%; */
	height: 600px;
	margin: 60px 0;

	margin-left: 15%;
	margin-right:15%
}



#container3 {
	width: 100%;
	height: 100%;
}

.list {
	width: 20%;
	height: 100%;
	background: #eee;
}

.list li {
	height: 34px;
	line-height: 34px;
	padding-left: 20px;
}

.list li.active a {
	color: red;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}

.content {
	font-size: 12px;
	color: #333;
	margin-top: -1px;
}

.fl {
	float: left;
}