@charset "utf-8";
/*wukai-2017-8-28-首页*/
html,body {
    font-family:"Microsoft YaHei", "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.zq_link{
    text-decoration: none;
    color: #333;
    padding: 5px 12px;
}
.zq_link:hover,
.zq_link:focus{
    text-decoration: none;
    color: #fe7575;
}

.header__bg {
    width: 100%;
    height:68px;
    background-color: #f5f5f5;
}

.header__logo {
    width: 1200px;
    margin: 0 auto;
}

.slider__wrapper {
    width: 1200px;
    margin: 0 auto;
}

.slider__img {
    width: 100%;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.zq__nav--wrapper {
    overflow: hidden;
    padding: 0;
}
.zq__nav--item {
    float: left;
    list-style: none;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.zq__nav {
    position: relative;
    width: 96%;
}
.zq__nav--wrapper {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #ded4da;
}
.zq_more--course {
    position: absolute;
    right: 0;
    top: 0;
    color: #0090e9;
}

.zq_content--cover {
   width: 360px;
   height: 250px;
}
.zq__content__item {
    overflow: hidden;
    display:none;
}
.zq__content__item_inside{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
}

.zq__content--left {
    display: inline-block;
    margin: 27px 88px;
    padding: 15px;
    box-shadow: 2px 2px 5px 6px #eee;
    border-radius: 5px;
}

.zq__content--right {
    float: left;
    width:54%;
}
.zq__course--list {
    display: inline-block;
    margin: 16px 22px;
    padding: 15px;
    height: 240px;
    box-shadow: 2px 2px 5px 6px #eee;
    border-radius: 5px;
}
.zq__course--top {
    width: 212px;
    height: 122px;
}
.zq__course--cover {
    width: 100%;
    height: 100%;
}
.zq_content--title{
    font-size: 17px;
    font-weight: bolder;
    margin: 14px auto;
  
}
.zq__course--title {
    font-size: 16px;
    font-weight: bolder;
    margin: 12px auto 12px auto;
    max-width: 212px;
}
.zq_content-time {
    color: #888888;
}
.active{
    border-bottom: 1px solid #fe7575;;
}
.act{
    color:#fe7575;;
}
/*wukai-2017-8-28-课堂列表页*/
.list__wrapper{
    width: 882px;
    margin: 74px auto 52px auto;
    border-top: 1px solid #e5e5e5;
    background-color: #f4f8f7;
}
.list__content{
    width: 882px;
    min-height: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color:#f9fafc;
    
}

.list__nav-item {
    float: left;
    list-style: none;
}

.list__nav {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
    border-top: none;
    padding-left: 0;
    font-size: 12px;
}
.list__nav--category {
    border-right: 1px solid #e5e5e5;
    width: 75px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}
.list__nav--default {
    margin: 3px 27px 4px 34px;
    text-align: center;
    line-height: 22px;
    color: #333;
    font-size: 12px;
}
.list__nav--active {
    margin-right: 24px;
    text-align: center;
}
.link_active {
    display: inline-block;
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    color: #333;
}
.link_active:hover,
.link_active:focus{
    text-decoration: none;
    background-color:#008ce4;;
    color: #fff;
}
.active_statue{
 background-color: #008ce4;
 color: #fff;
}
/*.color_white{
    color: #fff;
}*/
.list__item {
    overflow: hidden;
    margin-bottom: 46px;
}
.list__item--left {
    float: left;
}

.list__item--right {
    float: right;
    position: relative;
    top: 24px;
}
.list__video--cover {
    width: 162px;
    height: 90px;
}

.list__live--title {
    display: inline-block;
    position: relative;
    top: -26px;
    margin-left: 10px;
}
.time__icon {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right: 4px;
}
.list__live--enroll {
    display: inline-block;
    width: 122px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #fe7575;
    font-size: 16px;
    color: #fff;
}
.list__live--enroll:hover,
.list__live--enroll:focus{
    text-decoration: none;
    color: #fff;
}

/*字数显示*/
.word-limit {
    display: inline-block;
    max-width: 212px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.word-limit2 {
    display: inline-block;
    max-width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pull-left {
    float: left!important;
    visibility: hidden;
}
/*wukai-2017-8-29-详情页*/