﻿.data2024mifrmae {
    width: 84%;
    max-width: 1920px;
    margin: 0 auto;
}

.margin30 {
    margin-top: 30px;
}

.margin60 {
    margin-top: 60px;
}

.margin80 {
    margin-top: 80px;
}

.micontainer {
    width: 82%;
    margin-left: 9%;
    display: inline-block;
}

.mainTitle {
    font-size: 40px;
    color: black;
    font-weight: bold;
    height: 129px;
    display: flex;
    align-items: center;
}

.mainNava {
    width: 600px;
}

.NavaMain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 60px;
}

    .NavaMain .item {
    }

        .NavaMain .item .miicon {
            padding-bottom: 10px;
            border-bottom: solid 3px #cccccc;
            text-align: center;
            position: relative;
        }

        .NavaMain .item .active {
            border-bottom: solid 3px #005fff;
        }

        /*.NavaMain .item .miicon::after {
                    width: 200px;
                    margin: 0 auto;
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: -3px;
                    height: 3px;
                    background: #005fff;
                    transform: scaleX(0);
                    transition: transform 0.3s ease-in-out;
                }
                    .NavaMain .item .miicon:hover::after {
                        transform: scaleX(1); 
                    }*/

        .NavaMain .item .mitext {
            line-height: 60px;
            text-align: center;
            padding-bottom: 20px;
        }

.ywmodel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 80px 0;
    height: 750px;
    /*align-items: center;*/
}

.bg-gray {
    background-color: rgb(239,239,239);
}

.border-radius-20 {
    border-radius: 20px;
}

.ywmodel .item {
    color: black;
    position: relative;
    border-right: solid 3px #ebeaea;
    border-bottom: solid 3px #ebeaea;
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);*/
}

    .ywmodel .item .img1 img {
        height: 180px;
        transition: all 0.3s;
    }

.ywmodel h3 {
    font-weight: bold;
    font-size: 26px;
    background-color: #1968b3;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
}

.ywmodel .content {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px; 
}



.ywmodel img {
}

.data2024miscreenhome {
    width: 100%;
    max-width: 1920px;
    margin-top: 30px;
    margin: 0 auto;
}

.data2024miscreen {
    width: 100%;
    background-image: url(/page/images/sbg1.png);
    max-width: 1920px;
    margin-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    padding-bottom: 120px;
    margin: 0 auto;
}


.ywnewstop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;margin-bottom: 30px;
}

    .ywnewstop .item {
        color: black;
    }

        .ywnewstop .item .img1 {
            overflow: hidden;
            max-height: 425px;
        }

            .ywnewstop .item .img1 img {
                transition: all 0.3s;
            }

        .ywnewstop .item ul {
            list-style: none;
        }

            .ywnewstop .item ul li {
                font-size: 16px;
                line-height: 30px;
                margin-bottom: 34px;
                width: 100%;
                text-align: left;
                border: solid 1px #eeeeee;
                padding-bottom: 19px;
                position: relative;
                padding: 33.1px;
            }

             /*.ywnewstop .item ul li:hover {
                 color: #1968b3;
            }*/


                .ywnewstop .item ul li:hover::after {
                    transform: scaleX(1);
                }

                .ywnewstop .item ul li::after {
                    width: 100%;
                    margin: 0 auto;
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    height: 2px;
                    background: #1968b3;
                    transform: scaleX(0);
                    transition: transform 0.6s ease-in-out;
                    transform-origin: 0 100%;
                }



                .ywnewstop .item ul li h3 a {
                    color: black;
                }

                    .ywnewstop .item ul li h3 a:active {
                        color: black;
                    }

                    .ywnewstop .item ul li h3 a:visited {
                        /*color: black;*/
                    }

                    .ywnewstop .item ul li h3 a:hover {
                        color: #1968b3;
                    }

                .ywnewstop .item ul li .active {
                    color: #1968b3;
                }

                .ywnewstop .item ul li .date {
                    color: #9FA0A0;
                    font-size: 16px;
                    /*font-family: 'PangMenZhengDao';*/
                }

                .ywnewstop .item ul li h3 {
                    width: 100%;
                    font-weight: bold;
                    font-size: 19px;
                    text-align: left;
                    padding: 0;
                    line-height: 40px;
                    height: 35px;
                    /*white-space: nowrap;*/
                    overflow: hidden;
                    text-overflow: unset;
                }

        .ywnewstop .item img {
            max-width: 100%;
        }

