.com-title {
  color: #000;
}
.com-bread {
  color: #000;
  background-image: url(../images/homeb.png);
}
.com-bread a {
  color: #000;
}

/* 新闻列表 */
.new-top-left {
  overflow: hidden;
}
.new-top-left a {
  display: block;
  position: relative;
}
.new-top-left a img {
  width: 100%;
}
.new-top-left a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.3rem;
  font-size: 16px;
  line-height: 36px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.9);
}
.new-top-right {
  margin-top: 2px;
  background: #f8f8fb;
}

.new-top-right ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.new-top-right ul a {
  display: flex;
  justify-content: space-between;
}

.new-li-img {
  width: 1.8rem;
}
.new-li-img img {
  width: 100%;
}
.new-li-font {
  width: 5rem;
  color: #000;
}
.new-li-title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-digest {
  height: 40px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.new-list ul {
  display: block;
}
.new-list ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.new-list ul a {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .news {
    padding: 3vw 0 0;
  }
  .new-top {
    display: flex;
    justify-content: space-between;
  }
  .new-top-left {
    width: 30vw;
  }
  .new-top-left a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .new-top-left a img {
    width: 100%;
    transition: 0.3s;
  }
  .new-top-left a:hover img {
    transform: scale(1.1);
  }
  .new-top-left a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1.5vw;
    font-size: 0.9vw;
    line-height: 2.4vw;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.9);
  }
  .new-top-right {
    width: 30vw;
  }
  .new-top-right ul {
    margin-top: -1.4vw;
  }
  .new-top-right ul li {
    padding: 1.4vw 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .new-top-right ul a {
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
  }

  .new-li-img {
    width: 7vw;
  }
  .new-li-img img {
    width: 100%;
  }
  .new-li-font {
    width: 21.8vw;
    color: #000;
  }
  .new-li-title {
    font-size: 0.9vw;
    line-height: 2vw;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-li-digest {
    height: 3vw;
    overflow: hidden;
    font-size: 14px;
    line-height: 1vw;
    color: #666;
  }
  .new-top-right ul a:hover {
    transform: translate3d(-0.5vw, 0, 0);
  }

  .new-list {
  }
  .new-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .new-list ul li {
    width: 30vw;
    padding: 1.4vw 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .new-list ul a {
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
  }
  .new-list ul a:hover {
    transform: translate3d(-0.5vw, 0, 0);
  }
}
