.haomaquh {
  height: auto !important; }

.boxsiz {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.bodybox .liline {
  color: #ccc !important; }

.bodybox .fixedgoBack .ul_pre {
  top: 396px;
  height: 0;
  width: 100%; }
  .bodybox .fixedgoBack .ul_pre .next_li {
    display: none;
    font-size: 18px;
    width: 40px;
    height: 140px;
    line-height: 140px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(0, 0, 0, 0.15); }
  .bodybox .fixedgoBack .ul_pre .prev_li {
    display: none;
    font-size: 18px;
    width: 40px;
    height: 140px;
    line-height: 140px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    background-image: url(../img/prev_li.png?v=202016195);
    float: left;
    left: 102px; }
  .bodybox .fixedgoBack .ul_pre .next_li {
    background-image: url(../img/next_li.png?v=202016195);
    float: right;
    right: 97px; }

@-webkit-keyframes a {
  0% {
    opacity: .2; }
  50% {
    opacity: 1; }
  to {
    opacity: .2; } }

@keyframes a {
  0% {
    opacity: .2; }
  50% {
    opacity: 1; }
  to {
    opacity: .2; } }

.bjklkjhmqbox {
  height: 150px !important; }

.zhlzbox {
  clear: both;
  width: 1200px;
  margin: 20px auto 0;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #555;
  padding-bottom: 30px;
  position: relative; }
  .zhlzbox .listhead {
    height: 46px;
    border-bottom: 1px solid #e5e5e5; }
    .zhlzbox .listhead > div {
      display: inline-block; }
    .zhlzbox .listhead .zhlz_listhead {
      width: 490px;
      float: left;
      position: relative;
      font-size: 16px; }
      .zhlzbox .listhead .zhlz_listhead span {
        display: inline-block;
        line-height: 45px;
        width: 160px;
        text-align: center;
        height: 45px;
        position: absolute;
        vertical-align: middle; }
    .zhlzbox .listhead .gxyhis_listheadr, .zhlzbox .listhead .listheadr {
      width: 454px;
      float: right;
      position: relative;
      top: 10px;
      right: 20px; }
    .zhlzbox .listhead .gxyhis_listheadr .listheadrl, .zhlzbox .listhead .listheadr .listheadrl {
      display: inline-block;
      width: 146px;
      height: auto;
      float: left;
      font-size: 12px; }
    .zhlzbox .listhead .gxyhis_listheadr .listheadrl .checked, .zhlzbox .listhead .listheadr .listheadrl .checked {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      background: #57B8FF;
      color: #fff; }
    .zhlzbox .listhead .gxyhis_listheadr .listheadrl .searchbtn, .zhlzbox .listhead .listheadr .listheadrl .searchbtn {
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      height: 28px;
      line-height: 28px;
      width: 70px;
      text-align: center; }
    .zhlzbox .listhead .gxyhis_listheadr .listheadrl .checked:hover, .zhlzbox .listhead .listheadr .listheadrl .checked:hover {
      color: #fff; }
    .zhlzbox .listhead .gxyhis_listheadr .listheadrl span, .zhlzbox .listhead .listheadr .listheadrl span {
      cursor: pointer;
      display: inline-block;
      float: left;
      padding: 0 10px;
      height: 28px;
      line-height: 28px; }
    .zhlzbox .listhead .gxyhis_listheadr .listheadrl span:hover, .zhlzbox .listhead .listheadr .listheadrl span:hover {
      color: #57B8FF; }
    .zhlzbox .listhead .gxyhis_listheadr .listheadrr, .zhlzbox .listhead .listheadr .listheadrr {
      float: right;
      width: 66%;
      height: auto;
      display: inline-block;
      font-size: 12px;
      position: relative;
      z-index: 3; }
    .zhlzbox .listhead .gxyhis_listheadr .listheadrr > div, .zhlzbox .listhead .listheadr .listheadrr > div {
      display: inline-block;
      float: right;
      height: 28px;
      line-height: 28px; }

#dateframe {
  width: 220px;
  height: 28px; }

.zhlzbox .listhead .gxyhis_listheadr .listheadrr .rightime, .zhlzbox .listhead .listheadr .listheadrr .rightime {
  width: 220px;
  height: 28px; }

#dateframe {
  position: relative;
  z-index: 999;
  left: -1px; }
  #dateframe .dropicond {
    position: absolute;
    top: 10px;
    height: 10px;
    width: 10px;
    display: inline-block;
    right: 5px;
    z-index: -1;
    background: url(../img/bjpknum.png?v=202016195) no-repeat -295px -250px; }
  #dateframe:before {
    content: "";
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    height: 25px;
    background: url(../img/bjpknum.png?v=202016195) no-repeat -163px -244px; }

#date, .date {
  background: none;
  padding-left: 25px;
  cursor: pointer;
  width: 220px;
  height: 28px;
  border: 1px solid #dbdbdb;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*# sourceMappingURL=../maps/bjkl8_public.css.map */
