/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
font,
figure {
	margin: 0 auto;
	font-family: Microsoft YaHei;
	color: #505050;
}
fieldset,
img {
	border: 0;
	vertical-align: top;
}
ol,
ul,
li,
dl,
dt,
dd {
	list-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	color: #333;
	text-decoration: none;
}
a:link,
a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
.clearfix:after {
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
	line-height: 0;
	zoom: 1;
	visibility: hidden;
}
.main {
	max-width: 1240px;
	background: url(/static/images/bg.png) repeat-y top center;
	width: 100%;
}
.container {
	width: 1180px;
	margin: 0 auto;
}
.header {
	margin-top: 13px;
	background: #ccc;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.cont {
	margin: 13px 0;
	padding: 10px;
	border: 1px solid #ccc;
}
.cont h4 {
	line-height: 30px;
	margin: 15px 5px;
}
.cont h4::before {
	content: '';
	width: 15px;
	height: 18px;
	background-color: #4f9cee;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -16px;
}
.cont p {
	text-indent: 2em;
	line-height: 28px;
	text-align: justify;
}
.cont .tit {
	margin-left: 15px;
	line-height: 40px;
}
.cont img {
	display: block;
	margin: 0 auto;
	width: 600px;
}
