@import url("/css/isNav.css");

/* 结果区域 */
.product-info__container {
  margin: 0 auto;
  width: 1200px;
}

.component-breadcrumb {
  height: 40px;
  line-height: 40px;
}

.breadcrumb-item {
  font-size: 12px;
  color: var(--info-color);
}

/* 结果区域 */

.product-info__container .news-detail-main {
  background: #fff;
  padding: 40px 100px 50px;
}

.news-detail-main .news-title {
  font-size: 24px;
  text-align: center;
}

.news-detail-main .news-time {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 12px;
}

.news-detail-main .news-time span {
  vertical-align: middle;
  padding: 0 30px;
}

.news-detail-main .news-time i {
  *display: inline;
  display: inline-block;
  zoom: 1;
  width: 400px;
  height: 1px;
  background: #dedede;
  vertical-align: middle;
}

.news-detail-main .news-content {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 40px;
}
