.bx-newsdetail {}
.bx-newsdetail-content hr{border:none;}
.bx-newsdetail-block {
	margin: 20px 0 40px;
}
@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}

/* POST FORMATS */
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-img {
	position: relative;
	text-align: center;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	background: url("images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	border-bottom: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-image {
	background-position: 50%;
	background-size: cover;
	width: 100%;
	min-height: 422px;
	position: relative;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.bx-newsdetail-article {
	background-color: #fff;
	width: 100%;
	min-height: 400px;
	padding: 0 16px;
	box-shadow: 0 1px 0 0 #e1e4e8;
}
.bx-newsdetail-article-content {
	width: 100%;
	max-width: 1000px;
	background-color: #fff;
	margin: -107px auto 0;
	min-height: 507px;
	z-index: 1;
	position: relative;
}
.bx-newsdetail-article-header-content {
	padding: 8px 16px;
	font-size: 13px;
}
.bx-newsdetail-article-text-block{
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.73;
	letter-spacing: normal;
	color: #000;
	padding: 16px;
	word-break: break-word;
}
.bx-newsdetail-article-header-topinfo{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	color: #900;
	padding: 0;
}

.bx-newsdetail-article-header-topinfo--long {
	justify-content: space-between;
}

.bx-newsdetail-article-header-topinfo a, .author-block-contact a {
	line-height: 1.69;
	letter-spacing: normal;
	text-decoration: none;
}
.author-block-contact a {
	color: #900;
}
.bx-newsdetail-article-header-title {
	font-size: 21px;
	margin: 8px 0 8px;
	font-weight: 400;
	word-wrap: break-word;
	line-height: 28px;
}
.bx-newsdetail-article-header_bottominfo {
	padding: 0 0 7px;
	border-bottom: 1px solid #d8d8d8;
	color: #8793a3;
}
.bottomtime {
	float:right;
}
.bottominfo {
	margin-right: 4px;
}
.readinfo {
	margin-left: 4px;
	margin-right: auto;
	display: flex;
}

.readinfo span {
	font-size: 13px !important;
	font-family: "Open Sans" !important;
}

.author-block {
	display: flex;
	width: calc(100% - 32px);
	min-height: 170px;
	margin: 16px;
	background: #f6f8fa url(https://storage.googleapis.com/knowledgecenter-prod/static/media/diamand_author.3976e5af.png) no-repeat 0 0;
	background-size: 152px 134px;
	box-shadow: 0 1px 0 0 #e1e4e8;
}
.author-block-image {
	width: 117px;
	height: 117px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 25px;
	float:left;
}
.author-block-info {
	padding: 42px 16px 16px;
	float:left;
}
.author-block-title {
	font-size: 13px;
	color: #8793a3;
	margin: 0;
}
.author-block-name {
	font-size: 21px;
	margin: 5px auto 2px 0;
}
.author-block-contact {
	font-size: 13px;
}
.author-block-contact svg {
	margin-right: 8px;
}
.nofloat {
	float:none;
}
.bottominfo {
	width: 100%;
	display: block;
}

@media (max-width: 767px) {
	.author-block {
		flex-direction: column;
	}

	.readinfo {
		flex-wrap: wrap;
	}
}
