.main { margin-bottom: 60px; background-image: none; } #dynamic { padding-top: 10px; margin-bottom: 50px; } .dyList { display: flex; display: -webkit-flex; justify-content: space-between; padding-bottom: 20px; margin: 20px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); cursor: pointer; } .dyList:last-child { border-bottom: none; } .dyList img { width: 100%; } .dyList .card { width: 680px; padding: 10px 0; margin-left: 20px; position: relative; box-sizing: border-box; } .dyList .dyTime { color: #0fa2f0; font-size: 18px; margin-bottom: 12px; } .dyList .dyTit { color: #333333; margin-bottom: 8px; font-size: 16px; font-weight: bold; } .dyList .dyTit:hover { color: #0fa2f0; } .dyList .dyInfo { width: 680px; color: #666; height: 40px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } .dyList .dyLook { padding: 3px 12px; background: rgba(0, 0, 0, 0.05); position: absolute; font-size: 14px; bottom: 10px; cursor: pointer; color: #333333; border-radius: 5px; } .loadMore { border: 2px solid rgba(0, 0, 0, 0.04); text-align: center; padding: 12px 0; font-size: 16px; color: #333333; cursor: pointer; } /* 璇︽儏椤 */ .dyDetailBox { position: relative; } .crumbs { color: #999999; font-size: 14px; margin-bottom: 25px; } .crumbs a { color: #999999; } .crumbs a.on { color: #0fa2f0; } #dyDetail { width: 650px; } #dyDetail .dyTitDe { font-size: 20px; margin-bottom: 15px; font-weight: bold; } #dyDetail .dyFb { color: #999999; font-size: 14px; margin-bottom: 15px; } .dyFb span { margin-right: 40px; } #dyDetail .dyDeInfo { color: #333333; } #dyDetail .dyDeInfo h2 { font-size: 16px; margin-bottom: 10px; } #dyDetail .dyDeInfo img { display: block; margin: 0 auto 20px; max-width: 100%; } #dyDetail .dyDeInfo p { font-size: 16px; margin-bottom: 15px; text-align: justify; line-height: 28px; } .rightMoreDy { width: 300px; position: absolute; right: 0; top: 0; /* min-height: 800px; */ border: 1px solid rgba(0, 0, 0, 0.08); box-sizing: border-box; padding: 10px; } .rightMoreDyTit { border-bottom: 1px solid rgba(0, 0, 0, 0.08); font-size: 16px; font-weight: bold; color: #333333; line-height: 30px; padding-bottom: 6px; margin-bottom: 20px; } .dyL { display: flex; display: -webkit-flex; font-size: 14px; margin-bottom: 14px; cursor: pointer; } .dyL span { display: block; width: 6px; height: 6px; border-radius: 50%; background: #0fa2f0; margin-right: 4px; margin-top: 8px; } .dyL > div { width: 258px; color: #666666; } .dyL .fBTit { margin-bottom: 6px; } .dyL .fbTime { color: #999999; } .dyL:hover .fBTit, .dyL:hover .fbTime { color: #0fa2f0; }