@charset "utf-8";
/**
 * 新闻 / 科普 / 行情分析 — 详情页专用（比特币世界参考排版）
 * 依赖：先加载 style.css；本文件仅用 #pg-news-detail 提升优先级，覆盖全局 * 规则，不与主样式重复大块定义。
 */

#pg-news-detail {
	box-sizing: border-box;
	margin: 40px auto 56px;
	width: 1500px;
	max-width: 90%;
	background: #fff;
	overflow: hidden;
	padding-bottom: 36px;
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

#pg-news-detail *,
#pg-news-detail *::before,
#pg-news-detail *::after {
	box-sizing: border-box;
}

/* 顶栏 BTC 卡片：只做居中宽度，卡片内部样式沿用 style.css 的 .coinhot */
#pg-news-detail .detail-coinhot-wrap {
	width: 95%;
	margin: 0 auto 22px;
}

#pg-news-detail .detail-coinhot-wrap .coinhot {
	margin: 0 auto;
	width: 100%;
}

/* 双栏 */
#pg-news-detail .detail-layout {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	width: 95%;
	margin: 0 auto;
}

#pg-news-detail .detail-main {
	flex: 1 1 calc(71% - 14px);
	min-width: 280px;
	padding: 6px 12px 36px 8px;
}

#pg-news-detail .detail-side {
	flex: 0 0 calc(29% - 14px);
	max-width: 372px;
	min-width: 258px;
}

/* 面包屑 */
#pg-news-detail .detail-breadcrumb {
	font-size: 13px;
	line-height: 22px;
	color: #a3a3a3;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#pg-news-detail .detail-breadcrumb img {
	width: 15px;
	height: 12px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}

#pg-news-detail .detail-breadcrumb a {
	font-size: 13px;
	line-height: 22px;
	color: #858585;
	text-decoration: none;
}

#pg-news-detail .detail-breadcrumb a:hover {
	color: #0145e8;
}

/* 标题区（居中大屏） */
#pg-news-detail .detail-title {
	font-size: 28px;
	line-height: 1.48;
	font-weight: 700;
	color: #111;
	text-align: center;
	margin: 12px 0 18px;
}

#pg-news-detail .detail-meta {
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	color: #adadad;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

#pg-news-detail .detail-meta .detail-meta-item {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	line-height: 22px;
	color: #adadad;
}

#pg-news-detail .detail-meta .detail-meta-item img {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: middle;
}

#pg-news-detail .detail-meta .sep {
	margin: 0 14px;
	color: #e0e0e0;
}

/* 封面 */
#pg-news-detail .detail-cover {
	margin: 0 auto 30px;
	text-align: center;
}

#pg-news-detail .detail-cover img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* 正文（覆盖全局 * { font-size:14px; color:#606060 }）；底部留白对齐参考站 .newscontent .contentview → .tipinfo */
#pg-news-detail .detail-body {
	font-size: 17px;
	line-height: 1.92;
	color: #2c2c2c;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-word;
	padding-bottom: 50px;
}

#pg-news-detail .detail-body p {
	font-size: 17px;
	line-height: 1.92;
	color: #2c2c2c;
	margin: 0 0 1.15em;
}

#pg-news-detail .detail-body h2,
#pg-news-detail .detail-body h3,
#pg-news-detail .detail-body h4 {
	font-weight: 700;
	color: #111;
	line-height: 1.45;
	margin: 1.35em 0 0.55em;
}

#pg-news-detail .detail-body h2 {
	font-size: 21px;
}

#pg-news-detail .detail-body h3 {
	font-size: 19px;
}

#pg-news-detail .detail-body h4 {
	font-size: 18px;
}

#pg-news-detail .detail-body ul,
#pg-news-detail .detail-body ol {
	margin: 0 0 1.1em;
	padding-left: 1.35em;
}

#pg-news-detail .detail-body li {
	font-size: 17px;
	line-height: 1.92;
	color: #2c2c2c;
	margin-bottom: 0.4em;
	list-style: disc;
}

#pg-news-detail .detail-body ol li {
	list-style: decimal;
}

#pg-news-detail .detail-body a {
	font-size: 17px;
	line-height: 1.92;
	color: #0145e8;
	text-decoration: underline;
}

#pg-news-detail .detail-body a:hover {
	color: #2945c8;
}

#pg-news-detail .detail-body img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#pg-news-detail .detail-body blockquote {
	margin: 1.1em 0;
	padding: 14px 18px;
	border-left: 4px solid #0145e8;
	background: #f7f8fb;
	font-size: 16px;
	line-height: 1.85;
	color: #555;
}

