.art h2 {
  font-size:24px;
  font-weight:800;
  color:#101D36;
  margin:32px 0 14px;
  line-height:1.28
}
.art h3 {
  font-size:18.5px;
  font-weight:700;
  color:#1E3A6D;
  margin:22px 0 10px;
  line-height:1.3
}
.art a {
  color:#2F6FB3;
  font-weight:600;
  text-decoration:none
}
.art a:hover {
  text-decoration:underline
}
.art img {
  max-width:100%;
  height:auto;
  border-radius:12px;
  margin:10px 0 22px;
  display:block
}
.art .art-table-wrap {
  overflow-x:auto;
  margin:0 0 22px;
  -webkit-overflow-scrolling:touch
}
.art table {
  border-collapse:collapse;
  width:100%;
  font-size:14px;
  min-width:520px
}
.art th,
.art td {
  border:1px solid #E3E9F0;
  padding:9px 12px;
  text-align:left;
  vertical-align:top;
  line-height:1.55;
  color:#3A4657
}
.art th {
  background:#EEF4FA;
  color:#1E3A6D;
  font-weight:700
}
.art tbody tr:nth-child(even) td {
  background:#F8FAFC
}
.art ol.art-ol {
  margin:0 0 20px;
  padding-left:22px;
  color:#3A4657;
  font-size:16px;
  line-height:1.7
}
.art ol.art-ol li {
  margin-bottom:8px
}
