.ying_search_breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 1200px;
  margin: 15px auto;
}
.ying_search_breadcrumbs .nav {
  -ms-flex: none;
      flex: none;
  font-size: 18px;
  color: #000;
}
.ying_search_breadcrumbs .search_input {
  width: 398px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 30px;
  background: #ffffff;
}
.ying_search_breadcrumbs .search_input input {
  width: 100%;
  height: 30px;
  text-indent: 1em;
  border: none;
  outline: none;
}
.ying_search_breadcrumbs .search_input span {
  -ms-flex: none;
      flex: none;
  width: 98px;
  height: 30px;
  background: linear-gradient(0deg, rgba(79, 104, 248, 1) 0%, rgba(103, 140, 253, 1) 100%);
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.ying_search {
  width: 1200px;
  margin: 0 auto;
}
/* 搜索列表 */
.ying_search .search_list {
  display: block;
}
.search_list_box {
  background: #ffffff;
  width: 1200px;
  padding: 20px 0;
  margin-bottom: 20px;
  padding-left: 10px;
}
.search_list_box a .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-bottom: 23px;
  border-bottom: 1px dashed #cccccc;
}
.search_list_box a .top > img {
  width: 330px;
  height: 176px;
  margin-right: 40px;
}
.search_list_box .top .word {
  width: 555px;
}
.search_list_box .top .word .title {
  font-size: 20px;
  color: #0d0d0d;
  font-weight: 600;
  margin-bottom: 33px;
}
.search_list_box .top .word .message {
  color: rgba(38, 38, 38, 1);
  line-height: 30px;
  margin-bottom: 27px;
}

.search_list_box .top .word .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.search_list_box .top .word .info .left {
  /* width: 62px; */
  padding: 0 8px;
  height: 20px;
  border: 1px solid rgba(21, 126, 251, 1);
  border-radius: 10px;
  color: #157efb;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
}
.search_list_box .top .word .info .right {
  color: #a6a6a6;
  font-size: 14px;
}
.search_list_box .top .word .info .right span {
  margin-left: 37px;
}
.search_list_box .bot {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  margin-left: 25px;
}

/* 搜索为空时 */
.search_empty {
  /* display: none; */
}
.search_empty .pic {
  width: 230px; 
  /* border: 1px dashed #ccc; */
  margin: 0 auto;
}
.search_empty .pic img{
  width: 100%;
}
.search_empty .empty_word {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-top: 37px;
}
.search_empty .like {
  margin-top: 100px;
  margin-bottom: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.search_empty .like > p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.search_empty .like > p i {
  display: inline-block;
  color: #157efb;
  width: 2px;
  height: 19px;
  background: rgba(21, 126, 251, 1);
  margin-right: 15px;
}
.search_empty .like > span {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.search_empty .search_empty_like .top {
  border: none;
  padding-bottom: 0;
}
.search_empty .search_empty_like .top a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.search_empty .search_empty_like .top a > img {
  width: 330px;
  height: 176px;
  margin-right: 40px;
}
