@charset "utf-8"; li{list-style:none} /** * PC端 */ @media screen and (min-width:768px){ .title{ background-color:#fef6f3; height:40px; line-height: 40px; text-indent: 16px; color:#E15616; font-size: 16px; } .labelWrap .count{ background-color:#FFF; padding-bottom:16px; line-height: 32px; max-height: 96px; overflow: hidden; } .labelWrap .count a{ display: inline-block; height: 32px; line-height: 32px; white-space: nowrap; background-color:#f94b4b; color:#FFF; padding:0 14px; border-radius: 2px; margin: 16px 0 0 16px; } .articleWrap{ float: left; width:885px; margin-top: 16px; } .wrapAside{ float: right; width:284px; margin-top: 16px; } } /** * 移动端 */ @media screen and (max-width:768px){ }