.ywnewstop_0 {
    padding: 20px;
}

    .ywnewstop_0 .new_img img {
        max-width: 100%;
    }

    .ywnewstop_0 h3 {
        color: #333333;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        height: 24px;
    overflow: hidden;
    }
     .ywnewstop_0 h3:hover {
        color: #1968b3; 
        cursor:pointer;
    }
    .ywnewstop_0 .new_text {
        line-height: 28px;
        margin-top: 10px;
        font-size:16px;
        height: 56px;
    overflow: hidden;
    }

    .ywnewstop_0 .new_btn {
        margin-top: 30px;
    }

        .ywnewstop_0 .new_btn a {
            padding: 7px 14px;
            background-color: #333333;
            color: #ffffff;
        }

            .ywnewstop_0 .new_btn a:hover {
                background-color: #1968b3;
            }

        .ywnewstop_0 .new_btn span {
            float: right;
            color: gray;
        font-size:16px;
        }












.ywnews {
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    grid-template-columns: 58% 42%;
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 0;
}

    .ywnews .item {
        color: black;
    }

.data2024miscreen h3 {
    font-weight: bold;
    text-align: center;
    padding: 51px 30px;
    font-size: 40px;
    padding-top: 80px;
}

.about_text {
    text-align: left;
    font-size:16px;
    width: calc(100% - 30px);
}

.ywnews .item .img1 {
    overflow: hidden;
    /*border-radius: 20px;*/
    max-height: 425px;
}

    .ywnews .item .img1 img {
        transition: all 0.3s;
    }

.ywnews .item ul {
    list-style: none;
}

    .ywnews .item ul li {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
        width: 100%;
        text-align: left;
        border: solid 1px #eeeeee;
        padding-bottom: 19px;
        position: relative;
        padding: 40px;
    }

        .ywnews .item ul li:hover::after {
            transform: scaleX(1);
        }

        .ywnews .item ul li::after {
            width: 100%;
            margin: 0 auto;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 2px;
            background: #005fff;
            transform: scaleX(0);
            transition: transform 0.6s ease-in-out;
            transform-origin: 0 100%;
        }



        .ywnews .item ul li h3 a {
            color: black;
        }

            .ywnews .item ul li h3 a:active {
                color: black;
            }

            .ywnews .item ul li h3 a:visited {
                color: black;
            }

            .ywnews .item ul li h3 a:hover {
                color: #0060FF;
            }

        .ywnews .item ul li .active {
            color: #0060FF;
        }

        .ywnews .item ul li .date {
            color: #9FA0A0;
            font-size: 20px;
            /*font-family: 'PangMenZhengDao';*/
        }

        .ywnews .item ul li h3 {
            font-weight: bold;
            font-size: 24px;
            text-align: left;
            padding: 0;
            line-height: 40px;
            /*margin-top: 20px;*/
            white-space: nowrap; /* 防止文本自动换行 */
            overflow: hidden; /* 隐藏超出容器的内容 */
            text-overflow: unset; /* 超出部分显示省略号 */
        }

.morenew {
    background-color: #1968b3;
    color: #ffffff;
    padding: 10px 15px;
    top: 40px;
    position: relative;
    float: left;
}

.morenew :visited {
    color: #ffffff;
}

.morenew:hover {
    color: #ffffff;
}

.ywnews .item img {
    max-width: 100%;
}

.mainimage:hover {
    transform: scale(1.1);
}

.hover_mg:hover {
    transform: scale(1.1);
}

.new_img {
overflow:hidden;
}
.new_img img {
    transition: all 0.3s;
}

.ywnewstop_0:hover {
 h3
{
color:#1968b3;
}
.new_btn a {
    background-color: #1968b3;
}
.new_img img {
    transition: all 0.3s;
}
.mainimage {
    transform: scale(1.1);
}
}



