	.left,
.right {
	width: 100%;
	height: 700px;
	box-sizing: border-box;
}

.left {
	height: 442px;
}

.container {
	width: 100%;
	height: 100%;
	float: left;
}

.des {
	float: right;
	width: 48%;
	height: 100%;
	border: 1px dashed #000;
	box-sizing: border-box;
}

.info {
	margin-top: 20px;
	padding-left: 20px;
	color: #cc5522;
	font-size: 20px;
	margin-bottom: 40px;
	text-align: center;
}

pre {
	font-family: "微软雅黑";
	font-size: 14px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}

.content {
	font-size: 13px;
	color: #333;
	margin-top: 6px;