
/* Chinese articles list */
.chinese-articles-wrapper {
  border: 1px solid #d7d7d7;
  padding: 15px;
}

/* Chinese article detailt */
.chinese-article-doc {
  align-items: center;
  display: flex;
  margin: 10px 0;
}

.chinese-article-doc .icon-pdf {
  background-image: url(../img/icon-pdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 30px;
  margin-right: 7px;
  width: 30px;
}

.chinese-article-doc > a {
  font-weight: 700;
}
