/*分页*/
.page2{text-align: center; line-height: 30px;}
.page2 a{display: inline-block; padding: 0 10px;background: #fff; border: 1px solid #dedede; margin: 0 5px; font-size: 14px; cursor: pointer;}
.page2 span{color: #333; font-size: 14px;}
.page2 a.aa{border: 1px solid #0073A9; color: #0073A9;}
.page2 span{margin: 0 10px;}
.page2 .sp1{color: #0073A9;}
.page2 a:hover,.page2 a.on,.page2 a.aa:hover{background: #0073A9; color: #fff; }
.page2 a.dian{margin: 0; padding: 0;}
.page2 a.dian,.page2 a.dian:hover{background: none; border: none; color: #666;}
.page2{margin-bottom: 16px;}


.divpager
{
    margin: 0px auto;
    clear: both;
    float:right;
}

.page-pagination a
{
    float: left;
    display: block;
    padding: 0px 8px;
    border: solid 1px #e5e5e5;
    margin-right: 5px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    color: #787878;
    background:#fff;
    font-size: 12px;
}
.page-pagination a:hover
{
    border: solid 1px #f39900;
    color: #fff;
    background: #f39900;
}
.page-pagination span
{
    float: left;
    display: block;
    padding: 1px 8px;
    border: solid 1px #174f9d;
    margin-right: 5px;
    line-height: 23px;
    text-align: center;
    background: #174f9d;
    color: #fff;
    font-weight: 600;
}
.page-pagination input
{
    width: 40px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #999999;
    border: #c1c1c1 solid 1px;
    float:left;
    margin-top: 1px;
}
.page-pagination font
{
    font-size: 12px;
    font-family: Tahoma;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 2px 5px;
    vertical-align: top;
    float:left;
}



.fanye{
    text-align:center;
}
.fanye ul li{
    float:left;
}
.fanye ul li.li1,
.fanye ul li.li3{
    width: 35%;
    height: 31px;
    background-color:#0057a7;
    color:#fff;
    line-height:31px;
    border-radius:5px;
}
.fanye ul{
    width:95%;
    margin:0 auto;
    margin-top: 40px;
}
.fanye ul li.li1 a,
.fanye ul li.li3 a{
    color:#fff;
    width: 100%;
    display: block;
}
.fanye ul li.li2{
    position: relative;
    width: 28%;
    height: 26px;
    line-height:28px;
    background-color: #f9f9f9;
    color:#0057a7;
    border:2px solid #b8b8b8;
    border-radius:5px;
    margin:0 1%;
}