@import "common";
@import "_mixin";

.bml-article-card {
  position: relative;
  flex-direction: column;
  background-color: $bmlCellBg;
  
  margin-top: $bmlCellsMarginTop;
  padding-left: 30px;
  padding-top: 20px;
  //padding-bottom: 30px;
}
.bml-article-card-first {
  padding-bottom: 34px;
}
.bml-article-card-last {
  padding-bottom: 30px;
}
.bml-article-header {
  flex: 1;
  flex-direction: row;
  align-items: center;
  padding-bottom: $bmlCellInnerGapH;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
  border-bottom-width: 1px;
}
.bml-article-header-icon {
  width:$bmlCellSmallIconSize;
  height:$bmlCellSmallIconSize;
  margin-right: $bmlCellInnerGapH;
}
.bml-article-header-text {
  font-size:$bmlColorText;
  color: #999999;
}

.bml-caption {
  padding-right: $bmlCellGapH;
}
.bml-caption-title {
  
}
.bml-caption-title_text {
  padding-top: $bmlCellInnerGapH;
  color: $bmlColorTitle;
  font-size: $bmlCellFontSize;
}
.bml-caption-content {
  padding-top: $bmlCellInnerGapH;
}
.bml-caption-content_text {
  color: $bmlColorText;
  font-size: $bmlCellFontSize;
}
