﻿
/* 详情内容页 */
i {
    font-style: normal;
}

.NewConsultation .Colt_detail_bg {
    background: #f8f8f8;
}

.NewConsultation .Cardcomment {
    margin-top: 20px;
    padding: 10px 10px;
}

.NewConsultation .smnr, .NewConsultation .Cardcomment {
    background: white;
}

.NewConsultation .Colt_left {
    text-align: center;
}

.NewConsultation h3 {
    margin-top: 25px;
    font-size: 21px;
}

.NewConsultation .Colt_left ul li {
    display: block;
    width: 84px;
    padding: 6px 0;
    margin: auto;
    margin-top: 10px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.5s;
    border-radius: 6px;
}

    .NewConsultation .Colt_left ul li:hover {
        background: red;
        border-radius: 6px;
    }

        .NewConsultation .Colt_left ul li:hover a {
            color: white;
        }

.NewConsultation h3 {
    font-weight: bold;
    color: red;
}

.NewConsultation .Colt_left ul .Colt_active {
    background: red;
    border-radius: 6px;
}

    .NewConsultation .Colt_left ul .Colt_active a {
        color: white;
    }

.NewConsultation .Colt_detail .Colt_detail_title {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

    .NewConsultation .Colt_detail .Colt_detail_title h6 {
        font-size: 21px;
        font-weight: bold;
        margin: 15px 0px;
    }

.NewConsultation .Colt_detail .Colt_detail_content {
    padding: 23px 0;
}

    .NewConsultation .Colt_detail .Colt_detail_content p {
        text-indent: 2em;
    }

        .NewConsultation .Colt_detail .Colt_detail_content p img {
            margin-left: -25px;
        }

        .NewConsultation .Colt_detail .Colt_detail_content img {
            max-width: 70%;
            width: 100%;
            margin: 30px 0;
        }

.NewConsultation .Colt_detail_foot {
    padding-bottom: 8px;
}

.NewConsultation .DetailShare {
    margin: 19px 0;
}

    .NewConsultation .DetailShare a {
        margin: 0 5px;
    }

.NewConsultation .Cardcomment h6 {
    font-size: 15px;
    margin: 15px 0 15px 0;
}

.NewConsultation .Cardcomment .Cdc_tj img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 28px;
}



.NewConsultation .Cardcomment .message_box {
    width: 70%;
    margin-left: 54px;
}

.NewConsultation .Cardcomment .none_content {
    display: none;
}

.NewConsultation .Cardcomment .show_content {
    display: block;
}

.NewConsultation .Cardcomment .date-dz-red {
    color: red;
}

.NewConsultation .Cardcomment .Cdc_tj textarea[type="text"] {
    border: 1px solid orange;
    height: 39px;
    text-indent: 1em;
    line-height: 1.2;
    font-size: 100%;
    padding: 10px 15px;
    -webkit-appearance: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    -moz-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-easing: ease-in-out;
    -moz-transition-easing: ease-in-out;
    -o-transition-easing: ease-in-out;
    -ms-transition-easing: ease-in-out;
    transition-easing: ease-in-out;
    -webkit-transition-property: border-color, -webkit-box-shadow;
    -webkit-transition-property: border-color, box-shadow;
    -moz-transition-property: border-color, -moz-box-shadow;
    -moz-transition-property: border-color, box-shadow;
    -o-transition-property: border-color, box-shadow;
    -ms-transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow;
}

