.news .wrap {
    width: 62.5vw;
    margin: 6.9166666667vw auto 8.6458333333vw;
}

.news .wrap .cut {
    width: fit-content;
    height: 2.7083333333vw;
    background: #F7F8FA;
    border-radius: 1.3541666667vw;
    display: flex;
    padding: 0.1041666667vw;
    margin: 0 auto 3.28125vw;
}

.news .wrap .cut a {
    width: 6.1458333333vw;
    height: 2.5vw;
    border-radius: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375vw;
    font-weight: 400;
    color: #999999;
    transition: 0.7s;
}

.news .wrap .cut a.on {
    background: #FFFFFF;
    box-shadow: 1px 1px 1px 0px rgba(1, 0, 18, 0.05);
    color: #009944;
}

.news .wrap .title {
    font-size: 1.5625vw;
    font-weight: 500;
    color: #222222;
    text-align: center;
    margin: 0 0 3.75vw;
}

.news .wrap .big {
    display: flex;
    background: #F7F8FA;
    border-radius: 0.5208333333vw;
}

.news .wrap .big .img {
    width: 50%;
    overflow: hidden;
    border-top-left-radius: 0.5208333333vw;
    border-bottom-left-radius: 0.5208333333vw;
}

.news .wrap .big .img img {
    width: 100%;
    transition: 2s;
}

.news .wrap .big .img:hover img {
    transform: scale(1.1);
}

.news .wrap .big .color {
    width: 50%;
    padding: 2.1354166667vw 3.5416666667vw 0 2.7604166667vw;
}

.news .wrap .big .color .year {
    font-size: 0.625vw;
    font-weight: 400;
    color: #222222;
    margin: 0 0 1.0416666667vw;
}

.news .wrap .big .color .headline {
    font-size: 1.0416666667vw;
    font-weight: bold;
    color: #222222;
    line-height: 1.4583333333vw;
    margin: 0 0 1.5104166667vw;
    transition: 0.7s;
}

.news .wrap .big .color .pick {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.4583333333vw;
}

.news .wrap .big .color .load_more {
    width: fit-content;
    margin: 4.6875vw 0 0 0;
}

.news .wrap .big .color:hover .headline {
    color: #009944;
}

.news .wrap .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.6041666667vw 4.1666666667vw;
    margin: 2.6041666667vw 0 0 0;
}

.news .wrap .content .item {
    border-top: 0.0520833333vw solid #DCBA40;
    padding: 2.6041666667vw 0 0 0;
    width: 100%;
}

.news .wrap .content .item .img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.news .wrap .content .item .img img {
    width: 100%;
    transition: 2s;
}

.news .wrap .content .item .text {
    margin: 1.0416666667vw 0 0 0;
}

.news .wrap .content .item .text .year {
    font-size: 0.625vw;
    font-weight: 400;
    color: #222222;
    margin: 0 0 1.0416666667vw;
}

.news .wrap .content .item .text .headline {
    font-size: 1.0416666667vw;
    font-weight: bold;
    color: #222222;
    line-height: 1.4583333333vw;
    margin: 0 0 1.5104166667vw;
    transition: 0.7s;
}

.news .wrap .content .item .text .pick {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.4583333333vw;
    padding: 0 3.125vw 0 0;
}

.news .wrap .content .item:hover .img img {
    transform: scale(1.1);
}

.news .wrap .content .item:hover .headline {
    color: #009944;
}

.news .wrap .public_paging {
    margin: 112px 0 0 0;
}

.page {
    position: relative;
}

.page .wrap {
    width: 62.5vw;
    margin: 12.9166666667vw auto 9.375vw;
}

.page .wrap .title {
    text-align: center;
    padding: 0 0 2.6041666667vw;
    margin: 0 0 3.125vw;
    border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.1);
}

.page .wrap .title h1 {
    font-size: 1.5625vw;
    font-weight: bold;
    color: #222222;
}

.page .wrap .title .line {
    width: 3.125vw;
    height: 0.1041666667vw;
    background: #009944;
    margin: 1.3541666667vw auto;
}

