*{
	margin:0px;
	padding: 0px;
}
ul li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color:#333333;
}
input{
	outline: none;
	font-size: 13px;
}
img{
	border:none;
}

body{
	background-color: #F2F2F2;
	font-size: 16px;
	font-family: '微软雅黑','黑体';
	color:#333333;
}
.content{
	width: 1000px;
	margin:25px auto;
	box-shadow: 0px 0px 10px #d9d9d9;
	background-color: #FFF;
}
.conTit{
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 28px;
	border-bottom: 1px solid #E6E6E6;
}