#pg-news-detail .detail-body table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	margin: 1em 0;
}

#pg-news-detail .detail-body th,
#pg-news-detail .detail-body td {
	border: 1px solid #e8e8e8;
	padding: 8px 10px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}

/* 返回 */
#pg-news-detail .detail-back {
	margin-top: 40px;
	padding-top: 22px;
	border-top: 1px solid #eee;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

#pg-news-detail .detail-back a {
	font-size: 14px;
	line-height: 24px;
	color: #0145e8;
	text-decoration: none;
}

#pg-news-detail .detail-back a:hover {
	text-decoration: underline;
	color: #2945c8;
}

/* 侧栏广告 */
#pg-news-detail .detail-side-ad {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eaeaea;
	margin-bottom: 18px;
	border-radius: 2px;
}

#pg-news-detail .detail-side-ad img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#pg-news-detail .detail-side-ad .ad-tag {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.48);
	padding: 2px 8px;
	border-radius: 2px;
}

/* 热门币种（对齐参考页 .pagemain .pageleft .lefthot） */
#pg-news-detail .detail-side .lefthot {
	margin: 0 auto 15px;
	width: auto;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
}

#pg-news-detail .detail-side .lefthot .htitle {
	margin: 0 auto;
	width: 100%;
	background-color: #fbfbfb;
	text-align: left;
	padding: 13px 0;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

#pg-news-detail .detail-side .lefthot .htitle img {
	width: 22px;
	height: auto;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: -5px;
}

#pg-news-detail .detail-side .lefthot .bitlist {
	margin: 10px auto;
	width: 90%;
	overflow: hidden;
}

#pg-news-detail .detail-side .lefthot .bitlist .th th {
	color: #333;
	padding: 5px 0;
	font-size: 15px;
	text-align: center;
}

#pg-news-detail .detail-side .lefthot .bitlist .th .tleft {
	text-align: left;
	text-indent: 10px;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td {
	padding: 10px 0;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a {
	display: block;
	width: auto;
	text-align: center;
	font-size: 15px;
	color: #333;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a .limg {
	float: left;
	width: 23%;
	text-align: left;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a .limg img {
	width: 100%;
	height: auto;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a .name {
	float: left;
	width: 70%;
	margin-left: 5%;
	text-align: left;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a .name .bname {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 700;
	font-family: Arial, sans-serif;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a .name .cname {
	font-size: 12px;
	color: #9194a4;
	line-height: 12px;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a.price {
	font-weight: 700;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a.green {
	width: 75%;
	margin-left: 25%;
	border-radius: 5px;
	font-size: 14px;
	background-color: #02b36d;
	color: #fff;
}

#pg-news-detail .detail-side .lefthot .bitlist tbody td a.red {
	width: 75%;
	margin-left: 25%;
	border-radius: 5px;
	font-size: 14px;
	background-color: #e1322d;
	color: #fff;
}

#pg-news-detail .detail-side .lefthot .hotlist {
	margin: 15px auto 10px;
	width: 90%;
	overflow: hidden;
}

#pg-news-detail .detail-side .lefthot .hotlist a {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	overflow: hidden;
	color: #666;
}

#pg-news-detail .detail-side .lefthot .hotlist a img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

#pg-news-detail .detail-side .lefthot .hotlist a:hover {
	text-decoration: underline;
	color: #0145e8;
}

#pg-news-detail .detail-side .lefthot .hotlist-page {
	margin: 0 auto 14px;
	width: 90%;
}

#pg-news-detail .detail-side .lefthot .hotlist-page .pagination {
	margin: 0;
}

#pg-news-detail .detail-side .lefthot .hotlist-page .pagination li a,
#pg-news-detail .detail-side .lefthot .hotlist-page .pagination li span {
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

#pg-news-detail .detail-side .lefthot .taglist {
	margin: 20px auto 10px;
	width: 90%;
	overflow: hidden;
}

#pg-news-detail .detail-side .lefthot .taglist a {
	display: inline-block;
	width: auto;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px 7px;
	background-color: #caeaff;
	color: #0074e3;
	text-align: center;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

#pg-news-detail .detail-side .lefthot .taglist a:hover {
	background-color: #0074e3;
	color: #fff;
}

