* {
  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;
}

.QL-head {
  margin-bottom: 1vh;
}
.QL-body {
  height: 300px;
}

.QL-body div {
  border-radius: 3px;
}

.QL-head-more {
  border-radius: 16px;
  border: 1px solid rgba(33, 84, 166, 0.2);
  text-align: center;
}

.QL-head-more a {
  padding: 0 14px 0;
}
.QL-body-left {
  width: 40%;
  margin: 2vh;
  margin-left: 0;
  position: relative;
}

.QL-body-right {
  width: 60%;
  margin: 2vh 0;
}

.QL-body-right-top {
  height: 50%;
  padding: 0 0 1vh 0;
}

.QL-body-right-top div {
  width: 49%;
  overflow: hidden;
}

.QL-body-right-top div img {
  width: 100%;
}

.QL-body-right-bottom {
  height: 50%;
  padding: 1vh 0 0 0;
}

.QL-body-right-bottom div {
  width: 49%;
  overflow: hidden;
}

.QL-body-right-bottom div img {
  width: 100%;
}

.QL-body-right img {
  height: 100%;
  cursor: pointer;
  transition: all 0.6s;
}

.QL-body-right img:hover {
  transform: scale(1.2);
}

.QL-body-right-img {
  position: relative;
  margin: 0 5px;
}

.QL-body-right-img div {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.QL-body-right-img p {
  margin: 0;
  text-align: center;
}

.QL-body-left-play {
  position: absolute;
  z-index: 100;
  background-image: url(../image/player.png);
  background-repeat: no-repeat;
  background-position: center;
}

.QL-body-left-play:hover {
  background-image: url(../image/player-hover.png);
}
.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;
}
.QL-body-right-img a {
  padding: 0px !important;
}
.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; */
}
/* .main-bg-img ::before { */
/* content: ""; */
/* position: absolute; */

/* } */
