html {
  /* font-family: 'Poppins', sans-serif; */
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

a {
  color: #333;
}

img {
  max-width: 100%;
  border: none;
}

ul,
li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
  border: none;
  max-width: 100%;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei"
}

table tr td,
table {
  border-collapse: collapse;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}


.container {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

input:-webkit-autofill {
  background: transparent;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: unset;
}


.cen {
  margin: 0 auto;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.ellipsis {
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的文本 */
  text-overflow: ellipsis;
  /* 显示省略符号来代表被修剪的文本 */
}

.ellipsistwo {
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 限制在一个块元素显示的文本的行数 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
}
@font-face {
    font-family: 'SourceHanSerifCN-Bold'; /* 自定义一个字体名称 */
    src:url('SourceHanSerifCN-Bold.otf');
}
@font-face {
    font-family: 'Adobe Heiti Std R'; /* 自定义一个字体名称 */
    src:url('AdobeHeitiStd-Regular.otf');
}
/* 当前位置 */
#position {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

#position a {
  text-decoration: none;
  font-size: 16px;
}

#position a:hover {
  color: #E21925;
}

/* 分页 */
/***** 内页列表分页 *****/
.page {
  font: 16px "Helvetica";
  margin: 0 3px 24px 3px;
  text-align: center;
  clear: both;
}

.page a {
  font: 16px "Helvetica";
  margin: 2px;
  padding: 8px;
  background-color: #ebebeb;
  color: #111111;
  text-decoration: none;
}

.page a:hover {
  color: #fff;
  background-color: #E21925;
}

.page a:active {
  color: #fff;
  background-color: #E21925;
}

.page span {
  margin: 2px;
  padding: 8px;
  background-color: #ebebeb;
  font-size: 16px;
}

.page span.strong {
  margin: 2px;
  padding: 8x;
  font-weight: bold;
  color: #fff;
  background-color: #E21925;
}

.page i {
  font-style: normal;
  margin-left: 10px;
  font-size: 16px;
}

.page b {
  font-weight: 400;
  margin: 2px;
  font-size: 16px;
}
.text-center{ 
  text-align: center;
}
.page input {
  width: 50px;
  border: 1px solid #ebebeb;
  margin: 2px;
  text-align: center;
  color: #111111;
  font-size: 16px;
}

/***** 左边导航 *****/
.nav dt {
  height: 56px;
  background: #E21925;
  text-align: left;
  line-height: 56px;
  color: #FFF;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 2px;
}

.nav ul {
  width: 100%;
}

.nav ul li {
  width: 100%;
  height: 48px;
  background: #F2F0F0;
  margin-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.nav ul li a {
  font-size: 16px;
  line-height: 48px;
  padding-left: 32px;
  display: block;
  color: #111111;
}

.nav ul li a:hover {
  background: #D1C1C1;
  display: block;
}

.h5show {
  display: none;
}

.pcshow {
  display: block;
}
dd ul .on {
  background: #D1C1C1;
}

.container {
  width: 1200px;
}
 .centerWidth {
  width: 1200px;
  }
  body {
  min-width: 1230px;
}
/* 750px到1200px */
/* @media (min-width: 751px) and (max-width: 1247px) {
  #red {
    margin: 0 15px;
  }
} */

/* 大于1200px */
/* @media (min-width: 1320px) {
.container {
  width: 1300px;
}
 .centerWidth {
  width: 1300px;
  }
  body {
  min-width: 1300px;
}
} */

/* 手机端样式 */
@media screen and (max-width: 750px) {
  .h5show {
    display: block;
  }

  .pcshow {
    display: none;
  }

  body {
    width: 100%;
    min-width: auto;
  }

  .container {
    width: 100%;
    box-sizing: border-box;
  }

  #position {
    font-size: 0.32rem;
    margin-top: 0.24rem;
  }

  #position a {
    font-size: 0.32rem;
  }

  .no_data {
    width: 4.34rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
  }

  .more_btn {
    width: 1.9rem;
    height: 0.7rem;
    background: #FCFCFC;
    border: 1px solid #DDDDDD;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.7rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
  }

  .navbar .navbar-header button.navbar-toggle {
    height: 34px;
    margin-bottom: 16px;
    margin-top: 16px;
    width: 44px
  }

  .navbar .navbar-header button.navbar-toggle.collapsed .icon-bar {
    margin: 4px 0 0;
    position: static
  }

  .navbar .navbar-header button.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    margin-top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  .navbar .navbar-header button.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1
  }

  .navbar .navbar-header button.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  .navbar .navbar-header button.navbar-toggle .icon-bar {
    left: 50%;
    margin-left: -11px;
    margin-top: -1px;
    position: absolute;
    top: 50%
  }

  .navbar .navbar-header button.navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .navbar .navbar-header button.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0
  }

  .navbar .navbar-header button.navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}