.lawinfo-container {
  padding-left: 10px;
  padding-right: 10px;
}

.law-head-name {
  text-align: center;
  font-weight: bold;
}

.law-flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
.law-img-1 {
  height: 150px;
}
.law-link-box {
  text-align: right;
}
.law-link-box > ul > li {
  list-style: none;
  margin-bottom: 5px;
}
.law-link-box2 > ul > li {
  list-style: none;
  margin-bottom: 10px;
}

.law-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
  /*align-items: top;*/
}
.law-out {
  display: flex;
  flex-wrap: nowrap;
  justify-content: top;
  flex-direction: column;
  width: 300px;
  gap: 5px;
  align-items: center;
  border: solid 1px green;
  padding: 5px;
}
.law-date {
  color: red;
  font-weight: bold;
}

.law-pisture-new {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

/*.div-pisture,*/
.law-pisture > img {
  height: 200px;
  width: 250px;
}
.law-event, .law-location {
  /*font-weight: bold;*/
  text-align: center;
}
.div-event, .div-location {
  width: 250px;
  text-align: center;
  color: #336699;
}
.div-location {
  font-style: italic;
}


.law-event-frame {
  margin: 0 auto;
  background-color: #FFFAF4;
  margin-bottom: 20px;
  padding: 10px;
  width: 80%;
  border: 2px solid #336699;
}
.law-apptext > p {
  text-indent: 20px;
}
.law-apptext-sign > p {
  margin-top: 10px;
  text-align: right;
  margin: 0;
  padding: 0;
}
.law-apptext-hd {
  font-weight: bold;
  text-align: center;
}
.law-event-box {
  display: flex;
  flex-direction: row;
  /*justify-content: space-evenly;*/
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
  gap: 10px;
}

.law-event-pic-frame {
  text-align: center;
  padding: 5px;
  /*border: 2px solid #336699;*/
}
.law-event-pic-file {
  margin: 0;
  height: 300px;
}
.law-caption {
  text-indent: 0;
  margin: 0 auto;
  width: 200px;
}