.nominatedset{
    margin-top: 14px;
    display: flex;
    flex-direction: row;
}
.nominatedset-left {
    width: 361px;
    height: 380px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}
.nominatedset-left-top {
    height: 248px;
    border-radius: 2px;
    border: 1px solid #DCDEE0;
    margin-bottom: 16px;
}
.top-img {
    position: relative;
    width: 100%;
    height: 168px;
    background-image: url("https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngcd564900919bb25d433bd89fec208c8f8efb7d5eae4ec4aa32f1ce5f4eab4b44");
    background-repeat: no-repeat;
    background-size: 100%;
}
.top-index {
    position: absolute;
    bottom: 10px;
    padding-left: 80px;
    display: flex;
    z-index: 2;
}
.index-one {
    color: #fff;
    padding: 0px 10px;
    margin-right: 8px;
    height: 28px;
    /*background: #F7F8FA;*/
    background-color: rgba(247,248,250,0.3);
    border-radius: 2px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}
.top-title {
    margin: 14px 0 14px 57px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.top-content {
    margin-left: 57px;
}
.content-total {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.content-num {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #be3241;
    line-height: 20px;
}
.nominatedset-left-bottom {
    display: flex;
    flex-direction: row;
    height: 116px;
    border-radius: 2px;
    border: 1px solid #DCDEE0;
}
.bottom-img {
    width: 140px;
    height: 100%;
    background-image: url("https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngcd564900919bb25d433bd89fec208c8f8efb7d5eae4ec4aa32f1ce5f4eab4b44");
    background-size: 100%;
}
.bottom-content {
    padding-left: 16px;
    flex: 1;
}
.bottom-title {
    display: flex;
    margin: 16px 0;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.bottom-title-icon {
    margin-right: 10px;
    width: 30px;
    height: 32px;
    background-image: url("https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngcd564900919bb25d433bd89fec208c8f8efb7d5eae4ec4aa32f1ce5f4eab4b44");
    background-repeat: no-repeat;
    background-size: 100%;
}
.nominatedset-right {
    flex: 1;
    height: 380px;
    display: flex;
    flex-direction: column;
}
.nominatedset-right-top {
    display: flex;
    height: 116px;
    border-radius: 2px;
    border: 1px solid #DCDEE0;
    margin-bottom: 16px;

}
.nominatedset-right-mid {
    display: flex;
    height: 116px;
    border-radius: 2px;
    border: 1px solid #DCDEE0;
    margin-bottom: 16px;

}
.nominatedset-right-bot {
    display: flex;
    height: 116px;
    border-radius: 2px;
    border: 1px solid #DCDEE0;
}

.total-box {
    padding-left: 16px;
    width: 256px;
    height: 124px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DCDEE0;
    font-family: PingFangSC-Medium, PingFang SC;
    display: inline-table;
    margin: 10px 10px 10px 0;
}
.total-box-title {
    margin: 14px 0;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}
.total-box-content {
    height: 72px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content-item {
    text-align: center;
    margin-right: 8px;
    width: 70px;
    height: 28px;
    background: #F7F8FA;
    border-radius: 2px;
    border: 1px solid #EBEDF0;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}






