body {
    background-color: #f2f2f2;
}

.wjjzcb-banner {
    height: 4.2rem;
    background: url(2025-wjjzcb-logo-bg.jpg) no-repeat center;
    background-size: cover;
}

.wjjzcb-banner .mainWidth {
    height: 100%;
}

.wjjzcb-banner .banner-font {
    height: .7rem;
    position: absolute;
    left: 2.9rem;
    display: block;
    top: calc((100% - .7rem) / 2);
    z-index: 2;
}

.wjjzcb-banner .banner-img {
    height: 100%;
    position: absolute;
    display: block;
    right: 2.3rem;
    top: 0;
    z-index: 1;
}

.wjjzcb-main {
    width: 13.4rem;
    margin: .3rem auto;
    padding: 0 .3rem .3rem;
    background-color: #fff;
    border-radius: .1rem;
}

.wjjzcb-main .pLocation {
    padding-bottom: 0;
    border: 0;
}

.wjjzcb-main .menu-list::after {
    content: '';
    display: block;
    clear: both;
}

.wjjzcb-main .menu-list li {
    width: calc((100% - .28rem * 3) / 4);
    height: 1.75rem;
    float: left;
    margin-right: .28rem;
    margin-top: .3rem;
}

.wjjzcb-main .menu-list li:nth-child(3),
.wjjzcb-main .menu-list li:nth-child(4) {
    margin-right: 0;
}

.wjjzcb-main .menu-list li:nth-child(4n) {
    float: right;
}

.wjjzcb-main .menu-list li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #e0f0ff;
    font-size: 0;
    position: relative;
    border-radius: .1rem;
    text-align: center;
}

.wjjzcb-main .menu-list li a::before {
    content: '';
    display: block;
    width: calc(100% - 10px - 2px);
    height: calc(100% - 10px - 2px);
    position: absolute;
    left: 5px;
    top: 5px;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 0;
}

.wjjzcb-main .menu-list li a::after {
    content: '';
    display: block;
    width: 22px;
    height: 10px;
    background: url(2025-wjjzcb-menu-ico.png) no-repeat top center;
    background-size: contain;
    left: calc((100% - 22px) / 2);
    bottom: -10px;
    position: absolute;
    opacity: 0;
}

.wjjzcb-main .menu-list li a .menu-font {
    position: relative;
    z-index: 2;
    height: .32rem;
    display: inline-block;
    margin-top: .38rem;
}

.wjjzcb-main .menu-list li a .menu-img {
    position: absolute;
    z-index: 1;
    width: 1.54rem;
    left: calc((100% - 1.54rem) / 2);
    bottom: 10px;
}

.wjjzcb-main .menu-list li a:hover {
    background-color: #c9e5ff;
}

.wjjzcb-main .menu-list li.active a {
    background-color: #c9e5ff;
}

.wjjzcb-main .menu-list li.active a::before,
.wjjzcb-main .menu-list li.active a::after {
    opacity: 1;
}

.wjjzcb-main .txt-list {
    padding-top: .2rem;
}

.wjjzcb-main .txt-list::after {
    content: '';
    display: block;
    clear: both;
}

.wjjzcb-main .txt-list li {
    width: calc((100% - .28rem) / 2 - 2px);
    height: .52rem;
    line-height: .52rem;
    margin-top: .2rem;
    float: left;
    border: 1px solid #c9e5ff;
}

.wjjzcb-main .txt-list li:nth-child(2n) {
    float: right;
}

.wjjzcb-main .txt-list li:nth-child(3),
.wjjzcb-main .txt-list li:nth-child(4),
.wjjzcb-main .txt-list li:nth-child(7),
.wjjzcb-main .txt-list li:nth-child(8),
.wjjzcb-main .txt-list li:nth-child(11),
.wjjzcb-main .txt-list li:nth-child(12),
.wjjzcb-main .txt-list li:nth-child(15),
.wjjzcb-main .txt-list li:nth-child(16),
.wjjzcb-main .txt-list li:nth-child(19),
.wjjzcb-main .txt-list li:nth-child(20) {
    background-color: #f7fbff;
}

.wjjzcb-main .txt-list li a {
    display: block;
    margin: 0 .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wjjzcb-main .txt-list li a::before {
    content: '';
    display: block;
    background: url(2025-wjjzcb-list-ico.png) no-repeat left;
    width: 15px;
    height: 16px;
    float: left;
    margin-right: .15rem;
    margin-top: calc((.52rem - 16px) / 2);
}

.wjjzcb-main .txt-list li a:hover {
    color: #ff0000;
}

@media screen and (max-width: 768px) {
    .wjjzcb-banner {
        height: calc(100vw * .35);
    }
    
    .wjjzcb-banner .banner-font {
        width: 60%;
        height: auto;
        left: .2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .wjjzcb-banner .banner-img {
        right: .2rem;
    }
    
    .wjjzcb-main {
        margin: 10px;
        width: calc(100% - 40px);
        padding: 0 10px 10px;
    }
    
    .wjjzcb-main .menu-list li {
        width: calc((100% - 10px) / 2);
        height: calc(100vw * .3);
        margin-top: 10px;
        margin-right: 10px;
    }
    
    .wjjzcb-main .menu-list li:nth-child(2n) {
        margin-right: 0;
    }
    
    .wjjzcb-main .menu-list li a .menu-font {
        width: 90%;
        height: auto;
        margin-top: .3rem;
    }
    
    .wjjzcb-main .menu-list li a .menu-img {
        width: 60%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .wjjzcb-main .menu-list li a::after {
        display: none;
    }
    
    .wjjzcb-main .txt-list {
        padding-top: 0;
    }
    
    .wjjzcb-main .txt-list li {
        width: calc(100% - 2px);
        float: none !important;
        margin-top: 10px;
        background-color: #fff !important;
    }
    
    .wjjzcb-main .txt-list li:nth-child(2n) {
        background-color: #f7fbff !important;
    }
    
    .wjjzcb-main .txt-list li a {
        margin: 0 10px;
    }
    
    .wjjzcb-main .txt-list li a::before {
        margin-right: 8px;
    }
}