
body{
	background-image: url(../img/img5.jpg);
	background-size: 100%;
	color: #FFFFFF;

}

#content{
	width: 1200px;
	margin: auto;
}
#content-top{
	margin-top: 50px;
}
#content-top h3{
	font-size: 24px;
}
.nr{
	margin-top: 30px;
	overflow: hidden;
	height: auto;
	margin-left: 40px;
	margin-bottom: 50px;
}
.img-nr{
	position: relative;
	width: 500px;
	height: 300px;
	overflow: hidden;
	border: 2px solid #FFFFFF;
	padding: 0 10px;
	float: left;
	cursor: pointer;
}
.img-nr img{
	position: absolute;
	width: 500px;
	top: -270px;
}
.nr-text{
	display: inline-block;
	width: 500px;
	padding-left: 80px;
}
.nr-text h4{
	padding-top: 10px;
	font-size: 20px;
}
.nr-text p{
	padding-top: 20px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 34px;
}
.nr-text button{
	margin-top: 20px;
	width: 60px;
	height: 30px;
}
#bottom{
	height: 60px;
	background-color: #333333;
	text-align: center;
}
#bottom p{
	line-height: 30px;
}