@media (max-width:767px){

    .content table {
        width: 100%;
        word-break: break-word;
    }
    #news_586 table {

    }
    #news_586 table tr {
        border: 1px solid #333;
    }
    #news_586 table tr td {
        display: inline-block;
        width: 49%;
        border: 0;
        text-align: center;
        padding: 5px;
        border-left: 1px solid #333;
        margin: 0;
    }
    #news_586 table tr td:first-child {
        width: 100%;
        border-bottom: 1px solid #333;
        border-left:0;
        background: #e9e9e9;
    }

    #news_586 table tr td:nth-child(2) {
        border-left:0;
        /*border-right: 1px solid #333;*/
        /*margin-right: -1px;*/
    }
}