.comment-wrapper h2 {
	clear: left;
}
.article_blk {
    box-shadow: 0 0 5px 0px #ccc;
    border-bottom: 3px solid #1d84c3;
}
.article_blk .brk-img img {
    height: 240px;
}

.brk-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    transition: 500ms ease-out;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.article_blk .article-description {
    padding: 5px 15px 0;
}
.article_blk .brk-news-title p a {
    font-size: 16px;
    -webkit-line-clamp: 3;
}
.article_blk .brk-news-content p {
    font-size: 14px;
    -webkit-line-clamp: 4;
}
.article_blk .article-author span {
    font-size: 11px;
}
.article_blk .brk-news-auther .auther-dte {
    font-size: 10px;
}
.article_blk .article-description {
    padding: 15px;
    min-height: 265px;
    max-height: 265px;
}

.article_blk .article-description .brk-news-title {
    /*min-height: 80px;*/
}
.article_blk .article-description .brk-news-content {
    min-height: 115px;
}
.article_view {
    margin-bottom: 20px;
    margin-top: 0;
    float: left;
}
.article_blk .brk-news-title a:link {
  text-decoration: none;
}

.article_blk .brk-news-title a:hover {
  text-decoration: underline;
}
.brk-news-date {
	font-size: 13px;
	color: #888888;
}
.news-cat {
		font-size: 13px;
	text-decoration: none;
}
.field--name-field-image img {
    width: 100%;
}
.field__label {
    font-weight: bold;
    color: #229bee;
}