.subject{
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px #e5e5e5 solid;
}
.subject>*{
	margin: 10px 30px 0 30px;
}
.subject p{
	color: #666666;
}
.subject img{
	width: 510px;
}
#warpper{
	height: 1953px;
	width: 100%;
	position: relative;
	min-width:1200px;
}
#bg{
	width: 100%;
	height: 1953px;
	position: absolute;
}
#content{
	width: 1170px;
	height: 1250px;
	position: absolute;
	left: 50%;
	top: 250px;
	margin-left: -582px;
	border-radius: 3px;
}
#footer{
	width: 1170px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 1610px;
	margin-left: -582px;
	text-align: center;
	border-radius: 3px;
}
.c_l{
	display: inline-block;
	width: 810px;
	height: 1250px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 0px 40px #000;
	box-shadow: 2px 0px 40px #000;
}
.c_b{
	width: 810px;
	height: 1250px;
	border-radius: 3px;
}
.c_bl{
	display: inline-block;
	width: 190px;
	height: 1250px;
	border-bottom-left-radius: 3px;
	background-color: #eeeeee;
}
.c_br{
	display: inline-block;
	width: 620px;
	height: 1250px;
	position: relative;
	background-color: #ffffff;
	float: right;
	border-bottom-right-radius: 3px;
}
