/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/
html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* width: 100vw;
  height: 100vh; */
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
.tj-1200 {
  width: 1200px !important;
  margin: 0px auto;
}
.tj-backg-none {
  background: none !important;
}
.tj-border-none {
  border: none !important;
}
.tj-h-32 {
  height: 32px;
  line-height: 32px;
}
.tj-m-t-10 {
  margin-top: 10px !important;
}
.tj-m-t-15 {
  margin-top: 15px !important;
}
.tj-m-b-10 {
  margin-bottom: 10px !important;
}
.tj-m-b-15 {
  margin-bottom: 15px !important;
}
.tj-p-t-10 {
  padding-top: 10px !important;
}
.tj-p-b-10 {
  padding-bottom: 10px !important;
}
.tj-p-b-70 {
  padding-bottom: 70px !important;
}
.tj-flex-row {
  display: flex;
  flex-direction: row;
}
.tj-flex-col {
  display: flex;
  flex-direction: column;
}
.tj-justify-start {
  justify-content: flex-start;
}
.tj-justify-center {
  justify-content: center;
}
.tj-justify-end {
  justify-content: flex-end;
}
.tj-justify-evenly {
  justify-content: space-evenly;
}
.tj-justify-around {
  justify-content: space-around;
}
.tj-justify-between {
  justify-content: space-between;
}
.tj-items-start {
  align-items: flex-start;
}
.tj-items-center {
  align-items: center;
}
.tj-items-end {
  align-items: flex-end;
}
/* 一行打点 */
.textline-1 {
  /* width: 300px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.textline-2 {
  /* max-width: 1050px; */
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: flex;
}
.section_12 a{
    background-color: #1c7fd5;
}

.title-first{
    color: #275CAA;font-size: 20px;margin-bottom: 16px;display: block;
}
.title-nofirst{
    color: #000;
}
.title-first-p{
    white-space: normal;
    line-height: 18px;
    margin-bottom: 0px;
}

