.c_right {
    width: 892px;
    height: 364px;
    border: 1px solid #ccc;
    background: #f9f9f9;
}
.c_right .inquiry_result .inquiry_info ul li {
    line-height: 38px;
    font-size: 16px;
    text-indent: 20px;
    width: 300px;
    overflow: hidden;
}
.c_right .inquiry_result .inquiry_info ul li.switch_bg a {
    color: red;
}
.c_right .inquiry_result .inquiry_info ul li a {
    width: 260px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.c_right .inquiry_result .inquiry_info ul li.switch_bg span {
    background: url(../image/home/d_d.png) no-repeat center;
}
.c_right .inquiry_result .inquiry_info ul li span {
    float: right;
    width: 23px;
    height: 23px;
    background: url(../image/home/d_b.png) no-repeat center;
    margin-top: 10px;
}
.c_right .inquiry_result .inquiry_Map {
    margin-right: 20px;
}
.c_right .inquiry_result .inquiry_Map form input[type='text'] {
    width: 262px;
    height: 32px;
    border: 1px solid #ccc;
    text-indent: 10px;
}
.c_right .inquiry_result .inquiry_Map form input[type='submit'] {
    width: 108px;
    height: 32px;
    background: red;
    font-size: 15px;
    color: #ffffff;
}