/* pc */
@media screen {
    body {
        background: #F6F6F6;
    }

    .news2 {
        padding: 4.948vw 13.542vw 4.427vw;
    }

    .news2 .zhanwei {
        width: 23.438vw;
    }

    .news2 .ev {
        display: block;
        width: 23.438vw;
        margin-bottom: 2.708vw;
    }

    .news2 .ev .intr {
        padding: 1.25vw 0 0;
    }

    .news2 .ev .intr h2 {
        color: #444;
        font-family: Montserrat;
        font-size: 1.042vw;
        font-weight: 400;
        display: -webkit-box;
        display: box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .news2 .ev .intr p {
        display: none;
    }

    .news2 .ev .intr .time {
        margin-top: 1.042vw;
        color: #999;
        font-family: Montserrat;
        font-size: 0.833vw;
    }

    .news2 .ev:first-child {
        width: 100%;
        position: relative;
    }

    .news2 .ev:first-child .pic {
        width: 48.177vw;
    }

    .news2 .ev:first-child .intr {
        width: 41.25vw;
        padding: 4.167vw 3.958vw 3.802vw 5.885vw;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-color: #fff;
        z-index: 10;
    }

    .news2 .ev:first-child .intr h2 {
        color: #FA6C10;
        text-align: center;
        font-size: 1.875vw;
        margin-bottom: 1.8em;
    }

    .news2 .ev:first-child .intr p {
        color: #5C5C5C;
        font-size: 1.1vw;
        display: block;
    }

    .news2 .ev:first-child .intr .time {
        margin-top: 1.042vw;
        color: #999;
        font-size: 0.833vw;
        text-align: right;
    }

    .news2 .paging {
        padding-top: 3.125vw;
    }

    .news3 {
        padding: 8.594vw 19.271vw;
    }

    .news3 h1.title {
        color: #FA6C10;
        font-size: 1.667vw;
        margin-bottom: 0.3em;
        text-align: center;
    }

    .news3 h3.time {
        color: #939393;
        font-size: 0.938vw;
        margin-bottom: 2em;
        text-align: center;
    }

    .news3 h3.time .icon {
        display: inline-block;
        vertical-align: middle;
        width: 1em;
        margin-right: 0.5em;
    }

    .news3 .empty {
        color: #000;
        font-size: 0.833vw;
        line-height: 2;
    }

    .news3 .empty p {
        margin-bottom: 1em;
    }

    .news3 .empty * {
        font-size: 0.833vw !important;
    }

    .news3 .empty img {
        display: block;
        max-width: 100% !important;
        margin: 0 auto;
    }

    .news3 .page-switch {
        margin-top: 4.167vw;
        font-size: 0.833vw;
        color: #000;
    }

    .news3 .page-switch a:hover {
        color: var(--main-color);
    }
}

/* mob */
@media screen and (max-width:768px) {
    .news2 {
        padding: 25px 5% 85px;
    }

    .news2 .zhanwei {
        width: 450px;
    }

    .news2 .ev {
        width: 100%;
        margin-bottom: 32px;
    }

    .news2 .ev .intr {
        padding: 14px 0 0;
    }

    .news2 .ev .intr h2 {
        font-size: 16px;
    }

    .news2 .ev .intr .time {
        margin-top: 10px;
        font-size: 14px;
    }

    .news2 .ev:first-child {
        width: 100%;
    }

    .news2 .ev:first-child .pic {
        width: 100%;
    }

    .news2 .ev:first-child .intr {
        position: static;
        width: 100%;
        padding: 24px 5%;
        top: 50%;
        transform: translate(0, 0%);
    }

    .news2 .ev:first-child .intr h2 {
        font-size: 16px;
    }

    .news2 .ev:first-child .intr p {
        font-size: 14px;
    }

    .news2 .ev:first-child .intr .time {
        margin-top: 30px;
        font-size: 14px;
    }

    .news2 .paging {
        padding-top: 40px;
    }

    .news3 {
        padding: 105px 5%;
    }

    .news3 h1.title {
        font-size: 18px;
    }

    .news3 h3.time {
        font-size: 14px;
    }

    .news3 .empty {
        font-size: 14px;
    }

    .news3 .empty * {
        font-size: 14px !important;
    }

    .news3 .page-switch {
        margin-top: 40px;
        font-size: 15px;
    }

    .news3 .page-switch a {
        display: block;
        margin-bottom: 1em;
    }
}