/*pages*/
.pages {
    line-height: 38px;
    margin: 25px 0 10px;
    font-size: 16px;
    text-align: center;
	font-family:Microsoft YaHei;
}

.pages a,
.pages a {
    display: inline-block;
    width: 34px;
    margin-left: -1px;
    border: 1px solid #dde0e5;
    text-align: center;
    vertical-align: bottom;
}
.pages a:first-child,
.pages a:first-child {
    border-radius: 4px 0 0 4px;
}
.pages a:last-child,
.pages a:last-child {
    border-radius: 0 4px 4px 0;
}
.pages a {
    background: #fff;
    color: #656d79;
	  min-width: 60px;
}
.pages a.current {
    background: #fb4654;
    color: #fff;
}
.pages a {
    background: #fff;
    color: #656d79;
}
.pages a:hover {
    color: #fb4654;
}
.pages a.arrow {
    width: auto;
    padding: 0 30px;
}
