.news .list {
  padding: 1rem 0.5rem;
}
.news .list .item {
  padding: 0.8rem 0;
}
.news .list .item .img {
  width: 100%;
  margin: 0.4rem 0;
}
.news .list .item .title {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.2rem;
}
.news .list .item .time {
  font-size: 0.6rem;
  color: #666;
}
.news .list .item .com {
  font-size: 0.7rem;
  padding: 0.4rem 0 1rem;
  color: #666;
}
.news .list .item .btn {
  color: #ffc21d;
  border: 1px solid #ffc21d;
  display: inline-flex;
  padding: 0.1rem 0.8rem;
  font-size: 0.6rem;
}

.news-detail {
  box-sizing: border-box;
  padding-top: 2.5rem;
  font-size: 0.6rem;
}

.news-titles {
  text-align: center;
}

.news-titles p:first-child {
  margin-bottom: 1.4rem;
  font-size: 1rem;
  line-height: 1rem;
}

.news-titles p:last-child {
  line-height: 0.6rem;
}

.rich-box {
  box-sizing: border-box;
  padding: 0 0.375rem;
}

.rich-box p {
  line-height: 1.2rem;
}

.news-more {
  box-sizing: border-box;
  margin-top: 2.5rem;
  padding: 0 0.375rem;
  font-size: 0.65rem;
  line-height: 0.65rem;
}

.news-prev,
.news-next {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 18rem;
  margin-bottom: 0.875rem;
  padding-bottom: 0.325rem;
  padding-left: 0.45rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-prev::before,
.news-next::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: #ffc21d;
  border-radius: 50%;
  content: "";
}

.news-prev::after,
.news-next::after {
  position: absolute;
  bottom: 0;
  left: 0.45rem;
  width: 100%;
  max-width: 17rem;
  border-bottom: 1px solid #333;
  content: "";
}

.news-recommend {
  box-sizing: border-box;
  margin-top: 1.6rem;
  padding-bottom: 1.75rem;
}

.news-recommend-title {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0.975rem;
  padding-left: 1rem;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.news-recommend-title::before {
  position: absolute;
  top: -0.05rem;
  left: 0.375rem;
  width: 0.15rem;
  height: 0.85rem;
  background: #ffc21d;
  content: "";
}

.news-recommend-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.375rem;
  font-size: 0.65rem;
  line-height: 0.65rem;
}

.news-recommend-item {
  width: 8.85rem;
  margin-bottom: 1rem;
}

.news-recommend-item .news-recommend-link {
  display: block;
}

.news-recommend-pic {
  width: 8.85rem;
  height: 5.575rem;
  margin-bottom: 0.5rem;
  background: #ccc;
}

.news-recommend-item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}