.news {
  width: 100%;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff0000;
  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: #e50000;
}

.content {
  width: 100%;
  padding: 5%;
}

.content .item {
  width: 100%;
  flex-direction: column;
  margin-bottom: 2vw;
  overflow: auto;
  padding-bottom: 2vw;
  border-bottom: 1px #eee dashed;
}

.content .item img {
  width: 30%;
  float: left;
}

.new-wz{
  width: 65%;
  float: right;
}

.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;
  font-size: 14px;
}

.content .item .item2 {
  align-items: center;
  font-size: 0.9rem;
  line-height: 15px;
}

.content .item .date {
  float: left;
}

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

.content .item .num {
  flex: 1;
  display: flex;
  float: right;
  width: 25%;
}

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

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