﻿.PageList
{
    width:23%;
    font-size: 14px;
    font-weight:bold;
    line-height: 22px;
    float: left;
    font-family: 宋体;
    margin:0px 1%;
}
.PageList strong
{
    text-decoration: none;
    background-color: #2b4578;
    border: 1px solid #2b4578;
    color: #ffffff;
}
.PageList a
{
    float:left;
    text-align:center;
    text-decoration: none;
    background-color:#2b4578;
    border: 1px solid #2b4578;
    color:#ffffff;
    height:41px;
    line-height:41px;
    width:100%;
}
.PageList a:hover
{
    float:left;
    text-align:center;
    text-decoration: none;
    background-color: #2b4578;
    border: 1px solid #2b4578;
    color: #ffffff;
    width:100%;
}

.PageListDian
{
    margin-top: 3px;
    font-size: 12px;
    float: left;
    font-family: 宋体;
}
.PageListHtTxt
{
    margin-top: 5px;
    font-size: 12px;
    float: left;
    font-family: 宋体;
}
*html .PageListHtTxt
{
    margin-top: 3px;
}
*+html .PageListHtTxt
{
    margin-top: 3px;
}

.PageListHtTxt input
{
    border: 1px solid #ccc;
    width: 20px;
    height: 15px;
}



