﻿@media screen and (max-width:1600px) {}
@media screen and (max-width:1450px) {}
@media screen and (max-width:1300px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1130px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:1023px) {}
@media screen and (max-width:750px) {
    .newslist {
        overflow: hidden;
    }
    .newslist .col {
        display: block;
        width: 100%;
    }
    .newslist .col .img {
        width: 100%;
        display: block;
    }
    .newslist .col .box {
        width: 100%;
        padding: 30px 0;
    }
    .detail .box {
        width: 80%;
    }
    .jituan .col {
        width: 100%;
        margin-right: 0px;
        margin-top: 50px;
    }
    .jituan .col .img {
        width: 100%;
        padding-top: 0;
        max-width: 100%;
        max-height: none;
        transition: all 0.3s ease;
    }
    .jituan .col .img span {
        position: static;
    }
    .zheren .list .col:nth-child(1) {
        width: 100%
    }
    .zheren .list .col:nth-child(2) {
        width: 100%
    }
    .zheren .list .col:nth-child(2):nth-child(2) {
        margin-right: 0;
    }
    .zheren .list .col {
        width: 100%;
        margin-right: 0px;
        width: 100%;
        margin-top: 30px;
    }
    .zheren .list .img {
        padding-top: 0;
        max-width: 100%;
        max-height: none;
    }
    .zheren .list .img span {
        position: static;
    }
    
.scrolling-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: calc(100vw - 20px);margin-left: 20px;
}
}