* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
input,
button {
  outline: none;
}
em,
i {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
.clear {
  clear: both;
  height: 0px;
}
body {
  color: #333;
  background-color: #efefef;
  font-size: 14px;
  background-size: 100%;
  font-family: '微软雅黑', 'Heiti SC', arial, 'Microsoft YaHei', tahoma, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
}
.bimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.main {
  position: relative;
  z-index: 9;
  width: 920px;
  height: auto;
  margin: 20px auto 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.main .title {
  width: 100%;
  border-bottom: 1px dashed #efefef;
}
.main .title h1 {
  font-size: 30px;
  color: #000;
  line-height: 70px;
}
.main .title .tinfo {
  width: 100%;
  height: 50px;
  margin: 10px 0;
}
.main .title .tinfo .tleft {
  float: left;
  width: 60px;
  height: 100%;
}
.main .title .tinfo .tleft img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.main .title .tinfo .tright {
  float: left;
  width: 800px;
  height: 100%;
}
.main .title .tinfo .tright p {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .title .tinfo .tright span {
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .art {
  width: 100%;
  height: auto;
  margin: 20px 0;
  line-height: 1.8;
}
.main .art h2 {
  font-weight: 900;
  font-size: 18px;
  padding: 5px 0;
}
.main .art img {
  display: block;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  margin: 20px auto;
  border-radius: 10px;
}
.main .art span.spanc {
  font-size: 17px !important;
  text-indent: 1em;
  display: block;
}
.main .art span {
  font-size: 17px !important;
  text-indent: 1em;
  font-family: '微软雅黑', 'Heiti SC', arial, 'Microsoft YaHei', tahoma, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif !important;
}
.main .art strong {
  font-weight: 400;
}
.main .ntitle {
  width: 100%;
  height: auto;
  margin: 10px 0;
  border-bottom: 1px solid #efefef;
}
.main .ntitle h1,
.main .ntitle i {
  display: inline-block;
  font-size: 19px;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #efefef;
}
.main .nlist {
  width: 100%;
}
.main .nlist h2 {
  width: 100%;
  font-size: 17px;
  padding: 5px 0;
  font-weight: 400;
  border-bottom: 1px dashed #efefef;
}
.main .nlist h2::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  background: url('/bg/sjt.png') no-repeat center;
  background-size: 10px 10px;
}
.main .new {
  overflow: hidden;
}
.main .new h2 {
  float: left;
  width: 49%;
}
.footer {
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}
.pgc-card {
  display: none;
}
@media screen and (max-width: 900px) {
  * {
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 75px;
  }
  body {
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
  }
  div {
    box-sizing: border-box;
  }
  img {
    vertical-align: auto;
    -webkit-touch-callout: none;
  }
  .main {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0.1333rem;
  }
  .main .art img {
    max-width: 100%;
    margin: 0.2667rem auto;
  }
  .main .title .tinfo {
    height: 0.8rem;
    margin: 0.1333rem 0;
  }
  .main .title .tinfo .tleft {
    width: 0.8rem;
  }
  .main .title .tinfo .tleft img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .main .title .tinfo .tright {
    width: auto;
    padding-left: 0.0667rem;
  }
  .main .title .tinfo .tright p {
    font-size: 0.2667rem;
    line-height: 0.4rem;
  }
  .main .title .tinfo .tright span {
    line-height: 0.4667rem;
  }
  .main .art {
    margin: 0.2667rem 0;
  }
  .main .art span.spanc {
    font-size: 0.2267rem;
  }
  .main .art span {
    font-size: 0.2267rem !important;
  }
  .main .new h2 {
    float: none;
    width: 100%;
    font-size: 0.2267rem;
    padding: 0.0667rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
