/* pc样式 */
@media screen and (min-width: 1024px){
    .content-right-content {
        padding-bottom: 0.4rem;
    }
    .gccrc {
        margin-top: 0.4rem;
    }
    .gccrc-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        background-color: #d9e8fa;
        background-image: url(../images/two_xzgk_bg.png);
        background-position: right bottom;
        background-size: 3.2rem auto;
        background-repeat: no-repeat;
    }
    .gccrc-title-left {
        padding-left: 0.3rem;        
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--zt_color--);
        font-weight: 700;
        font-size: 0.2rem;
        border-left: 0.04rem solid var(--zt_color--);
    }
    .gccrc-title-right {
        padding-right: 0.3rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .gccrc-title-right img{
        width: 0.25rem;
    }

    .gccrc-list{
        margin: 0.2rem 0;
        display: flex;
        padding: 0 0.2rem;
        flex-wrap: wrap;
    }
    .gccrc-list>li {
        margin-right: 0.2rem;
    }
    .gccrc-list>li>a{
        width: 1.6rem;
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #c4d8f0;
        font-size: 0.2rem;
        color: #333;
    }
    .gccrc-list>li:hover a {
        border-bottom: 1px solid var(--zt_color--);
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-right-content {
        padding-bottom: 0.4rem;
    }
    .gccrc {
        margin-top: 0.4rem;
    }
    .gccrc-title {
        height: 0.6rem;
        display: flex;
        justify-content: space-between;
        background-color: #d9e8fa;
        background-image: url(../images/two_xzgk_bg.png);
        background-position: right bottom;
        background-size: 3.2rem auto;
        background-repeat: no-repeat;
    }
    .gccrc-title-left {
        padding-left: 0.3rem;        
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--zt_color--);
        font-weight: 700;
        font-size: 0.2rem;
        border-left: 0.04rem solid var(--zt_color--);
    }
    .gccrc-title-right {
        padding-right: 0.3rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .gccrc-title-right img{
        width: 0.25rem;
    }

    .gccrc-list{
        margin-top: 0.2rem;
        display: flex;
        padding: 0 0.2rem;
        flex-wrap: wrap;
    }
    .gccrc-list>li {
        margin-right: 0.2rem;
    }
    .gccrc-list>li>a{
        width: 1.6rem;
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #c4d8f0;
        font-size: 16px;
        color: #333;
    }
    .gccrc-list>li:hover a {
        border-bottom: 1px solid var(--zt_color--);
    }
}

@media screen and (max-width: 600px) {
    .gccrc-list {
        justify-content: space-between;
    }
    .gccrc-list>li {
        width: 45%;
        margin-right: 0;
    }
    .gccrc-list>li>a {
        width: 100%;
    }
}