﻿body {
    background: #f5f5f5;
}


/* 详情内容页 */
i {
    font-style: normal;
}

.NewConsultation .Colt_detail_bg {
    /*background: #f8f8f8;*/
    background: -webkit-linear-gradient(left,#ace,#f96); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left,#ace,#f96); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left,#ace,#f96)); /* Firefox 3.6 - 15 */
    background: linear-gradient(left,#ace,#f96); /* 标准的语法（必须放在最后） */
}

.NewConsultation .detailBanner img {
    width: 100%;
}


        .NewConsultation .Colt_detail .Colt_detail_title h6 {
            font-size: 21px;
            font-weight: bold;
            margin: 15px 0px;
        }

        .NewConsultation .Colt_detail .Colt_detail_content img {
            max-width: 95% !important;
            margin: 30px auto !important;
            display: block;
        }


.NewConsultation .DetailShare {
    padding: 15px 0;
}

    .NewConsultation .DetailShare a {
        margin: 0 5px;
    }



.NewConsultation .Colt_center {
    padding: 10px 0;
    background: white;
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .NewConsultation .Colt_center .Colt_center_left {
        float: left;
        width: 292px;
        height: 164px;
        padding-left: 0;
        padding-right: 10px;
        overflow: hidden;
        display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box; /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox; /* 混合版本语法: IE 10 */
        display: -webkit-flex; /* 新版本语法: Chrome 21+ */
        display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .NewConsultation .Colt_center .RdReda {
        font-size: 19px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

    .NewConsultation .Colt_center .Colt_center_right {
        display: table;
        text-align: left;
    }

        .NewConsultation .Colt_center .Colt_center_right h6 {
            font-size: 18px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .NewConsultation .Colt_center .Colt_center_right p {
            margin-top: 15px;
            color: #666666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .NewConsultation .Colt_center .Colt_center_right .LookIof {
            color: #a3afb7;
        }

            .NewConsultation .Colt_center .Colt_center_right .LookIof span:nth-of-type(2) {
                margin: 0 15px;
            }

    .NewConsultation .Colt_center .Colt_center_list {
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
        padding: 25px 0;
    }

    .NewConsultation .Colt_center .Colt_center_middle {
        font-size: 0;
    }

        .NewConsultation .Colt_center .Colt_center_middle h6 {
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            margin-bottom: 15px;
        }

        .NewConsultation .Colt_center .Colt_center_middle .LookIof {
            color: #a3afb7;
            display: inline-block;
            width: 100%;
            margin-top: 15px;
        }

            .NewConsultation .Colt_center .Colt_center_middle .middle_img, .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_left, .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_right {
                display: inline-block;
            }


                .NewConsultation .Colt_center .Colt_center_middle .middle_img img {
                    width: 296px;
                    padding-left: 0;
                    padding-right: 0;
                }

                    .NewConsultation .Colt_center .Colt_center_middle .middle_img img:nth-of-type(2) {
                        margin: 0 10px;
                    }

                .NewConsultation .Colt_center .Colt_center_middle .middle_img .Colt_center_middleImg {
                    margin: 0 5px;
                    width: 292px;
                    height: 164px;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -moz-justify-content: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -moz-align-items: center;
                    -webkit-align-items: center;
                    align-items: center;
                    overflow: hidden;
                    float: left;
                }

            .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_left {
                float: left;
                font-size: 14px;
            }

            .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_right {
                float: right;
                font-size: 14px;
            }

                .NewConsultation .Colt_center .Colt_center_middle .LookIof .LookIof_right label {
                    margin-right: 15px;
                }

.Colt_AllListRit {
    margin: 20px 30px 20px 0;
    float: left;
    border-bottom: 1px solid #ccc;
    width:100%;
}

    .Colt_AllListRit h6 {
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 500px;
        color: #2784c3;
    }
    .Colt_AllListRit p {
        height: 35px;
        line-height: 35px;
        color: #a3afb7;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 200px;
    }
/* 详情内容页结束 */


