﻿.newshow .content img{height:auto!important;}
.works .list li .imgDiv img {
    mix-blend-mode: multiply;
    max-width: 85%;
    max-height: 85%;
}

.page-wrapper .content {
    margin: 0.4rem auto 0;
    font-size: var(--fs16);
    line-height: 0.3rem;
}


@media (max-width: 1004px) {
    .page-wrapper .content {
        margin: 0.6rem auto 0;
        font-size: var(--fs14);
        line-height: 0.48rem;
    }

    .indexP3 .swiper-slide .pic img{height:10rem;}
}