﻿.news-detail-wrapper {
  padding-top: 154px;
}

.news-detail-wrapper .main-container {
  float: left;
  width: 796px;
  padding: 30px 52px;
  background: #fff;
}

.news-detail-wrapper .main-container .title {
  width: 100%;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 800;
  color: #000;
}

.news-detail-wrapper .main-container .remarks {
  font-size: 14px;
  font-weight: 400;
  color: #949494;
}

.news-detail-wrapper .main-container .remarks:after {
  content: "";
  display: block;
  margin: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.news-detail-wrapper .main-container .remarks .source {
  margin-right: 20px;
}

.news-detail-wrapper .main-container .remarks .source a {
  color: #949494;
}

.news-detail-wrapper .main-container .remarks .time1 {
  margin-right: 8px;
}

.news-detail-wrapper .main-container .remarks .read-box {
  float: right;
  font-size: 0;
}

.news-detail-wrapper .main-container .remarks .read-box img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

.news-detail-wrapper .main-container .remarks .read-box span {
  font-size: 14px;
  vertical-align: middle;
}

.news-detail-wrapper .main-container .content {
  margin-bottom: 50px;
  font-size: 16px;
  line-height:28px;
}

.news-detail-wrapper .main-container .content p img {
  display: block;
  margin: 0px auto;
  padding: 20px 0 20px 0;
  max-width: 100% !important;
  height: auto !important;
}

.news-detail-wrapper .main-container .content p:last-child img {
  padding-bottom: 0;
}

.news-detail-wrapper .main-container .content p {
  line-height: 26px;
}

.news-detail-wrapper .main-container .reading {
  margin-bottom: 34px;
}

.news-detail-wrapper .main-container .reading .text {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.news-detail-wrapper .main-container .reading .reading-list .reading-item {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #dd4d30;
}

.news-detail-wrapper .main-container .reading .reading-list .reading-item a {
  font-size: 14px;
  font-weight: 400;
  color: #dd4d30;
}

.news-detail-wrapper .main-container .reading .reading-list .reading-item:last-child {
  margin-bottom: 0;
}

.news-detail-wrapper .main-container .tags-box .tags .tags-item {
  float: left;
  width: auto;
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  text-align: center;
  background: #f1f1f1;
  border-radius: 16px;
}

.news-detail-wrapper .main-container .tags-box .tags .tags-item a {
  color: #6b6b6b;
}

.news-detail-wrapper .main-container .tags-box .tags .tags-item:last-child {
  margin-right: 0px;
}
