
.bloglist{
    list-style-type: none;
    margin: 20px 0px;
    padding: 0px 20px 0px 5px;
}

.bloglist li{
    text-align: left;
    line-height: 30px;
}

.btitle{
    border-bottom: 1px dotted #aaa;
}

.btitle a{
    color:#87BF23;
    font-family: "微软雅黑", "黑体";
    font-size:large;
    text-decoration: none;
    text-align: left;
}

.btitle a:hover{
    color:#87BF23;
    text-decoration: underline;
}

.binfo{
    color: #AAA;
}

.bmore{
    color: #AAA;
}

.bmore a{
    color:#F39700;
    text-decoration:none;
}

.bmore a:hover{
    color:#87BF23;
    text-decoration:underline;
}

