* {
    color: #555;
}

.search-part {
    position: absolute;
    top: 27px;
    margin:0 auto;
    overflow: hidden;
}

.search-part-one {
    width: 340px;
    float: left;
    margin-right: 12px;
}

.search-part-one-top {
    height: 35px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 2px 1px 5px 3px #d2d2d2;
}

.search-part-one-top input {
    width: 70%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 12px;
    display: inline-block;
    font-size: 14px;
}

.search-part-one-top img {
    width: 21px;
    height: 17px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    cursor: pointer;
}

.hot-info-title {
    height: 34px;
    line-height: 34px;
    border-left: 15px solid #007de4;
    background-color: rgb(219, 240, 254);
    font-size: 16px;
    margin-top: 7px;
    padding-left: 12px;
}

.hot-info {
    height: 250px;
    padding-left: 12px;
    padding-right: 15px;
}

.hot-info li {
    height: 50px;
    line-height: 50px;
}

#search_result {
    background-color: #fff;
    margin-top: 7px;
    height: 500px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

#search_result li {
    height: 100px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 12px;
    padding-bottom: 13px;
    box-sizing: border-box;
    padding-left: 12px;
    cursor: pointer;
}
#search_result li:last-of-type{
    border: none;
}
#search_result .compony-name {
    font-size: 14px;
    color: #555;
}

#search_result .compony-area {
    font-size: 12px;
    color: #808080;
    margin-top: 7px;
    margin-bottom: 5px;
}

#search_result .compony-address {
    font-size: 12px;
    color: #808080;
    width: 281px;
}

.search-part-two {
    width: 60px;
    float: left;
    margin-right: 12px;
}

.search-part-two-top {
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    box-shadow: 2px 1px 5px 3px #d2d2d2;
    cursor: pointer;
}

.search-part-two-top span {
    font-size: 12px;
}

.search-part-two-top img {
    width: 11px;
    height: 5px;
    margin-left: 4px;
}

.big-area {
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    display: none;
}

.big-area li {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.big-area li:hover {
    color: #007de4;
}

.search-part-three {
    width: 100px;
    height: 35px;
    line-height: 35px;
    float: left;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px 5px 3px #d2d2d2;
}

.search-part-three img {
    vertical-align: middle;
    margin-left: 7px;
    cursor: pointer;
}


.h-color:hover {
    color: #007de4;
}

.details-part{
    height: 500px;
    background-color: #fff;
    margin-top: 7px;
    display: none;
}
.back-list{
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
    padding-left: 25px;
    font-size: 14px;
    color: #999;
    background: url("../../imges/user/dt-left.png") no-repeat left center;
    cursor: pointer;
}
.compony-detail-name{
    height: 35px;
    line-height: 35px;
    padding-left: 70px;
    background: url("../../imges/user/locate.png") no-repeat 35px center;
    background-color: rgb(246, 246, 246);
    cursor: pointer;
}

.detail-part {
    padding-left: 30px;
}
.detail-part .part-title{
    font-size: 12px;
    font-weight: 600;
    color: #555;
    line-height: 35px;
    padding-left: 15px;
    height: 35px;
    background: url("../../imges/user/border-left15.png") no-repeat left center;
}
.detail-part li{
    font-size: 12px;
    color: #555;
    line-height: 35px;
    padding-left: 15px;
    height: 35px;
    width: 243px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: hidden;
    background: url("../../imges/user/border-left5.png") no-repeat left center;
}
.detail-part li:hover{
    color: #007de4;
}

#search_result_none{
    height: 50px;
    font-size: 14px;
    color: #808080;
    line-height: 50px;
    text-align: center;
    display: none;
    background-color: #fff;
    margin-top: 7px;
    overflow: hidden;
}