
.lnw-item{
    padding:10px 0;
    border-bottom:1px solid #e5e5e5;
}

.lnw-title{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;

    font-size:1.53rem;
    font-weight:500;
    line-height:1.25;

    color:#000;
    text-decoration:none;
}

.lnw-date{
    margin-top:2px;
    color:#787878;
    font-size:1.2rem;
    font-weight:400;
    line-height:1.25;
}

.lnw-more{
    display:block;
    width:100%;
    height:36px;
    line-height:36px;

    margin-top:8px;
    padding:0;

    background:#0050ad;
    color:#fff;

    border:none;
    border-radius:0;
    box-shadow:none;

    font-size:14px;
    font-weight:600;
    text-transform:uppercase;

    cursor:pointer;
}
