body {
  background: #fff;
}
.news-list {
  min-height: calc((var(--vh, 1vh) * 100) - 93px - 140px);
  padding-bottom: 1rem;
  background: #fff;
  min-width: 1560px;
  width: 100%;
  margin: 0 auto;
}
.news-list .news_bg {
  width: 100%;
  height: 2.5rem;
  background: url(../images/news/news_bg.png) center 0 / cover no-repeat;
  padding-top: 0.6rem;
  margin-bottom: 0.2rem;
}
.news-list .news_bg p {
  text-align: center;
  color: var(--theme-color);
  font-weight: 700;
  user-select: none;
}
.news-list .news_bg p:nth-child(1) {
  font-size: 0.5rem;
  margin-bottom: 0.1rem;
}
.news-list .news_bg p:nth-child(2) {
  font-size: 0.3rem;
}
.news-list .news-list-ul li {
  padding: 0.3rem 0;
  border-bottom: 0.01rem solid var(--border-color);
}
.news-list .news-list-ul li a {
  display: flex;
  position: relative;
}
.news-list .news-list-ul li .img {
  width: 3.36rem;
  height: 1.92rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.news-list .news-list-ul li .img img {
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
}
.news-list .news-list-ul li .img:hover img {
  transform: scale(1.1);
}
.news-list .news-list-ul li .cont {
  flex: 1;
  padding-top: 0.14rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list .news-list-ul li .cont .tit {
  font-size: 0.2rem;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .news-list-ul li .cont .tit:hover {
  color: var(--theme-color);
}
.news-list .news-list-ul li .cont .time {
  font-size: 0.18rem;
  color: #a5a5a5;
  padding-left: 0.06rem;
}
.news-list .news-list-ul li .look {
  position: absolute;
  bottom: 0.09rem;
  right: 0.19rem;
  width: 1.58rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  border-radius: 0.5rem;
  border: 0.01rem solid var(--border-color);
  font-size: 0.14rem;
  color: #a5a5a5;
}
.news-list .news-list-ul li .look i {
  position: absolute;
  top: 0.2rem;
  right: 0.19rem;
  width: 0.22rem;
  height: 0.01rem;
  background-color: var(--border-color);
}
.news-list .news-list-ul li .look i::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0.08rem;
  height: 0.01rem;
  background-color: var(--border-color);
  transform: rotate(35deg);
  transform-origin: 100% 0;
}
.news-list .news-list-ul li .look:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: #fff;
}
.news-list .news-list-ul li .look:hover i {
  background-color: #fff;
}
.news-list .news-list-ul li .look:hover i::after {
  background-color: #fff;
}
.news-list .pages {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.2rem 0;
}
.news-list .pages .total {
  font-size: 0.16rem;
  color: #a5a5a5;
}
.news-list .pages .m-style {
  width: auto;
}
.news_detail {
  min-height: calc(var(--vh, 1vh) * 100 - 93px - 140px);
}
.news_detail .news_detail_title {
  padding-top: 0.15rem;
  padding-bottom: 0.26rem;
  margin-bottom: 0.26rem;
  border-bottom: 0.02rem solid #efefef;
}
.news_detail .news_detail_title p {
  text-align: center;
}
.news_detail .news_detail_title .tit {
  font-size: 0.23rem;
  margin-bottom: 0.2rem;
}
.news_detail .news_detail_title .time {
  font-size: 0.16rem;
}
.news_detail .nd_content {
  font-size: 0.14rem;
  line-height: 2;
}
.news_detail .nd_content img {
  display: block;
  margin: 0.2rem auto;
  max-width: 100%;
}
.news_detail .nd_content p {
  text-indent: 0.28rem;
}
.news_detail .nd_content table,
.news_detail .nd_content .table {
  max-width: 100%;
}
.news_detail .nd_content table table,
.news_detail .nd_content .table table {
  margin: 0 auto;
}
.news_detail .nd_content .table {
  position: unset;
  transform: unset;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  header::after {
    content: '新闻资讯';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.36rem;
    font-weight: 700;
    color: #000;
  }
  .news-list {
    background: unset;
    padding-top: 1.2rem;
    overflow: hidden;
    min-height: calc(var(--vh, 1vh) * 100);
    min-width: unset;
  }
  .news-list .news_bg {
    display: none;
  }
  .news-list .news-list-ul li {
    padding: 0.3rem 0;
    margin: 0 0.3rem;
    border-bottom: 1px dashed #ccc;
  }
  .news-list .news-list-ul li .cont .tit {
    font-size: 0.28rem;
  }
  .news-list .news-list-ul li .cont .time {
    font-size: 0.24rem;
  }
  .news-list .news-list-ul li .look {
    display: none;
  }
  .news-list .pages {
    justify-content: center;
    transform: scale(1.2);
  }
  .news_detail .news_detail_title {
    padding-top: 0.36rem;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    border: none;
  }
  .news_detail .news_detail_title .tit {
    color: var(--theme-color);
    font-size: 0.36rem;
    margin-bottom: 0.16rem;
  }
  .news_detail .news_detail_title .time {
    font-size: 0.24rem;
    color: #999;
  }
  .news_detail .nd_content {
    padding: 0 0.3rem;
    font-size: 0.28rem;
  }
  .news_detail .nd_content img,
  .news_detail .nd_content .image {
    max-width: 100%;
    height: auto;
  }
  .news_detail .nd_content table,
  .news_detail .nd_content .table {
    max-width: 100%;
  }
  .news_detail .nd_content p {
    font-size: 0.28rem;
  }
}
