*{margin: 0;padding: 0;}
body{background-color: lightyellow;}
.top h2{
	background-color: #EEDDCB;
	height: 50px;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	font-size: 28px;
	font-family: "微软雅黑";
	color: #e8a990;
}
.yin{
	margin-left: 250px;
}
.tu{
	margin-left: 260px;
	margin-top: 24px;
	color: lightcoral;
	font-size: 20px;
}
.tu span{
	color: lightcoral;
	margin-left: 16px;
}
#new{
	width: 976px; 
	height: 1380px;
	margin: 0 auto;
	margin-top: 24px;
}
#new ul li{
	display: inline-block;
	width: 282px;
	height: 300px;
	padding: 20px;
}
#new ul li img{
	width: 280px;
	height: 200px;
	border-radius: 10% ;
}
#new ul li img:hover{
	width: 290px;
	height: 210px;
	box-shadow: 0 0 12px 12px #EEDDCB;
}
#new ul li p{
	margin-top: 20px;
	text-align: center;
}
#new ul li p:hover{
	color: red;
}

#foot{
	width: 100%px;
	height: 180px;
	background-color: #eacdad;
}
#foot .f{
	width: 100%;
	height: 45px;
	background-color: #EEDDCB;
}
#foot .shang{
	width: 88%;
	height: 45px;
	margin: 0 auto;
	text-align: center;
}
#foot .shang li{
	display: inline-block;
	width: 150px;
}
#foot a{
	display: inline-block;
	line-height: 45px;
	width: 80px;
	text-decoration: none;
	color: lightcoral;
}
#foot .shang li a:hover{
	color: white;
	width: 150px;
	background-color: lightcoral;
}
#foot .geng{
	width: 100%;
	height: 135px;
}
.geng{
	display: block;
}
#foot p{
	text-align: center;
	padding-top: 30px;
	line-height: 40px;
	color: #c54343;
	font-family: "微软雅黑";
}
