i{
    font-style: normal;
}
.nodata{
    text-align: center;
    line-height: 64px;
    color:#999;
    font-size: 14px;
}
.classroom-course ul{
    margin-left: -20px;
}
.classroom-course li{
    width:33.3%;
    float: left;
    box-sizing: border-box;
}
.classroom-course .class-box{
    margin-left: 20px;
}
.classroom-course img{
    width: 100%;
}
.class-box{
    border: 1px solid #eee;
    margin-top: 20px;
}
.class-box__img{
    height: 182px;
}
.class-box__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.class-box__tc{
    padding-top:15px;
    height: 90px;
    overflow: hidden;
    box-sizing: border-box;
}
.class-box__tc::after{
    content: '';
    display: block;
    clear: both;
}
.class-box__tc a{
    width: 64px;
    float: left;
    text-align: center;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color:#999;
    font-size: 14px;
}
.class-box__tc img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
    object-fit: cover;
}
.class-box__title{
    line-height: 22px;
    height: 44px;
    font-size: 18px;
    overflow: hidden;
}
.class-box__inner{
    padding: 15px;
}

.class-box__desc{
    font-size: 16px;
    line-height: 34px;
    color:#999;
}
.class-box__desc span{
    position: relative;
}
.class-box__desc span+span{
    margin-left: 15px;
    padding-left: 15px;
}
.class-box__desc span:first-child{
    color:#dd5053;
}
.class-box__desc span+span::before{
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-7px;
    background-color: #e3e3e3;
}

.wWidth1200 .class-box__img{
    height: 148px;
}

.group-list{
    margin-top: -20px;
}
.group-list li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px 10px;
   
}
.group-list .group-img{
    width: 100%;
    display: block;
    height: 104px;
    object-fit: cover;
}
.group-list .group-txt3{
    line-height: 20px;
    color: #999;
    height: 40px;
}
.group-list .group-txt1{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
.group-list button{
    display: block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FF5300;
    color:#FF5300;
    background: none;
    width: 100%;
}

.tc-item{
    position: relative;
    min-height: 140px;
    padding:15px 0 15px 175px;
}
.tc-item__cover{
    width: 140px;
    height: 140px;
    position: absolute;
    left:15px;
    top:15px;
}

.tc-item__cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-item__name{
    font-size: 16px;
    font-weight: bold;
}
.tc-item__level{
    font-size: 14px;
    color:#666;
    line-height: 24px;
    margin-top: 5px;
}
.tc-item__intro{
    line-height: 24px;
    color:#999;
    font-size: 14px;
    margin-top: 10px;
    max-height: 72px;
    overflow: hidden;
}
.course_examlist li{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.notice-ul{
    padding: 20px;
}
.notice-ul li{
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    
}
.notice-ul li + li{
    border-top: 1px dashed #e3e3e3;
}
.notice-ul li i{
    float: right;
    color:#999;
}
.tab_course .paging-box a{
    background-color: #f6f6f6;
}
.tab_course .paging-box .curr,.tab_course  .paging-box .curr:hover{
    background-color: #FF5300;
}