.report_container {
font-size: 16px;
margin: 80px auto;
width: 1000px;
color: #000;
line-height: 30px;
}
.report_container h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.report_container p {
    text-indent: 2em;
    text-align: justify;
}
.report_container .phone {
    color: #aaa;
}
.report_container .title {
    margin-top: 20px;
    font-weight: bold;
}
.report_container .last {
    margin-top:20px;
}
