/* ============·ÖÀàÁÐ±í============== */

ul.productclass{
margin:0px;
padding:0px;
}

li.productclass {
margin:0;
padding:0px;
list-style-type: none;
font-weight:100;
color:#505050;
background: #fff;
height: 78px;
border-top: dashed 1px #a0a0a0;
}



a.productclass:link,a.productclass:visited,a.productclass: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.productclass:hover{
    display: block;
    background:#ff9600 url("/base/templates/images/yiji_cd.png") right 20px center no-repeat;
    color: #fff;
    border-top: solid 1px #ff9600;
}
