.position{
	margin-top: 40px;
	padding-left: 35px;
	color: #999;
	font-size: 18px;
}
.prenext{
	margin: 40px 0px 100px 100px;
}
img{
   max-width:100%;
   height:auto;
}
.main{
	padding: 40px 30px;
    background-color: #f2f2f2;
}
.main_right{
	width: 900px;
	background-color: #fff;
}
.main_right_aticle{
  margin-top:10px;
  background-color:#fff;
}
.main_right_aticle_title{
	line-height:80px;
  text-align:center;
	font-size:25px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	border-bottom:1px solid #eee;
}
.main_right_article_content{
  padding: 40px 30px;
  line-height: 24px;
  font-size: 16px;   
	color: #666;
}