/*课程列表*/
.main_new{width:1400px;margin:0 auto;overflow: hidden;}
.main_new ul {margin:30px 0;overflow: hidden;}
.main_new ul li{padding:25px 55px;background: #fff;overflow: hidden;margin-bottom:30px;border-bottom:3px solid #fff;}
.main_new ul li img{float:left;}
.new_nr{width:62%;padding:20px 0;float:left;margin-left:20px;}
.new_nr h1{overflow: hidden;color:#414242;font-size: 22px;/*超出部分隐藏*/text-overflow:ellipsis;/* 超出部分显示省略号 */white-space: nowrap;/*规定段落中的文本不进行换行 */}
.new_nr span{overflow: hidden;color:#939393;font-size:14px;margin:15px 0;display:inline-block;/*超出部分隐藏*/text-overflow:ellipsis;/* 超出部分显示省略号 */white-space: nowrap;/*规定段落中的文本不进行换行 */}
.new_nr p{overflow: hidden;color:#4c4c4c;font-size:16px;line-height:25px;display:inline-block;/*超出部分隐藏*/text-overflow:ellipsis;/* 超出部分显示省略号 */ -webkit-line-clamp:2;display: -webkit-box; -webkit-box-orient: vertical;}
.new_nr_ri{float:right;padding:20px 0;}
.new_nr_ri h2{color:#d4d4d4;font-size:38px;}
.newbj{width:42px;height:42px;background: url(../img/newbg1.png) no-repeat;float:right;margin-top:20px;}


/*课程内容*/
.new_content{background: #fff;padding:40px 100px;}
.new_content h1{text-align: center;font-size: 28px;margin:20px 0;}
.new_content h2{text-align: center;font-size: 16px;margin:20px 0;color:#848484;font-weight: normal;}
.new_content p{font-size: 20px;color:#383838;line-height: 44px;}
.new_content h3{font-size: 20px;line-height: 44px;}

















