#breadcrumb {
  background: #fafafa;
}
#breadcrumb .breadcrumb {
  margin-top: 1rem;
}
#breadcrumb .breadcrumb li a {
  text-decoration: unset;
  color: #333;
}
#breadcrumb .breadcrumb li a:hover {
  color: #ee2624;
}

#article .article_name {
  display: block;
  margin: 0.75rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}
#article .tag_item {
  background: #eee;
  color: #999;
  display: inline-block;
  padding: 0 0.75rem 0 0.25rem;
  margin: 0 0.75rem 0.75rem 0;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#article .tag_item:after {
  background: #fff;
  border-bottom: 0.75rem solid transparent;
  border-left: 0.75rem solid #eee;
  border-top: 0.75rem solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
#article .tag_item:hover {
  background: #ee4d2d;
  color: white;
}
#article .tag_item:hover::after {
  border-left: 0.75rem solid #ee4d2d;
}
#article .author {
  display: block;
  color: #ccc;
}
#article .bnt_face {
  text-align: right;
}
@media (max-width: 575.98px) {
  #article .bnt_face {
    text-align: left;
  }
}
#article .menu_content {
  border: 1px solid #dadada;
  background: #f6f6f6;
  margin: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  max-width: 100%;
}
#article .menu_content .title {
  border: none;
  color: black;
  font-weight: bold;
}
#article .menu_content .ul_toc {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#article .menu_content .ul_toc li {
  text-transform: inherit;
  list-style: none !important;
  margin-left: 20px !important;
  line-height: 26px;
}
#article .menu_content .ul_toc li a {
  color: #333;
  text-decoration: unset;
}
#article .content h1 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
#article .content h2 {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
#article .content h3 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
#article .content h4 {
  font-size: 1rem;
  line-height: 1.2rem;
}
#article .related .head {
  margin: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}
#article .related .head span {
  display: inline-block;
  padding-bottom: 0.75rem;
  margin-bottom: -1px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #ee4d2d;
}
#article .related .small .item {
  background: #fafafa;
  margin-top: 24px;
}
#article .related .small .item .img {
  display: inline-block;
  overflow: hidden;
}
#article .related .small .item .img img {
  transition: all 0.3s ease-in-out;
}
#article .related .small .item .img img:hover {
  transform: scale(1.05);
}
#article .related .small .item:first-child {
  margin-top: 0;
}
#article .related .small .item .info {
  padding: 12px;
}
#article .related .small .item .info .name {
  text-decoration: unset;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#article .related .small .item .info .name:hover {
  color: #ee4d2d;
}
#article .related .small .item .info .des {
  margin-top: 5px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#article .related .small .item .info .author {
  color: #ccc;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
#article .related .small .item .info .author .name {
  display: inline;
  color: #ccc;
  text-transform: unset;
  font-size: unset;
  margin-top: unset;
  font-weight: normal;
}
#article .related .small .item .info .author .name:hover {
  color: #ccc;
}
#article .top_view .head {
  margin: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}
#article .top_view .head span {
  display: inline-block;
  padding-bottom: 0.75rem;
  margin-bottom: -1px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #ee4d2d;
}
#article .top_view .body .top_view_item {
  background: #f5f5f5;
}
#article .top_view .body .top_view_item .top_view_name {
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 0 1rem;
}
#article .top_view .body .top_view_item .top_view_name span {
  display: block;
  margin-top: 0.75rem;
  font-weight: bold;
}
#article .top_view .body .top_view_item .author {
  display: block;
  color: #ccc;
  padding: 5px 1rem;
}
#article .featured .head {
  margin: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}
#article .featured .head span {
  display: inline-block;
  padding-bottom: 0.75rem;
  margin-bottom: -1px;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #ee4d2d;
}
#article .featured .body .top_view_item {
  background: #f5f5f5;
}
#article .featured .body .top_view_item .top_view_name {
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 0 1rem;
}
#article .featured .body .top_view_item .top_view_name span {
  display: block;
  margin-top: 0.75rem;
  font-weight: bold;
}
#article .featured .body .top_view_item .author {
  display: block;
  color: #ccc;
  padding: 5px 1rem;
}
