.main_content {
	max-width: 1010px;
	margin: auto auto;
	margin-top: 56px;
}

.one_page {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.one_page .left_first .image > img {
	width: 678px;
	height: 419px;
}

.one_page .left_first {
	position: relative;
	margin-bottom: 160px;
	display: inline-block;
	float: left;
	width: calc(100% - 325px);
}

@media only screen and (max-width: 1060px) {
	.one_page .left_first {
		width: 67.7%;
	}
}

.one_page .featured_image {
	position: relative;
	display: inline-block;
	z-index: 5;
}

.one_page .image {
	display: inline-block;
}

.one_page .left_first .article_info {
	display: inline-block;
	position: absolute;
	z-index: 10;
	left: 26px;
	right: 26px;
	max-width: 637px;
	width: 92.5%;
	bottom: -130px;
	background-color: #fff;
	box-shadow: 1px 1px 3px #aaa;
	padding: 26px 60px;
}

.one_page .left_first .article_info .title {
	text-align: center;
	margin-bottom: 10px;
}

.one_page .left_first .article_info .title a {
	color: #000;
	font-size: 30px;
	line-height: 32px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}

.one_page .left_first .article_info .sub_title {
	display: none;
}

.one_page .left_first .article_info .excerpt {
	color: #777;
	font-size: 14px;
	line-height: 18px;
	display: block;
}

.one_page .left_first .article_info .excerpt .read_more {
	font-size: 11px;
	font-weight: 900;
	margin-left: 5px;
	color: #000;
}


.left_first .eet_video_icon {
	position: absolute;
	width: 61px;
	height: 61px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

.eet_video_icon img {
	width: 100%;
}

.readmore_triangle {
	margin-left: 2px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #777;
	display: inline-block;
}

.one_page .right_two {
	display: inline-block;
	float: right;
	width: 29.7%;
	max-width: 300px;
	margin-left: 25px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1060px) {
	.one_page .right_two {
		margin-left: 0;
	}
}

.one_page .right_two .image {
	position: relative;
	display: inline-grid;
}

.one_page .right_two .image > img {
	width: 300px;
	height: auto;
}

.one_page .right_two .title a {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	display: block;
}

.one_page .excerpt {
	display: none;
}

.sub_title {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	color: #777;
	margin-top: 6px;
}

.clear_both {
	clear: both;
}

.bottom_post {
	display: inline-block;
	float: left;
	width: 33.333%;
	padding-left: 2.6%;
	margin-bottom: 36px;
}

.bottom_post .image > img {
	display: block;
	width: 300px;
	height: auto;
}

.bottom_post .title a {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	display: block;
}

.bottom_post .image {
	position: relative;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
}

.pagination .page-numbers {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1 !important;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border: none !important;
}

.pagination .current {
	background: #c51d1d !important;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	background: #c51d1d !important;
	color: #fff !important;
}