.news{
  position: relative;
}

.w {
  width: 13rem;
  margin: 0 auto;
  height: 100%;
  /* border: 1px solid #ccc; */
}
.top{
  display: flex;
}
.right{
  background: #ccc;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.20rem;
  margin-top: 1.0rem;
  padding: 0.10rem;
}
.right .title{
  font-style: italic;
}
.right p{
  text-align: right;
  font-size: 0.20rem;
  line-height: 1rem;
}
.left a {
    width: 3.50rem;

  }
  .left img{
    margin-left: 0.5rem;
  }
  .right{
   width: 7.5rem;
   height: 1.00rem;
  }
  .top{
    margin-left: 2.00rem;
    height: 2rem;
   
  }
@media screen and (max-width: 2560px) {
  .news {
    width: 100%;
    height: 950px;
    background: url('../image/news1920.jpeg') no-repeat center;
  }
}

@media screen and (max-width: 1680px) {
  .news {
    width: 100%;
    height: 950px;
    background: url('../image/news1680.jpeg') no-repeat;
  }
}

@media screen and (max-width: 1600px) {
  .news {
    width: 100%;
    height: 900px;
    background: url('../image/news1600.jpeg') no-repeat;
  }
}

@media screen and (max-width: 1440px) {
  .news {
    width: 100%;
    height: 900px;
    background: url('../image/news1440.jpeg') no-repeat;
  }
}

@media screen and (max-width: 1366px) {
  .news {
    width: 100%;
    height: 770px;
    background: url('../image/news1366.jpeg') no-repeat;
  }
}

@media screen and (max-width: 1280px) {
  .news {
    width: 100%;
    height: 800px;
    background: url('../image/news1280.jpeg') no-repeat;
  }
}