@charset "utf-8";
/* CSS Document */
.static .ml{
    float: left;
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

.static .mr{
    float: right;
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

.static .imgl{
    width: 210px;
    display: inline-block;
    float: left;
}

.static .text{
    display: inline-block;
    width: 290px;
    margin-top: 8px;
}

.static .thumbnail{
    width: 200px;
    height: 260px;
}

.static .more{
    float: right;
}

.static{
    font-size: 18px;
    line-height: 30px;
}

.static div{
    word-wrap:break-word;
    word-break: break-all;
    overflow: hidden;
    margin-bottom: 5px;
}

.static .name{
    margin-bottom: 10px;
    font-weight: bold;
    margin-right: 20px;
}

.static .direction{
    line-height: 28px;
}