.breadcrumb {
  padding: 28px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: unset;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.breadcrumb a {
  color: #666666;
}
.breadcrumb > li:nth-child(2):before {
  content: unset !important;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  content: ">";
}
.icon-news-mbx {
  margin-right: 8px;
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url(../images/where.png) no-repeat;
}
.article_content .article_title {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
.article_content .article_title h3 {
  font-size: 30px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #444444;
  margin-bottom: 10px;
}
.article_content .article_title .time {
  font-size: 14px;
  line-height: 48px;
  color: #999;
  padding-bottom: 6px;
}
.article_content .view {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333333;
}
