*, body {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
}
.m-10 {
  margin: 10px 0;
}
.list-style {
  margin: 20px 0px;
}
.list-style > li {
  margin: 5px 0px;
  font-size: 1.1em;
  list-style: none;
  margin-left: -30px;
}
a {
  color: #333
}
.mt-50 {
  margin-top: 50px;
}
.s-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
}
.s-title > small {
  float: right;
  padding-top: 10px;
}
.list-style > li {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.list-title {
  background: #217a88;
  color: #fff;
  padding: 10px;
}
.top {
  height: 220px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.lbox {
  background: #fff;
  padding: 20px;
}
.rbox {
  background: #fff;
  padding: 15px;
  margin: 0px 10px;
}