body {
    background: #f7f7f7;
}
.Cole_fixed {
    position: fixed;
    top: 0;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
}
/* 详情 */

.ljsp h6 {
    padding: 20px 0 10px 10px;
    font-size: 30px;
    text-align: left;
    float: left;
    width: 100%;
}

.ljsp p {
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    color: #848484;
    margin-bottom: 30px;
}

.ljGuide {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
}

    .ljGuide h6 {
        float: left;
        font-size: 23px;
        line-height: 45px;
    }

.ljGuide_right {
    float: right;
    line-height: 45px;
}

    .ljGuide_right a {
        font-size: 12px;
    }

/* 详情结束 */


/* 详情内容页 */
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 {
    padding-top: 15px;
    border-left: 1px solid #ccc;
    float: left;
    padding-left: 10px;
    width: 990px;
}



    .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;
        }
.Colt_detail_content {
    text-align: center;
}
.NewConsultation .Colt_detail .Colt_detail_content {
    padding: 23px 0 !important;

}

        .NewConsultation .Colt_detail .Colt_detail_content p {
            font-size: 16px;
            line-height: 2;
        }

        .NewConsultation .Colt_detail .Colt_detail_content img {
            max-width: 95% !important;
            margin: 30px auto !important;
            display: block;
        }

.NewConsultation .Colt_detail_foot {
    padding-bottom: 8px;
}

.NewConsultation .DetailShare {
    padding: 15px 0;
}

    .NewConsultation .DetailShare a {
        margin: 0 5px;
    }



.NewConsultation .Colt_center {
    background: white;
    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;
    }




.ljsp_video .video_wrap {
    text-align: left;
    padding: 15px;
    background: white;
}
.detaiLef {
    width: 875px;
    float: left;
    background: white;
}
.detaiRit {
    float: right;
}



.AllLefRit{
    float:left;
    width:100%;
    margin-top:10px;
}

.NewConsultation .Colt_right {
    width: 285px;
    float: right;
    background: white;
    box-shadow:unset;
}
    .NewConsultation .Colt_right .searchBox {
        padding: 20px;
    }

    .NewConsultation .Colt_right .search {
        position: relative;
        padding-right: 40px;
    }

    .NewConsultation .Colt_right input:nth-child(1) {
        height: 40px;
        padding-right: 41px;
        text-indent: 1em;
        border: 1px solid #ccc;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 211px;
        background-color: rgba(0,0,0,0);
    }

    .NewConsultation .Colt_right .search .search_After {
        height: 40px;
        padding: 10px 6px;
        background: #08a9f7;
        position: absolute;
        right: 0;
        top: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 54px;
        text-align: center;
        border: none;
    }

    .NewConsultation .Colt_right .Dlbox {
        padding: 19px;
        background: #f6f7f9;
        margin-top: 15px;
    }

        .NewConsultation .Colt_right .Dlbox .Dlbox_bg {
            background: white;
            text-align: center;
        }

            .NewConsultation .Colt_right .Dlbox .Dlbox_bg h6 {
                padding: 22px 12px;
            }

            .NewConsultation .Colt_right .Dlbox .Dlbox_bg span {
                padding: 9px 80px;
                background: red;
                color: white;
                border-radius: 5px;
                font-size: 12px;
                cursor: pointer;
            }

            .NewConsultation .Colt_right .Dlbox .Dlbox_bg .Qw {
                margin-top: 10px;
            }

                .NewConsultation .Colt_right .Dlbox .Dlbox_bg .Qw img {
                    cursor: pointer;
                }

    .NewConsultation .Colt_right .ggt {
        width: 100%;
        margin: 15px 0;
    }

    .NewConsultation .Colt_right .Twfour_hour {
        border-top: 2px solid red;
        text-align: left;
        padding: 20px;
        background: white;
        z-index: 999;
    }

        .NewConsultation .Colt_right .Twfour_hour h6 {
            font-size: 16px;
            font-weight: bold;
        }

        .NewConsultation .Colt_right .Twfour_hour .Twfour_hour_list {
            border-bottom: 1px solid #ccc;
            padding: 15px 0;
            display: inline-block;
            width: 100%;
        }

            .NewConsultation .Colt_right .Twfour_hour .Twfour_hour_list img {
                float: left;
                width: 60px;
                height: 60px;
            }

            .NewConsultation .Colt_right .Twfour_hour .Twfour_hour_list p {
                padding: 1px 8px 0 10px;
                display: table;
                font-size: 12px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
/* 详情内容页结束 */




