.article-layout {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.article-content-area {
	width: 860px;
}

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;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
	margin-top: 7px;
	color: #111;
	padding: 12px 14px;
	border-left: 4px solid #6d3dd9;
	background-color: #f5f3fd;
	border-radius: 4px;
}

.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: 55px;
}

.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: #FF3333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.text a:hover {
	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;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tags::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 24px;
	background-image: url(/xgdn/img/tags.png);
	background-size: contain;
	background-position-y: 4px;
	background-repeat: no-repeat;
	margin-right: -4px;
	vertical-align: middle;
}

.tags a,.tags span {
	text-decoration: underline;
	font-size: 16px;
	color: #444;
}

.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;
}

.chaxun_form {
	display: block;
	width: fit-content;
    margin: 0 auto 48px auto;
    background: #fff4da;
    padding: 15px 20px;
    border: 2px solid #f0d9b5;
    border-radius: 8px;
}

.chaxun_form strong a {
	font-size: 16px;
	font-weight: bold;
	margin-right: 8px;
	text-decoration: none;
	color: #000;
}

.chaxun_form select,
.chaxun_form button {
	margin: 0 5px;
	padding: 5px 10px;
	font-size: 15px;
}

.chaxun_form button {
	background-color: #999;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.chaxun_form button:hover {
	background-color: #777;
}