.img-top .navbar {
  border-bottom: 0.25rem solid #ef5904;
}
#bread-container {
  padding-top: 6rem;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #f2f3f5;
}
.bread-nav .nav-pills .nav-item {
  background-color: #f7f8fa;
  margin-top: 0.63rem;
  margin-right: 0.63rem;
}

#new-container {
  display: flex;
  min-height: 59.3vh;
  padding-top: 2.5rem;
  justify-content: space-between;
}
.left-container {
  width: 4.5rem;
  height: fit-content;
  border: 1px solid #f7f8fa;
  position: sticky;
  top: 11rem;
}
.left-container .time-content,
.left-container .tag-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-container .time-content {
  width: 100%;
  height: 4.25rem;
  flex-direction: column;
}
.left-container .tag-name {
  width: 100%;
  color: #86909c;
  height: 1.875rem;
  font-size: 0.75rem;
  background-color: #f7f8fa;
}
.left-container .time-content .day {
  font-size: 1.875rem;
  color: #86909c;
  line-height: 2.1875rem;
  font-weight: bold;
}
.left-container .time-content .time {
  color: #86909c;
  font-size: 0.75rem;
  font-weight: bold;
}

.center-container {
  flex: 1;
  margin: 0 1.25rem;
  padding-bottom: 1.25rem;
}
.center-container .title {
  color: #1d2129;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}
.center-container .sub-title {
  color: #86909c;
  font-size: 0.875rem;
  padding: 0.625rem 0 1.25rem 0;
  border-bottom: 1px solid #e5e6eb;
}

.center-container .content {
  color: #4e5969;
  line-height: 1.5rem;
  font-size: 1rem;
  padding-top: 1.25rem;
}
/* 处理富文本内图片过大的问题 */
.center-container .content img {
	max-width: 100% !important;
}
.right-container {
  width: 16.25rem;
  padding: 0 1.25rem;
  background: #f7f8fa;
  height: fit-content;
  position: sticky;
  top: 11rem;
}
.right-container .nav-content,
.right-container .right-item {
  padding: 0.625rem 0;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #eeeeee;
}
.right-container .right-item {
	cursor: pointer;
}
.right-container .right-item:hover {
	opacity: .65;
}

.right-container .right-item:last-child {
  border-bottom: none;
}
.right-container .nav-title {
  color: #333333;
  display: inline;
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1875rem solid #ef5904;
}

.right-container .item-title {
  color: #1d2129;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 0.375rem;
	transition: all .6s;
}
.right-container .item-content {
  color: #86909c;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media screen and (max-width: 750px) {
  #new-container {
    flex-direction: column;
    padding-top: 1rem !important;
  }
  .left-container {
    display: none;
  }
  .center-container {
    margin: initial !important;
  }
  .right-container {
    padding: 0 0.625rem;
    width: initial !important;
    margin: 2rem 0;
  }
}
