.news-list {
    padding: 1.25rem 0 1.25rem 1.25rem;
    list-style-type: none;
    background-color: white;
}
.news-item {
    margin-top: 1.25rem;
    width: 100%;
    height: 12.5rem;
}
.news-item:first-child {
    margin-top: 0;
}
.news-item > .thumbnail {
    float: left;
    margin-right: 1.25rem;
    width: 18.75rem;
    height: 100%;
}
.news-item > .thumbnail > img {
    width: 100%;
    height: 100%;
}
.news-item > .body {
    float: left;
    padding: 1rem 1.875rem 1.5rem 0.625rem;
    width: 41.25rem;
    height: 100%;
    border-top: 1px solid #ddd;
}
.news-item > .body > h4 {
    margin: 1.2rem 0 0.8rem;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}
.news-item > .body > h4 > a,
.news-item > .body > h4 > a:visited {
    margin: 0.8rem 0 0;
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
}
.news-item > .body > h4:hover > a {
    text-decoration: underline;
}
.news-item > .body > p {
    margin: 0.8rem 0 0;
    font-size: 1.1rem;
    color: #333;
    overflow: hidden;
    max-height: 5rem;
}
