/* @新闻详情页 */
.headnav{
  background-color: rgba(0, 104, 235, 1);
  position: relative;
}
.news-detail-wrap{
  width: 100%;
}
.news-detail-main{
  width: 85%;
  margin: 1rem 0 1rem 10%;
  position: relative;
  min-height:750px;
}
.news-detail-main *{
  color: #3f3f3f;
}
.news-detail-main .title{
  color: #000;
}
.news-detail-main table{
    max-width: 100% !important;
}
.news-detail-main
.detail-left{
  width: 100%;
  padding-right:30%;
  box-sizing: border-box;
}
.news-detail-main
.detail-right{
  width: 28%;
  position: absolute;
  right:0;
  top:1.8rem;

}
.news-detail-main
.detail-left img{
  width: 100%;
  display: block;
  margin-bottom: 0.3rem;
}
.news-detail-main video{
  width: 100%;
  display: block;
  margin-top: 0.3rem;
  object-fit: cover;    
  height: auto;
}
.news-detail-main video.videoss{
  object-fit: contain;
  height: 600px;
}
.detail-left .title{
  font-size: 3.125vw;
  /* font-size: 0.36rem; */
  /* font-family: 'PingFang SC Regular'; */
  /* font-weight: bold; */
  /* line-height: 0.5rem; */
}
.detail-left .title2{
  font-weight: bold;
  margin: 0.5rem 0 0.3rem;
}
.detail-left .intro{
  margin: 0.15rem 0;
}
.news-detail-main
.share-wrap{
  width: 100%;
  height: 0.55rem;
  border-bottom: #D8D8D8 solid 1px;
  margin-bottom: 0.3rem;
}
.share-wrap .code{
  position: absolute;
  bottom:0.4rem;
  width: 1.8rem;
  height: 1.8rem;
  left:-0.9rem;
  display: none;
}
.share-wrap a{
  position: relative;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.share-wrap .wechat{
  width: 0.34rem;
  height: 0.28rem;
}
.share-wrap .wechat:hover .code{
  display: block;
}
.share-wrap .weibo{
  width: 0.38rem;
  height: 0.32rem;
}
.share-wrap .linkedin{
  width: 0.29rem;
  height: 0.28rem;
}
.share-wrap img{
  width: 100%;
  position: absolute;
}
.news-detail-main p{
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.news-detail-main .nav{
  margin: 0.8rem 0 0;
  text-align: center;
}
.news-detail-main .nav a{
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.news-detail-main .prev,
.news-detail-main .next{
  display: inline-block;
  margin: 0 0.3rem;
}
.swiper-button-prev{
  float: left;
}
.news-detail-main .prev span,
.news-detail-main .next span{
  line-height: 0.44rem;
  height: 0.44rem;
  color: #0069D5;
}
.swiper-button-prev,
.swiper-button-next{
  position: static;
  display: inline-block;
  margin-right:0.15rem;
  transform: none;
  margin-top: 0;
}

.swiper-button-next{
  float: right;
  margin-left:0.15rem;
}

.detail-right .title{
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.34rem;
  height: 40px;
  border-bottom: #D8D8D8 solid 1px;
}
.detail-right .email{
  margin-bottom:0.8rem;
}
.detail-right .email a:hover{
    color: #0068EB;
}
.detail-right .news-ul{
  margin-top:0.3rem;
}
.detail-right .news-li span{
  /* line-height: 0.34rem;
  font-size: 0.16rem; */
  font-size: 1.1vw;
  line-height: 2.0;
}
.detail-right .news-li span a{
    transition: all .3s;
}
.detail-right .news-li span a:hover{
    color: #0068EB;
}
.detail-right .news-li{
  position: relative;
  margin-bottom: 0.3rem;
}
.detail-right .news-li .date{
  height: 100%;
  width: 1.3rem;
  position: absolute;
  display: block;
  padding: 0 0.1rem;
}
.detail-right .news-li .date::before{
  content: '';
  width: 0.3vw;
  height:0.3vw;
  border-radius: 100%;
  background: #666666;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1vw;
}
.detail-right .news-li .text{
  position: relative;
  padding-left: 1.3rem;
}
.news-detail-main
.detail-left iframe{
  margin: 0.3rem  auto;
  display: block;
}
.swicth .swiper-button-next,
.swicth .swiper-button-prev{
    border-color: #0068EA;
    background-size: auto 100%;
}
.swicth .swiper-button-prev{
    background-image: url(https://www.momenta.cn/images/Explore3.png);
    background-position: left center;
}
.swicth .swiper-button-prev:hover{
    background-position: left 100% center;
}
.swicth .swiper-button-next{
    background-image: url(https://www.momenta.cn/images/Explore2.png);
    background-position: right center;
}
.swicth .swiper-button-next:hover{
    background-position: right 100% center;
}
.newsinfo ul{
  list-style: inherit;
}
.newsinfo ul li{
  list-style: inherit;
}
.newsinfo a{
  color: #0068E7;
}
.newsinfo a span{
  color: #0068E7 !important;
}
@media (max-width: 1024px){
  .news-detail-main{
    margin:1rem auto;
    min-height: 200px;
  }
  .news-detail-main .detail-right{
      position: static;
      width: 100%;
      padding-top: 1.5rem;
  }
  .detail-right .title:nth-child(3){
      display: none;
  }
  .news-detail-main .news-ul{
      display: none;
  }
  .news-detail-main .detail-left{
    padding: 0;
  }
  .detail-left .title2{
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .news-detail-main p{
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .detail-left .intro{
      margin: .2rem 0;
      color: #3F3F3F;
  }
  .detail-left .title{
    font-size: 0.46rem;
    /* line-height: 0.55rem; */
    color: #191E28;
    font-weight: normal;
    margin-bottom: .5rem;
  }
  .detail-right .email,
  .detail-right .title{
      font-size: 14px;
      line-height: 30px;
      height: 30px;
  }
  .share-wrap .code{
    left: 0;
  }
  .news-detail-main .share-wrap{
      height: 0;
  }
  .news-detail-main .share-wrap a{
      display: none;
  }
}
@media (max-width: 767px){
  .swicth .swiper-button-next,
  .swicth .swiper-button-prev{
    float: none;
    width: .48rem;
    height: .48rem;
    margin-top: -2px;
    vertical-align: middle;
  }
  .news-detail-main p{
    line-height: 0.53rem;
  }
}

@media screen and (max-width: 1400px)  {
  /* 移动端英文样式 */
  .detail-right .news-li .date {
      font-size: 1.6vw;
  }
}

@media screen and (max-width: 1200px)  {
  .detail-right .news-li .date {
      font-size: 1.7vw;
      line-height: 1.6;
  }

}