1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
    2. { margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: middle;outline: none; }
    3. article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
    4. { display: block; }
    5. img { border: 0 none; vertical-align: top; }
    6. a { text-decoration: none; color: #666; }
    7. a:hover { text-decoration: none; }
    8. strong, em, i { font-style: normal; font-weight: normal; }
    9. mark { background: none; }
    10. table { border-collapse: collapse; border-spacing: 0; }
    11. ui,ol { list-style: none; }
    12. /* 多行添加省略号,支持火狐 */
    13. .webkit-ellipsis {
    14. display: -webkit-box !important;
    15. -webkit-box-orient: vertical;
    16. -webkit-line-clamp: 2;
    17. word-wrap: break-word !important;
    18. word-break: break-word !important;
    19. white-space: normal !important;
    20. overflow: hidden !important;
    21. -o-text-overflow: ellipsis !important;
    22. text-overflow: ellipsis !important
    23. }
    24. .webkit-ellipsis.l3 {
    25. -webkit-line-clamp: 3
    26. }