/*add njf20240808*/
.singleSubject{ margin: 20px 0;}
.singleSubject dt{float: left;width: 404px; margin-right: 16px;}
.singleSubject dd{background: #fff; padding: 24px; float: left;width: 732px;height: 178px}
.singleSubject dd h3{ font-size: 20px; margin-bottom: 10px;}
.singleSubject dd h3 i{ background:rgba(232,88,0,0.15); height: 20px; line-height: 20px; border-radius: 10px; padding: 0 10px; color: #FF6A05; font-size: 14px; display: inline-block; vertical-align: middle; margin-right: 5px;}
.singleSubject dd h4{ font-size: 14px; position: relative; z-index: 1; margin: 8px 0;}
.singleSubject dd h4:after{ content: ''; display: inline-block; width: 75px; height: 8px;background: linear-gradient( 270deg, #FFFFFF 0%, #C0E6E8 100%); position: absolute; left: 0; bottom: 2px; z-index: -1;}
.singleSubject dd p{color: #888; line-height: 24px;}
.singleSubject dd p a{ color: #07BDC7;}
.singleSubject dd p *{
    font-size: 14px!important;
}
.courseCatalog .tab-tit{ border-bottom: 2px solid #E8E8E9; line-height: 32px;}
.courseCatalog .tab-tit li{ display: inline-block; margin-right: 50px; font-size: 16px; cursor: pointer;}
.courseCatalog .tab-tit li.on{ font-weight: bold; position: relative;}
.courseCatalog .tab-tit li.on:after{content: ''; display: block; width: 44px; height: 3px; background: #07BDC7; position: absolute; border-radius: 2px; left: 50%; margin-left: -22px; bottom: -4px;}

.courseCatalog .courseCatalog-con{ background: #fff; padding: 30px; margin: 20px 0}
.courseCatalog .courseCatalog-con dt{ cursor:pointer;font-size: 16px; font-weight: bold; border-bottom: 1px solid #F3F3F3; line-height: 42px; position: relative; padding-left: 30px;line-height: 52px; }
.courseCatalog .courseCatalog-con dt:before{ content: ''; display: inline-block; width:22px; height: 22px; background: url("../image/add-icon.png") no-repeat; margin-right: 5px; position: absolute; left: 0; top:16px; }
.courseCatalog .courseCatalog-con dt.on:before{background: url("../image/reduce.png") no-repeat;}
.courseCatalog .courseCatalog-con dd{ margin-left: 35px;border-bottom: 1px solid #F3F3F3; line-height: 52px; font-size: 16px; display: none;}
.courseCatalog .courseCatalog-con dd a:hover{ text-decoration: none;}
.courseCatalog .courseCatalog-con dd.show{ display: block;}
.courseCatalog .courseCatalog-con p{ font-size: 16px; line-height: 28px; margin-bottom: 20px;}
#summaryCon p{ text-indent: 32px}
#summaryCon ul, #summaryCon ol{ margin-left: 20px;}
#summaryCon li{ list-style-type: disc!important;}
#summaryCon h1,#summaryCon h2,#summaryCon h3,#summaryCon h4,#summaryCon h5,#summaryCon h6 {margin-top: 5px}
.net_cou {
    position: relative;
    display: block;
}
.courseBackground {
    width: 404px;
    height: 226px;
    background-image: url(../image/courseBJ.png);
}
.courseBackground .courseTitle {
    width: 300px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 78px;
    left: 34px;
    border: 2px solid #FFFFFF;
    padding: 15px;
}

.content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.view-more {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding-left: 0;
    padding-right: 5px;
    cursor: pointer;
    text-decoration: none;
}

.commonPopMask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    filter: alpha(opacity=60);
    zoom: 1;
    opacity: 0.6;
    background: #000;
    display: none;
}


.common-pop .close-btn {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 0;
    font-size: 0;
    background: url("../image/theme5/pop-close.png") no-repeat;
    position: absolute;
    right: 8px;
    top: 0;
}
.courseIntro-pop {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    top: 35% !important;
    display: none;
}
.courseIntro-pop h2 {
    text-align: center;
}
.courseIntro-pop p {
    padding-top: 20px;
}
.courseIntro-pop p *{
    font-size: 14px!important;
    color: #888;
}