article[data-resource_id] {
  padding: 20px;
  border-bottom: 1px dotted #717171
}

.article-image-container {
  color: #4a4a4a;
  text-shadow: none !important;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  overflow: hidden;
  float: left;
  min-width: 200px;
  padding: 0;
}

.article-image-container a img {
  max-width: min(100%, 250px);
}

.article-title {
  font-weight: bold;
  word-wrap: break-word;
  font-size: 150%;
  font-family:"Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
}

.article-content-wrapper {
  margin-left: 20px;
}

.article-content-wrapper div a:hover {
  color: #c93;
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: #c93 1px solid;
  text-decoration: none;
}

.field-author {
  margin: 5 0px;
  word-wrap: break-word;
}

.desc {
  color: #4a4a4a;
  text-align: left;
  font: 16px;
  -webkit-font-smoothing: antialiased;
  text-shadow: none !important;
  margin: 5px 0px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

.hkecl-channel-customized.resources-classification,
.hkecl-channel-customized.resources-avaliable,
.hkecl-channel-customized.field-category,
.favorites-pack,
.show-more
{
  display: none;
}


