.telephone-main{
    overflow: hidden;
}
.telephone-note{
    overflow: hidden;padding: 20px 0;
}
.telephone-note .emergency-treatment{
    font-size: 16px;font-weight: bold;color: #ff6600;
}
.telephone-note .emergency-note{
    font-size: 14px;
}
.telephone-note .hotline{
    font-size: 16px;line-height: 30px;padding-top: 10px;
}
.telephone-tab{
    overflow: hidden;
}
.telephone-tab .hd{
    padding-bottom: 10px;height: 38px;
}
.telephone-tab .hd ul{
    height: 100%;background: #d0e6fb;
}
.telephone-tab .hd ul li{
    text-align: center;line-height: 38px;width: 20%;float: left;font-size: 16px;position: relative;cursor: pointer;
}
.telephone-tab .hd ul li i.icon{
    position: absolute;bottom: -20px;left: 85px;
    border-width: 10px;
    border-style: solid;
    border-color: #074cbd transparent transparent transparent;
    display: none;
}
.telephone-tab .hd ul li.on{
    background: #074cbd;color: white;
}
.telephone-tab .hd ul li.on i.icon{
    display: inline-block;
}
.telephone-tab .bd{
    padding-top: 20px;
}
.telephone-tab .tab-table{
    zoom: 1;border-collapse: collapse;width: 100%;
}
.telephone-tab .tab-table tr td{
    border: 1px #074cbd solid;text-align: center;
}
.telephone-tab .tab-table thead{
    line-height: 40px;background: #074cbd;color: white;font-size: 16px;font-weight: bold;
}
.telephone-tab .tab-table tbody{
    font-size: 14px;line-height: 40px;
}