@media screen and (max-width:1024px) {

    /* Í· */
    .guidezt {
        height: 160px;
        margin-top: -3px;
    }

    .guidezt .positionx ul li {
        width: 33%;
        padding: 0px;
        text-align: center;
    }

    .guidezt .positionx {
        width: 100%;
        height: auto;
    }

    /* ÄÚÈÝ */
    .content .positionx .pic {
        width: 100%;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .content .positionx {
        width: 100%;
    }

    .content .positionx .pic .box {
        width: 48%;
        margin: auto;
        margin-bottom: 12px;
        height: auto;
        float: left;
        margin: 1%;
    }

    .content .positionx .pic .box .img img {
        width: 100%;
        height: 2.7rem;
    }

    .content .positionx .pic .box .img {
        width: 100%;
        height: auto;
    }

    .content .positionx .pic .box .topic {
        width: 100%;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* µ× */
    .footzt .positionx {
        width: 100%;
        height: 100%;
    }

    .footzt .positionx p {
        width: 100%;
    }

    .footzt {
        overflow: hidden;
        height: 100%;
    }

}