
.hotwords-list{
  list-style-type: none;
  width:200px;
  padding: 0 10px;
}
.hotwords-list dt{
  font-size:16px;
  padding-bottom: 8px;
}
.hotwords-list dd a{
  display:block;
  overflow:hidden;
  font-size: 14px;
 
}
.hotwords-list .hotword{
     overflow: hidden;
     text-overflow:ellipsis;
     white-space: nowrap;
     width: 100px;
     display: inline-block;
}
.hotwords-list .hotword_times {
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
}
.result-num {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 28px;
}

.result-num p {
  margin: 0;
  color: #999;
}

.result-num p span {
  /* color: #bd1a2d; */
  color: #862698;
  font-weight: bold;
}

.result-num .sort-buttons {
  display: flex;
}

.result-num .sort-buttons a {
  padding: 0 15px;
  text-decoration: none;
  color: #999;
  border: 1px solid #999;
}

.result-num .sort-buttons a.active {
  border: 1px solid #f39800;
  color: #f39800;
}

.result-num .sort-buttons .iconfont {
  margin-left: 3px;
  font-size: 14px;
}

.result-correction-tip {
  font-size: 14px;
  line-height: 28px;
}

.additional-conditions {
  display: flex;
  margin: 15px 0;
}

.additional-conditions .conditions-title {
  font-size: 16px;
  color: #333;
}

.additional-conditions .conditions-list {
  flex: 1;
}

.additional-conditions .conditions-item {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 20px 4px 0;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  font-weight: 400;
}

.additional-conditions .conditions-item input[type=radio] {
  position: absolute;
  left: -9999px;
}

.additional-conditions .conditions-item input[type=radio]:checked + span {
  border-color: #862698;
}

.additional-conditions .conditions-item input[type=radio]:checked + span::after {
  background: #862698;
}

.additional-conditions .conditions-item span {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  outline: 0;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: content-box;
}

.additional-conditions .conditions-item span::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.default-result-list-paging {
  padding-top: 50px;
}
.default-result-list-paging .pagination {
  border-bottom: 1px solid #c4c7ce;
}
.default-result-list-paging .pagination li a {
  border: none;
  color: #666;
  font-size: 18px;
  margin: 0 10px;
}
.default-result-list-paging .pagination .prev a,.default-result-list-paging .pagination .next a {
  margin: 0;
}

.default-result-list-paging .pagination .active a {
  color: #862698;
  border-bottom: 2px solid #862698;
  background: none;
  font-weight: bold;
}
.default-result-tolal-records {
  height: 68px;
  margin-left: 15px;
  color: #666;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  line-height: 68px;
}

.default-no-result {
  font-size: 16px;
}

.default-no-result strong {
  color: #862698;
}

.default-correction-tip {
  font-size: 16px;
}
.default-correction-tip strong span {
  color: #862698;
}
.default-correction-tip a {
  color: #711e80;
}
.default-correction-tip a:hover {
  color: #862698;
}
.default_search_tips {
        padding: 15px 0;
        text-align: center;
        font-size: 18px;
        color: #666;
        margin-top: 20px;
    }
.result-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #c4c7ce;
}

.result-type h2 {
  margin: 0;
  padding: 0 5px;
  font-size: 18px;
  line-height: 2.5em;
 /** color: #d17b42;
  border-bottom: 2px solid #d17b42;
  color: #ffb900;
  border-bottom: 2px solid #ffb900;**/
  color: #6f4a90;
  border-bottom: 2px solid #6f4a90;
}

.result-type a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}

.result-type a:hover {
  color: #bd1a2d;
}
.result-item .item_titleBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-item h3 {
  margin: 0;
}

.result-item h3 a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

.result-item h3 a:hover {
  color: #862698;
}
.result-item .item_titleBox span {
  padding-left: 10px;
  flex-shrink: 0;
  color: #999;
}
.result-item p {
  margin: 15px 0;
  font-size: 14px;
  color: #999;
  line-height: 1.5em;
}

.result-item .result-item-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.result-item .result-item-bottom a {
  color: #0178fa;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-item .result-item-bottom a:hover {
  color: #862698;
}

.result-item .result-item-bottom span {
  padding-left: 10px;
  flex-shrink: 0;
  color: #999;
}

.result-item.has-img {
  display: flex;
}

.result-item.has-img > div {
  padding: 10px;
}

.result-item.has-img > div:first-child {
  max-height: 180px;
  overflow: hidden;
}
.result-item.has-img > div:first-child img {
  max-width: 250px;
}
.result-item.has-img > div:last-child {
  flex: 1;
  min-width: 0;
}

/* 顶部占位 */
.img-con {
  /* padding:183px 0; */
  height: 270px;
}
/* .img-con img {
  display: block;
  margin: 0 auto;
} */
/* 搜索框内容 */
.search-box-container {
  position:relative;
  width: 827px;
  margin: 0 auto;
}
.search-box {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px #333333cc;
}
/* 输入框 */
.input-con {
  flex: 1;
}

.input-con input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #515151;
}

.input-con input:focus {
  outline: none;
}
/* 搜索按钮 */
.search-btn {
  height: 60px;
  width: 60px;
  border: none;
  cursor: pointer;
  background: url(/search/fileDir/file/list/2025021713544973816.png) center no-repeat #862698;
  background-size: 20px;
}
.search-btn:focus {
  outline: none;
}
/* 高级搜索入口 */
/* .adv-search-btn {
  float: right;
  margin-top: -60px;
  color: #e8352c;
  font-size: 16px;
  text-decoration: none;
}

.adv-search-btn:hover {
  color:#0078d2;
} */
/*联想样式*/
.ass-result-list {
  background: white;
  border-radius: 0 0 5px 5px;
  left: 0;
  position: absolute;
  top: 54px;
  width: 767px;
  z-index:9999;
  box-shadow: 0 2px 3px #333;
  font-size:0;
}
.ass-result-list li{
  padding:0 10px;
  list-style: none;
}
.ass-result-list table{
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.ass-result-list table td{
  border-bottom:1px solid #ccc;
  vertical-align: top;
  padding:15px 0;
}
.ass-result-list table .ass-category{
  text-align: center;
  width: 20%;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}
.ass-result-list table .ass-category h4{
  padding:0;
  margin:0;
  color:#0877C6;
  font-size: 16px;
  line-height: 28px;
}
.ass-result-list table .ass-last-cate td{
  border-bottom:none;
}
.ass-result-list .ass-category-item{
  overflow: hidden;
  width: 80%;
  padding: 5px 0px 5px 9px;
}
.ass-category-item a{
  line-height: 20px;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  color: #333;
}
.ass-result-list .ass-result-item-hover{
  color:red;
  font-weight: 700;
  cursor: pointer;
}
.ass-result-list .ass-result-item-hover a{
  color:#4e6ef2;
}
.ass-asswords-item{
  line-height: 36px;
  font-size: 16px;
  padding-left: 30px;
}
.ass-asswords {
  border-bottom: 1px solid #ccc;
}