﻿.BIMcarousel {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 40px;
    background: url('../../clientimages/PinqinClass/BIMbanner.jpg');
    background-size: cover;
}

.PracticalOperationcarousel {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 40px;
    background: url('../../clientimages/PinqinClass/PracticalOperationbanner.jpg');
    background-size: cover;
}

.Lockbg {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    margin-top: 40px;
    background-image: url('../../clientimages/pinqinclass/注册锁会员专享.jpg');
    background-size: cover;
}


.contain {
    background: rgba(245, 245, 245, 1);
    padding-bottom: 20px;
}

.div_introduce {
    justify-content: space-between;
    width: 1200px;
    height: 430px;
    margin: 0 auto;
    background: #f5f5f5;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .div_introduce .intro_left {
        width: 826px;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        float: left;
        background-color: white;
    }

.intro_left .content_list {
    height: 375px;
}

.content_list .data_download {
    height: 100%;
    /*  border: 1px solid green;*/
}

    .content_list .data_download ul li {
        height: 68px;
        line-height: 68px;
        border-bottom: 1px dashed #cecece;
        background: url('../../clientimages/PinqinClass/11资料下载.png') no-repeat 2% center;
        font-size: 14px;
        padding-left: 40px;
        box-sizing: border-box;
        color: #333;
    }

        .content_list .data_download ul li:hover {
            color: rgb(238,46,46);
            background-color: rgb(245,246,249);
        }

        .content_list .data_download ul li p {
            width: 650px;
            float: left;
            overflow: hidden;
        }

        .content_list .data_download ul li a {
            float: left;
            text-decoration: none;
            color: #666666;
            font-size: 13px;
            margin-top: 25px;
            line-height: 25px;
            height: 25px;
            width: 70px;
            background: red;
            text-align: center;
            background: white;
            border: 1px solid #797979;
            border-radius: 5px;
        }

            .content_list .data_download ul li a:focus {
                outline: none;
            }

        .content_list .data_download ul li .a_hover {
            border: none;
            background: #ffcfcf;
            color: rgb(238,46,46);
        }

