i {
    font-style: normal;
}

.NewConsultation .Cardcomment {
    margin-top: 10px;
    padding: 10px 20px;
}

    .NewConsultation .Cardcomment h6 {
        font-size: 16px;
        margin: 15px 0 15px 0;
        color: #333;
    }

    .NewConsultation .Cardcomment .Cdc_tj img {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-right: 28px;
    }

.NewConsultation .smnr, .NewConsultation .Cardcomment {
    background: white;
    float: left;
    width: 100%;
}

    .NewConsultation .Cardcomment .Cdc_tj textarea {
        width: 100%;
        border: 1px solid #ccc;
        height: 60px;
        line-height: 1.2;
        font-size: 12px;
        padding: 10px 15px;
        -webkit-appearance: none;
        background: #fff;
        -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;
        border-radius: 5px;
        outline: none;
        margin-bottom: 20px;
    }

input:focus {
    outline: none;
    border: 1px solid red;
    background: #f0ecec;
}

.NewConsultation .Cardcomment .message_box {
    width: 100%;
    padding-left: 54px;
    float: left;
}

.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: 38px;
    text-indent: 1em;
    line-height: 1.2;
    font-size: 100%;
    padding: 10px 15px;
    -webkit-appearance: none;
    background: #fff;
    -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;
    font-size: 14px;
    width:70%;
}

.NewConsultation .Cardcomment .Cdc_tj {
    width: 100%;
    font-size: 0;
}

.NewConsultation .Cardcomment .plBtn, .NewConsultation .Cardcomment .tjPl {
    padding: 0 7px;
    background: #4da9d5;
    border: none;
    color: white;
    font-size: 14px;
    height: 38px;
    text-align: center;
    width: 60px;
    line-height: 38px;
    display: inline-block;
    border-radius: 20px;
    float: right;
    box-shadow: 0.05rem 0.07rem 0.06rem #ccc;
}
.NewConsultation .Cardcomment .Cardcomment_content {
    font-size: 0;
    float: left;
    width: 100%;
}
    .NewConsultation .Cardcomment .Cardcomment_content .page_content {
        padding-top: 20px;
    }
    .NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list {
        border-top: 1px solid #ccc;
        padding: 10px 0;
    }

        .NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list .message_content {
            margin: 0 auto 10px;
            padding: 10px;
            background: #f8f8f8;
            margin-top: 10px;
            font-size: 14px;
        }

        .NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list .message_content ul {
            margin-bottom: 15px;
        }

.message_content ul li span {
    color: #0fa6e2;
    font-size: 14px;
}

.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;
    width: 80%;
}

    .NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle .personInof {
        display: inline-block;
        margin-left: 6px;
        font-size: 14px;
    }

        .NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle .personInof span {
            color: #8b8b8b;
        }

    .NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-block;
    }

    .NewConsultation .Cardcomment .Cardcomment_content .Crd_list_middle .personInof span:nth-of-type(1) {
        color: #4da9d5;
    }

.NewConsultation .Cardcomment .Cardcomment_content .Crd_list_right {
    float: right;
    font-size: 14px;
}

.NewConsultation .Cardcomment .Cardcomment_content .Cardcomment_list .Crd_list_bottom {
    text-align: right;
    font-size: 14px;
}

    .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: #8b8b8b;
            cursor: pointer;
        }






/* 翻页 */
.page_ctrl {
    text-align: left;
    margin: 10px auto;
    box-sizing: border-box;
    float: left;
    width: 100%;
    font-size: 0;
}

    .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;
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 8px;
        height: 30px;
        line-height: 28px;
        margin: 1px 5px 5px 0;
        font-size: 12px;
    }

    .page_ctrl .page_num {
        background-color: #fff;
        color: #5e5e5e;
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 8px;
        height: 30px;
        line-height: 28px;
        margin: 1px 5px 5px 0;
        font-size: 12px;
    }

    .page_ctrl .current_page {
        background: #0bc957;
        color: #ffffff;
    }

    .page_ctrl .page_num:hover {
        background: #0bc957;
        color: white;
    }


    .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: 32px;
        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;
        vertical-align: middle;
    }

.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;
}
/* 翻页结束 */
