

/* ============±êÌâÁÐ±í============== */

ul.pagelist{
margin:0px;
padding:0px;
}

li.pagelist {
margin:0;
padding:0px;
list-style-type: none;
font-weight:100;
color:#505050;
background: #fff;
height: 78px;
border-top: dashed 1px #a0a0a0;
}

a.pagelist:link,a.pagelist:visited,a.pagelist:active{
    display: block;
    width: 100%;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 16px;
    color: #323232;
    transition:all 0.2s ease-in-out;
}

a.pagelist:hover{
    display: block;
    background:#ff9600 url("/base/templates/images/yiji_cd.png") right 20px center no-repeat;
    color: #fff;
    border-top: solid 1px #ff9600;
}

