﻿#search-keyword {
  font-size: 16px;
  height: 44px;
  width: 480px;
  padding: 0px 10px;
  border: 2px solid #337ab7;
}

.result-item.row {
  margin-top: 30px;
  padding-left: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.result-item img {
  width: 100%;
  max-width: 135px;
  background: #f0f0f0;
  border-radius: 10px;
}

.item-title {
  margin-bottom: 10px;
}

.item-title a {
  font-size: 16px;
  font-weight: bold;
}

.item-info {
  margin-bottom: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-item .learn-more {
  color: #337ab7;
}

.result-item em {
  font-style: normal;
}

#page_navigation {
  margin: 50px 0px;
  margin-top: 10px;
  text-align: center;
}

#page_navigation a {
  padding: 6px 10px;
  background: #fff;
  margin-right: 15px;
  border: 1px solid #bdbdbd;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 4px;
}

.active_page {
  background: #337ab7 !important;
  color: #fff;
}

#page_navigation a:hover {
  background: #8aaac6 !important;
}

.learn-more-box {
  text-align: right;
}

.search-keyword-box:hover {
  box-shadow: 0 0 0 4px rgba(4, 61, 93, 0.2);
}

.case-tag-box {
  margin-top: 30px;
  margin-bottom: 20px;
}

.case-tag-item {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  margin: 5px 4px;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 10px;
}

.case-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-date div {
  display: inline-block;
  margin-right: 5px;
}

.case-item.row {
  margin-bottom: 25px;
  background: whitesmoke;
  padding: 20px;
  border-radius: 10px;
}

.case-info {
  background: #fff;
}

.post_thumb,
.post_thumb img {
  display: block;
  width: 100%;
}

.case-item {
  margin-bottom: 15px;
  padding: 20px;
}

.case-dsc-box {
  padding: 30px 20px;
  border: 1px solid #e6e6e6;
  /* border-top: none; */
  border-radius: 5px;
}

.case-dsc {
  height: 155px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post_thumb img {
  border-radius: 5px 5px 0px 0px;
}

.case-date {
  color: #8e8e8e;
  font-size: 13px;
  margin-top: 5px;
}

.case-tag-active {
  /* font-weight: bold;
    color: #333; */
  font-weight: bold;
  color: #fff;
  background: #1798fc;
}

.result-no {
  text-align: center;
}

.search-keyword-box button {
  height: 44px;
  vertical-align: bottom;
  padding: 0px 29px;
  border-radius: 0px 2px 2px 0px;
  margin-left: -5px;
}
.search-header {
  background-image: linear-gradient(
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.1)
    ),
    url(/d/file/SiboApplication/images/WindPower.png);
  background-blend-mode: normal;
  padding: 10px 0px;
  padding-top: 30px;
  margin: 0px 20px;
  margin-bottom: 30px;
  background-size: cover;
}
.case-dsc .title a {
  color: #4b91cd;
}

.case-dsc-box:hover .title a {
  font-weight: bold;
}
.case-tag-item:hover {
  background: #1798fc;
  color: #fff;
}
@media (max-width: 992px) {
  .col-lg-2.col-sm-2,
  .col-lg-1.col-sm-1 {
    display: none;
  }
}
@media (max-width: 768px) {
  #search-keyword {
    width: 255px;
  }

  .result-item img {
    display: none;
  }

  .item-title a {
    color: #337ab7;
  }
  .search-header {
    margin: 0px;
  }
}

@media (max-width: 500px) {
  #search-keyword {
    width: 190px;
    font-size: 14px;
  }

  .search-keyword-box button {
    padding: 0px 10px;
    font-size: 13px;
  }

  .case-tag-item {
    padding: 4px 10px;
    font-size: 13px;
  }

  .case-tag-box {
    margin-bottom: 5px;
  }

  .case-item {
    margin-bottom: 0px;
    padding: 10px 0px;
    border-top: 1px solid #eaeaea;
  }

  .col-lg-10.col-sm-10 {
    padding-right: 0px;
  }

  .case-dsc-box {
    padding: 13px 0px;
    border: none;
    border-radius: 0px;
  }

  .case-dsc {
    height: auto;
  }

  .case-item h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #page_navigation a {
    padding: 0px;
    margin-right: 10px;
    height: 30px;
    width: 33px;
    line-height: 30px;
    font-size: 13px;
  }

  #page_navigation .previous_link,
  #page_navigation .next_link {
    width: 50px;
  }

  .case-item:nth-of-type(1) {
    border-top: none;
    margin-top: 20px;
  }

  .case-dsc p,
  .m-disappear {
    display: none;
  }
}

.case-details {
  font-size: 16px;
  max-width: 1050px;
  margin: auto;
}

.case-details .title {
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
  width: 175px;
  height: 100%;
  max-width: 175px;
  text-align: center;
  display: block;
  margin: auto;
}

.portfolio-item {
  position: relative;
  float: left;
  width: with;
  margin: auto;
}
@media (max-width: 768px) {
  .case-recommend {
    display: none;
  }
  .case-line {
    height: 50px;
  }
}
