.search-questions-home {
  width: 680px;
  margin: 0 auto;
  box-sizing: border-box;
}

.search-questions-home .search-questions-home-logo {
  object-fit: contain;
  margin: 115px 194px 40px;
}

.search-questions-home .search-box {
  width: 680px;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 15px rgba(220, 82, 84, 0.1);
  border-radius: 4px;
  margin-bottom: 120px;
}

.search-questions-home .search-box .search-input {
  width: 540px;
  height: 50px;
  border: 2px solid #dc5254;
  border-radius: 4px 0 0 4px;
  padding: 15px 20px 14px;
  box-sizing: border-box;
}

.search-questions-home .search-box .search-input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #949699;
}

.search-questions-home .search-box .search-btn {
  width: 140px;
  height: 50px;
  background: linear-gradient(150deg, #dc5254 0%, rgba(220, 82, 84, 0.8) 100%);
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  cursor: pointer;
}

.search-questions-home .search-box .search-btn .search-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 2px;
}

.search-questions-home .recommend-questions {
  width: 680px;
  object-fit: contain;
  margin-right: 2px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.search-questions-home .recommend-questions .recommend-questions-title {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #393f47;
}

.search-questions-home .recommend-questions .recommend-questions-update-time {
  width: 200px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  color: #afb2b5;
}

.questions-content {
  width: 100%;
}

.questions-content-item {
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #60656b;
  cursor: pointer;
  margin: 0 0 4px;
}

.questions-content-item:hover {
  background-color: rgba(245, 245, 245, 0.5);
}

.questions-content-item-label {
  padding: 2px 8px;
  background-color: rgba(220, 82, 84, 0.1);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #dc5254;
  margin-right: 8px;
}
