<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* CSS Document */

.article {
	width: 1000px;
	height: auto;
	overflow: hidden;
	border: 1px solid #cdcbca;
	margin-top: 40px;
	padding: 40px 100px;
}
.position {
	width: 970px;
	height: 40px;
	border-bottom: 1px solid #cdcbca;
	line-height: 40px;
	color: #323333;
	background: url(imagesarticle_position.gif) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
}
.position a {
	color: #323333;
}
.title {
	margin: 30px 0;
	text-align: center;
}
.title h1 {
	color: #323333;
	font-size: 32px;
}
.info {
	width: 1000px;
	height: auto;
	overflow: hidden;
	border-top: 1px dashed #cdcbca;
	border-bottom: 1px dashed #cdcbca;
}
.info span {
	width: 500px;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	color: #cdcbca;
}
.content {
	margin-top: 40px;
	font-size: 16px;
	color: #323333;
	line-height: 32px;
	text-align: justify;
	text-indent: 2em;
}
.content img {

	margin-top: 10px;
	margin-bottom: 10px;
}
.share {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	border-bottom: 1px dashed #cdcbca;
}
.up_down {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.up_down ul li {
	width: 500px;
	height: 40px;
	float: left;
	color: #ff0000;
}
.up_down ul li a {
	color: #cdcbca;
}
.up_down_rigth {
	text-align:right;
}
/* 热门阅读、相关阅读 */
.hot_read {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px dashed #cdcbca;
}
.hotread , .beread {
	width: 485px;
	height: auto;
	overflow: hidden;
	float: left;
}
.beread {
	margin-left: 30px;
}
.hotread_title , .beread_title {
	width: 485px;
	height: 40px;
	border-bottom: 1px solid #cdcbca;
	line-height: 40px;
}
.hotread_title span , .beread_title span {
	float: right;
	font-size: 16px;
}
.hotread_title span a , .beread_title span a {
	color: #eb611b;
}
.hotread_title h3 , .beread_title h3 {
	font-size: 18px;
	font-weight: normal;
	color: #eb611b;
}
.hotread_list , .beread_list {
}
.hotread_list ul , .beread_list ul {
}
.hotread_list ul li , .beread_list ul li {
	width: 460px;
	height: 40px;
	line-height: 40px;
	background: url(imagesarticle_list.gif) no-repeat left center;
	padding-left: 25px;
}
.hotread_list ul li span , .beread_list ul li span {
	float: right;
	color: #323333;
}
.hotread_list ul li a , .beread_list ul li a {
	color: #323333;
}
.hotread_list ul li a:hover , .beread_list ul li a:hover {
	color: #eb611b;
}</pre></body></html>