.news-header {
  padding: 30px;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}

.news-meta {
  color: #999;
}

.news-meta span {
  padding: 0 10px;
}

.news-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
}

.news-content {
  font-size: 16px;
}

.news-content u {
  text-decoration: none;
}
.news-content strong {
  font-weight: bolder;
  font-size: 17px;
}
.news-content a:hover {
  color: #1e87f0;
}
.news-content p {
  line-height: 2;
  margin-bottom: 20px;
}
.news-content img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 6px;
  vertical-align: middle;
  margin-left: auto !important;
  margin-right: auto !important;
}
.news-content pre {
  background: #262626;
  color: #eee;
  border-left: 5px solid #006eff;
  cursor: text;
  font-size: 13px;
}
.news-content pre code {
}
.news-content h1 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.8rem !important;
}
.news-content h1:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  background: #006eff;
  box-shadow: 3px 0px 10px -1px #006eff;
  border-radius: 2px;
}
.news-content h2 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px !important;
}
.news-content h2:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  background: #006eff;
  box-shadow: 3px 0px 10px -1px #006eff;
  border-radius: 2px;
}
.news-content h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px !important;
}
.news-content h3:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #006eff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  box-shadow: 0px 0px 10px 2px #006eff;
}
.news-content table {
  border: 1px solid #eee;
}
.news-content table th {
  color: #222;
  font-weight: bold;
  font-size: 15px !important;
  border-right: 1px solid #eee;
}
.news-content table td {
  border-right: 1px solid #eee;
}
.news-content ol {
  margin: 20px 0;
  display: block;
  list-style-type: decimal;
  padding-left: 20px;
}
.news-content ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  line-height: 46px;
  border-bottom: 1px dashed #f4f4f4;
  position: relative;
  padding-left: 5px;
  list-style: decimal;
}
.news-content ol li::marker {
  color: #006eff;
}
.news-content ul {
  list-style: none;
  padding: 0;
}
.news-content ul li {
  line-height: 46px;
  border-bottom: 1px dashed #f4f4f4;
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.news-content ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #006eff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}
