/****/
.dsbmfx{       margin: 2.5rem 0;
    line-height: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;}
.dsbmfx h3{    margin-bottom: 1rem;}
.dsbmfx h3 b {display: none!important;}
.dsbmfx h3 a{color: #ea541b;
    font-size: 2rem;}
.txtCon a{color:#000;}
.result-num {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
    float: right;
  }
@media screen and (max-width: 768px){
.result-num{float:none!important;}
}
  
  .result-num p {
    margin: 0;
    color: #999;
  }
  
  .result-num p span {
    color: #ff5505;
  }
  
  .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 #ea541b;
    color: #ea541b;
  }
  
  .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: #ea541b;
  }
  
  .additional-conditions .conditions-item input[type=radio]:checked + span::after {
    background: #ea541b;
  }
  
  .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: #ff5505!important;
    border-bottom: 2px solid #ff5505!important;
    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: #ff5505;
  }

  .default-correction-tip {
    font-size: 16px;
  }
  .default-correction-tip strong span {
    color: #ff5505;
  }
  .default-correction-tip a:hover {
    color: #ff5505;
  }

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

.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: #0078d2;
}

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

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

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


.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;
  }
/****/
.dsbmfx{       margin: 2.5rem 0;
    line-height: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;}
.dsbmfx h3{    margin-bottom: 1rem;}
.dsbmfx h3 b {display: none!important;}
.dsbmfx h3 a{color: #ea541b;
    font-size: 2rem;}
.txtCon a{color:#000;}
.result-num {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
    float: right;
  }
@media screen and (max-width: 768px){
 .hotwords-list{width:100%!important;}
.result-num{float:none!important;}
}
  
  .result-num p {
    margin: 0;
    color: #999;
  }
  
  .result-num p span {
    color: #0078d2;
  }
  
  .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 #ea541b;
    color: #ea541b;
  }
  
  .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: #ea541b;
  }
  
  .additional-conditions .conditions-item input[type=radio]:checked + span::after {
    background: #ea541b;
  }
  
  .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: #0078d2;
    border-bottom: 2px solid #0078d2;
    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: #0078d2;
  }

  .default-correction-tip {
    font-size: 16px;
  }
  .default-correction-tip strong span {
    color: #0078d2;
  }
  .default-correction-tip a:hover {
    color: #0078d2;
  }

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

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

.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: #0078d2;
}

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

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

.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;
}
.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;
  }
/****/
.dsbmfx{       margin: 2.5rem 0;
    line-height: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;}
.dsbmfx h3{    margin-bottom: 1rem;}
.dsbmfx h3 b {display: none!important;}
.dsbmfx h3 a{color: #ea541b;
    font-size: 2rem;}
.txtCon a{color:#000;}
.result-num {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
    float: right;
  }
@media screen and (max-width: 768px){
.result-num{float:none!important;}
}
  
  .result-num p {
    margin: 0;
    color: #999;
  }
  
  .result-num p span {
    color: #0078d2;
  }
  
  .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 #ea541b;
    color: #ea541b;
  }
  
  .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: #ea541b;
  }
  
  .additional-conditions .conditions-item input[type=radio]:checked + span::after {
    background: #ea541b;
  }
  
  .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: #0078d2;
    border-bottom: 2px solid #0078d2;
    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: #0078d2;
  }

  .default-correction-tip {
    font-size: 16px;
  }
  .default-correction-tip strong span {
    color: #0078d2;
  }
  .default-correction-tip a:hover {
    color: #0078d2;
  }

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

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

.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: #0078d2;
}

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

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

.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;
}
.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;
  }
/****/
.dsbmfx{       margin: 2.5rem 0;
    line-height: 2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;}
.dsbmfx h3{    margin-bottom: 1rem;}
.dsbmfx h3 b {display: none!important;}
.dsbmfx h3 a{color: #ea541b;
    font-size: 2rem;}
.txtCon a{color:#000;}
.result-num {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 28px;
    float: right;
  }
@media screen and (max-width: 768px){
.result-num{float:none!important;}
}
  
  .result-num p {
    margin: 0;
    color: #999;
  }
  
  .result-num p span {
    color: #0078d2;
  }
  
  .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 #ea541b;
    color: #ea541b;
  }
  
  .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: #ea541b;
  }
  
  .additional-conditions .conditions-item input[type=radio]:checked + span::after {
    background: #ea541b;
  }
  
  .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: #0078d2;
    border-bottom: 2px solid #0078d2;
    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: #0078d2;
  }

  .default-correction-tip {
    font-size: 16px;
  }
  .default-correction-tip strong span {
    color: #0078d2;
  }
  .default-correction-tip a:hover {
    color: #0078d2;
  }

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

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

.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: #0078d2;
}

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

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

.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;
}
.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;
  }
.hotwords-list{
  list-style-type: none;
  width: 768px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 0 10px #3333337a;
  padding: 20px 0 20px 30px;
  border-radius: 8px;
}
.hotwords-list .item {
  display: inline-block;
  font-size:16px;
  font-weight: normal;
  margin-right: 30px;
  background: #cccccc80;
  padding: 5px 12px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.hotwords-list .title {margin-bottom: 18px;font-size:16px;font-weight: normal;display: block;text-align: center;padding-right: 30px;}
.hotwords-list  .item  a{
  color: #333;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotwords-list .item a:hover{
  text-decoration: underline;
}
            @media screen and (max-width: 768px){
    .hotwords-list{width:100%!important;}
    .result-num{float:none!important;} 
    .hotwords-list {  
        padding: 10px ;
        border-radius: 8px;
    }
    .hotwords-list .title {
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: normal;
        display: block;
        text-align: center; 
    }
    .hotwords-list .item {
        display: inline-block;
        font-size: 14px;  
        margin-right: 10px; 
        padding: 5px 12px;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .additional-conditions .conditions-title {
        font-size: 14px;
        color: #333;
      }
      .additional-conditions .conditions-item {
        display: inline-block;
        position: relative;
        padding: 0 0 0 25px;
        margin: 0 20px 4px 0;
        font-size: 14px;
        color: #333;
        cursor: pointer;
        font-weight: 400;
    }
    .additional-conditions .conditions-item span{
        top: 1px;
    }
    .dsbmfx h3 a {
        color: #ea541b;
        font-size: 16px;
    } 
    .txtCon a {
        color: #666;
        font-size: 14px;
        line-height: 25px;
    } 
    .dates span{
        margin-top: 10px;
        font-size: 14px;
        color: #666;
        display: block;

    } 
    .default-result-list-paging{
        padding-top: 0;
        display: flex ;
        align-items: center;
    }
    .default-result-tolal-records { 
        margin-left: 15px;
        color: #666;
        font-size: 16px;
        display: inline-block;
        vertical-align: top; 
    }
    .default-result-tolal-records {
        height: auto;
        margin-left: 15px;
        color: #666;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        line-height: normal;
    }
    .container { 
        padding-bottom: 0;
    }
.default-result-list-paging .pagination li a{
   font-size: 16px;
}
.default-result-list-paging .pagination{
  margin:0;
}
}

/* 响应式适配 - 平板端 */
@media screen and (max-width: 768px) {
    .input-con input {
        width: 100%;
        height: 40px; 
        font-size: 14px;
    }
    .search-box button {
        height: 40px; 
    }
}   