@charset "utf-8";
/* CSS Document */
.new{ width:1200px; margin:auto;}
.new .new_lsit{ width:100%; float:left; margin-top:20px; margin-bottom:20px;}
.new .new_lsit ul{ width:100%; float:left; border-bottom:1px dashed #E8E7E7; padding:20px 10px; box-sizing:border-box}
.new .new_lsit .no_line{ border:0px;}
.new .new_lsit .new_list_on{border-bottom:1px dashed #fff; background:rgba(0,121,160,0.15); cursor:pointer}
.new .new_lsit ul li{ width:auto; float:left; font-size:18px; color:#00796A; line-height:50px; font-weight:bold}
.new .new_lsit ul li span{ width:100%; float:left; height:2px; background:#00796A;}
.new .new_lsit ul .list_time{ width:10%; float:right; color:#333; font-weight:normal;}
.new .new_lsit ul .list_txt{width:100%; font-size:14px; color:#666; line-height:30px; text-indent:2em; font-weight:normal; margin:30px 0px;word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new .new_lsit ul .list_title{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space:nowrap;}
