/*精品课例*/
.lesson-list{
    float: left;
    width: 888px;
    height:auto;
    border:1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    margin-top: 10px;
    padding:0 15px;
}
.lesson-list .default{
    margin: 30px 0 50px;
    display: none;
}
.list-content {
    width: 100%;
    float: left;
    margin-top: -3px;
}
.list-content ul {
    float: left;
    width: 918px;
    margin:5px 0 40px -15px;
}
.list-content ul li {
    width: 216px;
    height: 289px;
    background: #fff;
    float: left;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 -3px 20px 11px;
    border:1px solid #e1e1e1;
}
.list-content ul li .pic {
    width: 100%;
    height: 163px;
    float: left;
}
.list-content ul li .pic img {
    width: 100%;
    height: 163px;
    margin: 0 auto;
    display: block;
}
.list-content ul li .mask {
    width: 100%;
    height: 26px;
    float: left;
    background: url(/image/studio/mask.png) repeat;
    position: relative;
    margin-top: -26px;
}
.list-content ul li .mask em {
    float: right;
    font-style: normal;
    font-family: arial;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    padding-right: 10px;
}
.list-content ul li .center {
    width: 100%;
    float: left;
}
.list-content ul li .center h5 {
    width: 195px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0 0 10px;
}
.list-content ul li .center h5 a {
    font-size: 14px;
    color: #000;
    float: left;
    width: auto;
    max-width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-content ul li .center h5 a:hover {
    color: #fc583d;
}
.list-content ul li .center .bab{
    float: left;
    width: 196px;
    margin:2px 10px;
}
.list-content ul li .center .bab span{
    float: left;
    color: #999;
    font-size: 12px;
}
.list-content ul li .center .bab span.line{
    float: left;
    width: 1px;
    height:13px;
    background: #ccc;
    margin: 2px 5px;
}
.list-content ul li .center dl{
    float: left;
    width: 196px;
    margin:5px 10px 19px;
}
.list-content ul li .center dl dt{
    float: left;
    height:18px;
    width: auto;
    padding:0 3px;
    border-radius: 2px;
    line-height: 16px;
    font-size:12px;
    color: #5492ff;
    background: #d9f2ff;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-content ul li .center dl dd{
    float: right;
}
.list-content ul li .center dl dd span{
    float: left;
    color: #999;
    font-size: 12px;
    margin-left: 15px;
}
.list-content ul li .center dl dd span i.yl{
    float: left;
    width: 14px;
    height: 10px;
    background: url(/image/studio/stage-icon.png) -11px -400px no-repeat;
    margin: 3px 5px 0 0;
}
.list-content ul li .center dl dd span i.zs{
    float: left;
    width: 12px;
    height: 14px;
    background: url(/image/studio/stage-icon.png) -10px -300px no-repeat;
    margin: 1px 5px 0 0;
}
.list-content ul li .bottom {
    width: 196px;
    margin:0px 10px;
    float: left;
    border-top:1px solid #ccc;
}
.list-content ul li .bottom dl{
    float: left;
    width: 100%;
    margin-top: 7px;
}
.list-content ul li .bottom dl dt{
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.list-content ul li .bottom dl dt img{
    float: left;
    width:24px;
    height:24px;
    border-radius: 50%;
    margin-right: 5px;
}
.list-content ul li .bottom dl dd.jb-icon{
    float: right;
    cursor: pointer;
    width: 15px;
    height:15px;
    background: url(/image/studio/stage-icon.png) -100px -100px no-repeat;
    margin-top: 4px;
}
.list-content ul li .bottom dl dd.jb-icon:hover{
    background: url(/image/studio/stage-icon.png) -100px -10px no-repeat;
    margin-top: 4px;
}
.list-content ul li:hover {
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    cursor: default;
}


/*工作室课例*/
.train-rt{
    float: right;
    width: 970px;
}
.train-rt .lectures{
    margin:0;
    background: #fff;
}
.train-rt .lectures .tab-search{
    width: 968px;
    margin-bottom: 0;
}
.train-rt .lectures .list-content{
    margin-top: 15px;
}
.train-rt .lectures .tab-search .small-tab ul.tab1{
    border:0;
}
.train-rt .lectures .tab-search .small-tab ul.tab1 li.line{
    width: 1px;
    height: 100%;
    background: #ccc;
}
.train-rt .lectures .tab-search .small-tab ul.tab1 li{
    border:0;
    margin:0;
}
.train-rt .lectures .tab-search .small-tab ul.tab1 li.active{
    border:0;
}
.train-rt .lectures .tab-search .small-tab p{
    float: left;
    margin-left: 13px;
}

.lectures{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}
.lectures .default{
    background: #fff;
    padding: 40px 0 50px;
    border: 1px solid #d2d2d2;
    width: 100%;
    display: none;
}
.lectures .tab-search {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    margin-bottom: 20px;
}
.tab-search .small-tab {
    float: left;
    width: 100%;
}
.tab-search .small-search {
    width: 272px;
    height: 28px;
    float: right;
    background: #036fdc;
    margin: 10px 10px 0 0;
}
.tab-search .small-search input {
    width: 214px;
    height: 26px;
    background: #effbff;
    text-indent: 10px;
    line-height: 26px;
    color: #666;
    float: left;
    margin: 1px;
}
.tab-search .small-search button {
    width: 56px;
    height: 28px;
    line-height: 28px;
    float: right;
    background: #036fdc;
    font-size: 14px;
    color: #fff;
}
.tab-search .small-search button:hover{
    background: #0268cf;
}
.tab-search .small-tab button.go-show {
    float: right;
    width: auto;
    height:28px;
    border:1px solid #fc583d;;
    padding:0 20px;
    line-height: 24px;
    color: #fff;
    background: #fc583d;;
    font-size: 14px;
    margin:11px 20px 0 10px;
}
.tab-search .small-tab ul.tab1 {
    float: left;
    height: 48px;
    background: #f5f5f5;
}
.tab-search .small-tab ul.tab1 li {
    width: 90px;
    height: 48px;
    line-height: 48px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #222;
}
.tab-search .small-tab ul.tab1 li.line{
    float: left;
    width: 1px;
    height: 48px;
    background: #ccc;
}
.tab-search .small-tab ul.tab1 li.active {
    background: #fff;
    color: #fc583d;
}
.tab-search .small-tab ul.tab1 li:hover {
    cursor: pointer;
    color: #fc583d;
}
.tab-search .small-tab p{
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 48px;
    margin-right: 20px;
}
.tab-search .small-tab p b{
    color: #fc583d;
}
.lectures .list-content ul {
    width: 100%;
    margin-left: 0;
}
.lectures .list-content ul li{
    margin: 0 10px 20px 12px;
}
