.container {
  max-width: 1640px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.crumbs {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-top: 0px;
  background: #fff;
}

.crumbs .crumbs_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.crumbs .crumbs_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.crumbs .crumbs_box a:hover {
  color: #111;
}

.crumbs .crumbs_box span {
  margin: 0 5px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.crumbs .crumbs_box p {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.new_detail .new_time {
  color: #009CDC;
  border-bottom: 1px solid #D9D9D9;
}
