/* 新闻列表 */

.news {
}
.new-top a {
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px dashed #333;
}
.new-top-img img {
  width: 100%;
}
.new-top-time {
  width: 54px;
  padding: 15px 8px;
  text-align: center;
  color: #fff;
  background: #c50319;
}
.new-top-time .day {
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #fff;
}
.new-top-time .year {
  font-size: 14px;
  line-height: 24px;
}
.new-top-title {
  margin: 0.1rem 0;
  font-size: 16px;
  line-height: 24px;
  color: #c50319;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-top-p {
  height: 80px;
  margin: 10px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.new-top-more {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.new-ul {
  padding: 10px 0 0;
}
.new-ul ul li {
  border-bottom: 1px dashed #333;
}
.new-ul ul a {
  display: block;
  padding: 10px 0;
}
.new-li-time {
  width: 54px;
  padding: 15px 8px;
  text-align: center;
  color: #fff;
  background: #c50319;
}
.new-li-time .day {
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid #fff;
}
.new-li-time .year {
  font-size: 14px;
  line-height: 24px;
}
.new-li-title {
  margin: 0.1rem 0;
  font-size: 16px;
  line-height: 24px;
  color: #c50319;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-p {
  height: 80px;
  margin: 10px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.new-li-more {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

@media (min-width: 1200px) {
  .news {
  }
  .new-top {
    padding: 2vw;
    background: #fff;
  }
  .new-top a {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border: 0;
  }
  .new-top-img {
    width: 33.4vw;
  }

  .new-top-font {
    width: 20vw;
  }

  .new-top-time {
    width: 4.4vw;
    padding: 1.2vw 0.6vw;
    text-align: center;
    color: #333;
    background: none;
    border: 1px solid #333;
  }
  .new-top-time .day {
    font-size: 0.8vw;
    line-height: 1.4vw;
    border-bottom: 1px solid #333;
  }
  .new-top-time .year {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }
  .new-top-title {
    height: 2.8vw;
    margin: 2vw 0 0;
    overflow: hidden;
    font-size: 1.2vw;
    line-height: 1.4vw;
    color: #333;
  }
  .new-top-p {
    height: 10.5vw;
    margin: 0.5vw 0;
    overflow: hidden;
    font-size: 0.7vw;
    line-height: 1.5vw;
    color: #666666;
  }
  .new-top-more {
    font-size: 0.7vw;
    line-height: 1.5vw;
    color: #666666;
  }
  .new-top a:hover .new-top-title {
    color: #c50319;
  }
  .new-top a:hover .new-top-time {
    color: #fff;
    background: #c50319;
  }
  .new-top a:hover .new-top-time .day {
    border-color: #fff;
  }

  .new-ul ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2vw 2vw 0;
  }
  .new-ul ul li {
    width: 33.3%;
    border-bottom: 1px dashed #333;
  }
  .new-ul ul a {
    display: block;
    padding: 2vw 1vw;
  }
  .new-li-time {
    width: 4.4vw;
    padding: 1.2vw 0.6vw;
    text-align: center;
    color: #333;
    background: none;
    border: 1px solid #333;
  }
  .new-li-time .day {
    font-size: 0.8vw;
    line-height: 1.4vw;
    border-bottom: 1px solid #333;
  }
  .new-li-time .year {
    font-size: 1.2vw;
    line-height: 1.5vw;
  }
  .new-li-title {
    height: 2.8vw;
    margin: 2vw 0 0;
    overflow: hidden;
    font-size: 1.2vw;
    line-height: 1.4vw;
    color: #333;
  }
  .new-li-p {
    height: 10.5vw;
    margin: 0.5vw 0;
    overflow: hidden;
    font-size: 0.7vw;
    line-height: 1.5vw;
    color: #666666;
  }
  .new-li-more {
    font-size: 0.7vw;
    line-height: 1.5vw;
    color: #666666;
  }
  .new-ul ul a:hover {
    background: #fff;
  }
  .new-ul ul a:hover .new-li-title {
    color: #c50319;
  }
  .new-ul ul a:hover .new-li-time {
    color: #fff;
    background: #c50319;
  }
  .new-ul ul a:hover .new-li-time .day {
    border-color: #fff;
  }
}

/* 新闻详情 */

.new-er {
}

.new-er-title {
  text-align: center;
}

.new-er-name {
  font: bold 16px/24px "微软雅黑";
  color: #333;
}

.new-er-time {
  font: 400 14px/24px "微软雅黑";
  color: #999;
}

.new-er-p p {
  margin-bottom: 10px;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  text-align: justify;
}

.new-er-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .new-er {
    padding: 2vw;
  }

  .new-er-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #333;
  }

  .new-er-name {
    color: #333;
  }

  .new-er-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
  }

  .new-er-p p {
    font: 400 16px/30px "微软雅黑";
    color: #333;
  }
}
