* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
  font-size: 0;
  display: block;
  max-width: 100%;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font: 14px Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-x: hidden;
  color: #333;
  max-width: 16rem;
  margin: 0 auto;
  background: #f1f1f1;
  line-height: 1.67;
  min-width: 320px;
  font-size: 0.54rem;
}
body,
html {
  overflow-y: auto;
  position: relative;
}
.logo {
  margin-bottom: 2px;
}
.banner-content {
  margin-top: 1px;
}
.bs-cont {
  background: #FFFFFF;
  padding: 0.2rem 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}
.fenlei-content {
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #FFFFFF;
  padding: 0.8rem 0.5rem 0.3rem;
  margin: -16px auto 0.5rem;
  position: relative;
  z-index: 20;
}
.fenlei-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
.fenlei-ul li {
  display: flex;
  margin-bottom: 0.3rem;
  align-items: center;
  justify-content: center;
}
.fenlei-ul li span {
  display: block;
  text-align: center;
}
.fenlei-ul li span img {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 auto 2px;
}
.title {
  height: 1.7rem;
  margin-bottom: 0.1rem;
}
.title .title-img {
  width: 6.1rem;
  float: left;
  height: 1.7rem;
}
.title .title-more {
  line-height: 1.7rem;
  font-size: 0.45rem;
  color: #797979;
  text-align: right;
  margin-left: 6.1rem;
}
.title .title-more a {
  color: #797979;
}
.red-zx {
  color: #db6d01;
}
.yyjj-wenzhi {
  background: #f6f6f6;
  margin-top: 0.1rem;
  padding: 0.4rem 0.6rem;
  text-indent: 2em;
  text-align: justify;
}
.new-ul {
  overflow: hidden;
  margin-top: 0.2rem;
}
.new-ul li {
  border-bottom: 1px dashed  #ccc;
  overflow: hidden;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.new-ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.new-ul .bk-img {
  width: 5.2rem;
  height: 3.35rem;
  float: left;
  border-radius: 6px;
}
.new-ul .bk-img img {
  height: 100%;
}
.new-ul .bk-wemzi {
  margin-left: 5.7rem;
}
.new-ul .bk-wemzi h3 {
  line-height: 1;
  margin-bottom: 0.25rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-ul .bk-wemzi .new-p {
  font-size: 0.5rem;
  color: #777;
  line-height: 1.6;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-ul .new-msg {
  overflow: hidden;
  font-size: 0.43rem;
  height: 0.875rem;
  position: absolute;
  bottom: 0.2rem;
  color: #999;
  width: calc(9.2rem);
}
.new-ul .new-msg p {
  float: left;
  width: 50%;
}
.new-ul .new-msg span {
  float: right;
  width: 50%;
  text-align: right;
}
.footer {
  margin-top: 0.7rem;
}
