﻿
.alist-title {
    border-bottom:1px dashed #ccc;
    font-size:14px;
    padding-bottom:6px;
    margin-bottom:6px;
}
.alist
{

}
    .alist .item {
        padding:3px;
        color:#666;
        font-size:12px;
    }
        .alist .item:hover {
            background-color:#f5f5f5;
        }
        .alist .item a {
            color:#0094ff;
            text-decoration:none;
            font-size:12px;
        }
        .alist .item a:hover {
            color: #ff9850;
        }
.color {
    color: #ff6a00; /*#f39800;*/
    font-weight: bold;
}

.color2 {
    color: #0094ff;
    font-weight: bold;
}
