/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-1-17, 11:27:19
    Author     : Administrator
*/

 .pages{ text-align: center; font-size: 14px; margin: 30px;color:#999;}
.pages a,.pages span {
        width:18px;
        height: 20px;
        line-height: 20px;
        display:inline-block;
        padding:2px 2px;
        margin:0px 6px 0px 0px;
        border:1px solid  #1aa1c0;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
}
.pages a,.pages li {
        display: inline-block;
        list-style: none;
        text-decoration: none;
        color: #F7F8F9;
        width: 45px;
        background: #1aa1c0;
}
.pages a.first,.pages a.prev,.pages a.next,.pages a.end{
        width: 25px;
        margin:0;
}
.pages a:hover{
        /*border-color:#50A8E6;*/
        border-color:#cf000e;
        color: #fff;
}
.pages .pagination .active a{

        font-weight:700;
        border-color:#cf000e;

}

