@charset "utf-8";
/* PC一期改版，课程相关页面样式文件 by:shh time:2023-01-07 */

/* 课程列表页 start */
/* 分类筛选 start */

.cur_nav_drop_item{
        position: relative;
    }
    .cur_nav_drop_item.unClick_item {
        cursor: initial;
        user-select: none;
    }
    .activeJt{
        position: absolute;
        top:50%;
        right:10px;
        transform: translateY(-50%);
    }
    .cur_nav_drop_ul{
        overflow:visible;
    }
    .cur_nav_drop_two{
        position: absolute;
        left:152px;
        top:0;
        display: block;
        line-height: 20px;
        font-size: 15px;
        color: #333;
        /* border-bottom: 1px solid #f3f5f9; */
        cursor: pointer;
        background: #fff;
        border-radius: 4px;
        display: none;
        overflow: hidden;

    }
    .cur_nav_drop_two li{
        height: 64px;
        line-height: 64px;
        width: 152px;
    }
    .curActive{
        color:#fff;
        background: #16ca82;
    }
    /* .cur_nav_li a:hover .cur_nav_drop{
        display: block;
    } */
.pcv1_course_classify {
    border: 0;
}

.pcv1_course_classify .course_classify_1 {
    border-bottom: 0;
    padding: 10px 20px 0 20px;
}

.pcv1_course_classify .course_classify_title {
    margin-right: 30px;
    width: 100px;
    font-size: 16px;
    color: #999;
    line-height: 34px;
}

