.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 {
	color: #9933cc;
	text-decoration: none;
}

.show_cnt a:hover {
	text-decoration: underline;
}

.xingzuo-list {
	display: inline-block;
	width: 100%;
    margin-top: 25px;
}

.chaxun_tab {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 16px;
	margin-bottom: 20px;
}

.chaxun_tab thead a {
	font-size: 18px;
}

.chaxun_tab .th td {
	font-weight: bold;
}

.chaxun_tab thead td,
.chaxun_tab tbody td {
	border: 1px solid #ccc;
	padding: 10px 18px;
	text-align: center;
	word-break: break-word;
}

.chaxun_tab thead td {
	font-weight: bold;
	background-color: #e0e0e0;
}

.chaxun_tab tr td:nth-child(1) {
	width: 15%;
}

.chaxun_tab tr td:nth-child(2) {
	width: 25%;
}

.chaxun_tab tr td:nth-child(3) {
	width: 12%;
}

.chaxun_tab tr td:nth-child(4) {
	width: 12%;
}

.chaxun_tab tr td:nth-child(5) {
	width: 18%;
}

.chaxun_tab tr td:nth-child(6) {
	width: 18%;
}

/*导航：十二星座图标*/
.nav_astro {
    height: 175px;
    background-color: #2E1A3D;
    background-image: url(/xgdn/img/bg_astro.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

.nav_astro ul {
    display: flex;
	width: 1200px;
    gap: 22px;
	padding: 25px 0 22px 0;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.nav_astro li {
	float: left;
	width: 80px;
	text-align: center;
}

.nav_astro small {
	display: block;
	text-align: center;
	margin: auto;
	color: #bbb;
	font-size: 12px;
    margin-top: 1px;
	-webkit-transform: scale(0.8);
}

.nav_astro a {
	display: block;
	font-size: 16px;
	padding-top: 90px;
	box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center top;
    overflow: hidden;
	color: #fff;
    opacity: 0.89;
}

.nav_astro a:hover {
	font-weight: bold;
    background-size: 83px;
}

.nav_astro a.by {
    background-image: url(/xgdn/img/xingzuo/aries.png)
}

.nav_astro a.jn {
    background-image: url(/xgdn/img/xingzuo/taurus.png)
}

.nav_astro a.sz {
    background-image: url(/xgdn/img/xingzuo/gemini.png);
}

.nav_astro a.jx {
    background-image: url(/xgdn/img/xingzuo/cancer.png)
}

.nav_astro a.shz {
    background-image: url(/xgdn/img/xingzuo/leo.png)
}

.nav_astro a.cn {
    background-image: url(/xgdn/img/xingzuo/virgo.png)
}

.nav_astro a.tc {
    background-image: url(/xgdn/img/xingzuo/libra.png)
}

.nav_astro a.tx {
    background-image: url(/xgdn/img/xingzuo/scorpio.png)
}

.nav_astro a.ss {
    background-image: url(/xgdn/img/xingzuo/sagittarius.png)
}

.nav_astro a.mj {
    background-image: url(/xgdn/img/xingzuo/capricorn.png)
}

.nav_astro a.sp {
    background-image: url(/xgdn/img/xingzuo/aquarius.png)
}

.nav_astro a.sy {
    background-image: url(/xgdn/img/xingzuo/pisces.png);
}

.auto-left-ad1 {
    margin-bottom: 40px;
}

.auto-left-ad2 {
    margin: 28px 0 18px 0;
}

.auto-left-ad3 {
    margin-top: 18px;
}