.news__crumbs {
  margin: 0.12rem 0;
  font-size: 14px;
  color: #2f2f2f;
  padding: 0 0.15rem;
}
.news__crumbs span a {
  color: #2f2f2f;
}
.news__style .content {
  padding-top: 0.15rem;
}
.news__style .content .news__item {
  width: 100%;
  padding: 0.3rem;
  border: 0.01rem solid #e1e1e1;
  margin-bottom: 0.35rem;
}
.news__style .content .news__item a {
  display: block;
}
.news__style .content .news__item a .news__title {
  font-size: 16px;
  color: #565656;
  font-weight: normal;
  padding-bottom: 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news__style .content .news__item a .news__date {
  border-bottom: 0.01rem solid #cbcbcb;
  padding-bottom: 0.05rem;
  color: #999;
  font-size: 0.14rem;
}
.news__style .content .news__item a .news__info {
  font-size: 12px;
  line-height: 2;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news__style .content .news__item a .news__btn {
  display: inline-block;
  width: 1.3rem;
  line-height: 0.33rem;
  text-align: center;
  margin-top: 0.15rem;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 0.01rem solid #e1e1e1;
}
.news__pagetion {
  display: flex;
  padding: 0 0.15rem;
  justify-content: center;
  padding-bottom: 0.51rem;
}
.news__pagetion span {
  width: 0.6rem;
  font-size: 0.14rem;
  color: #333333;
  font-family: "Microsoft YaHei", Arial;
  border: 0.01rem solid #cbcbcb;
  margin: 0 0.05rem;
  padding: 0.05rem 0.06rem;
  text-align: center;
}
.news__pagetion span:nth-child(2) {
  width: 0.3rem;
  border: none;
  color: 666;
}
