* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑",sans-serif
}

.top-nav {
	width: 100%;
	background: #fff;
	color: #000;
	padding: 10px 0;
	box-shadow: 10px 10px 10px #e6e6e6;
	position: fixed;
	top: 0px
}

.top-nav ul {
	list-style: none;
	justify-content: center;
	max-width: 1190px;
	display: flex;
	text-align: center;
	margin: 0 auto;
}
.top-nav ul>li{
	padding: 0px 10px;
}

.top-nav a {
	color: #000;
	text-decoration: none;
	font-size: 14px
}

.top-nav a:hover {
	color: #ff6600
}

.page-container {
	max-width: 1190px;
	margin: 50px auto;
	padding: 20px 0
}

main {
}

article {
	width: 852px;
	float: left;
}

article header {
	margin-bottom: 20px
}

article header h1 {
	font-size: 24px;
	margin-bottom: 12px;
	line-height: 1.4
}

.article-meta {
	color: #666;
	font-size: 14px;
	display: flex;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px
}

.article-meta>span.left {
	flex: 1;
	color: #999;
	float: left;
	display: inline-block
}

.article-meta>span.right {
	flex: 1;
	color: #999;
	float: right;
	display: inline-block;
	text-align: right
}

.article-content {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.article-content p {
	margin-bottom: 18px
}

.article-content img {
	width: 100%;
	margin: 25px 0
}

.article-content img {
	width: 100%;
	height: auto
}

aside {
	width: 308px;
	float: right;
}

.hot-topics {
	border-top: 2px solid #ff7d00
}

.hot-topics h2 {
	font-size: 18px;
	margin: 8px 0 15px
}

.hot-list {
	list-style: none
}

.hot-list li {
	margin-bottom: 12px;
	display: flex;
	gap: 10px;
	align-items: center
}

.hot-list li img {
	width: 60px;
	height: 40px;
	object-fit: cover
}

.hot-list li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5
}

.hot-list li a:hover {
	color: #ff7d00
}

.about {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
	border-top: 1px solid #e6e6e6
}

.about p {
	text-align: center;
	line-height: 26px;
	color: #999
}

.about p a {
	padding: 0 20px;
	text-decoration: none;
	color: #999
}

span.shux {
	color: #ccc
}

span.sx {
	color: #ccc;
	line-height: 30px
}

span.xghy {
	color: #444
}
