* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

img {
	border: none
}

.content-main img {
	max-width: 100% !important;
	height: auto !important;
}

.dede_pages {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.dede_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style: none
}

.dede_pages ul li {
	float: left;
	font-family: 'microsoft yahei';
	margin: 0 2px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #d8dadf
}

.dede_pages ul li:nth-child(1) {
	padding: 0 10px
}

.dede_pages ul li:nth-child(1) a {
	padding: 0
}

.dede_pages ul li a {
	color: #555;
	display: block;
	padding: 0 10px;
}

.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333
}

.dede_pages ul li:hover a {
	color: #fff
}

.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none
}

.dede_pages ul li.thisclass {
	background-color: #333;
	color: #fff;
	border: 1px #333 solid;
	padding: 0 10px
}

.dede_pages ul li:last-child {
	padding: 0 10px
}

.dede_pages ul li:last-child a {
	padding: 0
}

.dede_pages ul li.thisclass a {
	color: #fff;
	padding: 0
}

.dede_pages .pageinfo {
	line-height: 30px;
	padding-left: 5px
}

.dede_pages strong {
	font-weight: 400
}

.footer a {
	color: #888
}