﻿#pagelist
{
  margin:0 auto;
    border:0;
    padding: 0px;
    width: 100%;
    font-size: 12px;
    list-style-type: none;
}
#pagelist li
{
    width: 100%;
    height: 23px;
}
#pagelist li a .lbt
{
    display: block;
    width: 80%;
    float: left;
    text-indent: 0px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline;
}

#pagelist li a .lbt2
{
    display: block;
    width:71%;
    float: left;
    text-indent: 0px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline;
}

#pagelist li a .newstitle
{
    display: block;
    width:92%;
    float: left;
    text-indent: 0px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline;
}

#pagelist li a .ldt
{
    display: block;
    width: 20%;
    float: right;
    text-align: center;
    color: #069;
    text-decoration: none;
    display: inline;
}

#pagelist li a .arr
{
    display: block;
    width: 7%;
    float: left;
    text-align: center;
    color: #cc0000;
    text-decoration: none;
    display: inline;
}

#pagelist li a
{
    width:100%;
    height: 23px;
    display: block;
    line-height: 23px;
    color: #666;
    text-decoration: none;
    cursor: hand;
}
#pagelist li a:hover
{
    color: #03c;
    text-decoration: none;
   
}
#pagelist li a:hover .ldt
{
    color: #000;
}

.title
{
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}


.title2
{
border-bottom:dotted 1px #666666;
}
