@charset "gb2312";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
ul{
	list-style-type:none;
}
.article {
	width: 1000px;
	height: auto;
	overflow: hidden;
	border: 1px solid #cdcbca;
	margin: 40px auto 0;
	padding: 40px 100px;
	background:#fff;
}
.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: #333;
}
.info span span{float: right;
text-align: left;
width: 450px;
}
.content {
	margin-top: 40px;
	font-size: 16px;
	color: #323333;
	line-height: 32px;
	text-align: justify;
	overflow: auto;
}
.content img {
	/*float: left;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.content p{
	overflow: auto;
	font-size:16px;
	color:#333;
}
.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;
	text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden;
}
.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;
}