.bottom {
  width: 100%;
  height: 154px;
  background: #026EAF;
}
.bottom .bottom-box {
  width: 766px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.bottom .bottom-box .left-pic {
  width: 42px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bottom .bottom-box .right-cont {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bottom .bottom-box .right-cont img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
/*# sourceMappingURL=bottom.css.map */