#family-box {
    background-color: #F0F2F9;
}

@media (max-width: 768px) {
    .family-content {
        position: relative;
    }
    .family-content .head-img {
        width: 100%;
        height: 320px;
    }
    .family-content .head {
        position: absolute;
        width: 100%;
        top: 70px;
        color: #fff;
    }
    .family-content .dl {
        width: 100%;
    }
    .family-content .dl .dt {
        font-size: 36px;
        font-weight: normal;
    }

    .family-content .dl .dd {
        font-size: 16px;
        padding-top: 20px;
        line-height: 2em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .family-content .content {
        padding: 0;
    }
    .family-content .content .content-dt {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #dfdfdf;
    }
    .family-content .content-dt .left {
        width: 100%;
        height: 150px;
        line-height: 160px;
        display: flex;
        justify-content: center;
        padding: 25px 0;
        color: #fff
    }
    .family-content .content-dt .left .span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        font-size: 36px;
    }
    .family-content .content-dt .left .h2 {
        font-size: 28px;
        line-height: 60px;
        margin-left: 20px;
    }
    .family-content .content-dt .right {
        flex: 1;
        overflow: hidden;
        height: 150px;
        position: relative;
    }
    .family-content .content-dt .right .right-img {
        width: 100%;
    }
    .family-content .content-dt .right .right-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .family-content .content-dt .right-p {
        margin-left: 10px;
        font-weight: normal;
        cursor: pointer;
    }
    .family-content .content-dt .right-p:hover {
        color: #0165b6;
    }
    .family-content .content-dd {
        display: flex;
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .family-content .content-dd .box {
        width: 100%;
        display: flex;
        padding-right: 25px;
    }
    .family-content .box a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }
    .family-content .box a:hover {
        color: #0165b6;
    }
    .family-content .box .box-img {
        width: 35px;
        height: 35px;
    }
    .family-content .box .box-dl {
        margin-left: 15px;
        flex: 1;
        overflow: hidden;
    }
    .family-content .box .box-dt {
        font-size: 20px;
        font-weight: bolder;
    }
    .family-content .box .box-dd {
        padding-top: 10px;
        line-height: 2em;
    }
    .family-content .box .box-sp {
        width: 1px;
        height: 130px;
        background-color: #dfdfdf;
        margin-left: 25px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .family-content {
        position: relative;
    }
    .family-content .head-img {
        width: 100%;
        height: 320px;
    }
    .family-content .head {
        position: absolute;
        width: 100%;
        top: 70px;
        color: #fff;
    }
    .family-content .dl {
        width: 670px;
    }
    .family-content .dl .dt {
        font-size: 36px;
        font-weight: normal;
    }

    .family-content .dl .dd {
        font-size: 16px;
        padding-top: 20px;
        line-height: 2em;
    }
    .family-content .content {
        padding-top: 20px;
    }
    .family-content .content .content-dt {
        display: flex;
        justify-content: space-between;
        border: 1px solid #dfdfdf;
    }
    .family-content .content-dt .left {
        width: 400px;
        height: 150px;
        line-height: 160px;
        display: flex;
        justify-content: center;
        padding: 25px 0;
        color: #fff
    }
    .family-content .content-dt .left .span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        font-size: 36px;
    }
    .family-content .content-dt .left .h2 {
        font-size: 28px;
        line-height: 60px;
        margin-left: 20px;
    }
    .family-content .content-dt .right {
        width: 760px;
        height: 150px;
        position: relative;
    }
    .family-content .content-dt .right .right-img {
        width: 100%;
    }
    .family-content .content-dt .right .right-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .family-content .content-dt .right-p {
        margin-left: 45px;
        font-weight: normal;
        cursor: pointer;
    }
    .family-content .content-dt .right-p:hover {
        color: #0165b6;
    }
    .family-content .content-dd {
        display: flex;
        flex-wrap: wrap;
        padding: 40px .5%;
    }
    .family-content .content-dd .box {
        width: 33%;
        display: flex;
        padding-right: 25px;
    }
    .family-content .box a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }
    .family-content .box a:hover {
        color: #0165b6;
    }
    .family-content .box .box-img {
        width: 35px;
        height: 35px;
    }
    .family-content .box .box-dl {
        margin-left: 15px;
        flex: 1;
        overflow: hidden;
    }
    .family-content .box .box-dt {
        font-size: 20px;
        font-weight: bolder;
    }
    .family-content .box .box-dd {
        padding-top: 10px;
        line-height: 2em;
    }
    .family-content .box .box-sp {
        width: 1px;
        height: 130px;
        background-color: #dfdfdf;
        margin-left: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .family-content {
        position: relative;
    }
    .family-content .head-img {
        width: 100%;
        height: 320px;
    }
    .family-content .head {
        position: absolute;
        width: 100%;
        top: 70px;
        color: #fff;
    }
    .family-content .dl {
        width: 670px;
    }
    .family-content .dl .dt {
        font-size: 36px;
        font-weight: normal;
    }

    .family-content .dl .dd {
        font-size: 16px;
        padding-top: 20px;
        line-height: 2em;
    }
    .family-content .content {
        padding-top: 20px;
    }
    .family-content .content .content-dt {
        display: flex;
        justify-content: space-between;
        border: 1px solid #dfdfdf;
    }
    .family-content .content-dt .left {
        width: 400px;
        height: 150px;
        line-height: 160px;
        display: flex;
        justify-content: center;
        padding: 25px 0;
        color: #fff
    }
    .family-content .content-dt .left .span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        font-size: 36px;
    }
    .family-content .content-dt .left .h2 {
        font-size: 28px;
        line-height: 60px;
        margin-left: 20px;
    }
    .family-content .content-dt .right {
        width: 760px;
        height: 150px;
        position: relative;
    }
    .family-content .content-dt .right .right-img {
        width: 100%;
    }
    .family-content .content-dt .right .right-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .family-content .content-dt .right-p {
        margin-left: 45px;
        font-weight: normal;
        cursor: pointer;
    }
    .family-content .content-dt .right-p:hover {
        color: #0165b6;
    }
    .family-content .content-dd {
        display: flex;
        flex-wrap: wrap;
        padding: 40px .5%;
    }
    .family-content .content-dd .box {
        width: 33%;
        display: flex;
        padding-right: 25px;
    }
    .family-content .box a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }
    .family-content .box a:hover {
        color: #0165b6;
    }
    .family-content .box .box-img {
        width: 35px;
        height: 35px;
    }
    .family-content .box .box-dl {
        margin-left: 15px;
        flex: 1;
        overflow: hidden;
    }
    .family-content .box .box-dt {
        font-size: 20px;
        font-weight: bolder;
    }
    .family-content .box .box-dd {
        padding-top: 10px;
        line-height: 2em;
    }
    .family-content .box .box-sp {
        width: 1px;
        height: 130px;
        background-color: #dfdfdf;
        margin-left: 25px;
    }
}
@media (min-width: 1200px) {
    .family-content {
        position: relative;
    }
    .family-content .head-img {
        width: 100%;
        height: 320px;
    }
    .family-content .head {
        position: absolute;
        width: 100%;
        top: 70px;
        color: #fff;
    }
    .family-content .dl {
        width: 670px;
    }
    .family-content .dl .dt {
        font-size: 36px;
        font-weight: normal;
    }

    .family-content .dl .dd {
        font-size: 16px;
        padding-top: 20px;
        line-height: 2em;
    }
    .family-content .content {
        padding-top: 20px;
    }
    .family-content .content .content-dt {
        display: flex;
        justify-content: space-between;
        border: 1px solid #dfdfdf;
    }
    .family-content .content-dt .left {
        width: 400px;
        height: 150px;
        line-height: 160px;
        display: flex;
        justify-content: center;
        padding: 25px 0;
        color: #fff
    }
    .family-content .content-dt .left .span {
        width: 100px;
        height: 100px;
        line-height: 100px;
        border-radius: 50%;
        background-color: #fff;
        text-align: center;
        font-size: 36px;
    }
    .family-content .content-dt .left .h2 {
        font-size: 28px;
        line-height: 60px;
        margin-left: 20px;
    }
    .family-content .content-dt .right {
        width: 760px;
        height: 150px;
        position: relative;
    }
    .family-content .content-dt .right .right-img {
        width: 100%;
    }
    .family-content .content-dt .right .right-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .family-content .content-dt .right-p {
        margin-left: 45px;
        font-weight: normal;
        cursor: pointer;
    }
    .family-content .content-dt .right-p:hover {
        color: #0165b6;
    }
    .family-content .content-dd {
        display: flex;
        flex-wrap: wrap;
        padding: 40px .5%;
    }
    .family-content .content-dd .box {
        width: 33%;
        display: flex;
        padding-right: 25px;
    }
    .family-content .box a {
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }
    .family-content .box a:hover {
        color: #0165b6;
    }
    .family-content .box .box-img {
        width: 35px;
        height: 35px;
    }
    .family-content .box .box-dl {
        margin-left: 15px;
        flex: 1;
        overflow: hidden;
    }
    .family-content .box .box-dt {
        font-size: 20px;
        font-weight: bolder;
    }
    .family-content .box .box-dd {
        padding-top: 10px;
        line-height: 2em;
    }
    .family-content .box .box-sp {
        width: 1px;
        height: 130px;
        background-color: #dfdfdf;
        margin-left: 25px;
    }
}

