.newslistitem {
    position: relative;
    overflow: hidden;
    height: 85px;
    max-width: 680px;
    margin-bottom: 20px;
    padding-left: 95px;
    border-radius: 45px 0 0 45px;
    background-color: #EDF5F5;
}

.newslistitem .newsitemtitle {
    margin: 31px 0 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
}

.newslistitem .newsitemtitle a {
    text-decoration: none;
    color: #222;
}

.newslistitem:hover .newsitemtitle a {
    color: #4BA0A0;
}

.newslistitem .introduction {
    visibility: hidden;
}

.newslistitem .date,
.newslistitem .readon,
.newslistitem .smallNewsImage {
    visibility: visible;
}

.newslistitem .smallNewsImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    border-radius: 45px;
    background-color: #1aa1a1;
}

.newslistitem .date {
    position: absolute;
    top: 10px;
    left: 95px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #757575;
}

.newslistitem .readon {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}

/**
 * Detail page
 */

.newsitem {
    position: relative;
}

.news-article .main__pageTitle {
    display: none;
}

.newsitem .newsitemtitle {
    margin: 0 0 0.85em;
    font-size: 2em;
    line-height: 1.2;
}

@media screen and (min-width: 720px) {
    .newsitem .newsitemtitle {
        margin-bottom: 0.75em;
        font-size: 2.3em;
    }
}

.newsitem .introduction img {
    display: block;
    margin-bottom: 1.6em;
}

.newsitem .date {
    display: none
}

/**
 * Archive / back link
 */

.nl-link {
    max-width: 680px;
    text-align: right;
}

.nl-link a,
.newsitem-back a {
    display: inline-block;
    padding: 0.2em 0.8em 0.2em;
    border: 1px solid;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: #4BA0A0;
    transition: 0.3s;
}

.news-article .nl-link {
    display: none;
}

/**
 * Archive
 */

.newsarchive {
    max-width: 680px;
}

.newsnavbar {
    padding: 0 5px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #222;
    background-color: #EDF5F5;
    border-bottom: 2px solid #1aa1a1;
}

.newsnavbar a {
    display: inline-block;
    padding: 9px 5px 10px 5px;
    text-decoration: none;
    color: #222;
}

.newsnavbar .separator {
    color: #1aa1a1;
}

.newslist,
.newsListArchive {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newslist li,
.newsListArchive li {
    margin: 0;
}

.newslist a,
.newsListArchive a {
    display: block;
    text-decoration: none;
    padding: 10px 0;
}

.newslist .date {
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: #757575;
}

.newslist .sep {
    display: none;
}

.newslist .title,
.newsListArchive a {
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.3;
    color: #222;
    transition: color 0.3s;
}

.newslist a:hover .title,
.newsListArchive a:hover {
    color: #4BA0A0;
}