.centered-box {
	width: 100%;
}

#crumbs {
	margin: 10px 0;
	padding: 0;
}

#matter {
	float: left;
	width: 208px;
	display: inline-block;
	margin: 0;
	text-align: center;
}

#matter>li {
	margin: 0;
	background: #fffffd;
}

#matter>li>a {
	width: 100%;
	/*height: 100%;*/
	display: inline-block;
	font: 16px/40px "微软雅黑";
	color: #545454;
	padding: 0;
}

#matter>li>a:focus{
	display: inline-block;
	background-color: #696969 !important;
	color: #edf6f7 !important;
}

#matter>li:last-child {
	border: none;
}

@media (max-width: 1138px) {
	#matter {
		width: 100%;
		margin-bottom: 20px;
	}
}


/*左侧导航end*/

#panel {
	width: 842px;
	border: 1px solid #dddddd;
	float: left;
	background: #fff;
	margin-left: 36px;
	padding: 30px;
}

#panel h2 {
	font: 16px/36px "微软雅黑";
	color: #404040;
	font-weight: bold;
	margin-bottom: 16px;
}

#panel p {
	display: inline-block;
	font: 16px/28px "微软雅黑";
	color: #4e4e4e;
	white-space: normal
}

#panel span {
	font-size: 16px;
	color: #3bb4f2;
}

@media (max-width: 1138px) {
	#panel {
		width: 100%;
		margin-left: 0;
	}
}