.searchKonw {
  width: 100%;
  height: 172px;
  padding-top: 40px;
  background-image: url(Knowledge/banner.png);
  background-size: 100%;
}
.searchKonw .inputSeach {
  width: 792px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: auto;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
}
.searchKonw .inputSeach .inputDiv {
  border: none;
  width: 95%;
  height: 80%;
  font-size: 16px;
  color: #909399;
}
.searchKonw .inputSeach .svgIcon {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: url(Knowledge/Search.svg) no-repeat center;
}
.searchKonw .hotSeach {
  display: flex;
  align-items: center;
  width: 792px;
  height: 28px;
  margin: auto;
}
.searchKonw .hotSeach .tips {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.searchKonw .hotSeach .tipsList {
  display: flex;
  align-items: center;
}
.searchKonw .hotSeach .tipsList a {
  cursor: pointer;
  color: white;
  padding: 4px 8px ;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
}
.searchKonwConent {
  width: 1200px;
  margin: auto;
  display: flex;
  margin-top: 24px;
}
.searchKonwConent-left-tip {
  height: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #303133;
  text-align: left;
  margin-bottom: 24px;
}
.searchKonwConent-left-list {
  width: 918px;
  display: flex;
  flex-wrap: wrap;
}
.searchKonwConent-left-list-view {
  width: 894px;
  height: 112px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.searchKonwConent-left-list-view .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.searchKonwConent-left-list-view .title-left1 {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, #9BDDF0 0%, #66A6FF 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  border-radius: 5px;
}
.searchKonwConent-left-list-view .title-left1 img {
  width: 14px;
  height: 14px;
}
.searchKonwConent-left-list-view .title-right {
  height: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 16px;
  color: #252D37;
  line-height: 24px;
  margin-left: 8px;
}
.searchKonwConent-left-list-view .des {
  height: 40px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.searchKonwConent-left-list-view .des .fontGreen {
  color: #00B37A;
}
.searchKonwConent-left-more {
  cursor: pointer;
  margin-bottom: 48px;
  width: 894px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A98F;
}
.searchKonwConent-left-more .des {
  width: 28px;
  height: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #00A98F;
  margin-right: 4px;
}
.searchKonwConent-left-more img {
  width: 10px;
  height: 10px;
}
.searchKonwConent-right {
  flex: 1;
  flex-wrap: wrap;
}
.searchKonwConent-right .divView {
  width: 282px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.searchKonwConent-right .divView-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F5F6F7;
  padding: 16px;
}
.searchKonwConent-right .divView-title img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.searchKonwConent-right .divView-title-text {
  height: 28px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #303133;
  text-align: left;
}
.searchKonwConent-right .divView-list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  box-sizing: border-box;
}
.searchKonwConent-right .divView-list .divClick {
  font-size: 12px;
  cursor: pointer;
  background: #F5F6F7;
  border-radius: 4px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  margin-bottom: 16px;
  transition: 0.3s;
}
.searchKonwConent-right .divView-list .divClick:hover {
  color: #00A98F;
  background: #EBF9F6;
}
.searchKonwConent-right .divView-list-listView {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.searchKonwConent-right .divView-list-listView-left {
  width: 32px;
  height: 32px;
  background: #F5F5F5;
  border-radius: 15.71px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchKonwConent-right .divView-list-listView-left img {
  width: 50%;
  height: 50%;
}
.searchKonwConent-right .divView-list-listView-right {
  flex: 1;
  margin-left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.searchKonwConent-right .divView-list-listView-right:hover .title {
  color: #00A98F;
}
.searchKonwConent-right .divView-list-listView-right:hover .des {
  color: #00A98F;
}
.searchKonwConent-right .divView-list-listView-right .title {
  font-weight: 500;
  font-size: 16px;
  color: #303133;
  line-height: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.searchKonwConent-right .divView-list-listView-right .des {
  font-weight: 400;
  font-size: 12px;
  color: #909399;
  line-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
