﻿@charset "utf-8";
/* CSS Document */

.container {
    width: 1000px;
    height: auto;
    padding-bottom: 14px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #c9c2c2;
}

.path {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    color: #043488;
    font-size: 12px;
    overflow: hidden;
    border-bottom: #de1624 2px solid;
}

.path a {
    line-height: 35px;
    color: #043488;
    font-size: 12px;
    overflow: hidden;
    text-decoration: none;
}

.path a:hover {
    line-height: 35px;
    color: #043488;
    font-size: 12px;
    overflow: hidden;
    text-decoration: underline;
}

.path span {
    color: #dc0413;
}

.title {
    height: 77px;
    line-height: 77px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    border-bottom: #b7b4b4 1px dotted;
}

.title a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 77px;
    overflow: hidden;
    text-decoration: none;
}

.title a:active, hover {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 77px;
    overflow: hidden;
    text-decoration: underline;
}

.title a:hover {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 77px;
    overflow: hidden;
    text-decoration: underline;
}

.main {
    height: auto;
}

.noData {
    width: 1000px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.commentList {
    width: 954px;
    height: auto;
    margin: 0 auto;
}

.commentTitle {
    height: 35px;
    width: 954px;
}

.infoLeft {
    width: 477px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    color: #5c5858;
    font-size: 12px;
    float: left;
    overflow: hidden;
}

.infoLeft span {
    color: #1e7dd2;
}

.infoRight {
    height: 35px;
    line-height: 35px;
    text-align: right;
    color: #5c5858;
    font-size: 12px;
    float: right;
    overflow: hidden;
}

.commentContent {
    width: 930px;
    height: auto;
    line-height: 24px;
    margin-left: 10px;
    padding-bottom: 14px;
    font-size: 14px;
    color: #000;
    text-indent: 2em;
    word-break: break-all;
    border-bottom: #b7b4b4 1px dotted;
}

.pageInfo {
    width: 954px;
    height: 20px;
    padding-top: 30px;
    margin: 0 auto;
    font-size: 13px;
}

.pageQuery {
    width: 400px;
    height: 25px;
    float: right;
}

.activePage {
    border: 1px solid #b3b3b3;
    padding: 2px 6px 2px 6px;
}

.overPage {
    background-color: #e4e3e3;
}

.pageIndex {
    height: 20px;
    line-height: 18px;
    width: 20px;
    color: #FF0000;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align:middle;
}
