/* hos_screen */
.hos_screen{
    background-color: #fafafa;
    padding:20px 80px 10px 30px;
    border-radius: 3px;
}
.hos_screen .screen_title{
    width:50px;
}
.hos_screen .screen_con{
    width: 1000px;
}
.hos_screen .screen_con a{
    margin: 0 18px 14px 0;
}
.hos_screen .screen_con a.active,
.hos_screen .screen_con a:hover{
    color: #FF6980;
}

/* hos_list */
.hos_list{
    padding: 0 7px 0 14px;
    background: #fafafa;
}
.hos_list .hos_list_title{
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}
.hos_list li{
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #eee;
}
.hos_list li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.hos_list li .hos_list_l{
    width: 855px;
    border-right: 1px solid #eee;
}
.hos_list li .search_hos_t{
    margin-bottom: 27px;
}
.hos_list li .search_hos_t .search_hos_img{
    width: 200px;
    height: 127px;
    margin-right: 36px;
}
.hos_list li .search_hos_t .search_hos_con{
    width: 600px;
}
.hos_list li .search_hos_t .search_hos_con .title{
    width: 260px;
}
.hos_list li .search_hos_t .search_hos_con .search_hos_btn{
    width: 90px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background-color: #FF6980;
}
.hos_list li .search_hos_t .search_hos_con .tip{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.hos_list li .search_hos_t .search_hos_con .tip a{
    background-color: #F1F1F1;
    padding: 0 8px;
    margin-right: 20px;
}
.hos_list li .search_hos_t .search_hos_con .tip a:last-child{
    margin-right: 0;
}
.hos_list li .search_hos_b .tip{
    width: 16px;
    height: 22px;
    margin: 2px 18px 0 0;
}
.hos_list li .search_hos_b .tip img.pa{
    width: 11px;
    height: 11px;
    left: 2px;
    top: 2px;
}
.hos_list li .search_hos_b .search_set_meal{
    width: 680px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.hos_list li .search_hos_b .search_set_meal a{
    height: 26px;
    padding: 0 14px;
    margin-right: 20px;
    color: #FF9840;
    background-color: #FFF2DC;
}
.hos_list li .search_hos_b .search_set_meal a:last-child{
    margin-right: 0;
}
.hos_list li .hos_list_r{
    width: 322px;
    padding: 22px 75px 0 40px;
}
.hos_list li .hos_list_r .list_r_btn a:hover{
    cursor: pointer;
    color: #ffffff;
}
.hos_list li .hos_list_r .list_r_img{
    height: 54px;
}
.hos_list li .hos_list_r .list_r_img img{
    width: 54px;
    height: 54px;
    border-radius: 100%;
}
.hos_list li .hos_list_r .list_r_img img:nth-child(1){
    left: 0;
}
.hos_list li .hos_list_r .list_r_img img:nth-child(2){
    left: 39px;
}
.hos_list li .hos_list_r .list_r_img img:nth-child(3){
    left: 78px;
}
.hos_list li .hos_list_r .list_r_img img:nth-child(4){
    left: 117px;
}
.hos_list li .hos_list_r .list_r_img img:nth-child(5){
    left: 156px;
}
.hos_list li .hos_list_r .list_r_btn a{
    width: 84px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
}
.hos_list li .hos_list_r .list_r_btn a:first-child{
    background-color: #09C2C5;
}
.hos_list li .hos_list_r .list_r_btn a:last-child{
    background-color: #FF6980;
}