.search-div {
    padding: 20px 10px 10px;
    width: 100%;
}

.search-div span{
    float: left;
    height: 34px;
    line-height: 34px;
    padding: 3px 0 0 40px;
    color: #F36464;
    font: 20px 'PingFang-SC-Bold';
    font-weight: bold;
}

.search {
    width: 50%;
    float: right;
}

.search .search-icon {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 999;
}

.top-image {
    position:relative;
}

.top-content {
    position: absolute;
    top: 32%;
    background:#D94632;
    opacity:0.85;
    height: 20vw;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
}

.last-content {
    display: none;
}

.last-content:hover, .last-content:active, .last-content:visited, .last-content:link {
    text-decoration: none;
    color: #fff;
}

.top-company-name, .success-bid {
    font-size: 1.7rem;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    line-height: 24px;
}

.top-project-info {
    font-size: 1.2rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    line-height: 17px;
}

.list-report .item {
    padding: 15px 15px 15px 52px;
    background-size: 21px 18px;
    border-bottom: 2px solid #f3f5f7;
}

.title-report {
    font-size: 1.5rem;
    color: #EE3737;
    display: block;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -moz-box;*/
    /*-moz-line-clamp: 2 !important; !* 不存在这个属性 *!*/
    /*-moz-box-orient: vertical;*/
}

.time-report {
    text-align:right;
    margin-top: 3px;
    color: #888888;
}