.content_list .pinqin_msg {
    height: 100%;
}

    .content_list .pinqin_msg ul li {
        height: 68px;
        line-height: 68px;
        border-bottom: 1px dashed #cecece;
        background: url('../../clientimages/PinqinClass/12品勤资讯.png') no-repeat 2% center;
        font-size: 14px;
        color: #333;
        padding-left: 40px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .content_list .pinqin_msg ul li:hover {
            background-color: rgb(245,246,249);
        }

            .content_list .pinqin_msg ul li:hover p {
                color: rgb(238,46,46);
            }

        .content_list .pinqin_msg ul li p {
            width: 650px;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.content_list .hot_ans {
    height: 100%;
}

    .content_list .hot_ans ul li {
        cursor: pointer;
        height: 111px;
        border-bottom: 1px dashed #cecece;
    }

        .content_list .hot_ans ul li:hover p:first-child {
            color: rgb(238,46,46);
        }

.content_list .pinqin_msg ul li span {
    font-size: 13px;
    color: #AAAAAA;
}

.content_list .hot_ans ul li p:first-child {
    height: 65px;
    line-height: 80px;
    font-weight: 700;
    font-size: 14px;
    color: #494646;
    background: url('../../clientimages/PinqinClass/10热门问答.png') no-repeat 0% 67%;
    padding-left: 30px;
}

/* .content_list .hot_ans ul li p:first-child:hover {
        color: rgb(238,46,46);
    }*/

.content_list .hot_ans ul li .p_second {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
    height: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.intro_left .some_msg {
    height: 50px;
    line-height: 65px;
    border-bottom: 1px solid #cecece;
}

    .intro_left .some_msg span {
        padding-bottom: 5px;
        color: rgb(107, 107, 107);
        font-size: 16px;
        cursor: pointer;
    }

    .intro_left .some_msg .span_sel {
        border-bottom: 3px solid red;
        /*color: rgb(238,46,46);*/
        color: black;
    }

    .intro_left .some_msg a {
        margin-left: 595px;
        color: rgb(169, 169, 169);
        font-size: 14px;
    }

        .intro_left .some_msg a:hover {
            color: rgb(238,46,46);
        }

    .intro_left .some_msg .has_margin {
        margin-left: 25px;
    }

    .intro_left .some_msg span:hover {
        color: rgb(238,46,46);
        /*border-bottom: 3px solid #ee2e2e;*/
    }


.div_introduce .intro_right {
    width: 354px;
    height: 100%;
    float: right;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.intro_right .pq_teacher {
    height: 50px;
    line-height: 65px;
    border-bottom: 1px solid #cecece;
}

    .intro_right .pq_teacher span {
        padding-bottom: 5px;
        color: rgb(107, 107, 107);
        font-size: 16px;
        cursor: pointer;
        border-bottom: 3px solid red;
        color: black;
        /*color: rgb(238,46,46);*/
    }

    .intro_right .pq_teacher a {
        margin-left: 215px;
        color: rgb(169, 169, 169);
        font-size: 14px;
    }

        .intro_right .pq_teacher a:hover {
            color: rgb(238,46,46);
        }

.intro_right .tea_intro {
    height: 375px;
}

    .intro_right .tea_intro ul li {
        height: 120px;
        box-sizing: border-box;
    }


        .intro_right .tea_intro ul li .tea_msg .tea_name {
            color: rgb(238,46,46) !important;
        }

            .intro_right .tea_intro ul li .tea_img {
                width: 65px;
                height: 65px;
                float: left;
                margin-top: 25px;
            }

            .intro_right .tea_intro ul li .tea_img img {
                width: 65px;
                height: 65px;
                border-radius: 50px;
            }

        .intro_right .tea_intro ul li .tea_msg {
            width: 230px;
            height: 94px;
            margin-top: 20px;
            float: left;
            margin-left: 10px;
            font-size: 14px;
            overflow: hidden;
        }

            .intro_right .tea_intro ul li .tea_msg div:first-child a {
                text-decoration: none;
                color: black;
            }

            /* .intro_right .tea_intro ul li .tea_msg div:first-child a:hover {
                    color: rgb(238,46,46);
                }*/

            .intro_right .tea_intro ul li .tea_msg div {
                float: left;
            }

            .intro_right .tea_intro ul li .tea_msg .play {
                margin-left: 5px;
                /*margin-top:1px;*/
            }

           /* .intro_right .tea_intro ul li .tea_msg .play:hover ~ .name_div  {
                color: black !important;
            }*/

            .intro_right .tea_intro ul li .tea_msg p {
                word-wrap: break-word;
                word-break: break-all;
            }

            .intro_right .tea_intro ul li .tea_msg .main_course {
                cursor: pointer;
                clear: left;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }


            .intro_right .tea_intro ul li .tea_msg .detail {
                cursor: pointer;
                color: #9598A2;
                display: block;
                height: 40px;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

#div1 {
    margin-top: 20px;
}

    #div1 .a_course {
        float: left;
        margin-left: 24px;
        width: 270px;
        margin-top: 20px;
        height: 446px;
    }

    #div1 .load_div {
        box-sizing: border-box;
        width: 275px;
        height: 446px;
        border: 1px solid rgba(221,221,221,1);
        text-align: center;
        padding-top: 180px;
        color: #CCCCCC;
        float: left;
        margin-left: 24px;
        margin-top: 20px;
    }

    #div1 .a_course .load_div p {
        padding-top: 10px;
    }

    #div1 .a_course:nth-child(4n+2) {
        /* margin-left: 30px;*/
    }

    #div1 .a_course table tr td {
        width: 270px;
    }

    #div1 .a_course table tr .img img {
        width: 270px;
    }

    #div1 .a_course table tr .class_name {
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        height: 50px;
        font-size: 16px;
        padding-left: 5px;
    }

    #div1 .a_course table tr .labels {
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        height: 60px;
    }

        #div1 .a_course table tr .labels span {
            color: #9599A2;
            background: #F2F2F2;
            padding: 5px;
            margin-left: 8px;
        }

    #div1 .a_course table tr .teachers {
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        height: 110px;
        border-bottom: 2px solid #f2f2f2;
    }

        #div1 .a_course table tr .teachers .photo {
            float: left;
            margin-left: 10px;
        }

            #div1 .a_course table tr .teachers .photo p {
                text-align: center;
                color: rgb(149, 152, 162);
                font-size: 14px;
                margin-top: 5px;
            }

    #div1 .a_course table tr .price {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        height: 60px;
    }


        #div1 .a_course table tr .price .ori_price {
            margin-left: 10px;
            color: #9598A2;
            font-size: 14px;
        }

        #div1 .a_course table tr .price .cur_price {
            color: rgb(238, 46, 46);
            font-size: 24px;
            margin-left: 50px;
        }

