.content {
    padding: 20px;
    margin-top: 20px;
    background: #fff;
}
.list-fl>p {
    background: #004a9c;
    line-height: 56px;
}
.list-fr>p {
    background: none;
    color: #004a9c;
    font-weight: bold;
}
.list-fr>p span{
    background: none;
    color: #004a9c;
    line-height: 52px;
    border-bottom:4px solid #004a9c;

}
.list-lm li:before{
    top: 20px;
}
.list-lm li a{
    line-height: 54px;
}
.nr{
    margin-top: 20px;
}
.list-fr>p{
    border-bottom: 1px solid #004a9c;
}
.list  li{
    width: 48%;
    float: left;
    margin-bottom:10px;
    margin-right: 2%;
    background: #bbdafc !important;
    height: 130px !important;
    line-height: 130px !important;
}
.list  li div {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff;
    margin: 24px auto;
    margin: 24px;
    padding-top: 12px;
    float: left;
    box-sizing: border-box;
}
.list  li div img{
    display: block;
    margin: 10px auto;
}
.list li p {
    font-size: 30px;
    color: #004a9c;
    font-weight: bold;
    float: left;
    line-height: 136px;
}
.list-lm li:before{
display:none;
}
.list li:hover {
    transform: none !important;
}
@media (max-width: 768px) {
    .list li p{
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .list-fl,.list-fr{
        width: 100%;
        float: none;
    }
    .list li p{
        line-height: 32px;
        width: 80%;
        display: block;
        text-align: center;
    }
}