body {
	background-color: #f6f5f5;
}

.box {
	width: 1180px;
	height: 400px;
	margin: auto;
	margin-top: 60px;
	;
}

#container1,
#container2 {
	width: 100%;
	height: 100%;
}

#container3 {
	width: 80%;
	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: 13px;
	color: #333;
	margin-top: 6px;
}

.fl {
	float: left;
}

.hha:hover {
	background-color: #E85C8D;
	color: #fff;
}

.xh {
	width: 88px;
	height: 33px;
	margin-top: 46px;
	background-color: #FFFFFF;
	color: #222;
	line-height: 33px;
	border-radius: 4px;
}
