@charset "utf-8";
@import "cim/index.css";
@import "info.css";

#header form.search {
  width: 600px;
}

#search {
  display: grid;
  grid-template-columns: 800px auto;
  gap: 10px;
  justify-content: space-between;
}

/*排序样式*/

.panel .panel-heading h3 {
  height: 60px;
  width: 100%;
  font-size: 16px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
  color: #999;
}

.panel .panel-heading h3 strong {
  color: #fd2b50;
}

.index .result span {
  font-weight: bold;
  color: #dd5051;
}

#search .index .fiter-box {
  border-bottom: 1px solid #eee;
}

/* 搜索列表样式 */

#search .index .item {
  border-bottom: 1px solid #eee;
}

#search .index .item .param {
  font-size: 12px;
}

#search .item a .thumb {
  display: inline-block;
  width: 120px;
  height: 90px;
}

/*右侧边栏*/

#search .sidebar {
  float: left;
  width: 230px;
  padding-top: 32px;
}

#search .sidebar .ad {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  background-color: #ccc;
}

#search .sidebar .recommend {
  width: 100%;
}

#search .sidebar .recommend span.title {
  height: 26px;
  line-height: 26px;
  color: #999;
}

#search .sidebar .recommend ul {
  width: 100%;
  height: auto;
}

#search .sidebar .recommend li {
  width: 48%;
  display: inline-block;
  padding-right: 10px;
  font-size: 12px;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
