.news2 {
    padding: 6.25vw 4.167vw 6.25vw 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left -10%;
}

.news2 .C-title {
    margin-left: 4.167vw;
}

.news2 .main {
    margin-top: 4.375vw;
}

.news2 .left .ev {
    margin-bottom: 2.813vw;
}

.news2 .left .ev .pic {
    width: 33.75vw;
    height:14.37500vw;
    overflow:hidden;
}

.news2 .left .ev .pic img{
    height:100%;
    object-fit:cover;
}

.news2 .left .ev .intr {
    padding: 0 0 0 2.188vw;
    width: 30vw;
}

.news2 .left .ev .intr h3 {
    font-size: 0.729vw;
    color: #AEAEAE;
    font-weight: normal;
}

.news2 .left .ev .intr h2 {
    font-size: 1.042vw;
    margin: 0.938vw 0 1.198vw;
    color: #000;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all ease .3s;
}

.news2 .left .ev:hover .intr h2 {
    color: #C11920;
}

.news2 .left .ev .intr b {
    display: block;
    width: 1.198vw;
    height: 0.208vw;
    background: #000000;
}

.news2 .left .ev .intr p {
    font-size: 0.729vw;
    line-height: 2;
    margin: 1.146vw 0 0.938vw;
    color: #666666;
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news2 .left .ev .intr .C-more {
    opacity: 0;
    transition: all ease .3s;
}

.news2 .left .ev:hover .intr .C-more {
    opacity: 1;
}

.news2 .right {
    width: 20.156vw;
    height: 100%;
    padding: 1.927vw 2.448vw;
    box-shadow: 0vw 10vw 20vw rgba(0, 0, 0, 0.05);
}

.news2 .right .title {
    font-size: 0.833vw;
    margin-bottom: 1em;
    color: #000000;
}

.news2 .right li {
    padding: 1.667vw 0 1.667vw 1.042vw;
    font-size: 0.729vw;
    color: #A1A1A1;
    border-bottom: 1px solid #D9D9D9;
}

.news2 .right li:hover,
.news2 .right li:hover a::before {
    color: #C11920;
}

.news2 .right li a {
    position: relative;
}

.news2 .right li a::before {
    content: '>';
    font-size: 0.729vw;
    color: #5E5E5E;
    position: absolute;
    left: -1.042vw;
}

.news2 .C-paging {
    margin-top: 5.208vw;
}

.nd1 {
    width: 100%;
    position: relative;
}

.nd1 .pic {
    width: 100%;
}

.nd1 .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.nd1 .intr div {
    text-align: center;
}

.nd1 .intr b {
    display: inline-block;
    width: 2.5vw;
    height: 0.417vw;
    background: #FFFFFF;
}

.nd1 .intr h2 {
    margin: 1.823vw 0 1.458vw;
    font-size: 2.5vw;
    color: #FFFFFF;
}

.nd1 .intr p {
    font-size: 0.833vw;
    color: #DEDEDE;
}

.nd2 {
    width: 63.542vw;
    margin: 0 auto;
    padding: 4.167vw 0 6.25vw;
    font-size: 0.833vw;
    line-height: 1.6;
    color: #666666;
}

.nd2 * {
    white-space: normal !important;
}

.nd2 img {
    max-width: 100%;
    margin: 1.042vw 0;
}

.switch-page {
    margin-top: 5.208vw;
}

.switch-page .title {
    font-size: 0.833vw;
    margin-bottom: 1.042vw;
    color: #C11920;
    text-decoration: underline;
}

.switch-page a {
    display: block;
    font-size: 0.833vw;
    margin-bottom: 1.458vw;
    color: #9A9A9A;
    text-decoration: underline;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

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

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

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

@media screen and (max-width:991px) {
    .news2 {
        padding: 70px 5%;
    }

    .news2 .C-title {
        margin-left: 0;
    }

    .news2 .main {
        margin-top: 44px;
    }

    .news2 .left .ev {
        margin-bottom: 54px;
    }

    .news2 .left .ev .pic {
    }

    .news2 .left .ev .pic {
        width: 50%;
        height:auto;
    }
    
    .news2 .left .ev .pic img{
        height:auto;
    }

    .news2 .left .ev .intr {
        padding: 0 0 0 42px;
        width: 50%;
    }

    .news2 .left .ev .intr h3 {
        font-size: 14px;
    }

    .news2 .left .ev .intr h2 {
        font-size: 18px;
        margin: 10px 0 18px;
    }

    .news2 .left .ev .intr b {
        width: 23px;
        height: 4px;
    }

    .news2 .left .ev .intr p {
        font-size: 13px;
        margin: 16px 0 18px;
    }

    .news2 .right {
        display: none;
        width: 387px;
        padding: 37px 47px;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    }

    .news2 .right .title {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .news2 .right li {
        padding: 32px 0 32px 20px;
        font-size: 14px;
    }

    .news2 .right li a::before {
        font-size: 14px;
        left: -20px;
    }

    .news2 .C-paging {
        margin-top: 0px;
    }

    .nd1 {
        height: 45vh;
    }

    .nd1 .pic {
        height: 100%;
    }

    .pic img {
        height: 100%;
        object-fit: cover;
    }

    .nd1 .intr b {
        width: 20px;
        height: 4px;
    }

    .nd1 .intr h2 {
        margin: 10px 0 10px;
        font-size: 26px;
    }

    .nd1 .intr p {
        font-size: 14px;
    }

    .nd2 {
        width: 100%;
        padding: 40px 5% 70px;
        font-size: 14px;
    }

    .nd2 * {
        white-space: normal !important;
    }

    .nd2 img {
        margin: 20px 0;
    }

    .switch-page {
        margin-top: 70px;
    }

    .switch-page .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .switch-page a {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

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

    .news2 .left .ev .pic {
        width: 100%;
    }

    .news2 .left .ev .intr {
        padding: 5% 42px 5% 0;
        width: 100%;
    }

    .news2 .left .ev .intr .C-more {
        opacity: 1;
    }

    .nd1 .intr h2 {
        font-size: 22px;
    }

    .nd1 .intr p {
        font-size: 12px;
    }
}

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