body, html {
  padding: 0;
  margin: 0;
  text-align: center;
}

.post-card {
  margin: 100px auto;
  text-align: left;
  width: 700px;
  border: 1px solid #e9e9e9;
  padding: 20px 10px;
  padding-bottom: 5px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 3px 0 0 rgba(0, 0, 0, 0.1), 2px 2px 0 0 rgba(0, 0, 0, 0.07);
          box-shadow: 4px 3px 0 0 rgba(0, 0, 0, 0.1), 2px 2px 0 0 rgba(0, 0, 0, 0.07);
}

.post-card img {
  width: 250px;
}

.post-card .post-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  margin-left: 2px;
  background: linear(#f3f3f3, #e9e9e9);
  padding: 2px 5px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}

.post-card .post-title::before {
  content: "";
  display: block;
  position: absolute;
  background: red;
  width: 3px;
  height: 80%;
  top: 10%;
  left: -10px;
}

.post-card .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-card .post-info .post-desc {
  margin: 10px 1em;
  font-size: 1.056em;
  color: #1a1a1a;
  white-space: normal;
  word-break: break-word;
  line-height: 1.6;
  letter-spacing: .06em;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

.post-card .post-info .post-desc a {
  color: #175199;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.post-card .post-info .post-desc::first-letter {
  font-size: 1.5em;
  color: red;
}

.post-card .post-stats {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6b6c6e;
}

.post-card .post-stats span {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-card .post-stats img {
  width: 1.4em;
  color: #54427d;
  padding-right: 6px;
  padding-left: 4px;
}

.post-card .post-stats .post-info-share:hover {
  cursor: pointer;
}

.hidden span {
  width: 20px;
  height: 20px;
  top: -10px;
  left: 38px;
  position: absolute;
  border: 1px solid #e9e9e9;
  background: white;
  padding: 0;
  margin: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 40;
}

.hidden span::after {
  content: '';
  top: 8px;
  display: block;
  width: 24px;
  height: 24px;
  background: white;
}

.hidden .menu {
  display: none;
  width: 400px;
  position: absolute;
  width: 100px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 520;
}

.hidden .menu div {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background: white;
}
/*# sourceMappingURL=index.css.map */