/****/
.img-con {
  padding:183px 0;
}

.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;
}

.search-box button {
  height: 60px;
  width: 60px;
  border: none;
  cursor: pointer;
}

.search-box button:focus {
  outline: none;
}

.site-container {
  padding: 0 10px;
}

.site-container select {
  width: 80px;
  height: 60px;
  font-size: 18px;
  border: none;
  color: #515151;
}

.site-container select:focus {
  outline: none;
}

.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 {
  background: url(/search/fileDir/main/resource/imgs/search-icon.png) center no-repeat #c2261e;
}

.hot-search {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: flex;
  padding: 10px 0 0;
}

.hot-search > dt {
  padding: 7px;
  color: #c2261e!important;
}

.hot-search > dd {
  margin: 0;
  padding: 7px;
  color: #515151;
  cursor: pointer;
}

.hot-search > dd:hover {
  color: #bd1a2d;
}

.adv-search-btn {
  float: right;
  margin-top: -25px;
  color:#c2261e;
  font-size: 14px;
  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;
}
.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;
  }
  
  .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 #bd1a2d;
    color: #bd1a2d;
  }
  
  .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: #bd1a2d;
  }
  
  .additional-conditions .conditions-item input[type=radio]:checked + span::after {
    background: #bd1a2d;
  }
  
  .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: #bd1a2d;
    border-bottom: 2px solid #bd1a2d;
    background: none;
  }
  .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: #bd1a2d;
  }

  .default-correction-tip {
    font-size: 16px;
  }
  .default-correction-tip strong span {
    color: #bd1a2d;
  }
  .default-correction-tip a:hover {
    color: #bd1a2d;
  }
.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;
  }
  
  .result-type a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
  }
  
  .result-type a:hover {
    color: #bd1a2d;
  }

  .result-item h3 {
    margin: 0;
  }
  
  .result-item h3 a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
  }
  
  .result-item h3 a:hover {
    color: #bd1a2d;
  }
  
  .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: #bd1a2d;
  }
  
  .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;
  }

.rslider-title {
    margin: 0;
    padding: 20px 0 20px 15px;
    font-size: 20px;
    color: #333;
    line-height: 2em;
  }

  .rel-recommend-list {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    list-style-type: none;
  }
  
  .rel-recommend-list li {
    display: flex;
    align-items: center;
  }
  
  .rel-recommend-list li span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-style: italic;
  }
  
  .rel-recommend-list li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-decoration: none;
  }
  
  .rel-recommend-list li a:hover {
    color: #bd1a2d;
  }
  
  .rel-recommend-list li:first-child span, .rel-recommend-list li:nth-child(2) span, .rel-recommend-list li:nth-child(3) span {
    color: #bd1a2d;
    border: 2px solid #f8e8ea;
    border-radius: 50%;
  }
  
  .rel-recommend-list li:first-child a::after {
    content: '热';
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 4px;
    margin-left: 10px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: url(/search/fileDir/template/system/portletTemp/pc/HotSearchPortlet/b5ad8965a21a476c99f9f3d9ee192e85/hotsearch/image/hot.png) left center no-repeat;
    box-sizing: content-box;
  }