* {
  padding: 0;
  margin: 0;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}
.padding {
  padding: 0;
}
.padding {
  padding: 0;
}
.relative {
  position: relative;
}
.flex-direction {
  flex-direction: column;
}
.inline {
  display: inline-block;
}
.flex-grow {
  flex-grow: 1;
}
.text-align-end {
  text-align: end;
}
.margin-right {
  margin-right: 20px;
}
.nowrap {
  white-space: nowrap;
}
.text-align-center {
  text-align: center;
}
.textLineheight-title-top {
  overflow: hidden;
  white-space: nowrap;
  width: 65%;
  text-overflow: ellipsis;
}

.textLineheight-title-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 65%;
  text-overflow: ellipsis;
}

.wp_article_list_table,
.wp_article_list_table tbody,
.wp_article_list_table tbody tr,
.wp_article_list_table tbody tr td {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.wp_article_list_table {
  border-radius: 3px;
}

.main-bg-img {
  overflow: hidden;
  background: url("../image/main-backgroudimg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 450px;
  background-attachment: fixed;
  /* z-index: -1; */
}
