body{
    margin:0 auto;
    font-size:12px;
}

/**当前位置连接样式*/
#location_bar a:link{
    text-decoration:none;
    color:#333333;
}
#location_bar a:visited{
    text-decoration: none;
    color:#333333;
} 
#location_bar a:hover{
    text-decoration: underline;
    color:#ff6600;
}
#location_bar a:active{
    text-decoration:none;
    color:#333333;
}


.star{
    font-weight:bold;
    font-size:17px;
    padding-left:10px;
    color:#E14000;
}

.hit{
    padding-left:10px;
    color:#E14000;
}