.zj_box {
    padding: 0;
}

.zj_act {
    font-size: 16px;
    color: #fff !important;
    background-color: #0059BA;
}

.zj ul li {
    margin: 0 !important;
    border-right: 1px solid #000;
}

.zj ul li a {
    display: block;
    padding: 15px;
    box-sizing: border-box;
}

.zj ul li:last-child {
    border-right: none;
}

.zj ul li a:hover {
    color: #fff !important;
    background-color: #0059BA;
    transition: all 0.6s;
}

.profile .line .l {
    width: 45%;
}

.profile .line .l img {
    display: block;
    width: 100%;
}

.profile .line .r {
    width: 50%;
}

.profile_box {
    padding: .75rem 0;
    box-sizing: border-box;
}

.profile .line {
    margin: 0 0 .625rem 0;
}

.profile .line h4 {
    margin: 0 0 .375rem 0;
    text-align: center;
    color: #0059BA;
}

.profile .line span p {
    line-height: .45rem;
    margin: 0 0 .25rem 0 !important;
    text-indent: 40px;
}

span p {
    line-height: .45rem;
    margin: .25rem 0 !important;
    text-indent: 40px;
}

.profile img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    /* .zj .r ul li {
        border-top: 1px solid #000;
    }
    .zj ul li:first-child {
        border-left: 1px solid #000;
    }
    .zj ul li:last-child {
        border-right: 1px solid #000;
    } */
    .zj .l {
        padding: 15px 0;
    }
    .zj ul li {
        width: 30%;
        border: none;
    }
    .zj ul {
        flex-wrap: wrap;
    }
    .profile .line .l,
    .profile .line .r {
        width: 100%;
    }
    .profile .line {
        flex-wrap: wrap;
    }
    .profile .line span p {
        line-height: 1.5;
    }
    .profile .line .l {
        margin: 0 0 10px 0;
    }
    span p {
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}