* {
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	list-style: 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/banner7.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:220px;
}
/**/
#content {
	padding: 4% 0;
}
#content h3 {
border-left:4px solid #00c4e1;
	padding-left: 2%;
}

#content ul li{  
    background-image: url("../photos/enter.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
	
}

#content ul a{
    padding: 14px 15px; 
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    color: #000000; 
	border-bottom:1px solid #CCCCCC;
}

/**/
