.detail-container {
	width: 85.652%;
	max-width: 1230px;
	margin: 0 auto;
}
.detail-container .detail-title {
	margin-top: 30px;
	font-size: 22px;
	color: #333333;
	font-weight: 600;
}
.detail-container .date-content {
	font-size: 14px;
	color: #808080;
	margin-top: 15px;
	margin-bottom: 15px;
}
.detail-container .date-content .hits {
	font-size: 12px;
	margin-left: 20px;
}
.detail-container .detail-hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #E8E8E8;
	margin: 10px 0 20px;
}
.detail-container .detail-hr1 {
	height: 1px;
	border: none;
	border-top: 1px dashed #E8E8E8;
	margin: 50px 0 5px;
}
@media (max-width: 991px) {
	.push-style {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
}
.push-style a {
	display: block;
	max-width: 360px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.push-style a:hover {
	color: #e7604a;
}
}
@media (min-width: 992px) {
	.push-style {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
}
.push-style a {
	max-width: 300px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.push-style a:hover {
	color: #e7604a;
}
}
