/* 详情 */
.newsDetail {
    margin: 0 auto;
    padding: 0.4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newsDetail-left {
    width: 10.8rem;
    background: #fff;
    padding: 0.56rem 0.4rem;
}

.newsDetail-title {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.newsDetail-time {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 0.24rem;
    text-align: center;
}
.newsDetail-content {
    margin-top: 0.29rem;
    padding-top: 0.4rem;
    border-top: 0.01rem solid #E6E6E6;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
}
.newsDetail-content * {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
}

.newsDetail-right {
    width: 4.26rem;
    background: #FFFFFF;
    padding: 0 0.45rem;
}

.newsDetail-next {
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #E6E6E6;
    cursor: pointer;
}

.newsDetail-next p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.newsDetail-next img {
    width: 0.16rem;
    margin-left: 0.1rem;

}

.newsDetail-des {
    padding: 0.35rem 0;
}

.newsDetail-des-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.newsDetail-des-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    margin: 0.22rem 0;
}

.newsDetail-des-img {
    width: 100%;
}

.newsDetail-des-img img {
    width: 100%;
    height: auto;
}












@media screen and (max-width: 1024px) { 
  .newsDetail {
      flex-direction: column;
  }
  .newsDetail-left {
      width: 100%;
  }
  .newsDetail-title {
      font-size: .36rem !important;
  }
  .newsDetail-content P{
      text-indent: 2em;
  }
  .newsDetail-content img{
      margin: .3rem 0;
  }
  
  .newsDetail-right {
    margin-top: .5rem;   
    width: 100%;
  }
  
  
}





















