body {
  background-color: #f9f9f9;
}
header .header-pc {
  background-color: rgba(11, 62, 100, 0.4);
}
header .header-pc nav li a {
  color: #fff;
}
header .header-pc nav li a:hover {
  color: #0b3e64;
}
header .header-pc nav li .active {
  color: #0b3e64;
}
header .header-pc .search input {
  color: #fff;
}
header .header-pc .search input::-webkit-input-placeholder {
  color: #fff;
}
header .header-pc .search .search-icon {
  color: #fff;
}
header .header-pc .language * {
  color: #fff;
}
.legal-container {
  margin-bottom: 4.55rem;
  align-items: flex-start;
}
.legal-list {
  width: 60%;
  background-color: #fff;
  padding: 1.36rem 0.91rem;
}
.legal-list .title {
  text-align: center;
  margin-bottom: 0.91rem;
  padding-bottom: 0.91rem;
  border-bottom: 0.09rem solid #e5e5e5;
}
.legal-list .title h3 {
  font-size: 1rem;
  line-height: 1.36rem;
  font-weight: normal;
  margin-bottom: 0.68rem;
}
.legal-list .leagl-ul {
  margin-bottom: 1.36rem;
}
.legal-list .leagl-ul li {
  position: relative;
  padding-left: 0.68rem;
  line-height: 1.36rem;
}
.legal-list .leagl-ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}
.legal-list .leagl-ul li span {
  line-height: 1.36rem;
}
.legal-list .info p,
.legal-list .info span,
.legal-list .info strong {
  line-height: 1.64rem;
  font-size: 0.73rem;
}
.nr {
  width: 35%;
  margin-left: 5%;
  padding: 1.36rem 0.68rem;
  background-color: #fff;
}
.nr .corpus .layer-intro {
  border-bottom: 0;
  margin-bottom: 0;
}
.nr .corpus .laylist-item {
  position: relative;
  display: block;
  padding: 0.45rem;
  border-bottom: 0.05rem dashed #eee;
}
.nr .corpus .laylist-item h3 {
  font-size: 0.73rem;
  line-height: 0.91rem;
  margin-bottom: 0.68rem;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nr .corpus .laylist-item h3 em {
  font-style: normal;
  color: #0b3e64;
  font-weight: bold;
  margin-right: 0.23rem;
}
.nr .corpus .laylist-item span {
  padding: 0.23rem 0.68rem;
  background-color: rgba(11, 62, 100, 0.1);
  display: inline-block;
  color: #333;
  font-size: 0.55rem;
  border-radius: 0.91rem;
}
.nr .corpus .laylist-item p {
  line-height: 1.27rem;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nr .corpus .laylist-item:last-child {
  border-bottom: 0;
}
.nr .corpus .laylist-item:hover {
  background-color: #f9f9f9;
}
.nr .corpus .laylist-item:hover h3 {
  color: #0b3e64;
}
@media only screen and (max-width: 768px) {
  .legal-container {
    flex-direction: column;
    align-items: center;
  }
  .legal-list {
    width: 100%;
  }
  .legal-list .label-title {
    white-space: nowrap;
  }
  .legal-list .label {
    margin-right: 0.3rem !important;
  }
  .legal-list .title .author {
    display: block;
    margin-top: 0.45rem;
    margin-left: 0;
  }
  .legal-list .leagl-ul li {
    width: 100%;
    margin-right: 0;
    padding: 0.3rem 0 0.3rem 0.68rem;
  }
  .legal-list .info p {
    margin-left: 0 !important;
  }
  .nr {
    width: 100%;
    margin-left: 0;
  }
}
