﻿
.data2024mifrmae {
    width: 82%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 30px;
}

.micontainer {
    width: 80%;
    margin-left: 10%;
    display: inline-block;
}

.ywmodel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 60px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.bg-gray {
    background-color: rgb(239,239,239);
}

.border-radius-20 {
    border-radius: 20px;
}

.ywmodel .item {
    color: black;
    position: relative;
}

.ywmodel h3 {
    color: #333333;
    font-size: 30px;
    margin-top: 90px;
}

.ywmodel .myp {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*.ywmodel p {
            font-size: 16px;
            line-height: 30px;
            margin-top: 30px;
            margin-bottom: 30px;
        }*/



.ywmodel img {
    max-width: 100%;
}

.ywmodel .item .img1 {
    overflow: hidden;
    border-radius: 20px;
}

    .ywmodel .item .img1 img {
        transition: all 0.3s;
    }

 .ywmodel .hover_mg:hover {
    transform: scale(1.2);
}

.mbx {
    margin-top: 0px;
}

    .mbx .inner i {
        margin-right: 5px;
    }

    .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: 30px;
    margin: 0 auto;
}

.ywnews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 0;
    margin-bottom: 30px;
}

    .ywnews .item {
        color: black;
        overflow: hidden;
    }

        .ywnews .item .img1 {
            position:relative;
        }

        .ywnews .item:hover {
            /*box-shadow: 5px 12px 10px gray;*/
            box-shadow: 0px 10px 21.84px 2.16px rgba(0, 0, 0, 0.16);
            border-radius: 20px;
        }


.data2024miscreen h3 {
    font-weight: bold;
    text-align: center;
    padding: 59px 30px;
    font-size: 40px;
}

        .m-title-center {
            text-align: center;
            font-weight: bold;
            font-size: 40px;
            letter-spacing: 4px;
            margin:60px;
            position:relative;
            left:6%;
        }
        .m-title-center2{
            text-align: center;
            font-weight: bold;
            font-size: 40px;
            letter-spacing: 4px;
            margin:60px; 
        }

.ywnews .item img {
    max-width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.ywnews .inner {
    padding: 15px;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
}

.ywnews h4 {
    font-weight: bold;
    font-size:26px;
}

.ywnews .inner .text {
    margin-top: 5px;
    line-height: 22px;
    color: gray;
    font-size: 14px;
    min-height:96px;
}

.pos20 {
    position: relative;
    top: -200px;
}

.ljzx img {
    width: 120px;
}

    .ljzx img:hover {
        cursor: pointer;
    }



    
.ywnew {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ywnew .item {
    position: relative; 
}

.ywnew .im1 {  
    background-color:#f6f6f6;
    padding:50px; 
    z-index:99;  
    height:440px; 

    display: flex; 
    align-items: center;


}

.ywnew .im11 {  
    /*z-index:999; 
    align-items:center;
    height:400px;*/
}
.ywnew .im2 { 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.2);
    border-radius: 40px;
}

.ywnew .padding60 {
    padding: 60px;
}

.ywnew img {
    max-width: 100%;
    transform: scale(1.1);
}

.ywnew h3 {
    font-weight: bold;
    font-size: 40px;
}

.ywnew .intro {
    color: #0041ff;
    font-size: 20px;
    margin-top: 20px;
    border-bottom: solid 1px #808080;
    /*letter-spacing: 4px;*/
    padding-bottom: 10px;
}

.ywnew .area1 p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px; 
}

.ywnew .area2 p {
    font-size: 16px;
    line-height: 28px; 
    margin-top: 10px; 
}

.ywnew .item .img1 {
    /*overflow: hidden;*/
    width: 100%;
    border-radius: 20px;
}

    .ywnew .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%;
    }

    .m-title-center {
    left:unset;
    }
    .ywmodel h3 { 
    margin-top: 20px;
}

    .ywnews .inner .text { 
    min-height: 110px;
}


}

@media only screen and (max-width: 1025px) {
}
