.dede_pages {
    text-align: center;
   padding-top: 20px;
   padding-bottom: 50px;
    height: 40px;
}

.dede_pages ul a{
	width: 60px;
    display: inline-block;
    margin: 0 5px;
	height:38px;
    line-height: 38px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #ededed;
	overflow:hidden;
	font-size:16px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}


.dede_pages ul a:hover:last-child{
	background:white;
}

.dede_pages a:hover {
	background:#d7a746;
	color:white;
	cursor:pointer;
	color:white;
}

.dede_pages ul a.thisclass, .dede_pages ul .thisclass a, .pagebox ul .thisclass a:hover{
	background-color: #d7a746;
    padding: 0px 14px 1px;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}

.dede_pages .pageinfo {
    
    color: #999;
	    font-size: 15px;
}
.dede_pages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}