.noticeList{padding:1px 15px;box-sizing:border-box}.noticeList .noticeItem{display:flex;align-items:center;justify-content:space-between;height:69px;border-bottom:1px solid #f5f5f5}.noticeList .noticeItem.isRead .noticeTime,.noticeList .noticeItem.isRead .noticeTitle{color:#999}.noticeList .noticeInfo{flex:1}.noticeList .noticeIcon{flex:none;width:24px;height:24px;margin-left:8px}.noticeList .noticeTitleWrap{display:flex;align-items:center}.noticeList .noticeTitle{font-size:15px;font-weight:500;color:#000;flex:1;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.noticeList .topDot{flex:none;width:30px;height:15px;background:#ffbc16;border-radius:8px;display:flex;justify-content:center;align-items:center;margin-right:8px;font-size:12px;font-weight:700;color:#fff}.noticeList .noticeTime{color:#666;font-size:13px;margin-top:12px}