body.desktop #m-cNews-index > div.list > article {
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
    border-top: 1px dashed #f17515;
}
body.desktop #m-cNews-index > div.list > article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
body.desktop #m-cNews-index > div.list > article > h2 {
    font: normal normal 400 1.6em/1.1em "Roboto", sans-serif;
    margin: 0;
}
body.desktop #m-cNews-index > div.list > article > h2 > a {
    text-decoration: none;
}
body.desktop #m-cNews-index > div.list > article > h2 > a:hover {
    text-decoration: underline;
}
body.desktop #m-cNews-index > div.list > article > a {
    margin: 0.75em 1em 0.25em 0;
    float: left;
    text-decoration: none;
}
body.desktop #m-cNews-index > div.list > article > a > img {
    display: block;
}
body.desktop #m-cNews-index > div.list > article > div.published-at {
    margin-top: 0.5em;
    opacity: 0.7;
}
body.desktop #m-cNews-index > div.list > article > div.content {
    margin-top: 0.5em;
}
body.desktop #m-cNews-index > div.social-links {
    margin: 4em 0 -2em 0;
}

/******************************************************************************/

body.mobile #m-cNews-index > h1 {
    padding: 0 10px;
}
body.mobile #m-cNews-index > div.list > article {
    margin-top: 1em;
    border-top: 1px dashed #F05829;
}
body.mobile #m-cNews-index > div.list > article:first-child {
    border-top: 0;
}
body.mobile #m-cNews-index > div.list > article > a {
    display: block;
    color: inherit;
    text-decoration: none;
}
body.mobile #m-cNews-index > div.list > article > a > h2 {
    font: normal normal 500 1.1em/1.2em "Roboto", sans-serif;
    margin: 1em 0 0 0;
    padding: 0 10px;
    color: #F05829;
}
body.mobile #m-cNews-index > div.list > article > a > div.published-at {
    margin-top: 0.5em;
    padding: 0 10px;
    opacity: 0.7;
}
body.mobile #m-cNews-index > div.list > article > a > img {
    display: block;
    width: 100%;
    margin-top: 0.5em;
}
body.mobile #m-cNews-index > div.list > article > a > div.content {
    margin-top: 0.5em;
    padding: 0 10px;
}
body.mobile #m-cNews-index > div.social-links {
    margin-top: 3em;
    padding: 0 10px;
}
