﻿.common-content{
    margin-top: 20px;
}
.left-side {
    float: left;
    width: 67%;
    overflow: hidden;
}
.right-side {
    float: left;
    width: 32%;
    margin-left: 1%;
    text-align: center;
}
.report-title {
    /* display: flex; */
    background: url(zmhd_title_logo.png) center left no-repeat;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.report_item {
    float: left;
    display: flex;
    align-items: center;
    margin-top: 15px;
    width: 100%;
    text-align: left;
    padding: 20px 10px;
    background-color: #f1f7fd;
  }

  .report_item:hover {
      background-color: #dfedf8;
  }
  
  .report_item img {
    float: left;
    margin-left: 15%;
    width: 30px;
    height: 30px;
  }
  
  .report_item span {
      float: left;
      width: 60%;
        margin-left: 5%;
        padding: 10px;
        font-size: 16px;
  }

  .zmljl {
      width: 100%;
  }

  @media screen and (max-width: 750px) {
    .main_content{
        width: 100%;
    }
    .left-side {
        width: 100%;
    }
    .right-side {
        width: 100%;
        margin-left: 0;
    }
  }