* {
    padding: 0;
    margin: 0;
    border: 0 none;
    /*box-sizing: border-box;*/
    /*color: #333333;*/
  }
  
  body,
  html {
    height: 100%;
    width: 100%;
    position: relative; }
  
  a,
  abbr,
  acronym,
  address,
  applet,
  article,
  aside,
  audio,
  b,
  big,
  blockquote,
  body,
  canvas,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  details,
  dfn,
  div,
  dl,
  dt,
  em,
  embed,
  fieldset,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  header,
  hgroup,
  html,
  i,
  iframe,
  img,
  ins,
  kbd,
  label,
  legend,
  li,
  mark,
  menu,
  nav,
  object,
  ol,
  output,
  p,
  pre,
  q,
  ruby,
  s,
  samp,
  section,
  small,
  span,
  strike,
  strong,
  sub,
  summary,
  sup,
  table,
  tbody,
  td,
  tfoot,
  th,
  thead,
  time,
  tr,
  tt,
  u,
  ul,
  var,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
    font: inherit;
    font-size: 100%; }
  
  a {
    color: #333333;
  }
  ol,
  ul {
    list-style: none; }
  
  .infoReport {
    width: 1180px;
    margin: 54px auto;
    overflow: hidden; 
    }
    .report_wrapper{
        width: 1180px;
        height: 500px;
        margin: 0px auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .infoBox{
        height: 430px;
        width: 350px;
        border: 1px solid #333333; 
    }
    .reportBox{
        height: 435px;
        width: 305px;
        margin: 15px 15px;
        
    }
    .reportBox .title{
        margin-bottom: 15px;
        height: 98px;
        width: 325px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .reportBox  p{
        height: 250px;
        width: 325px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
    .reportBox  a{
        color: #72BBB4;
    }

  