/* 新的样式 */
.family-content .content .son-box {
    padding: 20px 0;
}

/* .family-content .content .son-box .box:first-child .box-left {
    background-color: #F56C6C !important;
}

.family-content .content .son-box .box:first-child .box-head {
    color: #F56C6C !important;
} */

.family-content .content .son-box .warp {
    /* display: grid;
    grid-template-columns: repeat(2, 49%);
    justify-content: space-around; */
}
.family-content .content .son-box .box {
    margin-top: 20px;
}
.family-content .content .son-box .box:first-child {
    margin-top: 20px;
}
.family-content .son-box .box-head {
    font-size: 24px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    color: #333333;
    /* border-bottom: #D8D8D8 1px solid; */
    display: flex;
    align-items: center;
}
.family-content .son-box .box-left {
    width: 6px;
    height: 22px;
    border-radius: 3px;
    background: #4E6EF2;
    margin-right: 14px;
}
.family-content .son-box .box-body {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    justify-content: space-around;
    margin-top: 10px;
    gap: 10px;
}
.family-content .son-box .body-box {
    padding: 30px 22px;
    background: #FFFFFF;
    box-shadow: 0px -2px 10px 0px rgba(0, 1, 16, 0.06);
    border-radius: 5px;
    cursor: pointer;
}
/* hover */
.family-content .son-box .body-box:hover {
    box-shadow: 0 0 10px #ccc;
    background: linear-gradient(0deg, #FFFFFF, #F2F7FF);
}
.family-content .son-box .body-head {
    display: flex;
    justify-content: center;
}
.family-content .son-box .img-box {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff !important;
}
.family-content .son-box .img-box img {
    width: 120px;
    height: 120px;
}
.family-content .son-box .description {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
    display: flex;
    justify-content: center;
}
.family-content .son-box .description > div:last-child::before {
    content: '';
    width: 1px;
    height: 10px;
    background: #d5d5d5;
    display: inline-block;
    margin: 0 10px;
}
.family-content .son-box .description .code {
    color: #999999 !important;
}
.family-content .son-box .description .use {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.family-content .son-box .body-box .body-title {
    font-size: 15px;
    line-height: 26px;
    margin: 5px 0;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.family-content .son-box .body-box .title-bottom {
    position: absolute;
    width: 39px;
    height: 3px;
    /* background-color: red; */
    left: 0;
    bottom: 0;
}
.family-content .son-box .body-box .body-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #999999;
}
.family-content .son-box .body-box .body-link-content {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}
.family-content .son-box .body-box .body-link {
    width: 78px;
    height: 28px;
    background: linear-gradient(110deg, #079FF3, #079FF3,#DDF8FF);
    font-size: 13px;
    color: #fff !important;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
}
.family-content .son-box .body-box .body-link:hover {
    background: linear-gradient(110deg, #079FF3, #079FF3);
}

/* 独特样式 */
.family-content .content .son-box.other {
    background-color: #f0f8ff;
}

@media (max-width: 768px) {
    .family-content .son-box .box-body {
        grid-template-columns: repeat(1, 100%);
    }
    .family-content .son-box .body-box .body-title {
        font-size: 13px;
    }
}