/* 新闻列表 */

.news {
}
.news {
  padding: 0;
}
.new-top {
  padding: 0.1rem 0;
}
.new-top-left {
  overflow: hidden;
}
.new-top-img {
  display: none;
}
.new-top-img:nth-child(1) {
  display: block;
}
.new-top-img img {
  width: 100%;
}
.new-top-right {
  padding: 0.2rem 0 0;
}
.new-li-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.2rem;
  padding: 0.2rem 0 0.2rem 0.2rem;
  background: #fff;
  background: #f2f2f2;
}
.new-li-time {
  width: 1.4rem;
  text-align: center;
  border-right: 1px solid #d1d0d0;
}
.new-li-day {
  font-size: 0.48rem;
  line-height: 1;
  font-weight: bold;
}
.new-li-year {
  font-size: 14px;
  line-height: 20px;
}

.new-li-title {
  width: 4.2rem;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;

  overflow: hidden;
}
.new-li-arrow {
  width: 0.6rem;
  height: 1.4rem;
  margin: -0.2rem 0;
  background: #d8d8d8 url(/site18/images/new_li_arrow.png) no-repeat center
    center;
}

.news ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0.2rem;
  padding: 0.2rem 0 0.2rem 0.2rem;
  background: #fff;
  background: #f2f2f2;
}
@media (min-width: 1200px) {
  .com-main {
    padding-bottom: 6vw;
  }
  .news {
    padding: 0;
  }
  .new-top {
    display: flex;
    justify-content: space-between;
    padding: 3vw 0;
  }
  .new-top-left {
    width: 35vw;
    overflow: hidden;
  }
  .new-top-img {
    display: none;
  }
  .new-top-img:nth-child(1) {
    display: block;
  }
  .new-top-img img {
    width: 100%;
  }
  .new-top-right {
    width: 35vw;
    margin-bottom: -3.2vw;
    padding: 0;
  }
  .new-li-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 3.2vw;
    padding: 0.5vw 0;
    color: #000;
    background: #f2f2f2;
  }
  .new-li-time {
    width: 6vw;
    padding: 1vw 0;
    text-align: center;
    border-right: 1px solid #d1d0d0;
  }
  .new-li-day {
    font-size: 2.4vw;
    line-height: 1;
    font-weight: bold;
  }
  .new-li-year {
    font-size: 0.8vw;
    line-height: 1.2vw;
  }

  .new-li-title {
    width: 23vw;
    max-height: 2.4vw;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.2vw;
    overflow: hidden;
  }
  .new-li-arrow {
    width: 2vw;
    height: 6.45vw;
    margin: -0.5vw 0;
    background: #d8d8d8 url(/site18/images/new_li_arrow.png) no-repeat center
      center;
  }
  .new-li-line:hover {
    color: #fff;
    background: #014099;
  }
  .new-li-line:hover .new-er-time {
    border-color: #2c5998;
  }
  .new-li-line:hover .new-li-arrow {
    background-color: #2675e5;
    background-image: url(/site18/images/new_li_arrow2.png);
  }

  .news ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news ul li {
    width: 35vw;
  }
  .news ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 3.2vw;
    padding: 0.5vw 0;
    color: #000;
    background: #f2f2f2;
  }

  .news ul li a:hover {
    color: #fff;
    background: #014099;
  }
  .news ul li a:hover .new-er-time {
    border-color: #2c5998;
  }
  .news ul li a:hover .new-li-arrow {
    background-color: #2675e5;
    background-image: url(/site18/images/new_li_arrow2.png);
  }
}
