﻿.data2024mifrmae {
    width: 82%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 30px;
}

.micontainer {
    width: 82%;
    margin: 0 auto;
    display: inline-block;
}

.ywnew {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 70px;
    grid-row-gap: 60px;
    margin-top: 50px;
    margin-bottom: 60px;
}

    .ywnew .item {
        position: relative;
    }

        .ywnew .item .img1 {
            overflow: hidden;
            width: 100%;
            border-radius: 20px;
        }

            .ywnew .item .img1 img {
                transition: all 0.3s;
            }

.hover_mg:hover {
    transform: scale(1.2);
}

.ywnew .padding60 {
    padding: 60px;
}

.ywnew img {
    max-width: 100%;
}

.ywnew .item .h1title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

.ywnew .item .h3title {
    font-weight: bold;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ywnew p {
}

.bg-gray {
    background-color: rgb(239,239,239);
}

.border-radius-20 {
    border-radius: 20px;
}

.mbx {
    margin-top: 60px;
    display: flex;
}

    .mbx .inner i {
        margin-right: 5px;
        color: #949494;
    }

    .mbx .inner span {
        margin-right: 5px;
    }

    .mbx .inner span {
        margin-right: 5px;
    }

    .mbx a, .mbx span {
        color: #949494;
    }

        .mbx a:visited {
            color: #949494;
        }

.data2024miscreen {
    width: 100%;
    background-color: rgb(247, 248, 248);
    max-width: 1920px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 60px;
    margin: 0 auto;
}

    .data2024miscreen h3 {
        font-weight: bold;
        text-align: center;
        padding: 60px 30px;
        font-size: 40px;
    }

.jzhd {
    /*display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-column-gap: 40px;
            grid-row-gap: 60px;*/
    padding: 0;
    margin-bottom: 0px;
    padding-bottom: 60px;
}

    .jzhd .item {
        color: black;
    }

        .jzhd .item .img1 {
            overflow: hidden;
            width: 100%;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

        .jzhd .item img {
            max-width: 100%;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

    .jzhd .inner {
        padding: 15px;
        background-color: #fff;
        text-align: left;
        font-size: 16px;
        position: relative;
    }

        .jzhd .inner .text {
            min-height: 100px;
            margin-top: 5px;
            line-height: 30px;
            /*color: gray;*/
            border-bottom: solid 1px gray;
        }

        .jzhd .inner .name {
            width: 70%;
            position: absolute;
            left: 0px;
            font-size: 20px;
            height: 60px;
            line-height: 60px;
            color: #0041ff;
            font-weight: bold;
            background-color: #ffffff;
            padding-left: 15px;
            border-bottom-left-radius: 15px;
        }

        .jzhd .inner .date {
            /*width: 30%;*/
            width:100%;
            position: absolute;
            right: 0px;
            font-size: 16px;
            height: 60px;
            line-height: 60px;
            background-color: #ffffff;
            text-align: right;
            padding-right: 15px;
            border-bottom-right-radius: 15px;
            font-family: 'PangMenZhengDao';
        }


    .ywnew .item .img1 img, .jzhd .item .img1 img {
        transition: all 0.3s;
    }

@media only screen and ( max-width: 1600px) {
}

@media only screen and (min-width: 1210px) and (max-width:1600.98px) {
    .micontainer {
        width: 100%;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 1025px) {
}
