/*
* @Author: zhanghua
* @Date:   2019-12-17 14:01:31
* @Last Modified by:   Marte
* @Last Modified time: 2019-12-18 14:30:30
*/

/*免费课程*/
.swiper-wrapper{
	padding-bottom:10px;
}
.back img {
    width: 30px;
    margin-top: 5px;
}
.top{
    width: 100%;
    text-align:center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #fff;
    margin-bottom: 10px;
}
.listOption{
    padding:0 3%;
    background:#fff;
    font-size:14px;
    line-height:40px;

}
.listOption a{
    display: inline-block;
    margin-right: 10px;
}
.listOption a.on{
    color: #1296db;
}

.list{
    padding:0 3%;
    background:#fff;
    margin-bottom:60px;
}
.list .cell{
    height:76px;
    padding-bottom: 15px;
    display: flex;
}
.list .cell dt{
    width:126px;
    height:76px;
    padding-right: 10px;
}
.list .cell dt img{
    width: 126px;
    height: 76px;
}
.list .cell dd p.title{
    margin-top:-4px;
    margin-bottom:4px;
    font-size:14px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分省略号显示*/
}
.list .cell dd p.introduce{
    font-size:12px;
    margin-bottom:4px;
    color:#999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.statistics p{
    display: inline-block;
    float: left;
    width:35%;
    vertical-align:middle;
    color:#999;
}
.statistics p img{
    margin-right:4px;
}

/*课程详情*/
.back{
    position: absolute;
    top:0px;
    left:0%;
    z-index:999;
    display: block;
    width:40px;
    height:40px;
}
.fengmiantu{
    width:100%;
}
.fengmiantu img{
    width:100%;
}

.tabcut{
    font-size:14px;
    text-align:center;
    height:30px;
    background:#fff;
}
.tabcut ul li{
    float: left;
    width:50%;
    line-height:30px;
}
.tabcut ul li span{
    display: inline-block;
    line-height:29px;
}
.tabcut ul li.on{
    color:#1296db;
}
.tabcut ul li.on span{
    border-bottom: 1px solid #1296db;
}
.tabbox{
    padding:0 3%;
    background:#fff;
    padding-bottom:20px;
    padding-top:20px;
}
.tabbox div.box01{
    display: none;
}
.tabbox .synopsis{
    line-height:20px;
}

.catalogue{
    font-size:14px;
    height:30px;
    overflow:hidden;
    line-height:30px;
}
.catalogue .ico{
    background: url(../images/xiangshang.png) no-repeat 6px 6px;
    float: right;
    display: inline-block;
    width:30px;
    height:30px;
}

.catalogue span.on{
    background: url(../images/xiangxia.png) no-repeat 6px 6px;
}
.box01 div.on{
    height:auto;
}
.catalogue .icon02{
    background: url(../images/xiangshang.png) no-repeat 6px 6px;
    float: right;
    display: inline-block;
    width:30px;
    height:30px;
}
.catalogue span.icon02.on{
    background: url(../images/xiangxia.png) no-repeat 6px 6px;
}

.section{
    padding-left: 10px;
    height:30px;
    line-height: 30px;
    overflow:hidden;
}
.section.on{
    height:auto;
}
.resource li{
    height:30px;
}
.resource li a{
    display: block;
    height:30px;
}
.resource li span{
    display: block;
    float: left;
}
.resource li span.zyicon{
    display:inline-block;
    width:17px;
    height:17px;
    margin-top:4px;
    margin-right:5px;
}
.list .cell dd{
	width:100%;
}