@CHARSET "UTF-8";

#article_content{
	width: 1000px;
	margin: 0 auto;
	height:100%;
	position: relative;
	background-color: white;
}
.left_menu_content{
	position: absolute;
	left: 0px;
	margin: 5px 10px 10px 0px;
	width: 50px;
}
.article{
	float:right;
	right: 10px;
	margin: 5px 0px 10px 10px;
	width: 800px;
	padding: 10px;
	min-height: 400px;
}
.end{
	clear: both;
	margin-bottom: 30px;
}

.article .article_top{
	text-align: center;
	
}
.article .article_top .title{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.article .article_top .others{
	margin: 10px 10px 20px 10px;
}
.article .article_top .others span{
	margin:0px 15px ;
}

.article  .description{
	margin: 10px 10px 10px 0px;
	font-size:14px;
	line-height:20px;
}
.article .texts{
	word-break: break-word;
}