body {
    background-color: #ffffff;
}

.article-layout {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	justify-content: center;
	box-sizing: border-box;
}

.newsnav {
	background: linear-gradient(to right, #9955fc, #fff);
	padding: 10px 0 10px 1rem;
	margin-top: 6px;
	color: #fff;
}

.newsnav a {
	margin: 0;
	text-align: left;
	color: #fff;
}

.article-content-area {
    padding: 0 0.7rem;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #6d3dd9;
}

.show_title {
	padding-bottom: 0.8rem;
}

.show_title h1 {
	font-size: 1.5rem;
	text-align: center;
}

.chaxun_form {
	display: block;
	width: 100%;
    font-size: 1.1rem;
	margin: 0 auto 30px auto;
	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;
}





/* 内容段落样式 */
.show_cnt p {
	text-align: left;
	line-height: 1.6;
	font-size: 16px;
}

.show_cnt a {
	color: #9933cc;
	text-decoration: none;
}

.show_cnt a:hover {
	text-decoration: underline;
}

/* 日期列表：改为单列或自动缩放 */
.riqi-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 1.4rem;
	padding-top: 1.4rem;
}

/* 表格容器加滚动，避免溢出 */
.chaxun_tab {
	width: 100%;
	overflow-x: auto;
	box-sizing: border-box;
}

.chaxun_tab.riqi {
	border-collapse: collapse;
	min-width: 100%;
}

.chaxun_tab.riqi thead td {
	font-weight: bold;
	background: #f5f5f5;
	font-size: 16px;
	padding: 10px 0;
}

.chaxun_tab.riqi td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
    width: 15%;
}

.chaxun_tab.riqi td a {
	color: #333;
	text-decoration: none;
}

.chaxun_tab.riqi td a:hover {
	color: #d67d00;
	text-decoration: underline;
}


.subnav-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.subnav-scroll {
	display: inline-flex;
	padding: 1rem 1rem 0.3rem 1rem;
}

.subnav-scroll a {
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s;
}

.subnav-scroll a:hover, .subnav-scroll a.on {
    color: #6d3dd9;
    font-weight: bold;
}

.subnav-wrapper::-webkit-scrollbar {
	height: 2px;
	background: transparent;
}

.subnav-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 1px;
	visibility: hidden;
}

.subnav-wrapper:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}
/* Firefox */
.subnav-wrapper {
	scrollbar-width: none;
/* 默认隐藏 */
}

.subnav-wrapper:hover {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/*广告*/
.auto-ad1 {
	margin-bottom:  2rem;
}

.auto-ad2 {
	margin: 1.5rem 0 0.2rem 0;
}

.auto-ad3 {
	margin: 1.5rem 0 0.8rem 0;
}
