.banner-box {
    height: 280px;
}

.condition-box {
    display: block;
}

.collectDesc-box {
    line-height: 24px;
    color: #333;
    background: #f5f5f5;
    border-radius: 3px;
    text-indent: 2em;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* 以下样式只有IE10+ 能识别*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .trends-list li .desc-box .text-desc {
        max-height: 60px !important;
    }
}