/*@media only screen and (min-width: 1610px) and (max-width: 1800.98px) {
    .micontainer {
        width: 88%;
        margin-left: 6%;
    }
}*/

/*@media only screen and (min-width: 1510px) and (max-width: 1609.98px) {
    .micontainer {
        width: 96%;
        margin-left: 4%;
    }

    .ywnews {
        grid-column-gap: 30px;
    }

        .ywnews .item ul li h3 {
            font-size: 22px;
            line-height: 40px;
            margin-top: 10px;
        }

        .ywnews .item .img1 {
            max-height: 410px;
        }

        .ywnews .item ul li {
            margin-bottom: 55px;
        }

    .morenew {
        top: 20px;
    }

    .data2024miscreen {
        padding-bottom: 80px;
    }
}*/

/*@media only screen and (min-width: 1410px) and (max-width: 1509.98px) {
    .data2024mifrmae {
        width: 90%;
        max-width: 1920px;
        margin: 0 auto;
    }

    .micontainer {
        width: 100%;
        margin-left: 0%;
    }

    .ywnews {
        grid-column-gap: 0px;
    }

        .ywnews .item ul li {
            margin-bottom: 10px;
        }

        .ywnews .item .img1 img {
            max-width: 90%;
        }
}

@media only screen and (min-width: 1310px) and (max-width: 1409.98px) {
    .micontainer {
        width: 100%;
        margin-left: 0%;
    }
}*/

@media only screen and (min-width: 1026px) and (max-width: 1309.98px) {
    #owlbanner {
        display: block;
    }

    .micontainer {
        width: 100%;
        margin-left: 0%;
    }
 
}
 


@media only screen and (min-width: 351px) and (max-width: 1025.98px) {
     .ywmodel {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-column-gap: 20px;
            grid-row-gap: 20px;
            padding: 20px 0;
            height: 620px;
            /* align-items: center; */
        }
        .ywmodel .item .img1 img {
    height: 120px; 
}

        .ywmodel .content {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
        .ywmodel h3 {
    font-weight: bold;
    font-size: 22px;
    background-color: #1968b3;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
}


    /*.data2024mifrmae {
        width: 100%;
        max-width: 100%;
    }

    .banner1 {
        width: 100%;
        height: 30%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #owlbanner {
        width: 100%;
        height: calc(30% - 0px);
        overflow: hidden;
        position: relative;
        top: 0px;
        display: block;
    }

    .mainNava {
        width: 100%;
        margin-top: 10px;
    }

    .mainTitle {
        font-size: 30px;
        color: black;
        font-weight: bold;
        height: auto;
        display: block;
        align-items: unset;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    .NavaMain .item .mitext {
        line-height: 24px;
        .data2024miscreen h3 text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 12px;
    }

    .NavaMain .item .miicon img {
        width: 40px;
    }

    .ywmodel {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        padding: 20px;
    }

        .ywmodel h3 {
            font-size: 20px;
        }

        .ywmodel .content {
            font-size: 14px;
            line-height: 28px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .ywmodel .item .img1 img {
            width: 100%;
            height: auto;
            margin-top: 30px;
        }

        .ywmodel a {
            bottom: -20px;
            font-size: 14px;
            padding: 5px 20px;
        }

    .ywnews {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

        .ywnews .item ul li {
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 10px;
            margin-top: 20px;
            padding-bottom: 1px;
        }

            .ywnews .item ul li h3 {
                white-space: unset;
                font-size: 16px;
                line-height: 25px;
                margin-top: 0;
            }

            .ywnews .item ul li .date {
                font-size: 16px;
            }

    .micontainer {
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
    }

    .data2024miscreen {
        padding-bottom: 80px;
    }

        .data2024miscreen h3 {
            font-weight: bold;
            text-align: center;
            padding: 31px 30px;
            font-size: 30px;
            padding-bottom: 10px;
        }

    .margin60 {
        margin-top: 0px;
    }

    .margin80 {
        margin-top: 20px;
    }

    .morenew {
        font-size: 14px;
        padding: 5px 20px;
        border-radius: 30px;
        top: 30px;
        position: relative;
    }

    .ahead .logo img {
        width: 100px;
    }*/
}
