.article-layout {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 30px auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.article-content-area {
	width: 860px;
}

.article-sidebar {
	width: 300px;
}

h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 7px;
	line-height: 1.4;
	color: #111;
}

.article-meta {
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
}

.article-content-area p {
	font-size: 17px;
	margin-bottom: 1.6em;
}

.art_info {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.art_info span {
	font-size: 15px;
	color: #999;
	margin-right: 20px;
}

.art_info a {
	color: #999;
}

.art_info a:hover {
    color: #6d3dd9;
}

.text {
	color: #2e2e2e;
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 40px;
}

.text img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em auto;
}

.text h3 {
	font-size: 1.4em;
	margin: 0;
	color: #1a1a1a;
	font-weight: 600;
}

.text p {
	margin-bottom: 1.2em;
}

.text a {
	color: #4a90e2;
	text-decoration: none;
	transition: all 0.3s ease;
}

.text a:hover {
	color: #1c6cd9;
	border-bottom: 1px solid #1c6cd9;
}

.text ul,
.text ol {
	padding-left: 1.5em;
	margin-bottom: 1.2em;
}

.text ul li,
.text ol li {
	margin-bottom: 0.5em;
}

.text ul li::marker {
	color: #4a90e2;
}

.text ol li::marker {
	color: #4a90e2;
	font-weight: bold;
}

.text blockquote {
	margin: 1.5em 0;
	padding: 1em 1.5em;
	background-color: #f8f9fa;
	border-left: 4px solid #4a90e2;
	color: #555;
	font-style: italic;
}

.tags-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.a2a_svg {
	height: 25px !important;
	line-height: 25px !important;
	width: 25px !important;
}

.nav-links {
	margin: 25px 0;
	border-top: 1px solid #efefef;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.95rem;
}

.nav-links .pre-psy,.nav-links .next-psy {
	color: #888;
	font-size: 16px;
}

.nav-links a {
	color: #333;
	text-decoration: none;
}

.nav-links a:hover {
	text-decoration: underline;
}

/*抽签：导航*/
.chouqian_nav_box {
	width: 1200px;
	margin: 20px auto 27px auto;
	position: relative;
    background: linear-gradient(to right, #fbfbfb, #fff, #fbfbfb);
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.chouqian_nav {
    width: 1140px;
    overflow: hidden;
    margin: 0 auto;
	background-color: #ffffff;
}

.chouqian_nav a {
	display: inline-block;
	margin: 0 18px 0 13px;
	width: 96px;
	height: 120px;
	position: relative;
	overflow: hidden;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}

.chouqian_nav a img {
	width: 96px;
	height: 96px;
}

.chouqian_nav a span {
	display: block;
	width: 96px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(188,135,96,0.8);
}

.chouqian_nav .prev,
.chouqian_nav .next {
	width: 22px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	margin-top: -15px;
	z-index: 10;
	top: 50%;
	left: 4px;
	background: url(/xgdn/img/bg.png) no-repeat -89px -473px;
}

.chouqian_nav .next {
	left: auto;
	right: 4px;
	background-position: -117px -473px;
}

.chouqian_nav .prev:hover {
	background-position: -65px -473px;
}

.chouqian_nav .next:hover {
	background-position: -136px -473px;
}

.chouqian_nav:hover a {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-mask: none;
}

.chouqian_nav a:hover span {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}

.nav_main {
  display: flex;
  width: max-content; /* 内容多宽就多宽 */
}
