/**!
 * 咨询电话
 * author: gaojing;
 * date: 2017-09-22
 */

.phone-wrap {
    padding-top: 33px;
}

.phone-wrap .title {
    padding-left: 8px;
    line-height: 14px;
    color: #4178be;
    font-size: 19px;
    font-weight: bold;   
    border-left: 3px solid #4178be;
}

.phone-table {
    margin: 23px auto;
    width: 971px;
    table-layout:fixed;
}

.phone-table tr td {
    height: 38px;
    line-height: 38px;
    border: 1px solid #99cdff;
}

.phone-table thead td {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #edf7ff;
}

.phone-table .floor {
    width: 57px;
}

.phone-table .name {
    width: 149px;
}

.phone-table .phone {
    width: 761px;
}

.phone-table .floor-name {
    padding: 0 15px;
    display: block;
    color: #000;
    font-size: 17px;
    text-align: center;
}

.phone-table .window-name {
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
}

.phone-table .phone-num {
    padding: 0 28px;
    font-size: 13px;
}