.flex_column_justify_start {
  background: #f9fafb;
}

.new_breadcrumb_box {
  margin-top: var(--top-navigation-all-height);
  padding: 0.6rem 0 0.7rem 0;
  box-sizing: border-box;
}
.new_breadcrumb_box a {
  display: flex;
  align-items: center;
}
.new_breadcrumb_box img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.45rem;
}
.new_breadcrumb_box .el-breadcrumb__inner.is-link,
.new_breadcrumb_box .el-breadcrumb__inner a,
.new_breadcrumb_box .new_breadcrumb_active .el-breadcrumb__inner {
  font-weight: 400;
  font-size: 0.7rem;
  color: #666666;
  line-height: 1.3rem;
}
.new_breadcrumb_box .el-breadcrumb__inner.is-link:hover,
.new_breadcrumb_box .el-breadcrumb__inner a:hover {
  color: var(--el-color-primary);
}

.new_detail_box {
  position: relative;
}
.new_detail_box .new_detail_left_box {
  width: calc(100% - 16.4rem);
  background: #ffffff;
  box-shadow: 0.1rem 0.15rem 0.3rem 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #efefef;
  padding: 1.4rem 1.4rem 2.35rem 1.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new_detail_box .new_detail_left_box .new_detail_title {
  font-weight: 500;
  font-size: 1.7rem;
  color: #262729;
  line-height: 2.4rem;
  word-break: break-word;
}
.new_detail_box .new_detail_left_box .new_detail_time {
  width: 100%;
  font-weight: 400;
  font-size: 0.7rem;
  color: #666666;
  line-height: 1.2rem;
  padding-bottom: 1rem;
  padding-top: 1.1rem;
  border-bottom: 1px solid #eaeced;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.15rem;
}
.new_detail_box .new_detail_left_box .new_detail_time > :not(:last-child) {
  margin-right: 2.2rem;
}
.new_detail_box .new_detail_left_box .new_detail_time img {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.45rem;
}
.new_detail_box .new_detail_left_box .new_detail_img {
  width: 100%;
  max-width: 34.5rem;
  height: 5.8rem;
  object-fit: cover;
  margin: auto;
}
.new_detail_box .new_detail_left_box .html_vue_box {
  width: 100%;
}
.new_detail_box .new_right_box {
  position: fixed;
  right: calc(50% - 30rem);
  top: var(--top-navigation-all-height);
  margin-top: 2.6rem;
  z-index: 2;
}
.new_detail_box .new_right_box.new_right_box_two {
  position: absolute;
  top: unset;
  bottom: 0;
}

.next_btn_box:hover div {
  color: var(--el-color-primary);
}

.next_btn_box + .next_btn_box {
  margin-top: 0.8rem;
}

.next_btn_box {
  width: 100%;
  height: 2.4rem;
  background: #f5f5f5;
  border-radius: 0.2rem;
  padding: 0 0.75rem;
  box-sizing: border-box;
  line-height: 2.4rem;
  font-size: 0.7rem;
  cursor: pointer;
  color: #666666;
  display: flex;
}
.next_btn_box div {
  color: #262729;
  font-weight: 500;
  font-size: 0.8rem;
}
.next_btn_box .ellipsis_one {
  width: calc(100% - 3.2rem);
}

.new_related_rec_box {
  background: #ffffff;
  box-shadow: 0.1rem 0.15rem 0.3rem 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #efefef;
  width: calc(100% - 16.4rem);
  margin-top: 1.2rem;
  padding: 1.2rem 1.4rem 1.55rem 1.4rem;
  box-sizing: border-box;
}

.line_box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.7rem;
  height: 0.15rem;
  background: var(--el-color-primary);
}

.line_box {
  width: 100%;
  border-bottom: 1px solid #eaeced;
  margin-bottom: 0.9rem;
  padding-bottom: 0.65rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: #262729;
  line-height: 1.65rem;
  position: relative;
}

.info_item_big_box {
  display: flex;
  flex-direction: column;
}

.info_item {
  font-weight: 400;
  font-size: 0.7rem;
  color: #666666;
  line-height: 1.5rem;
}

.info_item:hover {
  color: var(--el-color-primary);
}

@media screen and (max-width: 767px) {
  .flex_column_justify_start {
    background: #ffffff;
  }
  .new_breadcrumb_box {
    padding: 1.3rem 0;
  }
  .new_breadcrumb_box img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8rem;
  }
  .new_breadcrumb_box .el-breadcrumb__inner.is-link,
  .new_breadcrumb_box .el-breadcrumb__inner a,
  .new_breadcrumb_box .new_breadcrumb_active .el-breadcrumb__inner {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .new_detail_box .new_detail_left_box {
    width: 100%;
    box-shadow: unset;
    border: unset;
    padding: 1rem 0 2.5rem 0;
  }
  .new_detail_box .new_detail_left_box .new_detail_title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .new_detail_box .new_detail_left_box .new_detail_time {
    padding: 0.6rem 0 2.2rem 0;
    font-size: 1.3rem;
    line-height: 1.2rem;
    margin-bottom: 1.3rem;
  }
  .new_detail_box .new_detail_left_box .new_detail_time img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
  }
  .new_detail_box .new_detail_left_box .new_detail_time span:first-of-type {
    max-width: calc(100% - 12.2rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .new_detail_box .new_detail_left_box .new_detail_img {
    width: 100%;
    height: 5.8rem;
  }
  .next_btn_box {
    border-radius: 0.2rem;
    padding: 0 0.75rem;
    line-height: 3.8rem;
    font-size: 1.5rem;
    height: 3.8rem;
  }
  .next_btn_box div {
    font-size: 1.6rem;
  }
  .next_btn_box .ellipsis_one {
    width: calc(100% - 6.6rem);
  }
  .next_btn_box + .next_btn_box {
    margin-top: 1.5rem;
  }
  .new_related_rec_box {
    width: 100%;
    margin-top: 0;
    padding: 1.1rem 0.8rem 1.5rem 0.8rem;
  }
  .line_box {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-bottom: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .line_box::after {
    width: 4.7rem;
  }
  .info_item {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .f-p-b-80 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .new_detail_box .new_right_box {
    right: 2.4rem;
  }
}
