.hos-list{
    width: 100%;
    border:1px solid #EBEBEB;
    margin-bottom: 14px;
    padding: 20px;
    padding-bottom: 6px;
    position: relative;
    background: #fff;
}
.hos-logo{
    width: 120px;height: 90px;
    position: absolute;left: 20px;
    top:22px;
}
.hos-info{
    /*border:1px solid red;*/
    padding-left: 140px;
    width: 100%;
}
.hos-name{
    color: #1a1a1a;
    font-size: 18px;
}
.hos-name:hover{
    color: #3bc987;
}
.hos-level{
    background: #F7AD4D;
    color: #fff;font-size: 12px;
    display: inline-block;
    width: 60px;height: 18px;
    border-radius: 2px;
    text-align: center;line-height: 18px;
    position: relative;bottom: 2px;
    margin-left: 14px;
}
.info-first{
    height: 18px;line-height: 18px;
    margin-top: 2px;
}
.hos-address{
    color: #949494;
    font-size: 14px;
    position: absolute;
    left: 680px;
    top:22px;
    /*width: 108px;*/
    display: block;
    background: url("../../img/new_img/city_10.png") 0 1px no-repeat;
    /*text-align: right;*/
    text-indent: 1rem;
    height: 18px;
    overflow: hidden;
}
.info-two{
    color: #949494;
    margin-top: 19px;/*bullshit*/
    font-size: 14px;
    height: 14px;
    line-height: 14px;
}
.info-three{
    height: auto;
    position: relative;
    margin-top: 17px;
}
.cooper-dep{
    color: #949494;font-size: 14px;
    position: absolute;
    left:140px;
    top:1px;
}
.cooper-dep-list{
    padding-left: 80px;
    height:36px;
    overflow: hidden;

}
.dep-list-name{
    border:1px solid #DCDCDC;
    padding: 2px 10px;
    margin-right: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 14px;
    display: inline-block;
    font-size: 12px;
    color: #949494;
}
.dep-list-name:hover{
    border:1px solid #3BC987;
    color: #3BC987;
}
/*city-list*/
.search-list {
    padding-right: 0;
}
.city-list {
    position: relative;
    width: 769px;
    margin-bottom: 4px;
    padding: 8px 20px 5px 20px;
    border: 1px solid #3bc987;
}
.choice-city {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #666;
    line-height: 12px;
}
.choice-condition {
    position: relative;
}
.corner {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -4px;
    z-index: 10;
}
.corner-outer {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 4px;
    border-style: solid;
    border-color: transparent transparent #3bc987 transparent;
}
.corner-inner {
    position: absolute;
    bottom: 0;
    left: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px 3px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}