.left, .right 
{
	width: 100%; 
	height: 700px; 
	padding: 40px 20px;
    box-sizing: border-box; 
	} 
.left 
{ 
	height: 500px; 
	}
.container 
{ 
	width:100%; 
	height: 100%; 
	float: left; 
	}
pre { 
	font-family: "微软雅黑"; 
	font-size:14px; 
	} 
.title 
{ 
	font-size: 14px; 
	font-weight: bold; 
	color: #cc5522; 
	}
.content 
{ 
	font-size: 13px; 
	color: #333; 
	margin-top: 6px; 
	}