.list {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    width: 100%;
    padding: 0;
}

.list li {
    margin-bottom: 15px;
    background-color: #FFF;
}

.list .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    position: relative;
    background: #fff;
    padding: 10px 10px 10px 24px;
    box-sizing: border-box;
    height: auto;
}

.list > li > div.title > span {
    color: #333;
}

.list > li > div.title > a {
    color: #CCC;
    font-size: 14px;
}

.list .title::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 11px;
    width: 4px;
    height: 46%;
    background-color: #0aa770;
}

.list .content {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-top: 20px;
    padding: 14px;
}

.list .content img {
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.list .content a {
    line-height: 36px;
    padding: 10px 18px;
    background-color: #fff;
    display: block;
    width: 23.6%;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all .36s;
    border: solid 1px #f3f3f3;
}

.list .content a:nth-child(4n) {
    margin-right: 0;
}

.list .content a div.top {
    border-bottom: solid 1px #f4f4f4;
    margin-bottom: 20px;
}

.list .content a img.qrCode {
    width: 160px;
    height: 160px;
    border-radius: 0;
    margin: 10px auto;
}

.list .content a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    color: inherit;
    flex: 1;
}

.list .content a > div {
    display: flex;
    align-items: center;
}

.list .content a > div > span img {
    width: 27px;
    height: 13px;
    border-radius: 0;
    margin-top: -5px;
}

.content > a > p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(102, 102, 102, 0.55);
    font-size: 12px;
}

.list .content a:hover {
    box-shadow: 0 17px 32px -28px #0aa770;
    transition: all .36s;
}

.pagination {
    background-color: #FFF;
}

ul li:last-child {
    margin-bottom: 0;
}

.tipStyle {
    display: none;
    position: absolute;
    font-size: 14px;
    padding: 8px 12px;
    background: #eee;
    border-radius: 4px;
    line-height: 18px;
    color: #A1A7B7;
}

.affix {
    position: relative !important;
}