/* 文末：与 style.css 中 .pagemain .pageright .newscontent .tipinfo / .others 一致 */
#pg-news-detail .tipinfo {
	width: auto;
	padding: 10px 10px;
	border: 1px solid #fff;
	background-color: #fafafa;
	font-size: 15px;
	line-height: 35px;
	margin-top: 0;
	color: #606060;
	word-break: break-word;
}

#pg-news-detail .tipinfo * {
	font-size: 15px;
	line-height: 35px;
}

#pg-news-detail .tipinfo a {
	color: #0145e8;
	text-decoration: underline;
}

#pg-news-detail .tipinfo a:hover {
	text-decoration: underline;
}

#pg-news-detail .others {
	margin-top: 30px;
	margin-bottom: 0;
	border-top: 1px solid #eee;
	width: auto;
	padding: 20px 10px;
	font-size: 16px;
	line-height: 30px;
	color: #606060;
}

#pg-news-detail .others * {
	font-size: 16px;
	line-height: 30px;
}

/* 与全局 a:link 一致：默认灰字无下划线，悬停蓝字下划线（勿写成正文区永久蓝链） */
#pg-news-detail .others a {
	font-size: 16px;
	line-height: 30px;
	color: #858585;
	text-decoration: none;
	transition: color 0.3s linear;
}

#pg-news-detail .others a:hover {
	color: #0145e8;
	text-decoration: underline;
}

@media screen and (max-width: 750px) {
	#pg-news-detail {
		width: 95%;
		max-width: 95%;
		margin-top: 6vw;
		margin-bottom: 12vw;
		padding-bottom: 8vw;
	}

	#pg-news-detail .detail-coinhot-wrap .coinhot {
		width: 100%;
	}

	#pg-news-detail .detail-layout {
		width: 100%;
		gap: 6vw;
		padding: 0 2%;
	}

	#pg-news-detail .detail-main {
		flex: 1 1 100%;
		padding: 2vw 0 6vw;
	}

	#pg-news-detail .detail-side {
		flex: 1 1 100%;
		max-width: none;
	}

	#pg-news-detail .detail-title {
		font-size: 5.2vw;
		line-height: 1.42;
	}

	#pg-news-detail .detail-side .lefthot .htitle {
		padding: 3vw 0;
		font-size: 4vw;
	}

	#pg-news-detail .detail-side .lefthot .htitle img {
		width: auto;
		height: 4vw;
		margin-left: 3vw;
		margin-right: 2vw;
		margin-top: -0.5vw;
	}

	#pg-news-detail .detail-side .lefthot .hotlist a {
		height: 6vw;
		line-height: 6vw;
		margin-bottom: 3vw;
		font-size: 3.5vw;
	}

	#pg-news-detail .detail-side .lefthot .hotlist a img {
		width: 3vw;
		height: 3vw;
		margin-top: -0.5vw;
		margin-right: 2vw;
	}

	#pg-news-detail .detail-side .lefthot .hotlist-page .pagination li a,
	#pg-news-detail .detail-side .lefthot .hotlist-page .pagination li span {
		font-size: 3vw;
	}

	#pg-news-detail .detail-side .lefthot .taglist {
		margin-top: 3vw;
		margin-bottom: 3vw;
	}

	#pg-news-detail .detail-side .lefthot .taglist a {
		margin: 0 2vw 2vw 0;
		padding: 0 2vw;
		font-size: 3vw;
		line-height: 5.5vw;
	}

	#pg-news-detail .detail-breadcrumb img {
		width: auto;
		height: 3vw;
		margin-right: 2vw;
		margin-top: -0.5vw;
	}

	#pg-news-detail .detail-body,
	#pg-news-detail .detail-body p,
	#pg-news-detail .detail-body li,
	#pg-news-detail .detail-body a {
		font-size: 3.9vw;
		line-height: 1.88;
	}

	#pg-news-detail .detail-body {
		padding-bottom: 10vw;
	}

	#pg-news-detail .tipinfo {
		padding: 3vw 3vw;
		font-size: 3vw;
		line-height: 6vw;
		margin-top: 0;
	}

	#pg-news-detail .tipinfo * {
		font-size: 3vw;
		line-height: 6vw;
	}

	#pg-news-detail .others {
		margin-top: 3vw;
		padding: 3vw 3vw;
		font-size: 3.5vw;
		line-height: 6vw;
	}

	#pg-news-detail .others * {
		font-size: 3.5vw;
		line-height: 6vw;
	}

	#pg-news-detail .others a {
		font-size: 3.5vw;
		line-height: 6vw;
	}
}
