/* ============分类列表============== */

ul.photoclass{
margin:0px;
padding:0px;
}

li.photoclass {
margin:0;
padding:0px;
list-style-type: none;
font-weight:100;
color:#505050;
background: #fff;
height: 78px;
border-top: dashed 1px #a0a0a0;
}



a.photoclass:link,a.photoclass:visited,a.photoclass: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.photoclass:hover{
    display: block;
    background:#ff9600 url("/base/templates/images/yiji_cd.png") right 20px center no-repeat;
    color: #fff;
    border-top: solid 1px #ff9600;
}
