﻿.Comment
{
    width: 918px;
    float: left;
    border: 1px solid #D5D5D5;
}
.nav
{
    width: 100%;
    height: 25px;
    float: left;
    background-image: url('/Content/Image/nav_bg.jpg');
    background-repeat: repeat-x;
    line-height: 25px;
    border-bottom: 1px solid #D5D5D5;
}
.nav h2
{
    width: 100%;
    float: left;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
}
.listComment ul
{
    margin: 5px 10px 5px 10px;
    float: left;
}
.listComment ul li
{
    width: 895px;
    line-height: 25px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #E7E7E7;
}
.listComment ul li h2
{
    width: 100%;
    font-weight:normal;
    margin:10px;
}
.listComment ul li h3
{
    width: 100%;
    font-weight:normal;
    text-align:right;
    background-color: #F5F8FC;
}
.Comment .papers
{
    padding-right: 20px;
    width: 900px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    font-size: 12px;
}
