#pages {    text-align: center;    margin: 25px 0 15px;    clear: both;}#pages a {    display: inline-block;    padding: 8px 15px 7px;    background-color: #fff;    color: #888;    font-size: 15px;    margin: 0 2px;    -webkit-transition-duration: 0.25s;    -moz-transition-duration: 0.25s;    -o-transition-duration: 0.25s;    border: 1px #ddd solid;    border-radius: 3px}#pages a:hover {    background-color: #006db8;    border-color: #006db8;    color: #fff}#pages a.active {    background-color: #006db8;    border-color: #006db8;    color: #fff}#pages a.prev, #pages a.next {    font-size: 14px;}#party #pages a:hover {    background-color: #d00;    border-color: #d00;}#party #pages a.active {    background-color: #d00;    border-color: #d00;    color: #fff}#pages span {    display: inline-block;    padding: 9px 15px;    color: #888;    position: relative;    top: -2px}/* 百度编辑器插入的附件图标和文字样式 */.ico_att img {    margin: 0 8px 0 0;}.ico_att a {    font-size: 14px;    color: #06c;}@media(max-width:640px) {	#pages {		margin: 20px 0 6px;	}	#pages a {		padding: 5px 10px 4px;		font-size: .9rem;		margin: 0 -3px;		border-radius: 0;	}}
