.main-content {
  width: 100%;
  min-height: calc(100% - 504px);
}
.detail-outer {
  width: 100%;
  height: 100%;
  padding: 35px 30px 80px 35px;
  border-radius: 10px;
  background-color: #e9f8ff;
}
.bread-menu {
  width: 100%;
  height: 17px;
  color: #585858;
  font-size: 14px;
}
.loaction-icon {
  position: relative;
  left: -4px;
  float: left;
  width: 15px;
  height: 17px;
  background: url('../images/location.png') no-repeat center;
}
.bread-title {
  float: left;
  padding-left: 6px;
  color: #383838;
}
.bread-content {
  float: left;
  color: #585858;
  text-decoration: none;
}
.bread-content.bread-link:hover {
  color: #1f8fea;
}
.bread-arrow {
  padding-left: 3px;
  padding-right: 3px;
}
.detail-title-outer {
  position: relative;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
}
.detail-title-outer::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #889bbf, #889bbf 1px, #ddecf7 1px, #ddecf7 2px, transparent 2px, transparent 5px, #cbdbeb 5px, #cbdbeb 6px, #a4b6d1 6px ,#a4b6d1 7px, transparent 7px, transparent) repeat-x left center/8px 100%;
  content: '';
}
.detail-title-name {
  width: 100%;
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #383838;
}
.detail-title-time {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #777;
}
.detail-discribe {
  width: 100%;
  height: calc(100% - 112px);
}
.detail-discribe::-webkit-scrollbar {
  width: 4px;
}
.detail-discribe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(31, 143, 234,0.2);
  background: rgba(31, 143, 234,0.2);
}
.detail-discribe::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(31, 143, 234,0.2);
  border-radius: 0;
  background: rgba(31, 143, 234,0.1);
}
.detail-discribe-title {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 16px;
  color: #383838;
}
.detail-discribe-content {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}