.helpCenter_service_list{
    width: 1200px;
    margin:30px auto 130px;
}
.helpCenter_service_list>h4{
    width:1200px;
    line-height:60px;
    text-align: center;
    font-size: 24px;
    color: #000000;
    background: #D4E6F8;
    font-weight:400;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.service_table_item{
    height: auto;
    font-size: 0;
    color: #000000;
    overflow: hidden;
   
    box-sizing: border-box;
}
.service_table_item>p{
    width: 12%;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    height:inherit;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.service_table_item>div{
    width: 22%;
    overflow: hidden;
    height:inherit;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.service_table_item>ul{
    width: 22%;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    color: #2C6BC5;
}
.service_table_item>ul>li{
    text-align: center;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    height:54px;
    line-height: 54px;
    font-size: 16px;
}
.service_table_item:first-child{
    background: #F5F5F5;
}
.service_table_item:first-child>ul>li:last-of-type{
    color: #2C6BC5;
}