/* pcæ ·å¼ */
@media screen and (min-width: 1024px){



.gccrc-box ul{margin-top:20px;margin: 0.2rem 0;display: flex;padding: 0 0.2rem;flex-wrap: wrap;}







    .content-right-content {
        padding: 30px 0;
    }
    .gccrc-title {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        width: 100%;
        height: 50px;
        font-size: 18px;
        color:var(--zt_color--);
        font-weight: 700;
        padding-left: 30px;
        background-color: #ebf0f9;
        background-image: url(../icon/gccrc_title_icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
    }

    .gccrc-box {
        padding-bottom: 30px;
    }

    .gccrc-list {
        display: flex;
        flex-wrap: wrap;
    }
    .gccrc-list>li {
        margin-top: 20px;
        margin-right: 0.2rem;
    }

.gccrc-list>li:hover a{border-bottom: 1px solid var(--zt_color--);
    }



    .gccrc-list>li>a {
        /* padding: 0 25px; */
        font-size: 18px;
        width: 1.6rem;
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid rgb(221 103 106);
        font-size: 0.2rem;
        color: #333;
    }
}

/* ç§»åŠ¨ç«¯æ ·å¼ */
@media screen and (max-width: 1024px) {
    .content-right-content { 
        padding: 30px 0;
    }
    .gccrc-title {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        font-size: 18px;
        color: var(--zt_color--);
        font-weight: 700;
        padding-left: 30px;
	    background-color: #ebf0f9;
        background-image: url(../icon/gccrc_title_icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
    }

    .gccrc-box {
        padding-bottom: 60px;
    }

    .gccrc-list {
        display: flex;
        flex-wrap: wrap;
    }
    .gccrc-list>li {
        margin-top: 20px;
    }
    .gccrc-list>li>a {
        padding: 0 25px;
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .content-right-content {
        padding: 20px 0;
    }
    .gccrc-title {
        height: 50px;
        font-size: 16px;
    }
    .gccrc-box {
        padding-bottom: 30px;
    }
    .gccrc-list>li {
        margin-top: 15px;
    }
    .gccrc-list>li>a {
        padding: 0 15px;
        font-size: 14px;
    }
}