@charset "utf-8";

body {
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none
}

p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width:1000px) {
  .newsbanner {
    display: none !important;
  }

  .wapnewsbanner {
    width: 100%;
  }

  .wapnewsbanner img {
    width: 100%;
  }

  .news {
    width: 95% !important;
  }

  .news .newslist {
    flex-direction: column !important;
  }

  .news .newslist .item {
    width: 100% !important;
  }

  .pagebar .pagination {
    justify-content: center !important;
    margin: 5% 0 5% 0 !important;
  }

  .newsxq .xqlist .item1 {
    font-size: 1.5rem !important;
    margin: 3% 1% 3% 3% !important
  }

  .newsnr {
    width: 95% !important;
  }
}

@media screen and (min-width:1000px) {
  .wapnewsbanner {
    display: none;
  }
}

/* banner */
.newsbanner {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.newsbanner img {
  width: 100%;
}

.news {
  width: 80%;
  margin: auto;
}

.news .newslist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5% 0 10% 0;

}

.news .newslist .item {
  width: 30%;
  /* border: 1px solid #000; */
  margin: 0 3% 3% 0;
  background: rgba(144, 161, 190, 0.1);
  overflow: hidden;
}

.news .newslist .item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;

}

.news .newslist .item a img {
  width: 100%;
  transition: all 1s linear;
  overflow: hidden;
}

.news .newslist .item a span:nth-child(2) {
  width: 95%;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 1);
  margin: 5% 0 3% 3%;
  text-align: center;
}

.news .newslist .item a span:nth-child(3) {
  width: 95%;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 1);
  padding: 2% 0 5% 3%;
  text-align: center;
}

.news .newslist .item:hover a img {
  transform: scale(1.1);
  transition: all 1s linear;
  overflow: hidden;
}

.news .newslist .item:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 1);
}


/* 详情 */
.newsxq {
  width: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.8); */
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
}

.newsxq .xqlist {
  display: flex;
  flex-direction: column;
}

.newsxq .xqlist .item1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 3% 0 3% 0;
}

.newsxq .xqlist .item2 {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 2% 0;
}

.newsnr {
  width: 80%;
  margin: auto;
}

.newsnr .content {
  display: flex;
  flex-direction: column;
  margin: 5% 0 5% 0;
}

.newsnr .content p {
  font-size: 1.0rem;
  color: rgba(0, 0, 0, 1);
  line-height: 1.8rem;
  margin: 0 0 2% 0;
}

.newsnr .content p img {
  width: 100%;
}