.deepbio-score {
    background: #f4f7fc;
    border-radius: 3px;
    width: 908px;
    height: 48px;
    line-height: 48px;
    display: none;
    margin-top: 10px;
}

.deepbio-score .score-left {
    line-height: 48px;
    float: left;
    width: 45%;
}

.score-left img {
    width: 16px;
    height: 20px;
    margin-left: 15px;
    position: relative;
    top: 4px;
}

.score-left .des {
    font-size: 14px;
    color: #747784;
    letter-spacing: 0;
    text-align: left;
}

.score-right {
    width: 55%;
    float: left;
    line-height: 16px;
    padding-top: 6px;
}

.score-right img {
    width: 6px;
    height: 9px;
}

.deepbio-container {
    padding: 0 15px
}

.deepbio-container .snippet-title {
    font-size: 16px;
    color: #082d78;
    letter-spacing: 0;
    margin-top: 18px;
    display: block;
}

.deepbio-container .snippet-author {
    color: #406e51;
    letter-spacing: 0;
    margin: 10px 0
}

.snippet-content {
    margin-bottom: 18px;
}

.deepbio-container {
    letter-spacing: 0;
    color: #676767;
    margin-bottom: 18px
}

.figure-item {
    background: #f6f6f6;
    border-radius: 5px;
    width: 402px;
    height: 205px;
    float: left;
    line-height: 14px;
    margin-top: 15px;
    padding: 0 14px;
}

.figure-item:nth-child(even) {
    margin-left: 15px;
}

.figure-item img {
    width: 222px;
    height: 168px;
    float: right;
    margin-top: 18px;
}

.figure-left {
    width: 164px;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #333333;
}

.figure-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 18px;
}

.figure-item .figure-date {
    color: #868686;
    line-height: 1.6em;
}

.figure-content {
    font-size: 12px;
    margin-top: 14px;
    height: 90px;
    line-height: 15px;
    overflow: hidden;
    position: relative;
}

.figure-author {
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
}

.deepbio-logo {
    clear: both;
}

.deepbio-logo span {
    float: left;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
}

.deepbio-logo div {
    background: url(/static/images/deepbio_logo.png) no-repeat;
    background-size: 98px 34px;
    width: 98px;
    height: 34px;
    float: left;
}