@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url(../fonts/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url(../fonts/SourceHanSansCN-Light.otf);
}
@font-face {
  font-family: "GOTHICB";
  src: url(../fonts/GOTHICB.TTF);
}
@font-face {
  font-family: "CenturyGothic";
  src: url(../fonts/CenturyGothic.ttf);
}
@font-face {
  font-family: "CenturyGothic-Bold";
  src: url(../fonts/CenturyGothic-Bold.ttf);
}
.SourceHanSansCN-Light {
  font-family: "SourceHanSansCN-Light";
}
.SourceHanSansCN-Bold {
  font-family: "SourceHanSansCN-Bold";
}
.CenturyGothic {
  font-family: "CenturyGothic";
}
.CenturyGothic-Bold {
  font-family: "CenturyGothic-Bold";
}

a { text-decoration: none; }
div,
.h1, .h2, .h3, .h3, .h4, .h5, .h6,
.ul, .ul li, .ol, .ol li, .p, .dl, .dl dd {
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.f { display: flex; }
.fv { align-items: center; }
.fc { justify-content: center; }
.fj { justify-content: space-between; }
.f1 { flex: 1; }
.fr { justify-content: flex-end; }
.pr { position: relative; }
.pc { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.pv { position: absolute; top: 50%; transform: translateY(-50%); }
.ph { position: absolute; left: 50%; transform: translateX(-50%); }
.ellipsis {
  overflow: hidden; text-overflow:ellipsis; white-space: nowrap;
}
.row-ellipsis {
  display: -webkit-box !important;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 3;    
  overflow: hidden;
}
.bg-attchment {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #333;
  font-family: "SourceHanSansCN-Regular", "Microsoft YaHei", Arial;
}

.mt12 { margin-top: 0.12rem; }
.mt80 { margin-top: 0.8rem; }

.trans {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.index-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-title .h2,
.index-title .h3 {
  font-size: 0.46rem;
  line-height: 0.54rem;
  font-weight: 400;
}
.index-title .h2 {
  position: relative;
}
.index-title .h2 a { color:#333;
}
.index-title .h2 a:visited { color:#333;
}
.index-title .h2.bei::after {
  position: absolute;
  bottom: 0.38rem;
  left: calc(100% + 0.03rem);
  width: 0.25rem;
  height: 0.25rem;
  content: "";
  background-image: url(../images/w.png);
  background-size: 100% 100%;
}

.hide {
  display: none !important;
}
