.news {
  width: 100%;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6537;
  position: fixed;
  top: 0;
}

.news .new-top {
  flex: 1;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news .new-top span {
  font-size: 1.5rem;
}

.news .index {
  background-color: #ff3c00;
}

.content {
  width: 100%;
  margin-top: 12vw;
  padding: 0 2%;
  padding-bottom: 16vw;
}

.content .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5vw;
}

.content .item img {
  width: 100%;
}

.content .item h3 {
  font-size: 1.2rem;
  margin: 1vw 0;
}

.content .item p {
  color: #666;
}

.content .item .c {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 1vw;
}

.content .item .item2 {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.content .item .date {
  display: flex;
  flex: 1;
}

.content .item .date span {
  background-color: #bbb;
  color: #fff;
  margin-right: 5%;
}

.content .item .num {
  flex: 1;
  display: flex;
}

.content .item .num span {
  background-color: #bbb;
  color: #fff;
  margin-right: 5%;
}

.box2,
.box3,
.box4 {
  display: none;
}
