﻿.item{
    border-bottom:0.5px solid #AAAAAA;
    margin-bottom:10px;
    margin-right:10px;
    margin-top:10px;
}
.item:last-child{
    border:none;
}

.thumb{
    font-weight:bold;
    color:#666666;
    margin-right:5px;
}
.thumb img{
    max-width:70px;
}

.desc{
    max-width:70%;
}
.title{
    font-weight:bold;
    cursor:pointer;
    font-size:14px;
}
.title:hover{
    color:#666666;
}

.description{
    font-size:13px;
    margin:5px 0 10px;
}

.content{
    width:800px;
}