@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body,html{
	width: 100%;
	height: 100%;
}
body{
	background: #ff6500;
	font-family: "微软雅黑";
}
.notice-wrap{
	padding-top: 30px;
}
.notice{
	margin: 0 auto;
	width: 682px;
	height: 633px;
	background: url(../images/new-bg.png) no-repeat;
}
.notice h1{
	padding-top: 190px;
	font-size: 36px;
	color: #333;
	text-align: center;
}
.notice>p{
	margin: 0 12px;
	font-size: 14px;
	color: #666;
	text-indent: 18px;
	line-height: 24px;
}
p span{
	color: #ff6500;
}
.notice .notice-cont{
	margin-top: 5px;
}
.notice .notice-tel{
	padding-bottom: 5px;
	border-bottom: 2px solid #f2f2f2;
}
.notice-foot{
	margin-top: 10px;
}
.notice-foot p{
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 15px;
	font-size: 14px;
	color: #666;
	text-align: left;
}
</style>