/**!
* é’æµ·å…¨ç«™æ£€ç´¢
* date:2020-03-04
* author: huangweiping;
*/

.top-search {
    height: 158px;
    background: url("../../images/search_home/search-bg.png") no-repeat;
    background-size: 100% 100%;
}

.top-search > div {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 158px;
}

.search-logo {
    line-height: 158px;
}

.search-logo > img {
    vertical-align: middle;
}

.search-full {
    float: right;
    height: 48px;
    width: 500px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    margin-top: 50px;
}

.position {
    margin: 0;
}

.position-btn {
    height: 48px;
    width: 110px;
    border: none;
    border-right: 1px solid #eaeef2;
    background: url("../../images/search_home/arrow-b.png") no-repeat right 10px
            center,
        url("../../images/search_home/address-icon.png") no-repeat 13px center;
    border-right: 0;
    line-height: 48px;
    background-color: #f4f9ff;
    color: #2868b1;
    padding: 0 20px 0 36px;
}

.position-drop {
    top: 76px;
}

.position-drop-inner:before {
    left: 420px;
}

.search-put {
    float: left;
    height: 48px;
    width: 400px;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding: 0 18px;
    font-size: 18px;
}

.full-search-btn {
    float: right;
    width: 80px;
    height: 40px;
    border-radius: 3px;
    background-color: rgb(49, 124, 210);
    line-height: 40px;
    text-align: center;
    margin: 4px;
    font-size: 18px;
    color: #fff;
}

.main {
    background-color: #f5f5f5;
    padding-top: 20px;
}

.left-box {
    box-sizing: border-box;
    width: 955px;
    background-color: #fff;
    border-radius: 3px;
    padding: 0 20px 20px 20px;
  /*  min-height: 900px; */
}

.result-top {
    position: relative;
    height: 72px;
    border-bottom: 1px solid #e5e5e5;
}

.result-type {
    padding-top: 16px;
    margin-right: 140px;
}

.result-type > li {
    float: left;
    margin-right: 10px;
}

.result-type > li > a {
    display: block;
    width: 130px;
    height: 40px;
    border-radius: 2px;
    background-color: rgba(74, 150, 238, 0.1);
    background-image: -moz-linear-gradient(
        -180deg,
        rgba(50, 122, 204, 0.1) 0%,
        rgba(74, 150, 238, 0.1) 100%
    );
    background-image: -webkit-linear-gradient(
        -180deg,
        rgba(50, 122, 204, 0.1) 0%,
        rgba(74, 150, 238, 0.1) 100%
    );
    background-image: -ms-linear-gradient(
        -180deg,
        rgba(50, 122, 204, 0.1) 0%,
        rgba(74, 150, 238, 0.1) 100%
    );
    font-size: 18px;
    color: #2868b1;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.result-type > li.active > a {
    background-color: rgb(74, 150, 238);
    background-image: -moz-linear-gradient(
        -180deg,
        rgb(50, 122, 204) 0%,
        rgb(74, 150, 238) 100%
    );
    background-image: -webkit-linear-gradient(
        -180deg,
        rgb(50, 122, 204) 0%,
        rgb(74, 150, 238) 100%
    );
    background-image: -ms-linear-gradient(
        -180deg,
        rgb(50, 122, 204) 0%,
        rgb(74, 150, 238) 100%
    );
    color: #fff;
    font-weight: bold;
}

.result-rank {
    position: absolute;
    height: 72px;
    width: 200px;
    top: 0;
    right: 0;
}

.result-rank > span {
    float: left;
    width: 80px;
    text-align: right;
    line-height: 72px;
    font-size: 16px;
    color: #666;
}

.result-rank > .rank-btn {
    float: left;
    border-radius: 2px;
    width: 120px;
    height: 34px;
    margin-top: 19px;
    line-height: 34px;
    box-sizing: border-box;
    padding-left: 15px;
    background: url("../../images/search_home/rank-icon-t.png") no-repeat right
        16px center;
    background-color: rgb(245, 245, 245);
}