.list_course {
    width: 1200px;
    min-height: 500px;
    background: white;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom:20px;
}

    .list_course .course_list {
        text-align: center;
        font-size: 26px;
        font-family: 微软雅黑;
        padding-top: 40px;
    }

#course_contain {
    margin-top: 40px;
    border-collapse: collapse;
}

    #course_contain tr td {
        height: 360px;
        vertical-align: top;
    }

        #course_contain tr td .single_course {
            height: 330px;
            width: 273px;
            margin-left: 20px;
            border: 1px solid rgba(231, 231, 231, 1);
        }

        #course_contain tr td .comingsoon {
            height: 330px;
            width: 273px;
            margin-left: 20px;
            border: 1px solid rgba(231, 231, 231, 1);
            background: url(../../clientimages/PinqinClass/u2535.png) no-repeat center 40%;
            background-size: 80px;
        }

        #course_contain tr td .single_course:hover {
            z-index: 2;
            box-shadow: 5px 2px 5px rgb(0 0 0 / 15%);
            -webkit-box-shadow: 5px 2px 5px rgba(0,0,0,0.1);
            -webkit-transform: translate3d(0, 0px, -2px);
            transform: translate3d(0, -3px, -2px);
        }

        #course_contain tr td .single_course img {
            width: 273px;
            height: 150px;
        }

        #course_contain tr td .single_course p {
            border-left: 1px solid #f1f1f1;
            border-right: 1px solid #f1f1f1;
            height: 50px;
            color: #333;
            font-size: 14px;
            line-height: 50px;
            padding-left: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            #course_contain tr td .single_course p .svip {
                width: 33px;
                height: 12px;
            }

        #course_contain tr td .comingsoon .waitfor {
            margin-top: 180px;
            text-align: center;
            color: #ccc;
        }

        #course_contain tr td .label span {
            color: #9599A2;
            padding: 5px 0 !important;
            /*margin-left: 8px;*/
            font-size: 13px;
        }

        #course_contain tr td .price {
            height: 25px;
            line-height: 25px;
            font-style: normal;
            font-size: 12px;
            color: #BCBCBC;
            margin-left: 12px;
            margin-top: 10px;
            position: relative;
        }

            #course_contain tr td .price .sale_price {
                margin-left: 80px;
                color: #EE2E2E;
                position: absolute;
                right: 15px;
                font-size: 16px;
            }

        #course_contain tr td .teachers {
            height: 65px;
            line-height: 65px;
            border-bottom: 1px solid #F2F2F2;
        }

            #course_contain tr td .teachers ul li {
                float: left;
                margin-left: 10px;
            }

                #course_contain tr td .teachers ul li img {
                    width: 27px;
                    height: 27px;
                    border-radius: 50px;
                }

                #course_contain tr td .teachers ul li span {
                    color: #666666;
                    text-align: center;
                    font-size: 12px;
                    padding-left: 5px;
                }

/*分页样式*/
.bottom_pager {
    width: 1200px;
    text-align: center;
    font-size: 13px;
    color: #999999;
    margin-top: 10px;
    padding-bottom: 30px;
}

#ul_pager {
    padding: 0px;
    list-style: none;
}

    #ul_pager li {
        display: inline-block;
        margin-left: 15px;
        color: black;
        font-size: 14px;
        cursor: pointer;
    }

.lastpage {
    display: none;
    margin-left: 0px;
}

    .lastpage:hover {
        border: 1px solid #D2E9FD !important;
    }

.pageindex_emtpy {
    background-color: white !important;
    margin-left: 0px !important;
    margin-right: -10px !important;
    border: 1px solid white !important;
    color: black;
}

#ul_pager li:last-child {
    width: auto;
    background-color: white;
    border: 1px solid white !important;
    color: #999;
}

.turnToPage {
    width: 34px;
    height: 34px;
    border: 1px solid #F0F1F5;
    border-radius: 5px;
    outline: none;
    resize: none;
    margin: 0px 3px;
    text-align: center;
}

.page_sure {
    text-decoration: underline;
    cursor: pointer;
}


    .page_sure:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.pageAct {
    color: #D5172E !important;
}

.seckill_lable {
    height: 23px;
    /*width: 64px;*/
    background-color: rgba(238, 46, 46, 1);
    line-height: 23px;
    color: white;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    padding:0 5px;
}

.activity_countdown {
    height: 29px;
    line-height: 29px;
    width: 273px;
    color: white;
    text-align: left;
    font-size: 12px;
    position: absolute;
    opacity: 0.9;
    bottom: 0px;
}

    .activity_countdown span {
        margin-left: 10px;
    }
