* {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "思源黑体 CN Light";
}
a {
	font-size: 14px;
}
p {
	font-size: 14px;
}
li {
	font-size: 14px;
}
#footer a {
	font-size: 12px;
}
#footer p {
	font-size: 12px;
}
#main {
	background-image: url('../photos/banner5.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:220px;
}
#content {
	padding: 4%;
}
#content h3 {
	border-left:4px solid #00c4e1;
	padding-left: 2%;
	margin-bottom:4%;
}
#content a {
	font-weight: bold;
	color: #333333;
	letter-spacing:1px;
}
#content ul li {
	display: inline-block;
	background-color: #f4f4f6;
	margin: 1%;
	padding: 2% 5%;
	border-radius: 2em;
}
/**/
