.title {
  align-items: flex-start;
  margin-bottom: 0em !important;
  color: #6034BF;
  font-size: 1.75em;
  font-weight: 700;
}

.pl-20 {
  padding-left: 3rem;
}

.pr-20 {
  padding-right: 3rem;
}

.pt-20 {
  padding-top: 3rem;
}

.pb-20 {
  padding-bottom: 3rem;
}

.forumbox {
  border: 0.0625em solid #eaeaea;
  padding: 1.25em 1.25em 0em 1.25em;
  background-color: #fff;
  margin-bottom: 1em;
}

.bottom-area {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.clockdate {
  color: #666;
  font-size: 0.9em;
}

.description {
  text-align: left !important;
  min-height: 6em;
}

.numtxt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body {
  background-image: url(/img/bgb.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

.section {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  text-shadow: 2px 4px 30px #fff;
  padding: 2rem;
}
.maintitle {
  color: #6034BF;
  font-weight: 500;
}
.forumbox .title {
  font-size: 1.5em;
}

.description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5625em;
  max-height: 5em;
  min-height: 5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 48rem){
  .description{
      max-height: 5em;
      min-height: 5em;
  }
}

.post.news .description{
  color: #555 !important;
  font-size: inherit !important;
}

.description .font150{
  font-size: 15pt !important;
  line-height: 34px;
  text-align: justify;
}