
/*课程列表*/
.listBody1200{
    width: 1200px;
    margin: 0 auto;
}
.coueseAd{
    width: 1200px;
    height: 140px;
    margin-bottom: 18px;
}
.coueseAd>img{
    width: 100%;
    height: 100%;
}
.listTabs{
    overflow: hidden;
    font-size: 18px;
    color: #333;
}
.listTabs>ul>li{
    float: left;
    margin: 13px 0;
}
.listTabs .one{
    width: 90px;
}
.listTabs .two{
    width: 1110px;
}
.listTabs .two>span{
    margin: 0 13px;
    cursor: pointer;
}
.listTabs .two>.on{
    color: #148ed4;
    font-weight: 500;
}
.listTabs .two>span:hover{
    color: #148ed4;
    font-weight: 500;
}

.divList{
    overflow: hidden;
    margin: 15px 0;
}
.divList>ul>li{
    width: 280px;
    margin: 0 26px 26px 0;
    background: #fff;
    float: left;
}
.divList>ul>li:nth-child(4n){ margin-right: 0px;}
.divList_Imgs{
    width: 100%;
    height: 200px;
    cursor: pointer;
}
.divList_Imgs>img{
    width: 100%;
    height: 100%;
}
.divList_Text{
    /*margin: 6px;*/
    font-size: 14px;
}

.divList_Text>p{
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.divList_Text>div{
    height: 24px;
}
.divList_Text>div>.look{
    color: #148ed4;
    cursor: pointer;
    float: right;
}
.divList_Text>div>.time{
    margin-left: 30px;
}

/*直播视频列表*/
.broadcastList{
    overflow: hidden;
    margin: 15px 0;
}
.broadcastList>ul>li{
    width: 280px;
    margin: 0 26px 26px 0;
    background: #fff;
    float: left;
}
.broadcastList>ul>li:nth-child(4n){ margin-right: 0px;}
.broadcast_Imgs{
    width: 100%;
    height: 200px;
    cursor: pointer;
}
.broadcast_Imgs>img{
    width: 100%;
    height: 100%;
}
.broadcast_Text{
    /*margin: 6px;*/
    font-size: 14px;
}

.broadcast_Text>p{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    /*text-align: center;*/
}
.broadcast_Text>div{
    height: 24px;
}
.broadcast_buttom .money{
    float: left;
}
.broadcast_buttom .number{
    float: right;
}
.broadcast_buttom .money span{
    color: #e40000;
}