@charset "UTF-8";
/**
 * 陕西省住房和城乡建设厅
 * date: 2024-8-21
 * author: gaojing;
 */
.law-list li + li {
  margin-top: 15px;
}
.law-item {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 26px;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 1px 20px 0px rgba(108, 108, 108, 0.15);
}
.law-item .title {
  margin-right: auto;
  max-width: 80%;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.law-item .info {
  display: flex;
  flex-direction: column;
  color: #666;
  text-align: right;
}