﻿@import "other_common.css"; /*导入通用样式*/

.con_left_main {
    width: 768px;
    height: auto;
    float: left;
    padding: 15px 20px;
}

.con_left_main_box {
    width: 100%;
    height: auto;
    float: left;
}

.detail_box {
    width: 96%;
    height: auto;
    float: left;
    margin: 0 2%;
    overflow: hidden;
}

    .detail_box .detail_title {
        width: 100%;
        height: auto;
        float: left;
        font-size: 33px;
        font-weight: bold;
        color: #075da5;
        margin-top: 10px;
        text-align: center;
        word-break: break-all;
    }

    .detail_box .detail_yin_title {
        width: 100%;
        height: auto;
        float: left;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        color: #999;
    }

    .detail_box .detail_fu_title {
        width: 100%;
        height: auto;
        float: left;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        color: #999;
    }

    .detail_box .detail_message {
        width: 100%;
        height: auto;
        float: left;
        font-size: 14px;
        color: #999;
        margin-top: 15px;
        margin-bottom: 10px;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 1px dotted #d7d7d7;
    }

        .detail_box .detail_message span {
            margin: 0 10px;
        }

    .detail_box .detail_main {
        width: 100%;
        height: auto;
        line-height: 35px;
        float: left;
        font-size: 16px;
        text-align: justify;
    }

        .detail_box .detail_main p {
            line-height: 35px !important;
            font-size: 15px !important;
            font-family: "微软雅黑" !important;
            text-indent: 2em;
            
        }

        .detail_box .detail_main img {
            max-width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            margin: 0 auto;
            display: block
        }
        .detail_box .detail_main video {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }
/*文章分享代码*/
.share_box {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e6e6e6;
}

    .share_box .bdsharebuttonbox {
        float: right;
    }

/*评论*/
.comments_box {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
    margin-top: 15px;
}

    .comments_box .title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        float: left;
    }

        .comments_box .title span.ico {
            width: 5px;
            height: 13px;
            float: left;
            background: #ccc;
            margin-right: 10px;
            margin-top: 19px;
        }

        .comments_box .title span.text {
            width: auto;
            float: left;
            font-size: 16px;
            color: #777;
        }

    .comments_box .detail {
        width: 100%;
        height: auto;
        float: left;
    }

.comments_write {
    width: 748px;
    height: auto;
    float: left;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
}

    .comments_write .comments_write_textarea {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dotted #e6e6e6;
    }

        .comments_write .comments_write_textarea textarea {
            width: 100%;
            height: 95px;
            float: left;
            border: 0;
            font-size: 14px;
        }

.comments_message {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}

    .comments_message input {
        width: 150px;
        height: 30px;
        line-height: 30px\9;
        float: left;
        border: 1px solid #e6e6e6;
        padding: 0 5px;
    }

    .comments_message a.comments_post {
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #2e90e3;
        color: #fff;
        float: right;
    }

.comments_all {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

.comments_all_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}

    .comments_all_title span.span {
        width: auto;
        height: 35px;
        line-height: 35px;
        float: left;
        border-bottom: 1px solid #c9160f;
        color: #c9160f;
        font-size: 17px;
        padding: 0px;
    }

    .comments_all_title a {
        float: right;
        color: #999;
    }

.comments_all_detail {
    width: 100%;
    height: auto;
    float: left;
}

    .comments_all_detail .comments_all_detail_ul {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #e6e6e6;
    }

.comments_all_detail_ul_img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 13px;
}

.comments_all_detail_ul_main {
    width: 715px;
    height: auto;
    float: left;
    position: relative;
}

.ico_jingcai {
    width: 70px;
    height: 45px;
    background: url('https://website-chzhrb.newaircloud.com/assets/css/images/ico_jingcai.png') no-repeat 0;
    position: absolute;
    left: 200px;
    top: -15px;
}

.comments_all_detail .comments_all_detail_ul .user_message {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}

    .comments_all_detail .comments_all_detail_ul .user_message .name {
        float: left;
        color: #c9160f;
        font-weight: bold;
    }

    .comments_all_detail .comments_all_detail_ul .user_message .time {
        float: left;
        color: #999;
        margin-left: 10px;
    }

.comments_all_detail .comments_all_detail_ul .user_speak {
    width: 100%;
    height: auto;
    float: left;
    line-height: 22px;
    color: #555;
    text-align: justify;
}

/*相关文章*/
.relate_news {
    width: 100%;
    height: auto;
    float: left;
}

    .relate_news .title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        float: left;
    }

        .relate_news .title span.ico {
            width: 5px;
            height: 13px;
            float: left;
            background: #ccc;
            margin-right: 10px;
            margin-top: 19px;
        }

        .relate_news .title span.text {
            width: auto;
            float: left;
            font-size: 16px;
            color: #777;
        }

    .relate_news .detail {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 15px;
    }

        .relate_news .detail ul li {
            width: 100%;
            height: 30px;
            line-height: 30px;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background: url(../image/ico_point.gif) no-repeat 0;
        }

            .relate_news .detail ul li a {
                width: auto;
                margin-left: 15px;
            }

            .relate_news .detail ul li span {
                float: right;
                color: #999;
                margin-left: 15px;
            }