.z_container {
    padding: 0.5rem 0 .35rem;
    overflow: hidden;
    background: url(/engine2/assets/images/tjdz/xxgk_bg-54e55c24aab7a8904976c1167c02092f.png) center bottom no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 800px) {
    .wp {
        padding: 0 15px !important;
    }

    .z_container .left ul {
        margin-top: -0.2rem !important;
        display: flex !important;
        flex-wrap: wrap !important;
        overflow: hidden !important;
    }

    .z_container .left ul li {
        min-width: 50% !important;
        margin-bottom: -1px !important;
    }

    .z_container .left ul li:before {
        left: 0 !important;
        right: 0 !important;
    }
}

@media (max-width: 560px) {
    .z_container .left ul li a {
        padding: 0 .4rem !important;
        height: .48rem !important;
    }
}

.z_container .z_wp {
    width: 16.2rem;
    padding: 0;
    margin: 0 auto;
    max-width: 94%;
}

@media (max-width: 1024px) {
    .z_container .left {
        width: 100% !important;
        margin-right: 0 !important;
    }

}

.z_container .left {
    margin-bottom: .3rem;
    margin-right: .6rem;
    width: 2.52rem;
}

.z_container .left ul {
    width: 100%;
    display: block;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    background: #f5f5f5;
}

.z_container .left ul li {
    position: relative;
    z-index: 1;
}

.z_container .left ul li a {
    font-size: .20rem;
    color: #111111;
    padding: 0 .2rem 0 .4rem;
    position: relative;
    display: flex;
    cursor: pointer;
    height: .56rem;
    align-items: center;
    line-height: 1.5;
    z-index: 1;
    transition: .5s;
}

.z_container .left ul li.on a,
.z_container .left ul li:hover a {
    color: #fff;
}

.z_container .left ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: .2rem;
    right: .2rem;
    background: #ffcbd8;
    height: 1px;
}

.z_container .left ul li.on a:before,
.z_container .left ul li:hover a:before {
    width: 100%;
}

.z_container .left ul li.on a:after,
.z_container .left ul li a:hover:after {
    background: #fff;
}

.z_container .left ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #a7072f;
    width: 0;
    top: 0;
    transition: width .5s;
    z-index: -1;
}

.z_container .left ul li a:after {
    content: "";
    background: #a7072f;
    width: .1rem;
    height: .02rem;
    left: .2rem;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    transition: .5s;
}

/* 右边列表 */
@media (max-width: 1024px) {
    .z_container .right {
        width: 100% !important;
        padding: 0 !important;
        flex: auto !important;
    }
}

@media (max-width: 800px) {
    .z_container .right ul li a {
        padding: 0 0.25rem !important;
    }

    .z_container .right ul li h4 {
        font-size: 0.2rem !important;
        line-height: 0.3rem !important;
        max-height: 0.6rem \0 !important;
        font-weight: normal !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 这里的数字表示显示的行数 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        /* 防止长单词或URL溢出容器 */
        white-space: normal;
        /* 避免强制文本不换行 */
    }
}

.z_container .right {
    width: calc(100% - 2.52rem);
    flex: 1;
    overflow: hidden;
}

.z_container .right ul li {
    margin-bottom: 0.2rem;
}

.z_container .right ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #f5f5f5;
    height: 1rem;
    padding: 0 .55rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .z_container .right ul li a:hover::before {
        transform: translateY(0);
    }

    .z_container .right ul li a:hover * {
        color: #fff !important;
    }

    .z_container .right ul li a:hover::after {
        height: 0;
    }
}

.z_container .right ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/engine2/assets/images/tjdz/jbxx_r_bg-30e849f0486dd5f09f1391c7ab6d370b.jpg) center no-repeat;
    background-size: cover;
    z-index: -1;
    transform: translateY(101%);
    transition: transform .5s;
}

.z_container .right ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .03rem;
    height: 50%;
    background: #a7072f;
    transition: height .5s;
}

.z_container .right ul li h4 {
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.32rem;
    max-height: 0.64rem \0;
    transition: color 0.5s;
    flex: 1;
}

.z_container .right ul li .right_item {
    padding: 0 0 0 0.2rem;
    text-align: center;
}

.z_container .right ul li .right_item h3 {
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #a7072f;
    transition: color 0.5s;
    white-space: nowrap;
}

.z_container .right ul li .right_item h6 {
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #555555;
    margin: .06rem 0 0;
    transition: color 0.5s;
    white-space: nowrap;
}

/* 大学章程 */
.dxzc .z_title {
    margin-bottom: 0.4rem;
    text-align: center;
}

.dxzc .z_title h3 {
    font-size: 0.28rem;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
}

.dxzc .z_title h6 {
    font-size: 0.18rem;
    line-height: 1.5;
    color: #555555;
    margin: 0.2rem 0 0;
}

.dxzc .dxzc_z_content {
    text-indent: 2em;
    font-size: 0.20rem !important;
    line-height: 2 !important;
    color: #000;
}