.home .section {
    padding: 200px 0 150px;
}

.home .section .wrap {
    width: 1000px;
    margin: 0 auto;
}

.home .section .wrap .link {
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}

.home .section .wrap .link .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: #248E52;
    font-size: 16px;
    margin: 0 32px 0 0;
    transition: 0.6s;
}

.home .section .wrap .link .iconfont:hover {
    background: #248E52;
    color: #FFFFFF;
}

.home .section .wrap .link .link_item {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}

.home .section .wrap .link .link_item:hover {
    color: #248E52;
}

.home .section .wrap .link span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 20px;
}

.home .section .wrap .title {
    text-align: center;
    padding: 0 0 48px;
    margin: 0 0 75px;
    border-bottom: 1px solid #007C36;
}

.home .section .wrap .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 48px;
}

.home .section .wrap .title p {
    font-weight: bold;
    font-size: 16px;
    color: #666666;
}

.home .section .wrap .content {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    text-indent: 2em;
    padding: 0 0 70px;
    border-bottom: 1px solid #DADADA;
}

.home .section .wrap .content img {
    display: block;
    margin: 0 auto;
}

.home .section .wrap .new_page {
    margin: 53px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .section .wrap .new_page a {
    display: block;
    line-height: 76px;
    padding: 0 40px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0);
    border-radius: 38px;
    transition: 0.6s;
}

.home .section .wrap .new_page a:hover {
    background: #FFFFFF;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

/*# sourceMappingURL=newsInfo.css.map */
@media screen and (max-width: 1919px) {
    .home .section {
        padding: 10.4166666667vw 0px 7.8125vw;
    }

    .home .section .wrap {
        width: 52.0833333333vw;
    }

    .home .section .wrap .link {
        margin: 0px 0px 4.1666666667vw;
    }

    .home .section .wrap .link .iconfont {
        width: 2.7083333333vw;
        height: 2.7083333333vw;
        box-shadow: rgba(0, 0, 0, 0.08) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
        font-size: 0.8333333333vw;
        margin: 0px 1.6666666667vw 0px 0px;
    }

    .home .section .wrap .link .link_item {
        font-size: 0.8333333333vw;
    }

    .home .section .wrap .link span {
        font-size: 0.8333333333vw;
        margin: 0px 1.0416666667vw;
    }

    .home .section .wrap .title {
        padding: 0px 0px 2.5vw;
        margin: 0px 0px 3.90625vw;
    }

    .home .section .wrap .title h1 {
        font-size: 2.1875vw;
        margin: 0px 0px 2.5vw;
    }

    .home .section .wrap .title p {
        font-size: 0.8333333333vw;
    }

    .home .section .wrap .content {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        padding: 0px 0px 3.6458333333vw;
    }

    .home .section .wrap .new_page {
        margin: 2.7604166667vw 0px 0px;
    }

    .home .section .wrap .new_page a {
        line-height: 3.9583333333vw;
        padding: 0px 2.0833333333vw;
        font-size: 0.8333333333vw;
        box-shadow: rgba(0, 0, 0, 0) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
        border-radius: 1.9791666667vw;
    }

    .home .section .wrap .new_page a:hover {
        box-shadow: rgba(0, 0, 0, 0.06) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }
}
@media screen and (max-width: 1024px) {
    .home .section {
        padding: 80px 0 50px;
    }
    .home .section .wrap {
        width: 90%;
    }
    .home .section .wrap .link .link_item {
        font-size: 14px;
        white-space: nowrap;
    }
    .home .section .wrap .link .link_item:nth-last-child(1) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home .section .wrap .link span {
        font-size: 14px;
        margin: 0 5px;
    }
    .home .section .wrap .link .iconfont {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .home .section .wrap .link {
        margin: 0 0 40px;
    }
    .home .section .wrap .title h1 {
        font-size: 24px;
    }
    .home .section .wrap .title p {
        font-size: 16px;
    }
    .home .section .wrap .title {
        padding: 0 0 20px;
        margin: 0 0 30px;
    }
    .home .section .wrap .content {
        font-size: 16px;
        line-height: 1.8;
    }
    .home .section .wrap .new_page a {
        font-size: 14px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home .section .wrap .new_page {
        display: block;
    }
}
