.news-detail {
  background: #F9F9F9;
  padding-bottom: 0.75rem;
  padding-top: 0.25rem;
}
.news-detail .navbar {
  margin-left: 3rem;
  border-left: 4px solid #17449A;
  padding-left: 0.075rem;
  font-size: 0.2rem;
  
  font-weight: normal;
  color: #666666;
  margin-bottom: 0.725rem;
}
.news-detail .title {
  font-size: 0.375rem;
  
  font-weight: bold;
  color: #303030;
  margin:0 0 0.35rem;
  text-align: center;
}
.news-detail .info {
  margin: 0 3.475rem;
  font-size: 0.2rem;
  
  font-weight: normal;
  color: #666666;
  padding: 0 5.5rem 0.1rem;
  display: flex;
  justify-content: space-around;
  border-bottom: 0.0125rem dashed rgba(50,50,49,0.5);
}
.news-detail .news-content {
  font-size: 0.225rem;
  
  font-weight: normal;
  color: #666666;
  line-height: 0.45rem;
  margin: 0.5rem 3.475rem 0.506rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0125rem dashed rgba(50,50,49,0.5);
}
.news-detail .news-content img {
  margin: 0 auto 1rem;
  display: block;
  /*width: 10rem;*/
  height: auto;
}
.news-detail .cut-over {
  margin: 0.25rem 3.475rem 0.75rem;
  font-size: 0.225rem;
  
  color: #666666;
  line-height: 0.45rem;
  display: flex;
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  flex-direction: column;
}
.news-content{
  text-indent: 2em;
}
.news-detail .cut-over a:hover {
  color: #17449A;
}
.news-detail .back.md.lg {
  font-size: 0.25rem;
  
  font-weight: normal;
  padding: 0.1rem 0.45rem;
  border-radius: 0.05rem;
  background-color: #17449A;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.news-detail .back.md.lg a {
  color: #FFFFFF;
}

@media (max-width: 820px) {
  .news-detail {
    padding: 1.143rem;
  }
  .news-detail .navbar {
    border-left: 0.286rem solid #1A75BB;
    padding-left: 0.429rem;
    color: #666666;
    font-size: 14px;
    margin: 0;
  }
  .news-detail .title {
    margin-top: 1.429rem;
    font-size: 1.429rem;
    margin-bottom: 0;
  }
  .news-detail .info {
    padding: 0;
    justify-content: center;
    align-items: center;
    margin: 0.857rem 0 0.714rem;
    border: none;
    font-size: 0.857rem;
    color: #666666;
  }
  .news-detail .info .time {
    margin-right: 1.429rem;
  }
  .news-detail .news-content {
    padding: 0.857rem 0;
    border-bottom: 1px dashed rgba(50,50,49,0.5);
    border-top: 1px dashed rgba(50,50,49,0.5);
    font-size: 1rem;
    
    font-weight: normal;
    color: #666666;
    line-height: 2.286rem;
    margin-left: 0;
    margin-right: 0;
  }
  .news-detail .news-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /*margin: 1.357rem 0;*/
  }
  .news-detail .news-content p {
    text-indent: 2em;
  }
  .news-detail .cut-over {
    display: flex;
    margin: 1.143rem 0 0;
    flex-wrap: wrap;
  }
  .news-detail .cut-over a {
    font-size: 0.896rem;
    
    font-weight: 400;
    color: #666666;
    line-height: 2.571rem;
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

/*# sourceMappingURL=newDetail.css.map */
