.zzjgCon {
    background-color: #93080c;
    border-radius: 5px;
}

.zzjgL > .flex {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    height: 100%;
}

.zzjgCon .title {
    width: 80px;
    border-top-left-radius: 30px;
    /*background: #607b99;*/
    height: 100%;
}

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.zzjgCon .title h4 {
    font-size: 24px;
    width: 26px;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    color: white;
    padding: 30px 0;
}

.zzjgCon .ulBox {
    background-color: white;
    align-content: flex-start;
    width: calc(100% - 80px);
    height: 100%;
    margin: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.zzjgCon ul {
    box-sizing: border-box;
    width: 49%;
    padding-left: 50px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.zzjgCon ul li {
    list-style-image: url("../images/li_jt.png");
}

.zzjgCon ul li a:hover {
    color: var(--color-coffee);
    padding-left: 20px;
    transition: 0.6s all;
    font-weight: bold;
}

.zzjgCon ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #323232;
    line-height: 24px;
    margin: 16px 0px;
    display: block;
    position: relative;
    padding-left: 18px;
    transition: 0.6s all;
}

a:visited {
    text-decoration: none;
    cursor: pointer;
}

.ulBox p {
    line-height: 260%;
}