.news {
  width: 100%;
  height: auto;
  min-height: 94vh;
  margin: 3vh 0px;
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-content: flex-start;
}

@media screen and (min-width: 1800px) {
  .news_Z {
    width: 1600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0px;
    align-content: flex-start;
  }
  .news_Z .news_Z_Z {
    width: 520px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    background: #e4e4e4;
    font-size: 0px;
    text-decoration: none;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .news_Z .news_Z_Z .news_Z_Z_1 {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 14px;
    background: #1e2d3c;
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
  }
  .news_Z .news_Z_Z .news_Z_Z_2 {
    width: 10px;
    height: auto;
    padding: 10px;
    font-size: 0px;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .news_Z .news_Z_Z .news_Z_Z_2 .news_Z_Z_2_Z {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #1e2d3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .news_Z {
    width: 90vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0px;
    align-content: flex-start;
  }
  .news_Z .news_Z_Z {
    width: 29vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    background: #e4e4e4;
    font-size: 0px;
    text-decoration: none;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .news_Z .news_Z_Z .news_Z_Z_1 {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 14px;
    background: #1e2d3c;
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
  }
  .news_Z .news_Z_Z .news_Z_Z_2 {
    width: 10px;
    height: auto;
    padding: 10px;
    font-size: 0px;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .news_Z .news_Z_Z .news_Z_Z_2 .news_Z_Z_2_Z {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #1e2d3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .news_Z {
    width: 96vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0px;
    align-content: flex-start;
  }
  .news_Z .news_Z_Z {
    width: 46vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    background: #e4e4e4;
    font-size: 0px;
    text-decoration: none;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .news_Z .news_Z_Z .news_Z_Z_1 {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 14px;
    background: #1e2d3c;
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
  }
  .news_Z .news_Z_Z .news_Z_Z_2 {
    width: 10px;
    height: auto;
    padding: 10px;
    font-size: 0px;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .news_Z .news_Z_Z .news_Z_Z_2 .news_Z_Z_2_Z {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #1e2d3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .news_Z {
    width: 96vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0px;
    align-content: flex-start;
  }
  .news_Z .news_Z_Z {
    width: 96vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
    background: #e4e4e4;
    font-size: 0px;
    text-decoration: none;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .news_Z .news_Z_Z .news_Z_Z_1 {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 14px;
    background: #1e2d3c;
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
  }
  .news_Z .news_Z_Z .news_Z_Z_2 {
    width: 10px;
    height: auto;
    padding: 10px;
    font-size: 0px;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .news_Z .news_Z_Z .news_Z_Z_2 .news_Z_Z_2_Z {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #1e2d3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }
}
