<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.feedEkList {
  margin: 0;
  padding: 0;
  text-align: left;
}
.feedEkList li{
  padding: 1em 0;
  display: block;
  border-bottom: 1px solid #dfdfdf;
}
.feedEkList .itemTitle {
  display: block;
  line-height: 1.3;
}
.feedEkList .itemContent {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: -.5em;
}
.feedEkList .itemContent img {
  float: left;
  margin-right: 1em;
  margin-top: 1.75em;
  margin-bottom: .5em;
  width: 20%;
}
.itemTitle a {
  font-weight:bold;
  color:#4EBAFF !important;
  text-decoration:none
}
.itemTitle a:hover{
  text-decoration:underline
}
.itemDate{
  font-size:11px;
  color:#aaa;
}</pre></body></html>