[v-cloak] {
  display: none;
}

.layout-width {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  min-height: 320px;
  color: #fff;
  background: url("../images/banner.png") no-repeat center center/100% 100%;
  border-bottom: 1px solid #dcecff;
}
.banner .topbar {
  height: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}
.banner .topbar__nav {
  display: flex;
  width: 1200px;
  height: 52px;
  margin: 0 auto;
  align-items: center;
  gap: 54px;
}
.banner .topbar__nav a {
  color: #fff;
  font-size: 16px;
}
.banner .topbar__nav .active {
  position: relative;
}
.banner .topbar__nav .active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
}

.laws-list-page {
  min-height: calc(100vh - 80px);
  padding: 38px 0 60px;
  background: #f5f8fc;
}

.toolbar {
  padding: 22px 24px 4px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(29, 70, 117, 0.06);
}
.toolbar .el-input {
  width: 900px;
}

.result-panel {
  min-height: 500px;
  margin-top: 18px;
  padding: 0 24px 28px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(29, 70, 117, 0.06);
}

.result-summary {
  padding: 18px 0 14px;
  border-bottom: 1px solid #e7eef7;
  color: #7890aa;
  font-size: 13px;
}

.result-item {
  display: flex;
  min-height: 58px;
  padding: 15px 4px;
  align-items: center;
  border-bottom: 1px solid #e7eef7;
  cursor: pointer;
}
.result-item:hover h2 {
  color: #1b76e8;
}
.result-item:hover {
  background: #f5f8fc;
}
.result-item .result-item__index {
  width: 38px;
  flex: 0 0 38px;
  color: #9aadbf;
  font-size: 13px;
}
.result-item h2 {
  overflow: hidden;
  color: #1d3552;
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-pagination {
  margin-top: 26px;
  text-align: center;
}

@media (max-width: 1120px) {
  .layout-width, .topbar__nav {
    width: calc(100% - 40px);
  }
}/*# sourceMappingURL=lawsList.css.map */