.course-content{
    width:1200px;
    margin:0 auto 40px auto;
}

.course-content .left-course-list{
    width:850px;
    float:left;
}
.course-content .left-course-list .list-msg-box{
    width:100%;
    margin-bottom:20px;
}
.course-content .left-course-list .list-msg-box:last-child{
    margin-bottom:0;
}
.left-course-list .list-msg-box .img-box{
    width:280px;
    height:160px;
    overflow: hidden;
    float:left;
}
.left-course-list .list-msg-box .lef-text-box{
    width:550px;
    float:right;
    padding-top:15px;
}
.left-course-list .list-msg-box .lef-text-box .course-title{
    display:block;
    width:100%;
    font-size:18px;
    font-weight:600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:20px;
}
.left-course-list .list-msg-box .lef-text-box .lef-desc{
    width:100%;
    text-indent:30px;
    line-height:25px;
    margin-bottom:10px;
}
.left-course-list .list-msg-box .lef-text-box .lef-date-times{
    width:100%;
}

.left-course-list .list-msg-box .lef-text-box .lef-date-times{
    width:100%;
    padding-left:300px;
    color:#333238;
    margin-top:20px;
}
.left-course-list .list-msg-box .lef-text-box .lef-date-times .iconfont{
    font-size:14px;
    color:#999;
}
.left-course-list .list-msg-box .lef-text-box .lef-date-times .article-date{
    width:110px;
    float:left;
    margin-right:30px;
}
.left-course-list .list-msg-box .lef-text-box .lef-date-times .article-author{
    width:100px;
    float:left;
    margin-right:30px;
}
.left-course-list .list-msg-box .lef-text-box .lef-date-times .article-times{
    width:100px;
    float:left;
}


.course-content .right-message{
    width:320px;
    float:right;
}

.rg-service-btns{
    width:100%;
}
.rg-service-btns .service-btn{
    display:block;
    width:100px;
    height:80px;
    border:1px solid #f11b1b;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    float:left;
    margin-bottom:10px;
    color:#f11b1b;
    padding-top:10px;
}
.rg-service-btns .service-btn:nth-child(2){
    margin:0 10px;
}
.rg-service-btns .service-btn:nth-child(5){
    margin:0 10px;
}
.rg-service-btns .service-btn span{
    display:block;
    width:100%;
    text-align:center;
    font-size:16px;
}
.rg-service-btns .service-btn .iconfont{
    font-size:36px;
}
.rg-service-btns .service-btn:hover{
    background:#f11b1b;
    color:#fff;
}

.course-content .latest-news{
    width:100%;
    margin:30px 0;
}
.course-content .latest-news .title{
    width:100%;
    font-size:18px;
    margin-bottom:10px;
    font-weight:600;
}
.course-content .latest-news .title .title-lef-line{
    display:inline-block;
    width:4px;
    height:20px;
    background:#f11b1b;
    position:relative;
    left:0;
    top:5px;
    margin-right:5px;
}
.course-content .latest-news .news-list{
    width:100%;
    overflow: hidden;
}
.course-content .latest-news .news-list li{
    width:100%;
    line-height:30px;
    position:relative;
}
.course-content .latest-news .news-list li .list-dot{
    display:block;
    width:4px;
    height:4px;
    background:#f11b1b;
    position:relative;
    left:0;
    top:15px;
    margin-right:8px;
    float:left;
}
.course-content .latest-news .news-list li .list-text{
    display:block;
    width:245px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    float:left;
}
.course-content .latest-news .news-list li .list-date{
    display:block;
    width:55px;
    float:right;
}

.course-content .rg-recruit{
    width:100%;
    margin:30px 0;
}
.course-content .rg-recruit .title{
    width:100%;
    font-size:18px;
    margin-bottom:10px;
    font-weight:600;
}
.course-content .rg-recruit .title .title-lef-line{
    display:inline-block;
    width:4px;
    height:20px;
    background:#f11b1b;
    position:relative;
    left:0;
    top:5px;
    margin-right:5px;
}
.course-content .rg-recruit .recuit-list{
    width:100%;
    overflow: hidden;
}
.course-content .rg-recruit .recuit-list li{
    width:100%;
    line-height:30px;
    position:relative;
}
.course-content .rg-recruit .recuit-list li .list-dot{
    display:block;
    width:4px;
    height:4px;
    background:#f11b1b;
    position:relative;
    left:0;
    top:15px;
    margin-right:5px;
    float:left;
}
.course-content .rg-recruit .recuit-list li .list-text{
    display:block;
    width:245px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    float:left;
}
.course-content .rg-recruit .recuit-list li .list-date{
    display:block;
    width:55px;
    float:right;
}

.course-content .course-recommend{
    width:100%;
    margin:30px 0;
}
.course-content .course-recommend .title{
    width:100%;
    font-size:18px;
    margin-bottom:10px;
    font-weight:600;
}
.course-content .course-recommend .title .title-lef-line{
    display:inline-block;
    width:4px;
    height:20px;
    background:#f11b1b;
    position:relative;
    left:0;
    top:5px;
    margin-right:5px;
}
.course-content .course-recommend .recommend-list{
    width:100%;
    margin-top:20px;
}
.course-content .course-recommend .recommend-list li{
    width:100%;
    margin-bottom:20px;
    text-align:center;
    font-size:16px;
}
.course-content .course-recommend .recommend-list li .img-box{
    width:100%;
    height:200px;
    overflow: hidden;
}
.course-content .course-recommend .recommend-list li .recom-text{
    display:block;
    width:100%;
    margin-top:10px;
    padding:0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.course-pagination{
    width:100%;
    margin:30px 0;
    text-align:center;
}
.course-pagination li{
    display:inline-block;
    margin:0 5px;
    padding:10px 15px;
    border:1px solid #e6e6e6;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.course-pagination .thisclass{
    background: #f11b1b;
    border-color: #f11b1b;
}
.course-pagination .thisclass a{
    color:#fff;
}