@font-face {
  font-family: YeZiGongChangAoYeHei;
  src: url('../font/YeZiGongChangAoYeHei-2.ttf') format('truetype');
}

@font-face {
  font-family: YeZiGongChangAoYeHei;
  src: url('../font/YeZiGongChangAoYeHei-2.ttf') format('truetype');
}

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

.YeZi-font {
  font-family: 'YeZiGongChangAoYeHei';
  color: #313338;
}

.none {
  display: none !important;
}