#list_perform .li .filming {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.li .filming > div {
    display: flex;
    padding: 5px;
}

.li .filming .title {
    height: 34px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
}

.li .filming .author > div {
    display: inline-flex;
    font-size: 14px;
    margin-right: 20px;
}

.filming-date {
    width: 10em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.li .filming .synopsis {
    margin: 5px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 400 16px/25px "Adobe 宋体 Std L", "Times New Roman", serif;
    color: #121212;
}

.budget div {
    display: inline-block;
    margin-right: 20px;
    font-weight: 400;
}

.budget label, .unit {
    color: #333333;
}

.budget label {
    font: 600 16px/24px "Adobe 宋体 Std L", "Times New Roman", serif;
}

.num, .unit {
    display: inline-block;
    font-family: "Times New Roman", serif, "Adobe 宋体 Std L";
}

.num {
    margin-right: 5px;
    font-size: 20px;
    color: #9900CC;
}

.unit {
    font-size: 18px;
}