.hosInfoList {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.hosInfoList a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 16px 0 0 0 !important;
  box-shadow: 0px 0px 10px 1px rgba(212, 212, 212, 0.4);
  border: 0.06rem solid #f9f9f9;
  border-radius: 10px;
  padding: 15px;
}
.hosInfoList a img {
  width: 240px;
  height: 160px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0!important;
  border-radius: 10px;
}
.hosInfoList a .hosInfoCard {
  width: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 20px;
  margin: 0!important;
}
.hosInfoList a .hosInfoCard .head {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #3D3D3D;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
}
.hosInfoList a .hosInfoCard .head:hover {
  color: #A42127;
}
.hosInfoList a .hosInfoCard .info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  color: #767676;
  margin: 10px 0px;
}
.hosInfoList a .hosInfoCard .info span {
  margin: 0 ;
}
.hosInfoList a .hosInfoCard .info span:nth-child(2) {
  margin-right: 30px;
}
.hosInfoList a .hosInfoCard .article {
  height: 78px;
  font-size: 14px;
  font-weight: 350;
  line-height: 26px;
  color: #767676;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-indent: 32px;
  text-align: left;
}
.hosInfoList a .hosInfoCard .article:hover {
  color: #A42127;
}
.doc-more-list {
  padding-bottom: 30px;
}
.hosInfoList-title {
  padding: 20px 0 0 0;
  background-color: #fff;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.know-content {
  width: 100%;
}
.know-content .head {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #3D3D3D;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.know-content .head .tags {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F75858;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}
.know-content .head .titles {
  width: calc(100% - 34px);
}
.know-content .head:hover {
  color: #A42127;
}
.know-content .info {
  width: 100%;
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  color: #767676;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 34px;
  margin-top: 10px;
}
.know-content .info span {
  margin: 0;
}
.know-content .info span:nth-child(2) {
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  background: #A42127;
  border-radius: 28px;
  color: #fff;
}
.know-content .article {
  height: 66px;
  font-size: 16px;
  font-weight: 350;
  line-height: 22px;
  color: #767676;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: flex-start;
}
.know-content .article .tags {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #A42127;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}
.know-content .article .ask {
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 34px);
}
.know-content .article:hover {
  color: #A42127;
}
