﻿#filter dt:first-child { border-top: 0; padding-top: 12px; }
#LoadProMore { border: 1px solid #ccc; cursor: pointer; border-radius: 7px; color: #333; background-color: transparent; transition: all .3s; padding: 5px 20px; margin: 10px auto 30px; }
#LoadProMore:hover { color: #000; border-color: #000; }
#plist.loading:after { content: ''; width: 100%; height: 100px; background: url(../images/loading.svg) no-repeat center; background-size: 5% auto; display: block; }
#plist > li > a + a, #plist > li > a + div + a { -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; height: 39px; word-wrap: break-word; -webkit-line-clamp: 2; }
#plist div { height: 40px; }
#plist div img { width: 28px; }
#plist b { font-weight: normal; font-size: 20px; }
#plist span { float: right; width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 2.2;color:#000 }