@charset "utf-8";
.compound-lib-group {
    padding-top: 20px;
    /*border-top: 1px solid rgba(51, 21, 21, .6);*/
}
.compound-lib-group h3 {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 19px;
    color: #6a4b92;
    font-weight: bold;
}
.compound-lib-list {
    display: flex;
    flex-flow: row wrap;
}
.compound-lib-list .compound-lib-item {
    display: flex;
    flex: 0 1 calc(100% / 3 - 8px);
    padding: 16px 12px 12px 12px;
    background-color: #f6f6f6;
    height: auto;
    margin-right: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.compound-lib-list .compound-name {
    color: #5d2a9f
}
.compound-lib-list .fb {
    font-weight: bold;
}
.compound-lib-list .f14 {
    font-size: 14px;
}
.compound-lib-list .compound-lib-item .lib-bottom-card {
    position: relative;
    display: flex;
    padding-top: 11px;
    border: none;
    border-top: 1px dashed rgba(0, 0, 0, .2);
}
.compound-lib-list .compound-desc {
    font-size: 12px;
    color: rgba(51, 21, 21, .6);
    padding-top: 6px;
    margin-bottom: 6px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left !important;
}
.compound-lib-list .compound-num {
    color: #331515;
    padding-right: 4px;
}
.compound-lib-list .compound-cat {
    margin-left: auto;
    color: rgba(0, 0, 0, .6);
}
.compound-lib-list .compound-lib-item>a[href] {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
}
.compound-lib-list .compound-lib-item:nth-child(3n+3) {
    margin-right: 0;
}