﻿/* 详情 */

.ljsp h6 {
    padding: 20px 0 10px 10px;
    font-size: 30px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
    }

.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;
}



    .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 p {
            font-size: 16px;
            line-height: 2;
        }

        .NewConsultation .Colt_detail .Colt_detail_content img {
            max-width: 95% !important;
        }

.NewConsultation .Colt_detail_foot {
    padding-bottom: 8px;
}

.NewConsultation .DetailShare {
    padding: 15px 0;
}

    .NewConsultation .DetailShare a {
        margin: 0 5px;
    }
/* 详情结束 */

/* 轮播 */
.arrow-location-right-top .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    width: 38px;
    height: 38px;
    background: #f7f8fa;
    color: #191919;
    font-weight: 500;
    border-radius: 50%;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .arrow-location-right-top .slick-arrow:hover {
        background: #2879fe;
        color: #ffffff;
    }

    .arrow-location-right-top .slick-arrow:before {
        font-family: "wokiee";
        font-size: 20px;
        line-height: 1;
    }

.arrow-location-right-top .slick-slide img {
    width: 100%;
}

.arrow-location-right-top .slick-prev:before {
    content: "<";
}

.arrow-location-right-top .slick-next:before {
    content: ">";
}

@media (min-width: 1025px) {
    .arrow-location-right-top .slick-prev {
        top: 50%;
        left: 10px;
    }

    .arrow-location-right-top .slick-next {
        top: 50%;
        right: 10px;
    }
    /*.arrow-location-right-top .slick-arrow {
        top: -28px;
    }

    .arrow-location-right-top .slick-prev {
        right: 57px;
    }*/

    .arrow-location-right-top .slick-next {
        right: 10px;
    }
}


.arrow-location-right-top .slick-arrow {
    top: 50%;
}

.arrow-location-right-top .slick-prev {
    left: 0px;
}

.arrow-location-right-top .slick-next {
    right: 0px;
}

/* slick - style */
.slick-slider .slick-dots {
    margin-top: 22px;
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    bottom: 0;
}

    .slick-slider .slick-dots li {
        margin: 0 3px;
        padding: 0 2px;
        cursor: pointer;
    }

        .slick-slider .slick-dots li button {
            width: 14px;
            height: 14px;
            background: #dadada;
            border: none;
            border-radius: 50%;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
        }

        .slick-slider .slick-dots li:hover button {
            background: #191919;
        }

    .slick-slider .slick-dots .slick-active button {
        background: #191919;
    }

/* 轮播结束 */



/* 视频推荐轮播 */


.ljProduct .arrow-location-right-top .slick-arrow {
    top: -28px;
}

.ljProduct .arrow-location-right-top .slick-prev {
    right: 57px;
}

.ljProduct .arrow-location-right-top .slick-next {
    right: 10px;
}

.ljProduct .arrow-location-right-top .slick-prev {
    left: unset;
}

.ljProductLb {
    margin-top: 20px;
}

.ljProduct .slick-initialized .slick-slide {
    margin-right: 8px;
}

    .ljProduct .slick-initialized .slick-slide h6 {
        font-size: 16px;
    }

    .ljProduct .slick-initialized .slick-slide p {
        color: red;
    }

.ljProduct .slick-dots {
    display: none !important;
}
/* 视频推荐轮播结束 */
