.top{
	width: 100%;
	height: 200px;
	position: relative;
	background-color: #111A23;
}
.top-in{
	height: 200px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.main{
	width: 944px;
	margin: 0 auto;
	padding: 22px 8px 132px 8px;
}
.list{
	margin-top: 30px;
}
.list ul li{
	height: 40px;
	width: 944px;
	border-bottom: 1px dashed #7B7979;
	line-height: 40px;
}
.list ul li a:hover{
	color: #10a0ea
}
.thing{
	color: #363839;
	font-size: 14px;
	float: left;
}
.data{
	color: #363839;
	font-size: 14px;
	float: right;
}
.title{
	font-size: 20px;
	color: #363839;
	text-align: center;
}
.title-b{
	font-size: 14px;
	color: #7B7979;
	text-align: center;
}
hr{
	border: 1px dashed #7B797A;
}
p{
	font-size: 14px;
	color: #7B7979;
}
.text{
	text-align: center;
}
.main p{
	text-indent: 2em;
}
.imgbox{
	width: 100%;
}
.img_text {
	text-align:center;
}
.imgbox img{
	margin: 0 auto;
	display:block;
}
