.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;
}

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: 20px 0 40px 0;
	line-height: 0;
	font-size: 18px;
}

.show_cnt a {
	color: #9933cc;
	text-decoration: none;
}

.show_cnt a:hover {
	text-decoration: underline;
}

.riqi-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px 20px;
	justify-content: start;
    margin-bottom: 20px;
    padding-top: 12px;
}

.chaxun_tab {
	min-width: auto!important;
	width: 100%;
}

.chaxun_tab.riqi {
	border-collapse: collapse;
}

.chaxun_tab.riqi thead td {
	font-weight: bold;
	background: #f5f5f5;
	font-size: 17px;
	padding: 10px 0;
}

.chaxun_tab.riqi td {
	border: 1px solid #ddd;
	padding: 13px;
	text-align: center;
	font-size: 15px;
}

.chaxun_tab.riqi td a {
	color: #333;
	text-decoration: none;
}

.chaxun_tab.riqi td a:hover {
	color: #d67d00;
	text-decoration: underline;
}

/*导航：十二星座图标*/
.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: 38px;
}

.auto-left-ad2 {
    margin-bottom: 25px;
}

.auto-left-ad3 {
    margin-top: 35px;
	margin-bottom: 5px!important;
}