.search-box {
  width: 100%;
  height: 40px;
  padding: 1px;
  position: relative;
  border-radius: 5px;
}
.search-box.active,
.search-box:hover {
  background-color: #178fff;
}
.search-box.active .search-box__btn,
.search-box:hover .search-box__btn {
  background-color: #178fff;
  color: #fff;
}
.search-box input {
  float: left;
}
.search-box input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 12px;
}
.search-box__val {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  border-radius: 5px;
  color: #737373;
}
.search-box__btn {
  width: 40px;
  height: 38px;
  border: none;
  color: #b2b2b2;
  background: none;
  position: absolute;
  top: 1px;
  right: 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.search-box__btn i {
  font-size: 16px;
}
.card {
  background: #fff;
  padding: 40px;
  width: 880px;
  margin-bottom: 20px;
  position: relative;
}
.card-shadow:hover {
  /*box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.15);*/
  box-shadow: 0 0 15px 1px rgba(0, 39, 111, 0.09);
}
.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  display: block;
  line-height: 19px;
}
.card-author {
  padding: 20px 0 16px 0;
}
.card-author__head {
  width: 20px;
  height: 20px;
  font-size: 0;
  float: left;
  border-radius: 12px;
}
.card-author__name {
  color: #404040;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.card-author__dep {
  color: #b2b2b2;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  float: left;
}
.card-wait {
  padding-bottom: 0 !important;
}
.card-content {
  margin-bottom: 16px;
  cursor: pointer;
}
.card-content__cover {
  width: 200px;
  height: 100px;
  position: relative;
  float: left;
  margin-right: 18px;
  border-radius: 4px;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}
.card-content__inner {
  overflow: hidden;
  font-size: 0;
}
.card-content__inner img {
  width: 200px;
  height: 100px;
}
.card-content__rich {
  overflow: hidden;
  max-height: 100px;
  position: relative;
}
.card-content__text {
  font-size: 14px;
  line-height: 1.67;
}
.card-action {
  height: 12px;
}
.card-action__source {
  line-height: 12px;
}
.card-action__source span {
  font-size: 12px;
  color: #b2b2b2;
}
.card-action__source a {
  font-size: 12px;
  color: #697a9c;
  display: inline-block;
  line-height: 12px;
}
.card-action__operate {
  font-size: 0;
  height: 16px;
}
.card-action__operate div {
  display: inline-block;
  font-size: 0;
  margin-left: 20px;
  height: 16px;
  color: #b2b2b2;
  padding-left: 22px;
}
.card-action__operate div:first-child {
  position: absolute;
  bottom: 38px;
  right: 104px;
}
.card-action__operate div:last-child {
  position: absolute;
  bottom: 38px;
  right: 40px;
}
.card-action__operate div span {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}
.card-action__operate div i {
  font-size: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
}
.card-more {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: all .5s;
  font-size: 14px;
}
.card-more:hover {
  color: #404040;
}
.card {
  width: 100%;
}
.search-wrap {
  width: 1180px;
  margin: 0 auto;
  padding-top: 40px;
}
.search-count {
  font-size: 18px;
  color: #404040;
  line-height: 18px;
}
.search-count span {
  color: #178fff;
}
.search-header {
  width: 710px;
  margin: 0 auto 20px auto;
}
.search-header__hd img {
  width: 120px;
  height: 40px;
}
.search-header__bd {
  width: 430px;
  padding: 0 20px;
}
.search-header__bd div {
  margin-bottom: 0;
}
.search-header__ft {
  width: 150px;
}
.search-error {
  text-align: center;
  display: none;
  font-size: 0;
  margin-top: 40px;
}
.search-error p {
  font-size: 18px;
  color: #262626;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 18px;
}
.search-error p span {
  color: #737373;
}
.search-error div {
  font-size: 12px;
  line-height: 12px;
  color: #b2b2b2;
}
.search-error div a {
  color: #178fff;
}
