﻿.page-article {
    padding-bottom: 15px;
    clear: both;
    margin: 20px 0;
}

    .page-article .article-hd {
        margin-top: 15px;
        border-bottom: 2px solid #007552;
        clear: both;
    }

        .page-article .article-hd.center {
            text-align: center;
        }

        .page-article .article-hd h1 {
            padding-bottom: 15px;
            font-size: 24px;
            color: #007552;
            padding: 0 10px;
        }

        .page-article .article-hd h2 {
            padding-bottom: 15px;
            font-size: 22px;
            color: #007552;
            font-weight: normal;
            padding: 0 10px;
        }

        .page-article .article-hd .article-hd-bar {
            color: #666666;
            font-size: 13px;
            clear: both;
            height: 30px;
            line-height: 30px;
            margin-bottom: 10px;
            padding: 0 10px;
        }

            .page-article .article-hd .article-hd-bar span {
                margin-right: 15px;
            }

    /*.page-article .article-hd.center .article-hd-bar {
            padding: 0 0 0 70px;
        }*/

    .page-article .article-bd {
        font-size: 16px;
        line-height: 28px;
        color: #222;
        padding: 20px 10px 0;
        overflow: hidden;
    }

        .page-article .article-bd h1,
        .page-article .article-bd h2,
        .page-article .article-bd h3,
        .page-article .article-bd h4,
        .page-article .article-bd h5,
        .page-article .article-bd h6 {
            margin-bottom: 15px;
        }

        .page-article .article-bd p, .page-article .article-bd .otitle {
            margin-bottom: 15px;
            font-size: 16px;
            line-height: 28px;
            text-indent: 32px;
            width: auto !important;
        }

        .page-article .article-bd table {
            margin: 0 auto;
        }

            .page-article .article-bd table p {
                margin: 0;
                text-indent: 0;
                line-height: normal;
                font-size: 14px;
            }

            .page-article .article-bd table td {
                padding: 5px;
            }

        .page-article .article-bd table {
            border: 0;
            border-collapse: collapse;
            border-spacing: 0;
        }

            .page-article .article-bd table td, .page-article .article-bd table th {
                border: 1px solid #000;
            }

        .page-article .article-bd #printContent td, .page-article .article-bd #printContent th {
            border: 0;
        }

        .page-article .article-bd .p_collect {
            color: #888;
        }

        .page-article .article-bd a {
            color: blue;
        }

            .page-article .article-bd a:hover {
                color: #ff6a00;
                text-decoration: underline;
            }

    .page-article .page-hd {
        border-bottom: 2px solid #007552;
        padding-bottom: 17px;
    }

    .page-article .article-comment-number {
        float: right;
        margin-right: 0 !important;
    }

        .page-article .article-comment-number a {
            color: #506fa5;
            background: url(/Content/v1/icon-comment.png) 0 0;
            display: inline-block;
            height: 23px;
            line-height: 23px;
            padding-left: 36px;
            padding-right: 13px;
            background-color: #ebf5fd;
            font-weight: bold;
            font-size: 13px;
            font-family: 'tahoma';
        }



.page-link {
    padding-bottom: 0;
}

    .page-link .link-bd {
        padding-top: 0px;
        font-size: 14px;
    }

        .page-link .link-bd a {
            color: inherit;
        }

    .page-link .has-top {
        border-top: 1px solid #dedede;
        margin-top: 20px;
        padding-top: 20px;
    }

.link-bd-image {
    clear: both;
    padding-bottom: 15px;
}

    .link-bd-image li {
        margin-top: 20px;
        margin-left: 20px;
        float: left;
        width: 200px;
        height: 60px;
    }

        .link-bd-image li.first {
            margin-left: 0;
        }

.link-bd-text {
    clear: both;
    padding-bottom: 15px;
}

    .link-bd-text li {
        margin-top: 10px;
        margin-left: 20px;
        float: left;
        width: 200px;
    }

        .link-bd-text li.first {
            margin-left: 0;
        }

.comment-box {
    border-top: 3px solid #f9f9f9;
    margin-top: 20px;
}

    .comment-box h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
        margin-top: 15px;
    }

    .comment-box .form {
        border: 1px solid #379BE9;
        margin-top: 15px;
        border-radius: 5px;
        padding-bottom: 10px;
    }

        .comment-box .form .textarea {
            border: 0;
            width: 100%;
            height: 70px;
            outline: none;
            resize: none;
            line-height: 23px;
        }

        .comment-box .form p {
            padding: 10px 10px 0 10px;
        }

        .comment-box .form .text-right {
            padding-top: 5px;
            text-align: right;
        }

        .comment-box .form .submit {
            background-color: #379BE9;
            border: 0;
            height: 26px;
            line-height: 26px;
            text-align: center;
            color: #fff;
            padding: 0 15px;
            border-radius: 4px;
            cursor: pointer;
            display: inline-block;
        }

            .comment-box .form .submit:hover {
                text-decoration: none;
            }

    .comment-box .list {
        border-top: 1px solid #ddd;
        margin-top: 15px;
    }

        .comment-box .list .box {
            border-bottom: 1px solid #ddd;
            margin-top: 10px;
            padding-bottom: 10px;
        }

        .comment-box .list .post-user {
            color: #379BE9;
        }

        .comment-box .list .post-time {
            color: #999;
            margin-left: 10px;
        }

        .comment-box .list .post-content {
            margin-top: 5px;
            color: #2A2A2A;
            padding-bottom: 5px;
        }

        .comment-box .list .pager {
            margin-top: 20px;
        }

        .comment-box .list .empty {
            font-weight: bold;
            text-align: center;
            padding: 50px 0 30px 0;
            color: #222;
        }

.article-reply {
    border-top: 1px dotted #dedede;
    font-size: 16px;
}

    .article-reply .empty {
        text-align: center;
        font-weight: bold;
        padding-top: 30px;
        color: #000;
    }

    .article-reply h2 {
        font-size: 16px;
        padding: 10px 0 0 10px;
        color: #a48353;
    }

    .article-reply .article-reply-info {
        text-align: right;
    }

.page-idx-ldcy {
}

    .page-idx-ldcy > .article-bd > table {
        width: 980px !important;
        margin: 0 auto !important;
        border: 0 !important;
    }

        .page-idx-ldcy > .article-bd > table td {
            border: 0 !important;
            padding: 10px !important;
            width: 33% !important;
        }

        .page-idx-ldcy > .article-bd > table p {
            margin: 5px 0 !important;
            line-height: 30px !important;
        }


.article-file {
    width: 100%;
    border-top: 2px solid #007552;
    margin-top: 15px;
}

    .article-file ul {
        width: 100%;
        position: relative;
        margin-top: 10px;
    }

        .article-file ul li {
            clear: both;
            line-height: 32px;
            height: 32px;
            position: relative;
            border-bottom:1px dashed #ddd;
        }

            .article-file ul li a {
                float: left;
                text-indent: 35px;
                background: url(/Content/v1/file.jpg) no-repeat 5px 50%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
            }
