.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;
}

.article-sidebar {
	width: 300px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #6d3dd9;
}

.show_title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 0;
	text-align: center;
}

.show_title h1 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 33px;
	padding-bottom: 0;
}

.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;
}

.show_cnt p {
	text-align: left;
	margin: 10px 0;
	line-height: 30px;
	font-size: 18px;
}

.show_cnt a {
	text-decoration: none;
}

.show_cnt a:hover {
	text-decoration: underline;
}

.zhishu-list {
	display: inline-block;
	width: 100%;
    margin-top: 25px;
}

.zhishu-list h2 {
	margin-top: 30px;
	font-weight: bold;
}

.match-index {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 40px;
}

.best-match {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 40px;
}

.zhishu-list ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0;
}

.zhishu-list li {
	margin-bottom: 12px;
    list-style: disc;
}

.auto-left-ad1 {
    margin-top: 10px;
}

.auto-left-ad2 {
    margin-bottom: 37px;
}

.auto-left-ad3 {
    margin-top: 18px;
    margin-bottom: 35px;
}

.auto-left-ad4 {
	margin-top: 20px;
    margin-bottom: 15px!important;
}