﻿.article_relate_01
{
    width: 96%; 
    min-height: 20px;
    border: 1px dotted #cccccc; 
    border-radius:5px; 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px;
    margin: 10px 0px;
    padding: 5px;
    background: #333;
    float:left;
}
.article_relate_01 #title
{
    width: 100%;
    min-height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    float: left;
}
.article_relate_01 #list
{
    width: 100%;
    min-height: 12px;
    line-height: 20px;
    margin: 0px;
    text-align: left;
    float: left;
}
.article_relate_01 #list ul
{
    margin-left: 30px;
}
.article_relate_01 #list ul li
{
    width: 50%;
    min-height: 20px;
    line-height: 20px;
    float:left;
}