/*健康專欄*/
.article {
  margin-top: 84px;
  width: 900px;
  border-top: 3px solid #0A2C84;
  border-bottom: 2px solid #0A2C84;
}
.article-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #205a9b
}
.article-item:last-child {
  border: none;
}
.article-time {
  text-align: center;
}
.article-time {
  font-size: 15px;
  color: #666;
}
.article-text {
  margin: 0;
}
.article-link {
  padding-left: 15px;
  color: #0a2c85;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url('../images/link.png') no-repeat 0 center;
}
.article-text {
  padding-top: 7px;
  font-size: 14px;
  color: #828282;
  line-height: 22px;
  height: 51px;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 991px) {
  .article {
    margin-top: 40px;
    width: 100%;
  }
  .article-time {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .article {
    margin-top: 30px; 
  }
  .article-time {
    padding-bottom: 5px;
    font-size: 14px;
  }
  .article-link {
    font-size: 16px;
  }
}