*{
	margin:0;
	padding:0;
}
body{
	font-family: "微软雅黑";
	background: #ededed;
}
a{
	text-decoration: none
}
.content{
	width:80%;
	margin:0 auto;
	overflow: hidden;
	background: #fff
}
.text{
	color:#ff0c0c;
	line-height: 30px;
	margin:10px 0px;
	font-weight: bold;
	font-size:30px;
	text-align: center
}
.img{
	width:100%;
}
