.content{
	width: 1200px;
	min-height: 700px;
	margin: auto;
	margin-top: 20px;
}
.left{
	width: 250px;
	min-height: 700px;
	float: left;
}
.left-top{
	width: 250px;
	height: 100px;
	background-color: #24A353;
	padding: 20px;
	line-height: 60px;
	box-sizing: border-box;
}
.left-bottom{
	width: 250px;
	min-height: 600px;
	/* background-color: beige; */
}
.right{
	width: 900px;
	min-height: 700px;
	float: right;
}
.right-top{
	width: 900px;
	height: 100px;
	border-bottom: 2px dashed  #635E42;
	padding-top: 50px;
	box-sizing: border-box;
}
.top-le{
	width: 200px;
	height: 50px;
	float: left;
}
.weizhi{
	float: right;
}
.top-ri{
	height: 50px;
	float: right;
}
.right-bottom{
	width: 900px;
	min-height: 580px;
}