.footer{
	/* width: 1920px; */
	width: 100%;
	height: 218px;
	background-color: #999999;
}
.footer_center{
	/* background-color: aqua; */
	height: 218px;
	width: 780px;
	margin:0 auto;
}


.footer_title{
	/* margin-top: 30px; */
	padding-top: 30px;
}
.footer_title > div {
	float: left;
	/* width: 128px; */
	width: 110px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}
.footer_title > div > a{
	
	width: 110px;
	height: 18px;
	color: aliceblue;
	font-size: 17px;
	text-decoration: none;
	/* text-align: center; */
	/* line-height: 18px; */
	
}
/* .footer_title > div > a */
.footer_title > div:nth-of-type(1){
	display: none;
}
.footer_title > :not(:last-child){
	border-right:1.5px solid aliceblue;
}

.footer_ICP{
	width: 710px;
	height: 16px;
	margin-top: 80px; 
	margin:0 auto;
	/* background-color: salmon; */
}
.footer_ICP > div{
	float: left;
	font-size: 14px;
	color: aliceblue;
	margin-top: 20px;
	/* background-color: salmon; */
	margin-left: 20px;
}
.dgwba{
	padding-top: 60px;
	margin: 0 auto;
	width: 250px;
	height: 16px;
	/* background-color: aqua; */
	color: aliceblue;
}
.footer_img{
	/* background-color: beige; */
	width: 40px;
	height: 48px;
	margin: 0 auto;
	padding-top: 20px;
}

/* 翻页按钮 */
/* .pageBar > span{
	background-color: rgba(204, 204, 204, 0.9);
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
} */

.num{
	/* background-color: rgba(204, 204, 204, 0.9); */
	/* border-radius: 3px; */
	/* padding-left: 10px; */
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}
.pageBar > .to{
	display: none;
}

/* 上一页,下一页 */
.next_top > a{
	text-decoration: none;
	color: black;
}

.next_to > a{
	text-decoration: none;
	color: black;
}
