.custom-news {
    width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
}

.custom-news article a {
    width: 100%;
    display: block;
    color: #333333;
    border-bottom: 1px dotted #cccccc;
    padding: 24px 0;
    font-size: 16px;
}

.custom-news article .entry-date {
    float: left;
    height: 20px;
}

.custom-news article .entry-content {
    margin-left: 140px;
}

.custom-news article .entry-content p {
    white-space: nowrap;
    overflow: hidden;
}

.footer-news {
    margin-top: 80px;
}

@media only screen and (max-width: 998px) {
    .custom-news {
        width: 100%;
        padding: 0 5.5%;
        margin-top: 3%;
    }
    .custom-news article a {
        padding: 2% 0;
        font-size: 3.6vw;
    }
    .custom-news article .entry-date {
        float: none;
        height: auto;
    }
    .custom-news article .entry-content {
        width: 100%;
        margin-left: 0;
        margin-top: 3%;
    }
    .footer-news {
        margin-top: 8%;
    }
}