.news {
  padding: 0 1.25rem;
  margin-top: -0.35rem;
}
.news-item {
  padding: 0.35rem 0 0.45rem;
  border-bottom: 1px solid #ececec;
}
.news-item:last-child {
  border-bottom: none;
}
.news-item .title {
  position: relative;
  display: block;
  margin-bottom: 0.3rem;
  margin-left: -0.7rem;
  font-size: 0.75rem;
  line-height: 1.1rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item .title.hot {
  color: #de253c;
}
.news-item .title.recommend {
  color: #1d479c;
}
.news-item .title em {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1d479c;
}
.news-item .time {
  display: flex;
  align-items: baseline;
  font-size: 0.65rem;
  line-height: 0.7rem;
  color: #999;
}
.news-item .time::before {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
  content: "";
  background: url("../images/icon_time.png") left center no-repeat;
  background-size: contain;
}

.news-page .news-list {
  padding: 0 0.75rem;
}
.news-page .news-list .app-empty {
  height: 16rem;
}
.news-page .news-item .title {
  margin-left: 0;
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-item .time {
  justify-content: flex-end;
}

.news-detail .detail {
  margin-top: 0.75rem;
}
.news-detail .detail-wrap {
  padding: 0.85rem 0.75rem;
}
.news-detail .detail .title {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.15rem;
}
.news-detail .detail .time {
  margin: 0.25rem 0;
  font-size: 0.65rem;
  font-weight: 300;
  line-height: 1.1rem;
  color: #666;
}
.news-detail .detail .text {
  font-size: 0.75rem;
  line-height: 1.3rem;
  text-align: justify;
  word-break: break-all;
}
.news-detail .detail .links {
  margin-top: 2rem;
}
.news-detail .detail .links-item {
  margin: 0.9rem 0 0.5rem;
}
.news-detail .detail .links .item {
  display: flex;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #1d479c;
}
.news-detail .detail .links .item.no-link {
  color: #666;
}
.news-detail .detail .links .item::before {
  flex: none;
  width: 0.6rem;
  height: 1rem;
  margin-right: 0.2rem;
  content: "";
  background: url("../images/icon_circle.png") center no-repeat;
  background-size: contain;
}
.news-detail .detail .files {
  margin-top: 0.75rem;
}
.news-detail .detail .files .file-item {
  box-sizing: border-box;
  display: flex;
  padding: 0.5rem 0.5rem 0.5rem 3.6rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: url("../images/icon_news.png") 0.5rem center no-repeat;
  background-size: 3.1rem auto;
  border-radius: 0.55rem;
  box-shadow: 0 0 0.375rem 0 rgba(1, 32, 90, 0.1);
}
.news-detail .detail .files .file-item .data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.35rem;
}
.news-detail .detail .files .file-item .name {
  font-size: 0.7rem;
  line-height: 0.9rem;
}
.news-detail .detail .files .file-item .download {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-detail .detail .files .file-item .btn {
  width: 4.2rem;
  height: 1.15rem;
  font-size: 0.65rem;
  line-height: 1.15rem;
  color: #fff;
  text-align: center;
  background: #1d479c;
  border-radius: 0.575rem;
}