article {
  background: url(../images/news_bg.jpg) no-repeat center 0 / cover;
}
.com-title {
  color: #fff;
}
.com-nav ul li {
  width: 100%;
}
.pages {
  color: #fff;
}
footer {
  color: #fff;
}
footer a {
  color: #fff;
}

.news {
  padding: 0 0 0.5rem;
}
.news ul li {
  padding: 0.6vw 0;
}
.news ul a {
  display: flex;
  justify-content: space-between;
}
.new-li-img {
  flex-shrink: 0;
  width: 3rem;
  overflow: hidden;
}
.new-li-img img {
  width: 100%;
  transition: 0.3s;
}
.new-li-font {
  flex-grow: 1;
  overflow: hidden;
  padding: 2vw;
  color: #000;
  background: #f6f6f6;
}
.new-li-time {
  font-size: 14px;
  line-height: 20px;
}
.new-li-title {
  height: 48px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}
.new-li-p {
  display: none;
}
.new-li-more {
  width: 100px;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #000;
}
@media (min-width: 1200px) {
  .news {
    padding: 0 0 5vw;
  }
  .news ul li {
    padding: 0.6vw 0;
  }
  .news ul a {
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
  }
  .new-li-img {
    width: 20vw;
    overflow: hidden;
  }
  .new-li-img img {
    width: 100%;
    transition: 0.3s;
  }
  .new-li-font {
    width: 42.4vw;
    padding: 2vw;
    color: #000;
    background: #f6f6f6;
  }
  .new-li-time {
    font-size: 0.9vw;
    line-height: 1.2vw;
  }
  .new-li-title {
    height: 2vw;
    font-size: 1.4vw;
    line-height: 2vw;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-li-p {
    display: block;
    margin: 1.2vw 0;
    height: 3vw;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #666666;
  }
  .new-li-more {
    width: 7vw;
    margin: 0;
    font-size: 0.8vw;
    line-height: 2vw;
    text-align: center;
    border: 1px solid #000;
  }
  .news ul a:hover {
    transform: translate3d(-1vw, 0, 0);
  }
  .news ul a:hover .new-li-font {
    color: #fff;
    background: #014190 url(../images/new_logo.png) no-repeat 95% 85%/3.6vw;
  }
  .news ul a:hover .new-li-p {
    color: #fff;
  }
  .news ul a:hover .new-li-more {
    border-color: #fff;
  }
  .news ul a:hover .new-li-img img {
    transform: scale(1.1);
  }
}
