.report-wrap {
    padding: 60px 0 90px;
}


.report-list {
    margin-bottom: 40px;
}
.report-list ul {
}
    .report-list li {
        width: 273px;
        padding: 30px;
        float: left;
        position: relative;
        border-bottom: 1px solid #CBCBCB;
    }
        .report-list li.act {
            background: #E3F1F9;
        }
    .report-list .photo {
        margin-bottom: 25px;
    }
    .report-list h2 {
        font-size: 21px;
        font-weight: normal;
        line-height: 1.3;
        margin-bottom: 15px;
        color: #43A0D9;
    }
        .report-list h2 a {
            text-decoration: none;
        }
    .report-list .date {
        font-size: 10px;
        text-align: right;
    }