
#vision-view{
    padding: 20px 10px 10px;
    background: #fff;
    border: #ccc solid 1px;
}
#vision-view .header
{
    float: left;
    width: 650px;
}
#vision-view .header .avatar
{
    float: left;
    margin-right: 20px;
    margin-left: 10px;
}
#vision-view .header .avatar img
{
    width: 210px;
    height: 120px;
}
#vision-view .header p
{
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 5px 0;
}
#vision-view .header h2
{
    font-size: 24px;
    line-height: 1.5em;
    color: #06C;
}
#vision-view .header .time
{
    color: #393;
    font-size: 14px;
}
#vision-view .detail{
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 20px;
}
#vision-view .detail p,
#vision-view .detail div
{
    margin: 20px 0;
}

#vision-view .post-like{
    float:left;
    width:500px;
}
#vision-view #social-share{
    float:right;
}