.articlePart {
  margin-bottom: 40px;
  line-height: 2;
  word-break: break-all;
  font-size: 16px;
}
.articlePart a {
  color: #6690FF;
}
.articlePart b, .articlePart strong {
  font-weight: 700;
}
.articlePart span b, .articlePart span strong {
  font-weight: 700;
  color: inherit;
}
.articlePart p {
  letter-spacing: 0.5px;
  text-align: justify;
}
.articlePart ul {
  margin-left: 28px;
}
.articlePart ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.articlePart ol {
  margin-left: 28px;
}
.articlePart ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.articlePart img {
  border-radius: 5px;
}
.articlePart iframe {
  width: 100%;
  height: 360px;
}
.articlePart table, .articlePart tbody, .articlePart th, .articlePart tr, .articlePart td {
  border: initial;
}

.articleImg {
  margin: 40px 0;
  border-radius: 5px;
}
.articleImg img {
  border-radius: 5px;
}
.articleImg figcaption {
  font-size: 0.8125em;
  color: rgba(0, 0, 0, 0.4);
}
.articleImg figcaption a {
  color: #6690FF;
}

.articleTit {
  margin-bottom: 10px;
}
.articleTit h2 {
  padding-bottom: 10px;
}

.articleInfo {
  margin: 20px 0;
  align-items: center;
}
.articleInfo > div {
  margin-right: 16px;
}

.shareRow {
  margin-top: 10px;
  align-items: center;
}
.shareRow > div {
  margin-right: 16px;
}
.shareRow .shareIcon {
  position: relative;
  align-items: center;
}
.shareRow .shareIcon::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.shareRow .shareIcon.icon-fb {
  color: #1877F2;
}
.shareRow .shareIcon.icon-fb::before {
  background-image: url("/img/social/circle_fb_blue.svg");
}
.shareRow .shareIcon.icon-line {
  color: #00B900;
}
.shareRow .shareIcon.icon-line::before {
  background-image: url("/img/social/circle_line_green.svg");
}
.shareRow .shareIcon.icon-copy::before {
  background-image: url("/img/social/circle_link.svg");
  opacity: 0.75;
}

.fb-like {
  width: 90px;
  height: 20px;
}

.moreArt {
  margin-bottom: 40px;
}
.moreArt .moreArtList {
  width: calc(100% - 32px);
  margin-left: 32px;
}
.moreArt .moreArtList li {
  margin-bottom: 10px;
  list-style-type: square;
}

.comment {
  margin-bottom: 40px;
}

.likeRow {
  margin: 10px 0 40px 0;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .likeRow {
    flex-direction: row;
  }

  .shareRow {
    margin: 0;
  }

  ul {
    margin-left: 32px;
  }

  ol {
    margin-left: 32px;
  }
}