.list>ul>li{
    height: 158px;
    border-bottom: 1px solid #e7e7e7;
}
.list>ul>li>.title{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 52px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list>ul>li>.title>a{
    color: #6b6b6b;
}
.list>ul>li>.word{
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
}
.list>ul>li>.word>a{
    color: #6b6b6b;
}
.list>ul>li>.l_info{
    height: 30px;
    line-height: 30px;
    margin-top: 19px;
    text-align: right;
}
.list>ul>li>.l_info>.btn{
    font-size: 14px;
    color: #3465bb;
    text-align: right;
}
.list>ul>li>.l_info>.date{
    font-size: 14px;
    color: #6b6b6b;
}