.m-home-practice-2021 .m-list .m-item.m-home-practice-2021 {
    padding: 44px 0 88px;
    background: #fbfbff;
    font-size: 0;
    font-family: PingFang SC,PingFangSC-Light,Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
}

.m-home-practice-2021 .m-part-title {
    text-align: center;
}

.m-home-practice-2021 .m-part-title .u-title {
    font-size: 32px;
    line-height: 45px;
    color: #333;
}

.m-home-practice-2021 .m-part-title .u-desc {
    margin-top: 16px;
    font-size: 17px;
    line-height: 16px;
    color: #666;
}

.m-home-practice-2021 .m-list {
    width: 1400px;
    margin-top: 46px;
}

.m-home-practice-2021 .m-list .m-item {
    display: inline-block;
    vertical-align: middle;
    width: 450px;
    text-align: center;
    border: 1px solid transparent;
    padding: 20px 0;
    margin-bottom: 20px;
}
.m-home-practice-2021 .m-list .m-item:hover {
    background:rgba(255,255,255,0.5);
    box-shadow: 3px 5px 5px #D6D6D6;
    border: 1px solid #ccc;
}

.m-home-practice-2021 .m-list .m-item .u-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.m-home-practice-2021 .m-list .m-item .u-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin-top: 20px;
}

.m-home-practice-2021 .m-list .m-item .m-desc {
    margin: 12px auto 0;
    width: 183px;
}

.m-home-practice-2021 .m-list .m-item .m-desc .u-desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

@media only screen and (max-width:1410px) {
    .g-c-bd .f-1400 {
        max-width: 1200px;
    }

    .m-home-practice-2021 .m-list {
        width: 1200px;
    }

    .m-home-practice-2021 .m-list .m-item {
        width: 32%;
    }
}