/* pc样式 */
@media screen and (min-width: 1024px){
    .zggk-tab{
    }
    .zggk-tab>ul{
        display: flex;
        justify-content: center;
    }
    .zggk-tab-img {
        width: 120px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }
    .zggk-tab>ul>li {
        cursor: pointer;
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .zggk-tab>ul>li>h2{
        margin-top: 0.2rem;
        text-align: center;
        font-weight: 500;
        font-size: 0.24rem;
	    color: #333333;
    }

    .zggk-tab>ul>.zggk-tab-active>h2 {
        color: var(--zt_color--);
        transform: translate(30px, 0px);
        padding: 0 0.7rem 0.15rem 0;
        background-image: url(../imgs/title_text_bj2.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 0.26rem;
    }
    #itemBox {
        padding-top: 0.5rem;
    }

    #itemBox .item {
        display: none;
    }

    /* 校史馆简介 */
    .ssg{}
    .ssg p{
        text-indent: 2em;
        font-size: 0.2rem;
        line-height: 0.5rem;
        color: #333333;
    }

    .ssg-con-img {
        position: relative;
        margin-right: 1.2rem;
        float: left;
        width: 7.2rem;
	    height: 4.9rem;
        background-image: url(../imgs/zgjj_bigimg_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7.2rem auto;
    }

    .ssg-con-img-item {
        position: absolute;
        left: 0.4rem;
        top: 50%;
        transform: translate(0px, -50%);
        width: 7.2rem;
	    height: 4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7.2rem auto;
    }

    .ssg-imglist {
        margin: 0.3rem 0;
        display: flex;
        justify-content: space-between;
    }
    .ssg-imglist>li {
        width: 3.5rem;
	    height: 2.4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3.5rem auto;
    }
    .sdxn-box {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .zggk-tab{
    }
    .zggk-tab>ul{
        display: flex;
        justify-content: center;
    }
    .zggk-tab-img {
        width: 120px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }
    .zggk-tab>ul>li {
        cursor: pointer;
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .zggk-tab>ul>li>h2{
        margin-top: 0.2rem;
        text-align: center;
        font-weight: 500;
        font-size: 0.24rem;
	    color: #333333;
    }

    .zggk-tab>ul>.zggk-tab-active>h2 {
        color: var(--zt_color--);
        transform: translate(0.3rem, 0px);
        padding: 0 0.7rem 0.15rem 0;
        background-image: url(../imgs/title_text_bj2.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 0.26rem;
    }
    #itemBox {
        padding-top: 0.5rem;
    }

    #itemBox .item {
        display: none;
    }

    /* 校史馆简介 */
    .ssg{}
    .ssg p{
        text-indent: 2em;
        font-size: 0.2rem;
        line-height: 0.5rem;
        color: #333333;
    }

    .ssg-con-img {
        position: relative;
        margin-right: 1.2rem;
        float: left;
        width: 7.2rem;
	    height: 4.9rem;
        background-image: url(../imgs/zgjj_bigimg_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7.2rem auto;
    }

    .ssg-con-img-item {
        position: absolute;
        left: 0.4rem;
        top: 50%;
        transform: translate(0px, -50%);
        width: 7.2rem;
	    height: 4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7.2rem auto;
    }

    .ssg-imglist {
        margin: 0.3rem 0;
        display: flex;
        justify-content: space-between;
    }
    .ssg-imglist>li {
        width: 3.5rem;
	    height: 2.4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3.5rem auto;
    }
    .sdxn-box {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 800px) {
    .zggk-tab>ul>li {
        width: 30%;
    }
    .zggk-tab-img {
        width: 1.2rem;
        background-size: 100% auto;
    }
    .zggk-tab>ul>.zggk-tab-active>h2 {
        transform: translate(0px, 0px);
        padding: 0;
        background-image: none;
    }
    .ssg-con-img {
        width: 100%;
        margin-right: 0;
    }
    .ssg-con-img-item {
        background-size: 100% auto;
        width: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
.ssg-imglist {
        flex-wrap: wrap;
}

.ssg-imglist>li {
        width: 49%;
        height: 2rem;
        margin-bottom: 0.2rem;
        background-size: auto 2rem;
}
}

@media screen and (max-width: 600px) {
    .ssg-con-img {
        height: 4rem;
    }
    .ssg-con-img-item {
        width: 100%;
        height: 3.5rem;
    }
}