body{
	padding: 0;
	margin: 0;
	background: rgb(39,40,34);
}
.titleP{
	text-align: center;
	font-size: 2em;
	color: #fff;
}
.container{
	width: 90%;
	height: 2000px;
	background: rgb(39,40,34);
	position: absolute;
	top: 0;
	left: 5%;
}
.itemDiv{
	width: 90%;
	height: 300px;
	background: #ddd;
	margin: 0 auto;
	position: relative;
}
.leftDiv{
	position: absolute;
	width: 40%;
	height: 90%;
	left: 5%;
	top: 5%;
}
.leftDiv>img{
	width: 100%;
	height: 100%;
}
.rightDiv{
	position: absolute;
	width: 40%;
	height: 90%;
	right: 5%;
	background: #aaa;
	top: 5%;
}
pre{
	position: absolute;
	font-size: 16px;
	width: 98%;
	height: 90%;
	top: -5%;
	left: 1%;
	color: rgb(39,40,34);
	font-weight: bold;
}
