.hot-report{
    position: relative;
    margin-left: 20px;
    height: 138px;
    width: 244px;
}
.hot-report img{
    width: 244px;
    position: absolute;
    top: 0;
    left: 0;
}
.hot-report div{
    position: absolute;
}
.hot-report .report-district{
    font-size: 26px;
    top: 22px;
    left: 15px;
}
.hot-report .report-district-small{
    font-size: 22px;
}
.hot-report .report-string{
    bottom: 62px;
    left: 15px;
    font-size: 16px;
}
.hot-report .report-district-small span{
    max-width: 126px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.hot-report .report-time{
    color: #1f6cdd;
    font-size: 14px;
    left: 28px;
    bottom: 30px;
    position: absolute;
}
.hot-report .report-time-red{
    height: 22px;
    line-height: 22px;
    bottom: 26px;
}
.more-report{
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.more-report:hover{
    color: #D50000;
}
/* 政府报告 */
.government-report .hot-report .report-time{
    color: #d50000;
}
