.detail_container {
  min-width: 960px;
  color: #2e3033;
  position: relative;
  min-height: 100vh;
}

/* kv 头图 */
.kv_kv {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(180deg, #f2feff 0%, #dfedff 100%);
}

.kv_circle_wrapper {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.kv_circle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.detail_bottom {
  display: flex;
  max-width: 1080px;
  min-width: 710px;
  margin: 0 auto;
  padding: 0 52px;
  box-sizing: content-box;
}

.detail_content {
  padding: 40px 40px 80px 40px;
  width: 100%;
  background: #fff;
}

.detail_title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 40px 0 24px;
}

.detail_text {
  overflow: hidden;
}

.detail_text a {
  color: #328FFA;
}

.detail_classList {
  padding-top: 10px;
}

.detail_classList_text {
  margin-top: 25px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
}

.detail_bottomLine {
  margin-top: 50px;
}

.detail_contactUs {
  font-size: 16px;
  color: #5c6166;
  margin-top: 20px;
}

.detail_contactUs a {
  color: #328ffa;
}

.detail_thumb_title {
  color: #000;
  font-size: 16px;
  margin: 20px 0;
}

.detail_thumb_control {
  display: flex;
  margin: 20px 0;
}

.detail_thumb {
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 8px;
  height: 44px;
  width: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #959da6;
}

.detail_thumb .icon {
  font-size: 28px;
  margin-right: 2px;
  color: #959da6;
}

.detail_thumbDown {
  margin-left: 30px;
}

.detail_thumb_text {
  font-size: 14px;
  color: #000;
}

.detail_thumb_active {
  background: #e3ecfa;
}

.detail_thumb_active .icon,
.detail_thumb_active .detail_thumb_text {
  color: #328ffa;
}

.searchResult_tip {
  color: #959da6;
  font-size: 18px;
}

.searchResult_group {
  padding-top: 12px;
}

.searchResult_item {
  margin-top: 26px;
  cursor: pointer;
}

.searchResult_item_title {
  font-size: 0;
  color: #000;
}

.searchResult_item_title span {
  font-size: 18px;
}

.searchResult_item_title_keyword,
.searchResult_item_content_keyword {
  color: #328ffa;
  font-style: normal;
}

.searchResult_item_content {
  font-size: 14px;
  color: #959da6;
  margin-top: 5px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
