.pages {
    width: 100%;
    text-align: center;
    height: 70px;
}

.pages_wap {
    width: 100%;
    text-align: center;
    height: 70px;
    margin-top: 20px;
}

.pages_wap a{
    font-size: 18px;
    color: #4FC2B8;
    font-weight: bold;
}

.pages a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;
    border: 1px solid #4FC2B8;
    margin: 0px 5px;
    font-size: 14px;
    color: #4c4c4c;
    border-radius: 4px;
}
.pages a.on {
    background-color: #4FC2B8;
    color: #fff;
}

.pages i {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;
    border: 1px solid #4FC2B8;
    margin: 0px 5px;
    font-size: 14px;
    color: #4c4c4c;
    border-radius: 4px;
}

.pages a:hover{
    background-color: #4FC2B8;
    color: #fff;
}


a, img {
    border: 0px;
}
a {
    color: #383236;
    text-decoration: none;
    outline: none;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}