@font-face {
  font-family: "sourcehansans";
  src: url("/template/default/css/fonts/sourcehansans.eot");
  src: url("/template/default/css/fonts/sourcehansans.eot?#iefix") format("embedded-opentype"),
    url("/template/default/css/fonts/sourcehansans.woff") format("woff"),
    url("/template/default/css/fonts/sourcehansans.ttf") format("truetype"),
    url("/template/default/css/fonts/sourcehansans.svg#YourWebFontName") format("svg");
  font-display: swap;
}

body {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-family: sourcehansans !important;
}

a:hover,
a:visited,
a:link,
a:active {
  color: #333;
}

a {
  color: #333333;
  text-decoration: none !important;
  display: inline-block;
  height: 100%;
  width: 100%;
}

p {
  margin: 0px;
  padding: 0px;
}

div {
  box-sizing: border-box;
}

.df {
  display: flex;
}

.df-c {
  display: flex;
  align-items: center;
}

.df-c-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.overflow-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.overflow-text-2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 800px) {
  .indexDivTitle>div:nth-child(1) {
    width: auto;
    font-size: 20px !important;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    box-sizing: border-box;
    color: #0A1A3C;
    text-align: center;
    background: url(../../imgs/comm/titleBg.png);
    background-size: 100% 20px !important;
    padding: 0px 38px;
    background-repeat: no-repeat;
    background-position-y: 6px;
  }
}