.post-content-container {
  display: flex;
  width: 80vw;
  margin: 4rem auto;
}
.post-content {
  flex: 3;
  width: 100%;
  margin-right: 2rem;
}
.post-thumnail {
  width: 99%;
  height: 500px;
  margin: 10px auto;
  overflow: hidden;
}
.post-thumnail img {
  width: 100%;
  height: 100%;
}
.post-header-container {
  width: 99%;
  margin: 2rem auto;
}
.post-header-container h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}
.post-cate {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #7a7676;
}
.post-icon {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #7a7676;
}
.post-icon:hover,
.post-cate:hover {
  color: #81d742;
}
.post-content {
  width: 99%;
}
.post-content article {
  word-break: keep-all;
  text-align: left;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

.sidebar {
  flex: 1;
  padding: 0.5rem;
  margin: 10px 0 0 0;
}
.sidebar-header {
}
.sidebar-header h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
}
.sidebar-content {
  margin: 1rem auto;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  width: 99%;
  flex-direction: column;
}
.sidebar-content-items {
  display: flex;
}
.sidebar-img-con {
  width: 100px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
}
.sidebar-img-con img {
  width: 100%;
  height: 100%;
}
.sidebar-conte {
  width: 95%;
}
.sidebar-conte a {
  text-decoration: none;
}
.sidebar-conte h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: black;
}
.sidebar-conte h5:hover {
  color: #81d742;
  cursor: pointer;
}
.sd-bar-date {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #7a7676;
}
@media (max-width: 1000px) {
  .post-content-container {
    display: inherit;
    width: 95%;
  }
}
