main {
    padding: 0;
}

.article-layout {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	flex-direction: column;
}

.article-content-area {
	padding: 0 0.7rem;
    background-color: #fff;
	margin-bottom: 0.6rem;
}

.article-sidebar {
	width: 100%;
}

.newsnav {
    padding: 0.8rem 0.7rem;
    color: #ccc;
    border-bottom: solid 1px #eee;
    background-color: #fff;
    font-size: 15px;
}

.newsnav a {
	margin: 0;
	text-align: left;
	color: #aaa;
}

h1 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0.9rem;
	line-height: 1.4;
	color: #333;
}

.article-content-area p {
	font-size: 17px;
	margin-bottom: 1.6em;
}

h2 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #111;
	padding: 10px 14px;
	border-left: 4px solid #6d3dd9;
	background-color: #f5f3fd;
	border-radius: 4px;
	margin: 2rem 0 1.3rem 0;
}

h2:first-child {
	margin: 1rem 0 1.3rem 0;
}

.art_info {
	display: flex;
	align-items: center;
}

.art_info span {
	font-size: 15px;
	color: #aaa;
	margin-right: 20px;
}

.art_info a {
	color: #aaa;
}

.article-sidebar ul {
	margin: 1rem 0;
	padding: 0 0 0 6px;
	list-style: none;
}

.article-sidebar ul li {
	font-size: 16px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.text {
	color: #2e2e2e;
	line-height: 1.8;
	font-size: 16px;
}

.content-hide {
    max-height: 40rem;
    overflow: hidden;
    position: relative;
}

.content-hide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
}

.content-more {
    text-align: center;
    margin-bottom: 0.7rem;
}

.content-more .btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0.4rem 1.6rem 0.5rem 1.6rem;
    font-size: 0.85rem;
    color: #da7093;
    border-color: #d98da7;
    border-radius: 0.96rem;
    border: 1px solid #E9E9E9;
}

.content-more .btn .icon-more {
    display: block;
    width: 0.8rem;
    height: 0.7rem;
    background-image: url(https://xgdnm.youbanya.com/xgdn/img/icon-more.png);
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-position-y: 1px;
}

.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;
	border-bottom: 1px dotted #4a90e2;
	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;
}

.a2a_kit {
	padding: 1rem 0 1.4rem 0;
}

.a2a_svg {
	height: 26px !important;
	line-height: 26px !important;
	width: 26px !important;
}

.a2a_kit a {
	margin-right: 2px !important;
	;
}

.nav-links {
	border-top: 1px solid #efefef;
	display: block;
	font-size: 0.95rem;
	padding: 0.3rem 0 1.1rem 0;
}

.nav-links .pre-psy,.nav-links .next-psy {
	color: #888;
	font-size: 16px;
	margin-top: 0.7rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nav-links a {
	color: #444;
	text-decoration: none;
}

.conbox:last-child {
    margin-bottom: 0.9rem;
}

/*热门查询*/
.hot-tools {
    background-color: #fff;
	margin: 0;
}

.hot-tools ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem 1.5rem;
    list-style: none;
    padding: 0.4rem 0 0.5rem 0;
    margin: 0;
}

.hot-tools ul li {
	text-align: center;
	font-size: 15px;
	transition: transform 0.2s ease;
}

.hot-tools ul li .bg-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.hot-tools ul li .bg-icon.icon1 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk0.png');
}

.hot-tools ul li .bg-icon.icon2 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk1.png');
}

.hot-tools ul li .bg-icon.icon3 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk8.png');
}

.hot-tools ul li .bg-icon.icon4 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk10.png');
}

.hot-tools ul li .bg-icon.icon5 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk_6.png');
}

.hot-tools ul li .bg-icon.icon6 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk12.png');
}

.hot-tools ul li .bg-icon.icon7 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk7.png');
}

.hot-tools ul li .bg-icon.icon8 {
	background-image: url('https://xgdnm.youbanya.com/xgdn/img/tools/rk2.png');
}

.hot-tools ul li .tit {
	color: #555;
	margin-top: 6px;
}

/*广告*/
.auto-ad1 {
	margin-top: 1.5rem;
}

.auto-ad2 {
	margin: 1.5rem 0 0.5rem 0;
}

.auto-ad3,.auto-ad4,.auto-ad5 {
	margin: 0.4rem 0 1rem 0;
	border: none;
}

/*配对查询*/

.chaxun_form {
	display: block;
    font-size: 1.1rem;
	margin-top: 1.4rem;
	margin-bottom: 0.8rem;
	background: #fff4da;
	padding: 12px 15px;
	border: 2px solid #f0d9b5;
	border-radius: 6px;
	box-sizing: border-box;
}

.chaxun_form strong a {
    font-size: 1.1rem;
	font-weight: bold;
	margin-right: 6px;
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
}

.chaxun_form select,
.chaxun_form button {
	display: block;
	width: 100%;
	margin: 8px 0;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}

.chaxun_form button {
	margin: 14px 0 8px 0;
	font-size: 1.1rem;
}

.chaxun_form button {
	background-color: #999;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.chaxun_form button:hover {
	background-color: #777;
}