.page .wrap .title .green {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .wrap .title .green .iconfont {
    font-size: 0.9895833333vw;
    color: #009944;
    margin: 0 0.625vw 0 0;
}

.page .wrap .title .green p {
    font-size: 1.0416666667vw;
    font-weight: 400;
    color: #009944;
}

.page .wrap .content {
    text-align: center;
    font-size: 1.0416666667vw;
    font-weight: 500;
    color: #333333;
    line-height: 2.0833333333vw;
  text-align: left;
}

.page .wrap .content p img {
    width: 38.59375vw;
}

.page .fix_y {
    position: absolute;
    left: 4.4270833333vw;
    top: 12.9166666667vw;
    z-index: 5;
    display: flex;
    align-items: center;
}

.page .fix_y .circle {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background: #F7F8FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5208333333vw 0 0;
    transition: 0.7s;
}

.page .fix_y .circle .iconfont {
    color: #009944;
    font-size: 0.7291666667vw;
    font-weight: 200;
    transform: rotate(-45deg);
    transition: 0.7s;
}

.page .fix_y p {
    font-size: 0.8333333333vw;
    font-weight: 400;
    color: #666666;
}

.page .fix_y:hover .circle {
    background: #009944;
}

.page .fix_y:hover .circle .iconfont {
    color: #fff;
}

.page .fix_y:hover p {
    color: #009944;
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1024px) {
    .public_banner .position {
        font-size: 16px;
    }
    .news .wrap{
        width: 90%;
        margin: 25px auto 35px;
    }
    .news .wrap .title{
        font-size: 22px;
        margin: 0 0 20px;
    }
    .news .wrap .big{
        border-radius: 5px;
        flex-direction: column;
    }
    .news .wrap .big .img{
        width: 100%;
    }
    .news .wrap .big .color{
        width: 100%;
        padding: 10px 5%;
    }
    .news .wrap .big .color .year{
        font-size: 12px;
        margin: 0 0 10px;
    }
    .news .wrap .big .color .headline{
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 10px;
    }
    .news .wrap .big .color .pick{
        font-size: 14px;
        line-height: 1.8;
    }
    .news .wrap .content{
        margin: 40px 0 0 0;
        grid-gap: 40px 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .news .wrap .content .item {
        border-top: 1px solid #DCBA40;
        padding: 40px 0 0 0;
        width: 100%;
    }
    .news .wrap .content .item .text{
        margin: 15px 0 0 0;
    }
    .news .wrap .content .item .text .year{
        font-size: 12px;
        margin: 0 0 10px;
    }
    .news .wrap .content .item .text .headline{
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 10px;
    }
    .news .wrap .content .item .text .pick{
        font-size: 14px;
        line-height: 1.8;
    }
    .news .wrap .public_paging{
        margin: 50px 0 0 0;
    }

    .page .wrap{
        padding: 0 0 35px 0;
        width: 90%;
        margin: 25px auto 0;
    }
    .page .wrap .title{
        margin: 0 0 15px;
        padding: 0 0 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .page .wrap .title h1{
        font-size: 18px;
    }
    .page .wrap .title .line{
        width: 50px;
        height: 1px;
        margin: 15px auto ;
    }
    .page .wrap .title .green .iconfont{
        font-size: 16px;
        margin: 0 10px 0 0;
    }
    .page .wrap .title .green p{
        font-size: 14px;
    }
    .page .wrap .content span,.page .wrap .content{
        font-size: 13px!important;
        line-height: 2;
    }

    .page .wrap .content p img{
        max-width: 100%;
        height: auto;
    }


    .page{
        padding: 80px 0 0 0;
    }
    .page .fix_y{
        position: relative;
        top: 0;
        left: 5%;
        margin: 0 0 15px;
    }
    .page .fix_y .circle{
        width: 44px;
        height: 44px;
        margin: 0 10px 0 0;
    }
    .page .fix_y .circle .iconfont{
        font-size: 14px;
    }

    .page .fix_y p{
        font-size: 14px;
    }

}
<!--0.00013518333435059-->