.inner {
	width: 1200px;
	margin: 0 auto;
}
.dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: red;
	float: left;
	vertical-align: 10px;
	margin-top: 18px;
	margin-right: 10px;
}
.top {
	margin-top: 20px;
}
.top dl {
	width: 700px;
}
.top .title {
	height: 35px;
	line-height: 35px;
	background: url(title_top_04_gqgg.png) no-repeat;
}
.top .title h2 {
	width: 190px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
 .top .more {
 	height: 25px;
 	line-height: 25px;
 	margin-top: -1px;
 }
  .top .more a {
 	font-size: 13px;
 	color: #999;
  }
 .top .list {
 	height: 45px;
 	line-height: 45px;
 	margin-top: 2px;
 }
 .top .list a {
 	float: left;
 	display: inline-block;
 	max-width: 510px;
 	font-size: 16px;

 }

.bot {
	margin-top: 20px;
}
.bot dl {
	width: 585px;
}
.bot .title {
	height: 35px;
	line-height: 35px;
	background: url(title_bot_08_gqgg.png) no-repeat;
}
.bot .title h2 {
	width: 190px;
	color: #fff;
	text-align: center;
      font-weight: bold;
}
.bot .more {
 	height: 25px;
 	line-height: 25px;
 	margin-top: -1px;
}
.bot .more a {
 	font-size: 13px;
 	color: #999;
}

 .bot .list {
 	height: 45px;
 	line-height: 45px;
 	margin-top: 2px;
 }
 .bot .list a {
 	float: left;
 	display: inline-block;
 	max-width: 510px;
 	font-size: 16px;
 }
.link {
	margin-top: 20px;
}
.link li {
	width: 382px;
	height: 66px;
	background: url(link_bg_11_gqgg.png) no-repeat center;
	float: left;
	margin-left: 27px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 66px;
}
.link li:nth-child(1){
	margin-left: 0;
}
.link li a {
	color: #fff;
}

.footer {
	background: #e6e6e6;
	margin-top: 20px;
	padding: 20px;
}

.footer p {
	text-align: center;
	color: #000;
	height: 45px;
	line-height: 45px;
}