@CHARSET "UTF-8";

#article_content{
	width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-color: white;
    /* padding: 10px 10px 0px 10px; */
}
#article_content .article{
	padding: 10px 30px;
    min-height: 500px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    width: 80%;
    margin: 10px auto;
}
.end{
	clear: both;
	margin-bottom: 20px;
}
.article .article_top{
	text-align: center;
	border-bottom: 1px solid #d2d2d2;
}
.article .article_top .title{
	text-align: center;
    line-height: 60px;
    height:60px;
    font-size: 26px;
    font-family: "微软雅黑";
    color: #136d8e;
    margin: 0px auto;
}
.article .article_top .others{
	font-size: 14px;
    color: #989898;
    font-family: "微软雅黑";
    height: 40px;
    line-height: 40px;
}
.article .article_top .others span{
	margin:0px 20px ;
}

.article  .description{
	border-bottom: 1px dashed #d2d2d2;
    height: 50px;
    line-height: 50px;
}
.article .texts{
	padding: 15px;
    min-height: 200px;
    text-align: justify;
    color: #555555;
}