.page.part {
    position: relative;
}

.part-content .li {
    padding-bottom: 0.62rem;
}

.content-head {
    margin: 0.9rem auto .76rem;
}

.content-body .title h3 {
    padding-top: 0.6rem;
    padding-bottom: 0.56rem;
    font-family: "Muli-Bold";
    font-size: 32px;
    line-height: normal;
    font-size: Max(0.32rem, 24px);
    font-weight: bold;
    line-height: 0.44rem;
    text-transform: uppercase;
    color: #3D3D3D;
}

.item1-l {
    width: 100%;
    position: relative;
}

.item2 {}

.item-li {
    margin-bottom: 0.16rem;
    width: 49%;
}

.item-li .title {
    width: 100%;
    font-family: 'Muli-SemiBold';
    position: relative;
    padding: 0.15rem 0.3rem;
    font-size: 18px;
    font-size: max(0.18rem, 14px);
    font-weight: 500;
    line-height: normal;
    color: #fff;
    background: #16519F;
    border-radius: 0.08rem;
}

.item-li .content a {
    display: block;
    font-size: 16px;
    font-size: max(0.16rem, 12px);
    font-size: max(0.16rem, 13px);
    font-weight: 400;
    line-height: 0.5rem;
    font-family: 'Muli-SemiBold';
    color: #16519F;
    text-decoration: underline;
    text-underline-offset: 0.04rem;
}

.item-li .content {
    padding: 0.24rem 0.3rem;
    border-radius: 0.08rem;
}

.content-body .line.line-bottom {}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 750px) {
    .thead .td {
        color: #fff;
    }
    .item-li .content,
    .item-li .title {
        width: 100%;
        flex: auto;
    }
    .item-li .title {
        margin-bottom: 0.16rem;
    }
    .item-li {
        margin-bottom: 0.4rem;
        width: 100%;
    }
    .item-li .content {
        padding: 0.24rem;
    }
}