.newslist
{
    width: 100%;
    float: left;
    background-color: #444;
    text-align: center;
    padding: 10px 0;
}
    .newslist a {
        text-decoration: none;
        font-size: 1.5rem;
        line-height: 3.0rem;
        color: #fff;
    }
