.news_top {
    background-color: #f5f5f5;
    padding: 100px 0;
}

    .news_top ul {
        width: 1600px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news_top li {
        width: 780px;
        height: 400px;
    }

        .news_top li a {
            width: 780px;
            height: 400px;
            background-color: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .news_top li .text {
            width: 390px;
            height: 400px;
            padding: 35px 35px 40px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
        }

        .news_top li .time {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 12px;
            color: #666;
        }

            .news_top li .time b {
                line-height: 20px;
                color: #fff;
                background-color: #EB6120;
                border-radius: 5px;
                padding: 0 6px;
                margin-right: 8px;
            }

        .news_top li strong {
            display: block;
            width: 100%;
            font-size: 30px;
            font-weight: 500;
            color: #000;
            line-height: 1.3;
            margin-top: 60px;
            margin-bottom: 20px;
        }

        .news_top li p {
            width: 100%;
            color: #666;
            line-height: 1.5;
        }

        .news_top li .img {
            width: 390px;
            height: 400px;
            overflow: hidden;
        }

            .news_top li .img img {
                display: block;
                width: 100%;
                height: auto;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

        .news_top li:hover .img img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        .news_top li .more {
            width: 100%;
            position: absolute;
            bottom: 40px;
            left: 35px;
            color: #000;
            background: url(/frontend/img/icon_right1.png) no-repeat 75px center;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .news_top li:hover .more {
            background: url(/frontend/img/icon_right1.png) no-repeat 120px center;
        }



.news_list {
    width: 1600px;
    margin: 100px auto 0;
    padding: 0 0 100px;
}

    .news_list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .news_list li {
        width: 370px;
        height: 540px;
        margin-right: 40px;
        margin-bottom: 70px;
    }

        .news_list li:nth-child(4n) {
            margin-right: 0;
        }

        .news_list li .img {
            width: 100%;
            height: 220px;
            overflow: hidden;
        }

            .news_list li .img img {
                display: block;
                width: 100%;
                height: 100%;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

        .news_list li:hover .img img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        .news_list li .text {
            width: 100%;
            height: 280px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            border-bottom: 2px solid #000;
        }

            .news_list li .text span.time {
                display: block;
                font-size: 12px;
                color: #777;
                margin: 20px 0 30px;
            }

            .news_list li .text strong {
                display: block;
                padding: 0 0 30px;
                font-size: 24px;
                color: #000;
                font-weight: 500;
                line-height: 1.3;
            }

            .news_list li .text p {
                width: 100%;
                color: #777;
                line-height: 1.5;
            }

            .news_list li .text .more {
                width: 100%;
                position: absolute;
                bottom: 25px;
                left: 0;
                color: #000;
                background: url(/frontend/img/icon_right1.png) no-repeat 80px center;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

        .news_list li:hover .text .more {
            background: url(/frontend/img/icon_right1.png) no-repeat 120px center;
        }

.more_btn {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 2px solid #000;
    color: #000;
    margin: 50px auto 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .more_btn:hover {
        background-color: #EB6120;
        color: #fff;
        border-color: #EB6120;
    }

.news_list p.msg {
    display: none;
    color: #999;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 50px auto 0;
    line-height: 40px;
}

.LatestNews-box {
    margin-top: 10px
}

.NewsLocation {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    gap: 6px;
}
