.articlelistUrl1 {
    background: white;
    padding: 20px;
}
.articlelistUrl1 .list-item a {
    text-decoration: none;
}

.articlelistUrl1 .list-item h3 {
    font-size: 14px;
    color: #202020;
    line-height: 30px;
    word-wrap    : break-word;
    overflow-wrap: break-word;
}
.articlelistUrl1 .list-item h3:hover {
    color: #057345;
}
.articlelistUrl1 .list-item {
    position: relative;
    display: flex;
}
.articlelistUrl1 .list-item i {
    margin-right: 10px;
    color: #d32830;
    margin-top: 6px;
}