.NewConsultation .Cardcomment .Cdc_tj {
    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+ */
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .NewConsultation .Cardcomment .Cdc_tj input[type="button"] {
        padding: 9px 5px;
        background: orange;
        border: none;
        color: white
    }

.NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list {
    margin: 20px 0 5px 0;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}

    .NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list .message_content {
        margin: auto;
        padding: 10px;
        background: #f8f8f8;
        margin-top: 10px;
    }

        .NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list .message_content ul {
            margin-bottom: 15px;
        }

.message_content ul li span {
    color: #0fa6e2;
}

.NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-inline-flex; /* 新版本语法: Chrome 21+ */
    display: inline-flex;
    ; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle .personInof {
        display: inline-block;
        margin-left: 6px;
    }

        .NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle .personInof span {
            color: #ccc;
        }

    .NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle .personInof span:nth-of-type(1) {
        color: black;
    }

.NewConsultation .Cardcomment .Cardcomment_content .Crd_list_right {
    float: right;
}

.NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list .Crd_list_bottom {
    text-align: right;
}

    .NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list .Crd_list_bottom span {
        color: #4c81c3;
    }

        .NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list .Crd_list_bottom span:nth-of-type(2) {
            color: #ccc;
        }



.NewConsultation .Colt_center {
    padding: 10px 10px;
    background: white;
    margin-top: 20px;
}

    .NewConsultation .Colt_center .Colt_center_left {
        float: left;
        height: 108px;
        padding-left: 0;
        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;
        width: 212px;
    }

    .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;
        margin-top: 5px;
    }

        .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;
            margin-top: 10px;
        }

            .NewConsultation .Colt_center .Colt_center_right .LookIof span:nth-of-type(2) {
                margin: 0 15px;
            }

    .NewConsultation .Colt_center .Colt_center_list {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
    }

    .NewConsultation .Colt_center .Contlt {

    }

    .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 {
            margin-left: -10px;
            margin-right: -10px;
        }
            .NewConsultation .Colt_center .Colt_center_middle .middle_img .middle_imgBox {
                float: left;
                width: 302.66px;
                height: 170px;
                margin: 0 5px;
                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;
                overflow: hidden;
            }

            .NewConsultation .Colt_center .Colt_center_middle .middle_img img {
                padding-left: 0;
                padding-right: 0;
                width: 100%;
            }

                .NewConsultation .Colt_center .Colt_center_middle .middle_img img:nth-of-type(2) {
                    margin: 0 10px;
                }

        .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;
            }
@media (max-width: 992px) {
    .NewConsultation .Colt_center .Colt_center_left {
        width: 129px;
        height:72.56px
    }
    .NewConsultation .Colt_center .Colt_center_right p{
        display:none;
    }
    .NewConsultation .Colt_center .Colt_center_middle .middle_img .middle_imgBox {
        width: 226.66px;
        height: 127px;
    }
    .NewConsultation .Colt_center .Colt_center_right h6 {
        font-size: 15px;
    }

}

@media (max-width: 768px) {
    .NewConsultation .Colt_center .Colt_center_middle .middle_img .middle_imgBox {
        width: 101.66px;
        height: 57.18px;
    }
}

@media (max-width: 375px) {
    .NewConsultation .Colt_center .Colt_center_middle .middle_img .middle_imgBox {
        width: 86px;
        height: 49px;
    }
}

    /* 详情内容页结束 */



    /* 翻页 */
    .page_ctrl {
        text-align: left;
        margin: 10px auto;
        box-sizing: border-box;
    }

        .page_ctrl * {
            line-height: 26px;
        }

        .page_ctrl button {
            min-width: 30px;
            border: 1px solid #e5e5e5;
            cursor: pointer;
            text-align: center;
            display: inline-block;
            zoom: 1;
            vertical-align: middle;
            padding: 0 15px;
            height: 30px;
            line-height: 28px;
            margin: 1px 7px 5px 0;
            font-size: 12px;
            background-color: #fff;
        }

            .page_ctrl button:hover {
                background: #0bc957;
                color: #ffffff;
            }

        .page_ctrl .btn_dis {
            cursor: default;
            opacity: .7;
            background: #eeeeee;
            color: #5e5e5e;
        }

            .page_ctrl .btn_dis:hover {
                background: #eeeeee;
                color: #5e5e5e;
            }

        .page_ctrl .current_page {
            background: #0bc957;
            color: #ffffff;
        }

        .page_ctrl .input_page_num {
            background: #ffffff;
            border: 1px solid #e5e5e5;
            color: #5e5e5e;
            width: 40px;
            margin: 0 10px;
            padding: 0 3px;
            text-align: center;
            height: 30px;
            line-height: 30px;
            border-radius: 2px;
            vertical-align: top;
            background-color: #fff;
            box-sizing: border-box;
        }

        .page_ctrl .page_total, .page_ctrl .page_text {
            color: #2b2b2b;
            font-size: 13px;
        }

    .to_page_num {
        margin-left: 10px !important;
    }

    .page_select {
        height: 30px;
        padding: 3px;
        border-radius: 2px;
        cursor: pointer;
        margin: 0 5px;
    }

    .Altogether {
        margin-right: 9px;
    }
    /* 翻页结束 */

    @media (max-width: 1200px) {
        .NewConsultation .Colt_left ul li {
            display: inline-block;
        }
    }