.newsWrapper {
  padding: 0.78rem 0;
}

.newsCenter {
  width: 90%;
  max-width: 13.74rem;
  margin: 0 auto;
}

.newsItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.newsImg {
  width: 4.5rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.14rem;
}

.newsImg>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.newsInfo {
  width: 8.9rem;
}

.newsItem:hover .newsTitle {
  color: #0069a6;
}

.newsItem:hover .newsImg>img {
  transform: scale(1.05);
}

.newsTitle {
  font-family: Arial;
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  transition: all 0.6s;
}

.newsLine {
  width: 0.49rem;
  height: 0.03rem;
  background: #0069a6;
  border-radius: 0.02rem;
  margin: 0.23rem 0;
}

.newsDesc {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
}

.newsTime {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  margin-top: 0.4rem;
}

.pageWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  margin-top: 1.05rem;
}

.pageWrapper a {
  height: 0.38rem;
  border: 1px solid #cecece;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
}
.pageGo,
.pageHome {
  width: 1.05rem;
}

.pageItem {
  width: 0.38rem;
}

.pageWrapper a.active,
.pageWrapper a:hover {
  background: #0069a6;
  border: 1px solid #0069a6;
  color: #ffffff;
}

.pageLast {
  width: 0.76rem;
}

.pageSelect {
  width: 1.26rem;
  height: 0.38rem;
  border: 1px solid #cecece;
  gap: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageSize {
  appearance: none;
}

.pageSelect img {
  width: 0.15rem;
  height: 0.13rem;
}

/* 新闻详情 */

.newsDetail {
  padding: 0.78rem 0 1.02rem;
}

.newsDetailCenter {
  width: 90%;
  max-width: 14.04rem;
  margin: 0 auto;
}

.newsDetailTitle {
  font-family: Arial;
  font-weight: bold;
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.2rem;
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f0f0f0;
}

.newsMsg {
  display: flex;
  gap: 0.26rem;
  align-items: center;
  margin-top: 0.24rem;
  justify-content: center;
}

.newsMsg .item {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.newsMsg .item > img {
  width: 0.19rem;
  height: auto;
}

.newsMsg .item:nth-child(2) > img {
  width: 0.23rem;
}

.newsMsg .item > span {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}

.newsRichText {
  margin-top: 0.45rem;
}

.newsRichText > p {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.newsNav {
  margin-top: 0.78rem;
}

.newsNav .item + .item {
  margin-top: 0.15rem;
}

.newsNav .item {
  height: 0.56rem;
  display: flex;
  align-items: center;
  padding: 0 0.18rem;
  border: 1px solid #cecece;
}

.newsTip {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0069a6;
}

.newsNav .item a {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  margin-left: 0.12rem;
}

.newsNav .item a:hover {
  color: #0069a6;
}

.newsDetailTime {
  margin-left: auto;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}

@media screen and (max-width: 1024px) {
  .newsCenter {
    width: 94%;
  }
  .newsItem {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsImg {
    width: 100%;
    height: auto;
  }

  .newsInfo {
    width: 100%;
    margin-top: 0.3rem;
  }

  .newsTitle {
    font-size: 0.3rem;
  }
  .newsDesc {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .newsTime {
    font-size: 0.24rem;
  }
  .pageSelect,
  .pageLast,
  .pageHome {
    display: none !important;
  }
  .pageWrapper {
    margin-top: 0.6rem;
  }
  .pageWrapper a {
    height: 0.42rem;
    font-size: 0.24rem;
  }
  .pageGo,
  .pageHome {
    width: 1.6rem;
  }
  .pageItem {
    width: 0.42rem;
  }

  .newsDetailTitle{
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .newsMsg .item > span{
    font-size: 0.24rem;
  }
  .newsMsg .item > img{
    width: 0.28rem
  }
  .newsMsg .item:nth-child(2) > img{
    width: 0.32rem;
  }
  .newsRichText > p{
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .newsDetailCenter{
    max-width: 90%;
  }

  .newsDetailTime{
    font-size: 0.24rem;
    margin-left: 10px;
    white-space: nowrap;
  }
  .newsNav .item{
    height: 0.7rem;
  }
  .newsNav .item a,
  .newsTip{
    font-size: 0.24rem;
  }
  .newsNav{
    margin-top: 0.5rem;
  }
}
