.news {
  margin-top: 0.265rem;
  /* 标题 */
  /* 顶部大新闻 */
  /* 新闻列表 */
  /* 加载更多新闻 */
}
.news h2 {
  height: 0.235rem;
  background: url("../images/news/news_title.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 0.25rem;
}
.news .big-news {
  height: 1.9rem;
  margin-bottom: 0.265rem;
}
.news .big-news a {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(70, 70, 70, 0.21);
  border-radius: 0 0 0.05rem 0.05rem;
}
.news .big-news a img {
  display: block;
  width: 100%;
}
.news .big-news a > div {
  height: 0.405rem;
}
.news .big-news a > div span {
  color: #323333;
  line-height: 0.405rem;
}
.news .big-news a > div span:nth-of-type(1) {
  font-size: 18px;
}
.news .big-news a > div span:nth-of-type(2) {
  font-size: 14px;
}
.news .news-list li {
  padding: 0.15rem 0.335rem 0.15rem 0.215rem;
  border-bottom: 1px solid #eaeaea;
}
.news .news-list li a {
  display: flex;
  justify-content: space-between;
}
.news .news-list li a img {
  flex: 0 0 1.4rem;
  width: 1.4rem;
  height: 1rem;
}
.news .news-list li a > div {
  flex: 1;
  width: 2rem;
  padding-left: 0.125rem;
  padding-right: 0.335rem;
}
.news .news-list li a > div p {
  display: none;
}
.news .news-list li a > div p:nth-of-type(1) {
  font-size: 14px;
  color: #323333;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.news .news-list li a > div p:nth-of-type(2) {
  font-size: 12px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-list li a > div p:nth-child(-n+2) {
  display: block;
}
.news .more-news {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #323333;
  line-height: 0.5rem;
}
/*# sourceMappingURL=news.css.map */