.result-rank > .rank-btn.rank-bottom {
    background: url("../../images/search_home/rank-icon-b.png") no-repeat right
        16px center;
    background-color: rgb(245, 245, 245);
}

.result-wrap {
    margin-top: 30px;
}

/* æœç´¢ç»“æžœå¤´éƒ¨ */
.result-title {
    height: 24px;
    margin-bottom: 10px;
}

.result-title > h3 {
    float: left;
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.title-things {
    background: url("../../images/search_home/things-icon.png") no-repeat left
        center;
}

.title-info {
    color: #666666;
    line-height: 21px;
    padding-top: 3px;
}

.things-list {
    margin: 0 0 0 30px;
}

.things-list > li {
    height: 52px;
    border-bottom: 1px solid #e0e0e0;
}

.show-all .things-list > li:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.show-all .things-list.list-more > li:last-child {
    border-bottom: none;
}

.things-list > li:last-child {
    border-bottom: none;
}

.things-address {
    border-width: 1px;
    border-color: rgb(192, 214, 238);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(242, 248, 255);
    box-sizing: border-box;
    height: 24px;
    padding: 0 7px 0 23px;
    line-height: 22px;
    color: #2868b1;
    background: url("../../images/search_home/things-address.png") no-repeat 7px
        center;
    margin-top: 14px;
}

.things-msg {
    margin-top: 14px;
    line-height: 24px;
    margin-left: 10px;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.things-msg > a:hover {
    color: #2868b1;
}

.things-date-wrap {
    height: 14px;
    margin-top: 20px;
    line-height: 14px;
}

.things-dept {
    float: left;
    padding: 0 15px;
    color: #4482c8;
    border-right: 1px solid #e0e0e0;
    margin-right: 15px;
    margin-top: -1px;
}

.things-date {
    padding-left: 9px;
    padding-right: 9px;
    color: #999;
}

.more-btn-wrap{
	background-color: #F2F8FF;
	text-align: center;
}

.all-btn {  
    height: 32px;
    line-height: 32px;
    color: #2868b1;
}

.more-btn {
    display: inline-block;
	width: 100px;
    height: 32px;
    margin: 0 0 0 30px;
    text-align: center;
    line-height: 32px;
    color: #2868b1;
}

.more-btn::before {
    content: "更多";
    display: inline-block;
    width: 48px;
    background: url("../../images/search_home/more-b.png") no-repeat right center;
    text-align: left;
}

.show-all .more-btn::before {
    content: "收起";
    background: url("../../images/search_home/more-t.png") no-repeat right center;
}

.list-more {
    display: none;
}

/* å¸¸è§é—®é¢˜å’¨è¯¢ */
.title-question {
    background: url("../../images/search_home/question-icon.png") no-repeat left
        center;
}

.question-list {
    margin-left: 30px;
}

.question-list > li {
    height: 85px;
    border-bottom: 1px solid #e0e0e0;
}

.show-all .question-list > li:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.show-all .question-list.list-more > li:last-child {
    border-bottom: none;
}

.question-list > li:last-child {
    border-bottom: none;
}

.question-top {
    height: 50px;
    padding-top: 15px;
    box-sizing: border-box;
}

.question-msg {
    line-height: 25px;
    font-size: 16px;
    max-width: 670px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.question-msg > a:hover {
    color: #2868b1;
}

.key-font {
    color: #f03131;
}

.question-date {
    padding-top: 3px;
    color: #999999;
}

.answer {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

/* æ–°é—»æ”¿ç­– */
.title-news {
    background: url("../../images/search_home/news-icon.png") no-repeat left center;
}

.news-list {
    margin-left: 30px;
}

.news-list > li {
    border-bottom: 1px solid #e0e0e0;
    padding: 18px 0;
}

.show-all .news-list > li:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.show-all .news-list.list-more > li:last-child {
    border-bottom: none;
}

.news-list > li:last-child {
    border-bottom: none;
}

.news-top {
    height: 26px;
}

.news-title {
    line-height: 26px;
    font-size: 18px;
    max-width: 690px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-title > a:hover {
    color: #2868b1;
}

.news-date {
    color: #999999;
    padding-top: 3px;
}

.news-content {
    margin-top: 12px;
    line-height: 23px;
    color: #666666;
}

.container {
    position: relative;
}

.right-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 224px;
    background-color: #fff;
}

/* çƒ­é—¨æœåŠ¡ */
.hot-title {
    width: 204px;
    height: 38px;
    background: url("../../images/search_home/hot-title.png") no-repeat center;
    background-size: 100% 100%;
    margin: 10px auto;
    box-sizing: border-box;
    padding-left: 80px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.hot-list {
    margin: 0 15px;
}

.hot-list > li {
    height: 44px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
    padding-left: 19px;
    background: url("../../images/search_home/hot-icon.png") no-repeat left center;
}

.hot-list > li > a {
    color: #2868b1;
}

.search_drop {
    width: 600px !important;
    top: 98px !important;
    left: 510px !important;
    display: none;
}

.search_drop > .split {
    margin: 0 8px 0 15px;
    border: 0 none;
    border-top: 1px solid #e7e7e7;
    display: none;
}

.search_history li,
.search_suggest li {
    color: #666;
    padding-left: 15px;
    display: block;
    line-height: 28px;
    overflow: hidden;
}

.search_history li p,
.search_suggest li p {
    width: 450px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search_history .hightlight-bold {
    font-weight: bold;
    color: #016dd9;
}

.search_suggest .hightlight-bold {
    font-weight: bold;
    color: #333;
}

.search_history li.active,
.search_suggest li.active {
    background: #f2f2f2;
}

.search_suggest {
    display: none;
}

.search_history li > .remove {
    float: right;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
    margin: 6px 8px 0 0;
    background: url("../images/remove.png") no-repeat center center;
}

.search_history li > .remove:hover {
    background: url("../images/remove-hover.png") no-repeat center center;
}


.area-chose {
    margin-bottom: 10px;
    overflow: hidden;
}

.area-wrap {
    padding: 14px 0;
    line-height: 34px;
    border-bottom: 2px solid #eeeeee;
}

.area-type {
    float: left;
    font-size: 16px;
    width: 65px;
    line-height: 34px;
    height: 34px;
}

.area-list {
    margin-left: 65px;
}


.area-list>li {
    float: left;
    min-width: 96px;
    padding: 0 8px;
    box-sizing: border-box;
    height: 34px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    color: #2868b1;
    cursor: pointer;
    border-radius: 3px;
    transition: all .3s;
}

.area-list>li.active {
    background-color: #2868b1;
    color: #fff;
    transition: all .3s;
}

.area-list>li.active:hover {
    background-color: #2868b1;
    color: #fff;
    transition: all .3s;
}

.area-list>li:hover {
    background-color: #eaf2fa;
    transition: all .3s;
}


.area-list {
    margin-left: 65px;
}


.area-list-xiaqu>li {
    float: left;
    min-width: 96px;
    padding: 0 8px;
    box-sizing: border-box;
    height: 34px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    color: #2868b1;
    cursor: pointer;
    border-radius: 3px;
    transition: all .3s;
}

.area-list-xiaqu>li.active {
    background-color: #2868b1;
    color: #fff;
    transition: all .3s;
}

.area-list-xiaqu>li.active:hover {
    background-color: #2868b1;
    color: #fff;
    transition: all .3s;
}

.area-list-xiaqu>li:hover {
    background-color: #eaf2fa;
    transition: all .3s;
}

.things-list .things-date-wrap .btn {
  width: 100px;
  height: 30px;
  background: #fff;
  border: 1px solid #2868b1;
  border-radius: 15px;
  margin-right: 9px;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  color: #2868b1;
  cursor: pointer;
}

.things-list .things-date-wrap .btn.close {
  border: 1px solid #aeaeae;
  color: #aeaeae;
}

.autocomplete-suggestions .info-list {
  cursor: pointer;
}