*{
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	list-style: none;
}
html,body{
	width: 100%;
	min-height: 100%;
}
body{
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.header{
	width:1200px;
	height: 100px;
	background: linear-gradient(to bottom right,#D2D9DF,#AFB4CC);
	margin: auto;
}
.header h1{
	font-size: 46px;
	letter-spacing: 5px;
	color: white;
	text-align: center;
	line-height: 80px;
}
.header p{
	color: white;
	padding-left: 10px;
}
.content{
	width: 1200px;
	margin: auto;
	background: white;
}
.content>h1{
	color: #666666;
	padding: 20px;
	background: #D2D9DF;
}
.content-list{
	height: 100px;
	padding: 20px;
	border-bottom: 1px solid #999999;
	position: relative;
}
.content-list img{
	width: 100px;
	height: 100px;
	margin-right: 30px;
	float: left;
}
.content-list a{
	color: blue;
}
.content-list a:hover{
	color: red;
}
.content-list p{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}
.content-list span{
	position: absolute;
	right: 30px;
	top: 20px;
}
.footer{
	width: 1200px;
	height: 60px;
	margin: auto;
	background: linear-gradient(to bottom right,#D2D9DF,#AFB4CC);
	color: #333333;
	line-height: 60px;
	text-align: center;
}
.footer a{
	color: #333333;
}
.footer a:hover{
	text-decoration: underline;
}