.detail-wrap {
  min-height: 500px;
}

.breadcrumb-wrap {
  display: flex;
  margin-bottom: 10px;
  line-height: 1;
}
.breadcrumb-wrap .breadcrumb-item {
  font-size: 14px;
  color: #171717;
  cursor: pointer;
}
.breadcrumb-wrap .breadcrumb-item:last-child {
  color: #0e66af;
}
.breadcrumb-wrap .separator {
  padding: 0 5px;
}

.detail-title {
  margin-top: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.detail-title .article-title {
  margin-bottom: 36px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 30px;
  color: #0f6db7;
}

.detail-title .article-basic {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  position: relative;
}

.article-source {
  margin-right: 30px;
}

.font-action {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  height: 20px;
  align-items: center;
  transform: translateY(-50%);
}

.font-action img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.detail-content {
  min-height: 500px;
  padding: 30px 0;
}
