.newsArticle {
    max-width: 950px;
    padding: 30px 20px;
    margin: 0 auto;
}
.newsArticle + .newsArticle {
    border-top: 3px solid #efefef;
}
.newsArticleDate {
    padding: 0 10px;
    margin: 0 0 5px 0;
    font-size: 12px;
}
.newsArticleTitle {
    padding: 0 10px 20px;
    margin: 0;
}
.newsArticleTitle a {
    color: #509974;
    text-decoration: underline;
}
.newsArticleContent {
    border-top: 2px solid #ccc;
    padding: 20px 10px;
}

.articleList {
    padding-top: 30px;
}
.newsArticleListItem {
    display: flex;
    max-width: 950px;
    padding: 30px 20px;
    margin: 0 auto;
}
.newsArticleListItem + .newsArticleListItem {
    border-top: 3px solid #efefef;
}
.newsArticleListItem .newsArticleDate {
    margin: 0;
    font-size: 16px;
    white-space: nowrap;
}
.newsArticleListItem .newsArticleTitle {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.newsPagenation {
    text-align: center;
    padding: 0 0 30px 0;
}
.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    background: #eee;
    min-width: 30px;
}
.page-numbers.current {
    background-color: #333333;
    color: #fff;
}

/* img */
 
.newsArticleContent .aligncenter {
    display: block;
    margin: 0 auto;
}
.newsArticleContent .alignright { float: right; }
.newsArticleContent .alignleft { float: left; }
 
.newsArticleContent img[class*="wp-image-"],
.newsArticleContent img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}