#wsNewsWrap .courseNavItem{ flex: 0 0 140px;}

.newsBox{}
.newsList{width: 100%;}
.newsItem{width: 100%; height: 200px; background-color:#fff; margin-bottom: 40px;}
.newsItemIn{ width: 100%; height: 200px; padding: 10px 0 10px 0;
    background-color: rgba(246,246,246);}
.newsImg{ flex: 0 0 300px; height: 200px; padding-left: 10px;}
.newsImgIn{position: relative; top:0; left:0; width: 100%; height: 100%; }
.newsImgIn img{width: 100%; height: 100%}
.newsImgIn .newsImgIcon{ position: absolute; top:0; left: 12px; width: 53px; height: 52px;  box-sizing: border-box; padding-top: 6px; background: url("../image/2.png") no-repeat; background-position: 0 -4px; background-size: 100% 100%;
    color:#fff; text-align: center;}

.newsInfo{ flex: auto;height: 200px; display: flex; flex-direction: column; justify-content: space-between;   
    height: 200px; box-sizing: border-box; padding: 0; }
.newsDetail{
    padding-left: 24px;
    padding-right: 24px;
}
.newsDetail .newsTit{ width: 750px; font-size: 24px; line-height: 24px;   white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; }
.newsItem:hover .newsTit{color: orange;}
.newsDetail .newsText{ width: 100%;color:#333; margin-top: 24px;  border-top: 1px solid #999; padding-top: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.newsDate{color:#666;margin-bottom: 20px;padding-left: 24px;
    padding-right: 24px;}
.newsType{margin-left: 24px;}
.newsForm{width: 370px; } 


.formOrangeBox{margin: 46px 120px 0 120px;}



.newsFormTit{font-weight: 700; font-size: 18px; border-bottom: 1px solid #eee; padding-bottom: 12px; margin-bottom: 24px;}
.formItem{width: 100%; height: 80px; margin-bottom: 36px;}
.formImg{ flex:0 0 160px; height: 80px; overflow: hidden;margin-right: 12px; }
.formImg .formImgIn{position: relative; width: 100%; height: 100%;}
.formImg .formImgIn img{position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; z-index: 1;}
.formImg .newsImgIcon{position: absolute; top:0; left:0;  width: 40px; height: 20px;text-align: center;
     line-height: 20px; color:#fff; background-color: rgba(0,0,0,.4); z-index: 2;}
.formInfo {flex: auto;display:flex; flex-direction: column; justify-content: space-between;}
.formInfo .formItemTit{
    font-size: 16px; height: 48px; font-weight: 700; 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.formInfo .formInfoDate {color:#666; margin-right: 12px;}
.formInfo .formInfoType {color:#666;}
.newsFormBottom{text-align: center; font-size: 12px; color:#666;}

.newsFormBottom img{width: 100px; height: 100px;margin-top: 46px; }
.header-box .header-info ul.banners, .try-btn{
    margin-right: 0 !important;
}
.header-box .header-info .wantea{
    text-align: left;
}
.bannerContainer{
    background-color: #f7d801;
}