.main {
  padding: 0 0.1rem;
}

.crumb {
  width: 100%;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.12rem;
  margin-top: 0.05rem;
}

.crumb a {
  font-size: 0.12rem;
  color: #8f8f8f;
}

.crumb a:last-child {
  color: #0649b1;
}

.list_nav {
  margin-top: 0.15rem;
  width: 100%;
  padding: 0 0.05rem;
}

.list_nav ul li {
  width: 1.065rem;
  height: 0.3rem;
  border-radius: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cce7ff;
  float: left;
}

.list_nav ul li a {
  color: #0067e8;
  font-size: 0.13rem;
}

.list_nav ul li.on a {
  color: #fff;
}

.list_nav ul li.on {
  background-color: #0649b1;
}

.list_nav ul li:not(:nth-child(3n + 1)) {
  margin-left: 0.125rem;
}

.list_nav ul li:nth-child(n + 4) {
  margin-top: 0.105rem;
}

.newslist_box {
  margin-top: 0.3rem;
  width: 100%;
  padding: 0 0.05rem;
}

.newslist_box .newslist li a {
  display: block;
  width: 100%;
  height: 100%;
}

.newslist_box .newslist li {
  padding: 0.15rem 0.14rem 0.15rem 0.125rem;
  background-color: #f6f6f6;
}

.newslist_box .newslist li a .tit {
  font-size: 0.14rem;
  color: #000;
  font-weight: 550;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newslist_box .newslist li a .des {
  color: #838383;
  font-size: 0.13rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.165rem;
  line-height: 1.5;
}

.newslist_box .newslist li:nth-child(n + 2) {
  margin-top: 0.19rem;
}
