.new {
  padding: 0.47rem 0 1.92rem;
}
.new .main {
  border-top: 0.01rem solid #D8D8D8;
  padding-bottom: 1.78rem;
  gap: 0.54rem;
}
.new .main .item {
  display: flex;
  gap: 0.54rem;
  margin-top: 0.6rem;
}
.new .main .item .scale-box {
  width: 5rem;
  height: 3rem;
  flex-shrink: 0;
    border-radius: 0.05rem;
  overflow: hidden;
  box-shadow: 0rem 0rem 0.23rem 0rem rgba(0,0,0,0.1);
}
.new .main .item .scale-box.video-box:hover video{
    transform: scale(1);
}

.new .main .item .text {
  padding-top: 0.28rem;
  flex: 1;
}
.new .main .item .text .tit {
  font-weight: 700;
  font-size: 0.2rem;
  color: #030303;
  margin-bottom: 0.16rem;
}
.new .main .item .text .tit:hover {
  color: #003E95;
}
.new .main .item .text .txt {
  min-height: 0.7rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #8B8B8B;
  line-height: 0.32rem;
  margin-bottom: 0.45rem;
}
.new .main .item .text .tip {
  min-width: 0.88rem;
  height: 0.32rem;
  width: fit-content;
  padding: 0 0.08rem;
  text-align: center;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #00AB7B;
  font-weight: 400;
  font-size: 0.16rem;
  color: #00AB7B;
  line-height: 0.32rem;
  margin-bottom: 0.27rem;
}
.new .main .item .text .foot {
  display: flex;
  justify-content: space-between;
}
.new .main .item .text .foot .time {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.new .main .item .text .foot .share {
  width: 0.21rem;
  height: 0.21rem;
}
.newDetails {
  padding: 0.4rem 0 1.97rem;
}
.newDetails .main {
  border-top: 0.01rem solid #D8D8D8;
}
.newDetails .main .tit {
  margin-top: 1.02rem;
  font-weight: 700;
  font-size: 0.28rem;
  color: #030303;
  margin-bottom: 0.24rem;
}
.newDetails .main .data {
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
  padding-bottom: 0.66rem;
  border-bottom: 0.01rem solid #D8D8D8;
}
.newDetails .main article {
  padding: 0.66rem 0 1.42rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #444444;
  line-height: 0.32rem;
}
.newDetails .main article img {
  width: revert-layer;
  height: auto;
}
.newDetails .main .newPage {
  display: flex;
  justify-content: space-between;
}
.newDetails .main .newPage .newPage-next {
  margin-left: auto;
}
.newDetails .main .newPage a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #444444;
  display: flex;
  align-items: center;
  gap: 0.27rem;
}
.newDetails .main .newPage a img {
  width: 0.2rem;
  height: 0.2rem;
}
.newDetails .main .newPage a span {
  max-width: 5rem;
}
.new .pageWrap {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.new .pageWrap .page-numbers {
  min-width: 0.36rem;
  height: 0.36rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #d8d8d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #444444;
}
.new .pageWrap .page-numbers.current {
  color: #ffffff;
  background-color: #003e95;
  border-color: #003e95;
}


@media screen and (max-width:1042px){
  .new{
    padding: 20px 0;
  }
  .new .main{
    padding-bottom: 60px;
  }
  .new .main .item{
    flex-direction: column;
    margin-top: 40px;
    gap: 10px;
  }
  .new .main .item .scale-box{
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
  }
  .new .main .item .text{
    padding-top: 0;
  }
  .new .main .item .text .tit{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .new .main .item .text .txt{
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 10px;
  }
  .new .main .item .text .tip{
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 10px;
  }
  .new .main .item .text .foot .time{
    font-size: 14px;
  }

  .newDetails{
    padding: 20px 0 50px;
  }
  .newDetails .main .tit{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .newDetails .main .data{
    font-size: 14px;
    padding-bottom: 20px;
  }
  .newDetails .main article{
    padding: 30px 0 50px;
    font-size: 14px;
    line-height: 2;
  }

  .newDetails .main .newPage{
    flex-direction: column;
  }
  .newDetails .main .newPage a{
    font-size: 14px;
  }
  .newDetails .main .newPage .newPage-next{
    margin: 5px auto 0 0;
  }
  .newDetails .main .newPage .newPage-next a{
    flex-direction: row-reverse;
  }
}





