
.conditions{
    flex-wrap: wrap;
}

.conditions .condition{
    margin-bottom: 2px;
}

.result-list{
    border-top: 1px solid #d5d5d5;
    padding-top: 20px;
    margin-right: -20px;
    margin-bottom: -20px;
    display: flex;
    flex-wrap: wrap;
}

.result-list .block{
    width: calc(50% - 20px);
    flex: 0 0 auto;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 16px 20px 20px;
}
.block .title{
    margin-bottom: 10px;
}

.block .info{
    display: flex;
}

.block .info .left{
    width: 160px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.block .info .left img{
    width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    display: block;
}

.block .info .right{
    width: calc(100% - 180px);
    flex: 0 0 auto;
}

.labels{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.labels .label{
    font-size: 12px;
    color: #fff;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #a9a9a9;
    line-height: 20px;
}

.labels .label.red{
    background-color: #d50000;
}

.time{
    margin-bottom: 2px;
    font-size: 12px;
}

.file-list a{
    display: block;
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.file-list a::before{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    background: url("../images/file/download.png") center/contain no-repeat;
}

.btn-play{
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 22px;
    color: #808080;
    cursor: pointer;
}

.btn-play:hover{
    color: #ff0000;
}

.btn-play::before{
    content: "";
    width: 15px;
    height: 13px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
    margin-right: 6px;
    background: url("../images/file/play.png") center/contain no-repeat;
}
