﻿.newsv-top {
    background-color: #f2f2f2;
    padding: 45px 0;
}

.newsv-top h2 {
    font-size: 30px;
}

.newsv-top p {
    font-size: 18px;
    color: #999999;
    margin-top: 30px;
}


.content {
    width: 1100px;
    margin: 0 auto;
}

.newsv-box {
    padding: 40px 0;
}

.newsv-box > .content > p {
    font-size: 18px;
    padding-bottom: 35px;
}


.newsv-bimg img {
    width: 100%;
    height: auto;
}

.newsvb-btm {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.newsvb-btm a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsvb-btm a img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.newsvb-btm a p {
    color: #e7161d;
    font-size: 24px;
    margin-top: 15px;
}









@media only screen and (max-width:1400px) {

    .content {
        width: 900px;
    }


    .newsv-top {
        padding: 30px 0;
    }
    .newsv-top h2 {
        font-size: 26px;
    }
    .newsv-top p {
        font-size: 16px;
        margin-top: 25px;
    }

    .newsv-box {
        padding: 30px 0;
    }
    .newsv-box > .content > p {
        font-size: 16px;
        padding-bottom: 30px;
    }


    .newsvb-btm {
        margin-top: 60px;
    }
    .newsvb-btm a img {
        width: 90px;
        height: 90px;
    }
    .newsvb-btm a p {
        font-size: 20px;
        margin-top: 10px;
    }

}


@media only screen and (max-width:769px) {
    .content {
        width: 100%;
    }

    .newsv-top {
        padding: .3rem .1rem;
    }
    .newsv-top h2 {
        font-size:22px;
    }
    .newsv-top p {
        font-size: 14px;
        margin-top: .25rem;
    }

    .newsv-box {
        padding: .3rem .1rem;
    }
    .newsv-box > .content > p {
        font-size: 14px;
        padding-bottom: .3rem;
    }


    .newsvb-btm {
        margin-top: .6rem;
    }
    .newsvb-btm a img {
        width:60px;
        height: 60px;
    }
    .newsvb-btm a p {
        font-size: 16px;
        margin-top: .1rem;
    }



}