@charset "utf-8";
.content {
	margin-top: 500px;
	padding-top: -200px;
	padding-left: 30px;
	margin-bottom: 100px;
	background-color: #FFF;
	height: 2000px;
	width: 100%;
}
.content1 {
	margin-top: -180px;
}
.content1 article {
	background-color: #C36;
	height: 470px;
	width: 800px;
	padding-top: 30px;
	color: #FFF;
}

.content1 nav {
	background-color: #C9F;
	height: 30px;
	width: 750px;
	color: #FFF;
}

.content1 aside {
	float: left;
	height: 300px;
	width: 150px;
	background-color: #0CF;
	color: #FFF;
	display: block;
}


.content1 section {
	background-color: #C69;
	height: 300px;
	float: left;
	width: 600px;
	color: #FFF;
}
.content1 article section .yj1 {
	background-color: #06F;
	height: 80px;
	width: 100%;
	margin-top: 76px;
	color: #FFF;
}
.yj2{
	background-color: #03F;
	height: 120px;
	width: 100%;
	clear: left;
	color: #FFF;
}
