/* 公共部分 */
.topnav ul li a,
.topnav ul li div a {
  padding: 0 48px;
}
.topnav ul li ul.navbox {
  width: 160px;
}
.topnav ul li ul.navbox li a {
  width: 100px !important;
}
/* 公共部分 */
.fff_1,
.fff_2 {
  height: auto;
  margin-top: -10px;
}
.fff_1 ul li a,
.fff_2 ul li a {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
body {
  line-height: 1;
  font-family: Noto Sans SC, '微软雅黑';
}
.jgqx_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
}
.lspz_select_box {
  display: flex;
  align-items: center;
}
.lspz_select_box span {
  font-size: 18px;
  font-weight: bold;
  color: #038958;
  margin-right: 10px;
}
.lspz_select_box .lspz_select {
  height: 36px;
  border-radius: 4px;
  background: #f8f8f8;
  font-size: 15px;
  font-weight: normal;
  color: #666;
  border: none;
  outline: none;
}
.lspz_date_box .layui-form-item .layui-input-inline {
  width: 130px;
}
.lspz_date_box .layui-input {
  height: 36px;
  border-radius: 4px;
  padding-right: 40px;
  background: url(../images/icon_date.png) no-repeat 100px center;
  background-size: 20px;
  background-color: #f8f8f8;
  font-size: 15px;
  font-weight: normal;
  color: #333;
}
.lspz_btn_box .layui-btn {
  padding: 0;
  width: 56px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: #038958;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
