

.indexCenter{
    width: 90%;
    margin: 0 auto;
    /*background: yellow;*/
    /*padding-bottom: 20px;*/
}


.listData{
    width: 100%;
    /*margin-top: 20px;*/
    /*padding-bottom: 10px;*/
    /*background:#FAFAFA;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between ;
    /*align-items: center;*/
}
.bannerDiv1{
    width: 100%;
    margin-bottom: 2%;
    padding: 10px;
    /*border: 1px solid #dddddd;*/
    background: rgba(0,0,0,0.03);
    border-radius: 10px;
    cursor: pointer ;
    /*border: 1px dashed #c2c2c2;*/

    /*box-shadow: 10px 10px 10px 0 #c2c2c2;*/
}
.divFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.biglogo1Box{
    width: 25%;
    height: 5rem;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/*.newsDate{*/
/*    position: absolute;*/
/*    right:0;*/
/*    bottom: 0;*/
/*    background: rgb(15, 97, 111);*/
/*    color: white;*/
/*    font-size:0.5rem;*/
/*    padding: 7px 5px;*/
/*}*/
.biglogo1{
    width: 100%;
    height: 100%;
    transition: all .6s;
    object-fit: cover;
}
.biglogo1:hover{
    transform: scale(1.2);
}

.imgFlex{
    width: 75%;
    /*background: pink;*/
    padding-left:10px;
    /*margin-left: 3%;*/

}

.imgFlex .h3{
    width:100%;
    /*height:1.5rem;*/
    /*overflow:hidden;*/
    font-size:0.7rem;
    line-height:1rem;
    color:rgba(0,0,0,0.9);
    text-align:left;
    margin-bottom: 10px;
}
.imgFlex .lastH3{
    color:rgba(0,0,0,0.5);
    /*margin-bottom: 7%;*/
}
.imgFlex .lastH3 img{
    width: 20%;
    height: 5rem;
    object-fit: contain;
}

.timeBox{
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.newsDate{
    /*background: rgb(15, 97, 111);*/
    color: rgba(0,0,0,0.5);
    font-size:0.6rem;
    padding: 7px 5px;
}
.newsBtn::before{
    content: "More";
    /*float: right;*/
    /*clear: both;*/
    width: auto;
    padding: 8px 6px;
    font-size: 0.6rem;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    color: white;
}
.newsBtn:hover::before{
    content: "More→";
    background: rgb(15, 97, 111);
    transition: 1s;
}

.layui-flow-more {
    margin: 10px auto!important;
    font-size: 0.55rem!important;
    /*padding: 20px 0;*/
}
/*.layui-flow-more a {*/
/*    height: auto;*/
/*     line-height: auto;*/
/*}*/
.layui-flow-more a cite {
    font-size: 0;          /* 隐藏原始文本 */
    /*color: transparent;    !* 双重保险 *!*/
}
.layui-flow-more a cite::after {
    content: "Load more";
    font-size: 0.55rem!important;
}

/*媒体查询*/
@media (max-width: 900px) {
    .indexCenter {
        width: 96%;
    }
    .bannerDiv1 {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
        border-radius: 10px;
        border: none;
        background: rgba(0,0,0,0.04);

    }
    .biglogo1Box {
        width: 100%;
        height: auto;
        /*border-radius: 10px;*/
        /*overflow: hidden;*/
        /*position: relative;*/
    }
    .biglogo1{
        width: 100%;
        height: auto;
        /*transition: all .6s;*/
        /*object-fit: cover;*/
    }

    .imgFlex {
        width: 100%;
        padding-left: 0px;
        /*margin-left: 0%;*/
    }
    .bannerDiv1 .h3{
        width:100%;
        line-height: 1.5rem;
        font-size:1rem;
        /*color: rgba(0,0,0,0.8);*/
        padding-top: 10px;
        /*margin-bottom: 8%;*/
        text-align: justify;
        /*text-align-last: right;*/
        -moz-text-align-last: right;
    }
    .imgFlex .lastH3{
        /*color:rgba(0,0,0,0.5);*/
        margin-bottom: 5%;
    }
    .imgFlex .lastH3 img{
        width: 90%;
        height: 7rem;
        object-fit: contain;
    }
    .newsDate {
        color: rgba(0, 0, 0, 0.5);
        font-size: 1rem;
        /*padding: 7px 5px;*/
    }

    .newsBtn::before{
        content: "More";
        padding: 10px;
        font-size: 1rem;
        background: rgb(15, 97, 111);
        color: white;
    }
    .newsBtn:hover::before{
        content: "More";
        background: rgb(15, 97, 111);
        transition: 1s;
    }

    .layui-flow-more a cite::after {
        /*content: "Load more";*/
        font-size: 0.8rem!important;
    }
}