.news {
  background-color: #f1f6fa;
  padding: .66rem 0 .94rem;
  box-sizing: border-box;
  min-height: calc(100vh - 3rem)
}

.news.wechat {
  min-height: calc(100vh - 1rem)
}

.news-title:after {
  text-indent: .05rem;
  letter-spacing: .05rem;
  word-spacing: .08rem;
}

.news-types {
  width: 6.9rem;
  margin: .68rem auto 0;
  display: flex;
}

.news-types li {
  width: 1.65rem;
  line-height: .4rem;
  background-color: #fff;
  text-align: center;
  font-size: .24rem;
  color: #616881;
  transition: all .3s;
  border-radius: 3px;
}

.news-types li:not(:first-child) {
  margin-left: .1rem;
}

.news-types li.cur {
  background-color: #3f80f1;
  color: #fff;
}

.news-list {
  width: 6.9rem;
  margin: .52rem auto 1.36rem;
}

.news-list li {
  border-bottom: 1px solid #e2e8ee;
  box-sizing: border-box;
  height: 2.2rem;
  padding-top: .36rem;
  position: relative;
}

.news-list h4 {
  font-size: .24rem;
  color: #3e7ff1;
  line-height: 1;
  font-weight: normal;
}

.news-list p {
  font-size: .2rem;
  color: #586696;
  line-height: .4rem;
  height: .8rem;
  margin: .12rem 0;
  display: block;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list time {
  font-size: .2rem;
  color: #586696;
  opacity: .8;
  line-height: 1;
}

.news-list img {
  float: left;
  display: block;
  width: 2.52rem;
  height: 1.55rem;
  margin-right: .26rem;
}

.news-list a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news-pages {
  display: flex;
  justify-content: center;
}

.news-pages a {
  line-height: .5rem;
  height: .5rem;
  box-sizing: border-box;
  width: 2.16rem;
  border: 1px solid #616881;
  border-radius: 3px;
  text-align: center;
  margin: 0 .35rem;
  font-size: .24rem;
  color: #616881;
  transition: all .3s;
}

.news-pages a:hover {
  text-decoration: none;
  background-color: #3f80f1;
  color: #fff;
  border-color: transparent;
}