.hfContent{
    box-sizing: border-box;
    padding: 0 4%;
}

.innerTitle{
    font-size: 18px;
    color: #E10C02;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
}

.funcItem{
    background: linear-gradient(0deg, #FFEFEA, #FFFAF8);
    border-radius: 10px;
    border: 1px solid #F7DFD8;

    box-sizing: border-box;
    padding: 0 14px 30px 14px;
    margin-bottom: 20px;
}

.funcTitle{
    width: 172px;
    height: 45px;
    background: url(../images/cooperate/mo_hf_tu1.png) no-repeat;
    background-size: 100% 100%;

    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    margin: -6px auto 0;
}

.funcDesc{
    font-size: 12px;
    color: #5B5757;
    text-indent: 2em;
    line-height: 26px;
}

.funcItem ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.funcItem ul li{
    height: 37px;
    background: url(../images/cooperate/mo_hf_tu2.png) no-repeat;
    background-size: 100% 100%;

    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 37px;
    margin: 4px;
}