.tc-main {
  margin-top: 80px;
}
.tc-main .post-wrapper {
  display: flex;
  flex-direction: column;
}
.search-area {
  height: 186px;
  background: #F8F9FA;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.search-area > div {
  position: relative;
}
.search-area > div:first-of-type {
  margin-bottom: 40px;
}
.search-area > div #banner-search {
  width: 800px;
  height: 58px;
  outline: none;
  border: none;
  padding-left: 16px;
  border-radius: 8px;
  font-size: 18px;
}
.search-area > div #banner-search:active {
  outline: none;
}
.search-area > div .banner-search-submit {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../../images/search/ds-search-ic-search-40@2x.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  top: 9px;
  left: 750px;
  border: none;
}
.search-area .search-tab .tab-btn {
  display: inline-block;
  width: 140px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  margin-right: 40px;
}
.search-area .search-tab .tab-btn.active {
  color: #0028FF;
  font-weight: 600;
  border-bottom: 4px solid #0028FF;
}
.search-result-list {
  width: 100%;
  display: none;
}
.search-result-list.active {
  display: flex;
}
.search-result-list ul {
  width: 100%;
  margin-bottom: 0;
}
.search-result-list ul .post-item-thumbnail {
  margin-right: 24px;
  position: relative;
  width: 300px;
  height: 174px;
  border-radius: 8px;
  object-fit: cover;
}
.search-result-list ul .post-item-thumbnail img {
  width: 300px;
  height: 174px;
  border-radius: 8px;
}
.search-result-list ul li {
  display: none;
  margin-bottom: 32px;
  position: relative;
}
.search-result-list ul li dl {
  margin-bottom: 0;
  width: 100%;
}
.search-result-list ul li dl dt {
  margin-bottom: 8px;
}
.search-result-list ul li dl dt a {
  font-size: 20px;
  color: #000;
}
.search-result-list ul li dl dt a:hover {
  text-decoration: none;
}
.search-result-list ul li dl dd:first-of-type {
  margin-bottom: 49px;
  color: #7d7d7d;
  min-height: 70px;
}
.search-result-list ul li dl dd:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  color: #a7a7a7;
  font-size: 12px;
}
.search-result-list ul li dl dd:nth-of-type(2) .clock-icon::before {
  top: 1px;
}
.search-result-list ul li dl dd:nth-of-type(2) div {
  display: flex;
  justify-content: space-between;
}
.search-result-list ul li dl dd:nth-of-type(2) div.view-comment-time {
  width: 220px;
}
.search-result-list ul li dl dd:nth-of-type(2) div.comment-time {
  width: 180px;
}
.search-result-list ul li dl dd:nth-of-type(2) div.just-time {
  width: 70px;
}
.search-result-list .empty-result {
  font-size: 18px;
}
.search-result-list .empty-result span {
  color: #0028FF;
}
.search-load-more {
  width: 88px;
  height: 32px;
  background: #F8F9FA;
  padding: 6px 16px;
  color: #848486;
  border: none;
  margin: 60px auto 80px;
}
.sidebar-wrapper {
  position: sticky;
  top: 80px;
}
.hot-article-box {
  margin-top: 0 !important;
}
.post-item-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 436px;
  height: 158px;
  margin: auto 0;
}
.post-item-txt .post-item-title {
  display: inline-block;
  margin-bottom: 8px;
  overflow: hidden;
}
.post-item-txt .post-item-title a {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  max-height: 55px;
  overflow: hidden;
}
.post-item-txt .post-item-excerpt {
  display: inline-block;
  color: #7d7d7d;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
}
.post-item-txt .post-item-extra {
  display: flex;
  justify-content: space-between;
  color: #a7a7a7;
  font-size: 12px;
}
.post-item-txt .post-item-extra .post-item-source p {
  margin: 0 0 0 8px;
}
.post-item-txt .post-item-extra div {
  display: flex;
  justify-content: space-between;
}
.post-item-txt .post-item-extra div .just-time {
  width: 70px;
}
@media (max-width: 768px) {
  #banner-search {
    width: 300px !important;
  }
  .banner-search-submit {
    position: static !important;
  }
}
@media (max-width: 480px) {
  #banner-search {
    width: 100% !important;
  }
  .search-area form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-result-list .col-md-8 {
    margin: auto;
  }
  .search-result-list .col-md-4 {
    display: none;
  }
  .search-result-list ul li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .search-result-list ul li .post-item-thumbnail {
    margin: auto;
  }
  .search-result-list .tag-label {
    left: 14%;
  }
  .post-item-txt {
    text-align: center;
  }
  .post-item-txt {
    width: 100%;
  }
  .post-item-txt .post-item-extra {
    justify-content: space-around;
  }
}
@media (max-width: 1200px) {
  .container .row:nth-of-type(2) {
    display: block;
  }
}
/*# sourceMappingURL=search.css.map */