@charset "UTF-8";
body {
  color: #333;
  background-color: #f5f5f5 !important;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
}

ul, li {
  list-style: none;
}

.t-c {
  text-align: center;
}

.flex {
  display: flex;
}

@font-face {
  font-family: "hykt";
  src: url("../font/汉仪楷体简.woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fzfys";
  src: url("../font/方正风雅宋.woff");
  font-weight: normal;
  font-style: normal;
}
.container-page .banner {
  background-image: url("../images/banner/about.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 429px;
  width: 100%;
}
.container-page .wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 50px;
  background-image: url(../images/bg.jpg);
}
.container-page .wrap .top {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.container-page .wrap .top .word {
  font-size: 26px;
  color: #333;
  font-family: "hykt";
}
.container-page .wrap .top .word span {
  font-size: 34px;
}
.container-page .wrap .none {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/none.png);
}
.container-page .wrap .paginate {
  margin-top: 30px;
}
.container-page .wrap .title {
  margin-bottom: 20px;
}

/* 定义滚动条样式 */
.text::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: #DEDEDE;
}

/*定义滚动条轨道 内阴影+圆角*/
.text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 rgba(240, 240, 240, 0.5);
  border-radius: 20px;
  background-color: rgba(240, 240, 240, 0.5);
}

/*定义滑块 内阴影+圆角*/
.text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0 rgba(240, 240, 240, 0.5);
  background-color: #809AA5;
}

@media screen and (max-width: 480px) {
  .container-page .banner {
    height: 150px;
  }
  .container-page .wrap {
    width: 100%;
    padding: 10px;
  }
  .container-page .wrap .top {
    margin-bottom: 10px;
  }
  .container-page .wrap .top .word {
    font-size: 16px;
  }
  .container-page .wrap .top .word span {
    font-size: 24px;
  }
  .container-page .wrap .none {
    height: 80px;
    background-size: 80% auto;
  }
  .container-page .wrap .paginate {
    margin-top: 14px;
  }
  .container-page .wrap .title {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=global.css.map */
