.news-listing {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-evenly;
	font-size: 0.7em;
	line-height: 1.4;
}
.news-card {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 10px 50px 15px;
	width: calc(100% - 25px);
}

@media screen and (min-width: 400px) {
	.news-card {
		width: calc(50% - 25px);
	}
}
@media screen and (min-width: 768px) {
	.news-card {
		width: calc(25% - 25px);
	}
}
.news-card a,
.news-card a:hover {
	text-decoration: none;
	color: #000;
}
.news-thumb {
	margin-bottom: 10px;
	-ms-flex-order: 1;
	order: 1;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.news-thumb img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.2s;
	top: 0;
	background-color: rgba(0, 0, 0, 1);
}
.news-date {
	font-size: 0.9em;
	margin-bottom: 10px;
}
h4.news-title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.4;
}
.news-read-more {
	font-weight: bold;
	margin-top: 10px;
}

/****************/
#news_article_top_black_bg {
	background-color: #000;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding-bottom: calc(20% + 100px);
}
.news-article * {
	box-sizing: border-box;
}
.news-article {
	width: clamp(250px, 75%, 1360px);
	margin: 0 auto 50px;
}
.news-image {
	margin-bottom: 20px;
	-ms-flex-order: 1;
	order: 1;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.news-image img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.2s;
	top: 0;
}
.news-article .news-content {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-evenly;
	line-height: 1.4;
	padding-top: 20px;
}
.news-article .news-content .left {
	margin-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	-ms-flex-order: 1;
	width: 100%;
	order: 1;
	position: relative;
}
@media screen and (min-width: 768px) {
	.news-article .news-content .left {
		flex: 1 1 25%;
	}
}
.news-article .news-content .right {
	margin-bottom: 10px;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	position: relative;
}
@media screen and (min-width: 768px) {
	.news-article .news-content .right {
		order: 2;
		flex: 3 3 75%;
	}
}
.news-article .news-orig {
	padding: 20px 0;
	margin: 15px 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.news-article .news-orig-blank {
	display: block;
	height: 1px;
	margin-top: 30px;
	/* border-top: 1px solid #000; */
	/* border-bottom: 1px solid #000; */
	width: 100%;
	margin-bottom: 10px;
	background: #000;
}

.news-article-content {
	padding-top: 40px;
}

.news-article p {
	margin-bottom: 20px;
}

.news-article svg#arrow-r {
	width: 30px;
	position: absolute;
	right: 0;
	margin: 0;
	padding: 4px 0;
}
.news-article .st0 {
	fill: none;
	stroke: #000000;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}
.news-article a.share-social-link {
	display: inline-block;
	margin: 0 0;
}
.news-article .share-links .share-title {
	display: none;
	float: left;
}
@media screen and (min-width: 1024px) {
	.news-article .share-links {
		text-align: right;
	}
	.news-article .share-links .share-title {
		display: inline-block;
	}
}
.news-article a.share-social-link svg {
	width: 24px;
	height: 24px;
}
.news-article a.share-social-link path {
	transition: fill 0.1s linear;
	fill: #000;
}
.news-article-title-section {
	background: #000;
	padding-bottom: 20px;
	margin-top: -1px;
}
.news-article-title-section > div {
	max-width: 1360px;
}
.news-article-title-section .news-date {
	color: #fff;
	font-size: 0.7em;
}

.news-article-title-section span.news-category {
	font-weight: bold;
	margin-left: 20px;
}

.news-article-title-section h4.news-title {
	color: #fff;
}
.news-article-image-section {
	position: relative;
	margin-top: -1px;
}
.news-article-image-section > div {
	max-width: 1360px;
}
.news-article-image-section .black-bg {
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding-bottom: min(30%, 300px);
	max-width: unset;
}
.news-article-wrap {
	width: max(75%, 250px);
	margin: 0 auto;
}

.news-content table,
.news-content tr,
.news-content td {
	border: 0 none;
}
