.main {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 22px;
}
.crumbs {
    background: #f4f4f4;
    padding: 5px;
}

.crumbs li {
    float: left;
    margin-right: 10px;
}

.crumbs a {
    color: black;
}

.items li {
    margin: 20px 5px;
}

.items li a {
    width: 70%;
    color: #666;
    font-family: Arial, Microsoft YaHei, serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
}

.items li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.items li span {
    float: right;
    color: #CCC;
    font-family: Arial, serif;
}
