
.index_photo_case{
    /*display:block;*/
    width:100%;
    height:auto;
    overflow:hidden;
    /*padding-top: 20px;*/
    /*padding-bottom:40px;*/
    /*background-color:#39404F!important;*/
    background-color:#FAFAFA;
}
.index_photo_case1{
    width: 80%;
    margin: 0 auto;
    /*background: yellow;*/
    padding-bottom: 20px;
}

/*.search {*/
    /*width: 30%;*/
    /*margin-left: 75%;*/
    /*!*background: white;*!*/
    /*display: flex;*/
    /*!*flex-direction: column;*!*/
    /*!*align-items: center;*!*/
/*}*/

/*.search1 {*/
    /*width: 100%;*/
    /*margin: 10px auto;*/
    /*!*background: yellow;*!*/
    /*display: flex;*/
    /*!*align-items: center;*!*/
/*}*/
/*.search1Div {*/
    /*display: flex;*/
    /*margin-left: 0 !important;*/
/*}*/

/*.search1 .input {*/
    /*width: 70%;*/
    /*font-size: 0.5rem;*/
/*}*/

/*.search1 button {*/
    /*width: 30%;*/
    /*background: #1E9FFF !important;*/
/*}*/

.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: 49%;
    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: 35%;
    height: 6rem;
    background: rgba(0,0,0,0.03);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.newsDate{
    position: absolute;
    right:0;
    bottom: 0;
    background: rgba(255,102,0,0.9);
    color: white;
    font-size:0.5rem;
    padding: 7px 5px;
   white-space: nowrap;
}
.biglogo1{
    width: 100%;
    height: 100%;
    transition: all .6s;
    object-fit: cover;
}
.biglogo1:hover{
    transform: scale(1.2);
}

.imgFlex{
    width: 65%;
    /*background: pink;*/
    padding-left:8px;
    /*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.6);
    text-align:justify;
    margin-bottom: 2%;
}
.imgFlex .h5{
    font-size:0.6rem!important;
    color: rgba(0,0,0,0.5)!important;
    text-align: justify!important;
}
.imgFlex .h5 img,.bannerDiv1 .h5 p img{
    display: none!important;
}
.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: #f60;
    transition: 1s;
}

/*媒体查询*/
@media (max-width: 900px) {
    /*.index_photo_case1 {*/
        /*width: 95%;*/
    /*}*/
    .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: 6rem;
    }
    .newsDate{
        background: rgba(255,102,0,0.8);
        color: white;
        /*font-size:0.9rem;*/
        padding: 10px;
    }

    .imgFlex {
        width: 100%;
        /*padding-left: ;*/
        /*margin-left: 0%;*/
    }
    /*.imgFlex .h3{*/
    /*    width:100%;*/
    /*    font-size:0.9rem;*/
    /*    color: rgba(0,0,0,0.8);*/
    /*    padding-top: 10px;*/
    /*    margin-bottom: 2%;*/
    /*    text-align: justify;*/
    /*}*/
    /*.imgFlex .h5{*/
    /*    font-size:0.6rem!important;*/
    /*}*/


    .newsBtn::before{
        content: "More→";
        padding: 10px;
        /*font-size: 0.9rem;*/
        background: #f60;
        color: white;
    }
}