.table_style{
    margin-bottom: 20px;
  }
  .table_style table,.table_style table tr th, .table_style table tr td { border:1px solid #D9D9D9; }
  .select_div{
    width: 970px;
    height: 60px;
    line-height: 60px;
    background: #F7F7F7;
    margin-top: 26px;
    padding-left: 20px;
    font-size: 14px;
    color: #4a4a4a;
  }
  .select_div .select_content{
    display: inline-block;
    position: relative;
  }
  .select_div .select_content .input-cls input{
      height: 33px;
      width: 270px;
      line-height: 33px;
      background: #FFF;
      border-radius: 2px;
      margin-left: 5px;
      color: #000;
      outline: none;
      border: 1px solid #E0E0E0;
      cursor: pointer;
      text-align: left;
      padding-left: 10px;
  }
  .select_div .select_content .option-li{
      position: absolute;
      top: 48px;
      left: 5px;
      background: #FFF;
      border-radius: 2px 2px 0 0;
      display: none;
      z-index: 999;
      border: 1px solid #E0E0E0;
      width: 270px;
  }
  .select_div .select_content .input-cls img{
      position: absolute;
      right: 10px;
      top: 25px;
      /* transform: rotate(90deg); */
      width: 12px;
  }
  .select_div .select_content .option-li ul li{
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
  }
  .select_div .select_content .option-li ul li:not(.selected):hover{
    background: #ededf1;
    cursor: pointer;
  }
  .select_div .select_content .option-li .selected{
    background: #16907D;
    color: #FFF;
  }
  .downFile{
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #16907D;
    width: 74px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #16907D;
    margin-top: 16px;
    padding: 0 10px;
    cursor: pointer;
  }
  .downFile img{
    margin-right: 5px;
  }
  .time_area {
    display: inline-block;
  }
  #select4 {
    line-height: 24px;
    margin-left: 24px;
  }
  dt {
    width: 250px;
    margin-bottom: 5px;
    text-align: left;
    color: #333333;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
  dd {
    font-size: 14px;
    line-height: 24px;
    vertical-align: center;
    float: left;
    /* display: inline; */
    color: #444444;
    margin-left: 67px;
    padding: 0 5px;
    margin-top: -30px;
  }