﻿.box {
    width: 870px;
    padding: 50px 30px;
    background: rgba(255,255,255,0.90);
}

    .box .title {
        font-size: 30px;
        font-weight: bold;
    }

    .box .brief {
        margin-top: 20px;
    }

    .box .brief,
    .box .num {
        display: flex;
        align-items: center;
        color: #999;
        font-size: 14px;
    }

    .box .source {
        padding: 0 30px;
    }

    .box .look {
        width: 16px;
        height: 16px;
    }

.correlation {
    width: 100%;
}

.correlation-title {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .correlation-title .name {
        font-size: 20px;
        font-weight: bold;
    }

    .correlation-title .more {
        font-size: 14px;
    }

.correlation-list {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .correlation-list .list-left,
    .correlation-list .list-right {
        width: 46%;
        display: flex;
        align-items: center;
        justify-content:   space-between;
        font-size: 14px;
        margin:15px 0;
    }

        .correlation-list .list-left .list-name,
        .correlation-list .list-right .list-name {
            width: 85%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
