@media only screen and (min-width: 1024px)
{
    #header .qrcode
    {
        display: none;
    }
    #news
    {
        margin-top: 1.5em;
    }
    section article.newsArray .array img
    {
        margin-right: 2%;
        width: 14em;
        height: 7.75em;
    }
    section article.newsArray .array li
    {
        padding-right: 1.5%;
    }
    section article.newsArray .array li.title
    {
        margin-bottom: 1%;
        font-size: 1.1em;
        font-weight: bold;
        text-align: center;
    }
    section article.newsArray .array li.synopsis
    {
        max-height: 4.5em;
        line-height: 1.4em;
        overflow: hidden;
    }
    section article.newsArray .array li.other
    {
        margin-top: .5em;
        font-size: .8em;
        color: #999;
        text-align: center;
    }
    section article.newsArray .array li.other span
    {
        margin-right: 2%;
    }
}