.title
{
    line-height: 30px;
    height: 30px;
    margin: 0 0 15px 0;
}
.title h1
{
    font-size: 18px;
    font-family: microsoft yahei;
    text-align: center;
    font-weight: normal;
    margin: 0;
}
.item
{
    color: #999;
    text-align: center;
    margin: 20px 0;
    font-family: arial;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 15px 0;
}
.content
{
    word-break: break-all;
    line-height: 22px;
}
.content p
{
    margin: 15px 0;
    font-size: 14px;
}
.content img
{
    max-width: 590px;
}
.content .list_page
{
    line-height: normal;
}
.content table td
{
    text-align: center;
}
.content table
{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.content table td
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.pre, .next
{
    line-height: 30px;
    height: 30px;
}
.infodot
{
    border-top: 1px dashed #ccc;
    margin: 15px 0;
}