body{
    background-color: #FFFFFF;
}
.article{
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 900px;
    min-height: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-left: 1px solid #EEEEEE;
    box-shadow: 3px 3px 3px #eeeeee;
    background-color: #fcfcfc;
}
.art-top{
    height: 40px;
}
.art-title{
    height: 30px;
    font-size: 24px;
    text-align: center;
    color: #0483dd;
    border-bottom: 1px solid #ffa886;
}
.art-time>span{
    float: right;
    height: 50px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
}
.art-cont{
    padding: 1px;
}
.art-cont>div{
    text-indent: 2em;
    width: 90%;
    font-size: 20px;
    line-height: 150%;
    padding: 0 50px 0 50px;
}
#art_cont{
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 20px;
    overflow: hidden;
}
.art_cont{
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 20px;
    overflow: hidden;
}
.art-bottom{
    text-align: right;
    margin: 20px 0 20px 0;
}
.art-bottom>span{
    font-size: 16px;
    color: #ffb62c;
    margin-right: 70px;
}
.art_picture{
    width: 600px;
    height: auto;
    text-align: center;
}
.art_picture>img{
    /*width: 200px;*/
    max-width: 500px;
    height: auto;
}