.classlist li {
    /*margin-bottom: 10px;*/
    height: 130px;
    background: #fff;
    border-radius: 5px;
    /*justify-content: space-around;*/
}
.class-cover img{
    position: absolute;
    left: 0px;
    height: 40px;

}
.activename span{
    font-size: 12px;
    height: 16px;line-height: 16px;
    background: #ffddbc;
    border-radius: 3px;
    color:#ff5000;
    padding: 0 5px;
}
.class-cover{
    position: relative;
    height: 110px;
    width: 160px;
    border-radius: 5px;
    overflow: hidden;
    background: url("../icon/indexbanner.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: 10px;
    display: inline-block;
    float: left;
}
.class-detail{
    float: left;
    width: calc(100% - 200px);
    display: inline-block;
}
.class-title{
    font-size: 14px;
    color:#333;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.class-tag{
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    height: 20px;
}
.class-tag span{
    font-size: 12px;color:#666;
}
.class-price {
    float: left;
}
.class-price span{
    color:#f7260a;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}
.class-price a{
    float: left;
    font-size: 10px;
    color:#f7260a;
    margin-top: 5px;
}
.class-person{
    float: right;
    color:#666666;
    font-size: 12px;
    margin-top: 3px;
}
.class-person span{
    color:#f7260a;
}
.class-num{
    margin-top: 5px;
}

/*新版本*/

.menu-title-index{
    height: 15px;
    font-size: 15px;
    display: block;
    padding-left: 5px;
    border-left:2px solid #f7260a;
    color:#333;
    position: relative;
}
.menu-title-index>img{
    position: absolute;
    right:0px;
    top:0px;
    height: 13px;
}
.live-list-a {
    white-space: nowrap;
    height: 180px;
    margin-top: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.live-list-a > div {
    display: inline-block;
    height:180px;
    width:158px;
    background: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.live-list-a >div > .live-list-img img{
    width:100%;
    /*height:158px;*/
}
.live-list-title{
    padding: 0px 10px;
    font-size: 14px;color:#333;
    white-space:nowrap;/*规定段落中的文本不进行换行*/
    overflow:hidden;/*内容会被修剪，并且其余内容是不可见的。*/
    text-overflow:ellipsis;/*显示省略号来代表被修剪的文本*/
}
.live-list-teacher{
    padding: 0 10px;
    color:#666;
    font-size: 12px;
    margin-top: 10px;
}
.free-classes{
    width:92%;
    padding: 15px 4%;
    background: #fff;
    margin-top: 15px;
}
.free-classes > span{
    margin-bottom: 10px;
}
.free-class-person{
    margin-top: 30px;
}
.free-class-person .class-price span{
    font-size: 12px;font-weight: normal;line-height: 16px;
}
.free-classes .class-cover {
    margin: 10px 10px 10px 0px;
}
