section.content{

    padding-top: 12px;

}

section.content.no-cover{
    border-top: 0 solid #f0f0f0;
    margin-top: 150px;
}

.news-list{
    list-style: none;
    padding: 0;
    margin: 0 0 72px;
}

.news-list > li{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 6px 0 0 76px;
}

.news-list > li{
    margin-bottom: 32px;
}

.news-list > li > a{
    text-decoration: none;
}

.news-list > li > a:hover > h1,
.news-list > li:hover > a > h1{
    /* text-decoration: underline; */
    border-bottom: 1px solid #4e4e4e;
}

.news-list > li h3,
.news-list > li h1{
    text-decoration: none;
    color: #2196f3;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    width: auto;
    display: inline-block;
}

.news-list > li h4,
.news-list > li h2{
    text-decoration: none;
    color: #777;
    font-size: 2.6rem;
    line-height: 1em;
    margin-bottom: 12px;
}

.news-list > li .date{
    font-size: 2rem;
    margin-bottom: 0;
}

.news-list > li .preview{
    font-size: 2rem;
    color: #999;
    line-height: 1em;
    
}

.news-list > li .mask{
    position: absolute;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    left: 0;
    top: 6px;
    background: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-list > li .mask.ready{
    background: transparent;
}

.news-list > li .mask img{
    min-height: 58px;
    min-width: 58px;
    position: absolute;
    margin: 0 auto;
    max-width: 100px;
}

.news-list >li.left{
    float: none;
}

.news-list >li.right{
    float: none;
}

@media all and(max-width: 760px){

    .news-list > li .mask{
        position: relative;
        margin-bottom: 1em
    }
}