
#news-view{
    padding: 20px 10px 10px;
    background: #fff;
    border: #ccc solid 1px;
}
#news-view h2{
    margin-bottom:10px;
}
#news-view .time{
    color: #393;
    font-size: 12px;
    margin-bottom:10px;
}
#news-view #social-share{
    float:right;
}
#news-view .img {
   margin:10px 0px;
   text-align: center;
}
#news-view .img img{
    max-width: 600px;
    max-height: 340px;
}
#news-view .description{
    font-size: 16px;
    line-height: 2em;
    font-weight: bold;
    padding: 0 20px;
    margin: 35px 0;
    text-indent: 40px;
}
#news-view .detail{
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 20px;
}
#news-view .detail p,
#news-view .detail div
{
    margin: 20px 0;
}
#news-view .tags
{
    margin-top: 20px;
    margin-bottom: 20px;
}
#news-view .tags a
{
    display: inline-block;
    margin-left: 10px;
    border-bottom: #999 dotted 1px;
}
#news-view .post-like{
    float:left;
    width:500px;
}