* {
	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/banner8.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:220px;
}
/**/

#content {
	padding: 4%;
}
#content span{
	color:#f85b66;
	}
#content h3 {
	border-left:4px solid #00c4e1;
	padding-left: 2%;
	margin-bottom:4%;
}
#content p {
	line-height: 165%;
	text-indent: 2em;
	color: #333333;
	letter-spacing: 1px;
    text-align: justify;
}
#content .log {
	padding: 4% 0 4% 0;
	text-align: center;
}
#content img {
	width: 100px;
}
#content ul {
	text-indent: 2em;
}
#content ul li {
	letter-spacing: 1px;
    text-align: justify;
	line-height: 165%;
}
