@font-face {
  font-family: "Alimama FangYuan";
  src: url("gibh_alimama_fangyuan.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #333333;
  background: #eef3f7;
}
body {
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  opacity: .86;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
}
ul,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
.overflow-title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  height: 52px;
}
.overflow-summary {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 26px;
  max-height: 78px;
}
.overflow-one {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  .overflow-title {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    line-height: 1.6;
  }
  .overflow-summary {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    max-height: 4.8em;
    height: auto;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  [data-column-title],
  [data-article-title],
  [data-banner-title] {
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    word-break: break-word;
  }
}