.pcv1_course_classify .course_classify_content {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

.pcv1_course_classify .course_classify_content>span {
    float: left;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #333;
}

.pcv1_course_classify .course_classify_content>span.active,
.pcv1_course_classify .course_classify_content>span:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* 分类筛选 end */

/* 条件筛选 start */
.search-sort-box {
    margin-bottom: 30px;
    height: 22px;
    justify-content: flex-start;
}
.search-sort-box-3{
    margin-bottom: 20px;
}
.search-sort-box>ul {
    margin: 0;
}

.search-sort-box>ul>li {
    float: left;
    padding: 0 40px;
}

.slide-ul>li {
    border-left: 1px solid #dedede;
}

.search-sort-box li p {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.search-sort-box li.active-nav p {
    color: #e45f20;
    font-weight: bold;
}

/* 价格右侧三角符号 start */
.sort-price {
    position: relative;
}

.sort-price p:before {
    position: absolute;
    top: 3px;
    right: 26px;
    display: block;
    content: "";
    border: 4px solid transparent;
    border-bottom: 4px solid #999;
    z-index: 2;
}
.sort-price.rise p:before {
    border-bottom: 4px solid #e45f20;
}

.sort-price:after {
    position: absolute;
    top: 13px;
    right: 26px;
    display: block;
    content: "";
    border: 4px solid transparent;
    border-top: 4px solid #999;
    z-index: 2;
}

.sort-price.drop:after {
    border-top: 4px solid #e45f20;
}
/* 价格右侧三角符号 end */
/* 条件筛选 end */
/* 课程列表页 end */

/*  课程首页 start */
/* 课程页导航 start */
.cur_nav_ul {
    box-sizing: border-box;
    margin: 0 auto;
    width: 1000px;
    height: 84px;
    justify-content: flex-start;
	padding:0 100px;
}

.cur_nav_li {
    width: -webkit-calc(100% / 7);
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
    position: relative;
}

.cur_nav_txt {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    line-height: 44px;
    color: #666;
    font-weight: normal;
}

.cur_nav_txt.a_mouse {
    cursor: pointer;
}

.cur_nav_li:hover .cur_nav_txt,
.cur_nav_li.active .cur_nav_txt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.cur_nav_li.active .cur_nav_txt {
    background: url("../images/nav_txt_bg.png") 20px 56px no-repeat;
    background-size: 26px 10px;
}

.cur_nav_drop {
    display: none;
    width: 100%;
    padding-top: 12px;
    position: absolute;
    top: 84px;
    left: 0;
    z-index: 1000000;
}

.cur_nav_drop_ul {
    width: 152px;
    height: auto;
    /* max-height: 300px; */
    overflow: auto;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	position:relative;
	left:-35px;
}

.cur_nav_drop_item {
    display: block;
    font-size: 15px;
    height: 64px;
    line-height: 64px;
    color: #333;
    cursor: pointer;
	text-align:center;
}
.cur_nav_drop_item:first-child {
    border-radius: 4px 4px 0 0;
}

.cur_nav_drop_item:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.cur_nav_drop_item.active,
.cur_nav_drop_item:hover,.cur_nav_drop_two li:hover,.cur_nav_drop_item.active a{
    background: #e45f20;
    color: #fff;
    /* border-radius: 4px; */
}
.cur_nav_drop_item a:hover{
	color: #fff;
}
.cur_nav_drop_item a{
	display:block;
}
/* 课程页导航 end */

/* 资讯 start */
.news_box {
    padding: 16px 24px;
    box-sizing: border-box;
    width: 450px;
    height: 100%;
    background: #fff;
}

.news_box .pcv1_title_18 {
    margin-bottom: 10px;
    line-height: 44px;
    background: url("../images/new_title_bg.png") left center no-repeat;
    background-size: 44px 44px;
}

.news_ul {
    height: -webkit-calc(100% - 54px);
    height: -moz-calc(100% - 54px);
    height: calc(100% - 54px);
    overflow: auto;
}

.news_li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}

.news_pic {
    max-width: 100%;
    max-height: 100%;
}

.news_li:hover .news_txt{
    color: #000;
    text-decoration: underline;
}

.news_li:last-child {
    border-bottom: none;
}

.news_pic_box {
    width: 44px;
    height: 44px;
    margin-right: 12px;
}

.news_txt_box {
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
}

.news_txt {
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: left;
}
/* 资讯 end */

/* 直播 start */
.cur_index_live_box {
    width: 100%;
}

.cur_index_live_box .pcv1_module_style2 {
    margin-bottom: 20px;
}

.cur_index_live_box .live1_box {
    width: 292px;
    height: 288px;
}

.cur_index_live_box .live1_box:nth-child(2n) {
    margin-right: 10px;
}

.cur_index_live_box .live1_box:nth-child(4n) {
    margin-right: 0;
}

.cur_index_live_box .live_pic {
    height: 164px;
}
/* 直播 end */

/* 智能题库模块 start */
/* 来自 kz.css start */
.question-bank-content {
    padding: 20px 36px 0;
    height: 260px;
    overflow: hidden;
}

.question-bank-content > a {
    float: left;
    width: 85px;
    height: auto;
    margin-right: 25px;
    margin-bottom: 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.question-bank-content > a img {
    width: 85px;
    height: 85px;
    overflow: hidden;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.question-bank-content > a:hover > img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.question-bank-content > a:nth-child(5n) {
    margin-right: 0;
}

.question-bank-content > a.big-a {
    width: 85px;
    height: auto;
}

.question-bank-content > a span {
    width: 100%;
    height: 28px;
    overflow: hidden;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    display: block;
    color: #333;
    background: transparent;
}
/* 来自 kz.css end */
.question-bank-contain_cur {
    margin-right: 10px;
    width: 595px;
}

.question-bank-contain_cur .question-bank-content {
    padding-bottom: 4px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 284px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.question-bank-contain_cur .question-bank-content > a {
    margin-right: 24px;
}

.question-bank-contain_cur .question-bank-content > a:nth-child(5n) {
    margin-right: 0;
}
/* 智能题库模块 end */

/* 资料下载 start */
.data_down_box_cur {
    width: 595px;
}

.data_down_box_cur .pcv1_book_down_ul {
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    height: 284px;
    background: #fff;
    overflow: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.data_down_box_cur .pcv1_book_down_ul>li {
    box-sizing: border-box;
    padding: 12px;
    height: auto;
    line-height: 40px;
}

.data_down_box_cur .pcv1_book_down_ul>li .book_down_img {
    width: 30px;
    height: auto;
}
/* 资料下载 end */
/*  课程首页 end */

