<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#muni .m-h3 {
  font-size: 20px;
  color: #055399;
  font-weight: 700;
  margin: 30px 0;
}
#muni .m-h6 {
  font-weight: 700;
  font-size: 12px;
  color: #999;
}
#muni .m-list li::before {
  display: inline-block;
  /* position: relative; */
  /* top: -50%; */
  /* transform: translate(-50%); */
  content: " ";
  width: 4px;
  height: 4px;
  background-color: #19b0d0 !important;
  margin-right: 10px;
  margin-bottom: 4px;
}
#muni .m-table {
  border-collapse: collapse;
  width: 100%;
}
#muni .m-table thead tr {
  text-align: left;
  background-color: #0087b7;
  color: #fff;
}
#muni .m-table thead tr th {
  border: 1px solid #055399;
  padding: 10px;
  font-size: 14px;
}
#muni .m-table tbody {
  text-align: left;
}
#muni .m-table tbody tr td {
  border: 1px solid #055399;
  color: #000;
  padding: 10px;
  font-size: 12px;
}
#muni .m-table tbody .bg {
  background-color: #0087b7 !important;
}
#muni .m-table tbody .bg td {
  color: #fff !important;
  padding: 10px;
  font-size: 14px;
  font-weight: 800;
}
#muni .m-table-lr {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}
#muni .m-table-lr tr td:nth-child(1) {
  width: 300px;
  height: 350px;
  text-align: center;
}
#muni .m-table-lr tr td:nth-child(1) img {
  width: 85%;
  height: 85%;
}
#muni .m-table-lr tr td h5 {
  color: #055399;
}
#muni .m-table-lr tr td p {
  font-size: 12px !important;
}
#muni .m-table-lr tr td .t-list ul li {
  font-size: 12px;
}
#muni .m-table-lr tr .w {
  width: 50%;
}
#muni .m-table-lr tr .w p {
  padding-left: 0;
  text-align: left;
}
#muni .two-img {
  border: none;
  text-align: center;
  width: 100%;
}
#muni .two-img tr:nth-child(1) td {
  width: 50%;
}
#muni .two-img tr:nth-child(1) td img {
  margin-top: 10px;
  max-width: 90%;
  max-height: 90%;
}
</pre></body></html>