


.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: 70%;
    margin: 0 auto;
    /*background: yellow;*/
    padding-bottom: 20px;
}
.listData{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    background:#FAFAFA;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    /*align-items: center;*/
}
.bannerDiv1{
    width: 100%!important;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    /*background: rgba(0,0,0,0.03);*/
    margin-left: 0%;
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    cursor: pointer ;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    /*border: 1px dashed #c2c2c2;*/

    /*box-shadow: 10px 10px 10px 0 #c2c2c2;*/
}
.biglogo1Box{
    width: 25%;
}

.biglogo1{
    width: 100%;
    height: 4.5rem;
    border-radius: 10px;
    object-fit: cover;
}

.imgFlex{
    width: 100%;
    padding-left: 2%;
    /*background: pink;*/
    /*margin-left: 3%;*/

}

.bannerDiv1 .h3,.bannerDiv1 h5{
    width:94%;
    /*height:1.5rem;*/
    /*overflow:hidden;*/
    font-size:0.6rem!important;
    line-height:1.05rem;
    color:#444;
    text-align:left;
}
/*.bannerDiv1:hover h3{*/
/*color:#fff;*/
/*}*/
.bannerDiv1 h5{
    /*bottom: 55px!important;*/
    color:#888;
    font-size:0.6rem!important;
}
.more{
    display:block;
    width:10%;
    height:1.3rem;
    line-height:1.3rem;
    font-size: 0.6rem;
    color: white;
    text-align: center;
    letter-spacing: 2px;
    background: linear-gradient(to right,#1F87E8,#FB8C00);
    /*background: url("../image/home/more-1.png") no-repeat center center;*/
    /*background-size:100% auto;*/
    margin-top: 10px;
    margin-left: 90%;
    border-radius: 6px
}
#page{
    text-align: center;
    /*background-color:#39404F!important;*/
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {

    background-color: #1E9FFF!important;
}


/*媒体查询*/
@media (max-width: 900px) {

    .index_photo_case1 {
        width: 95%;
    }
    .bannerDiv1 {
        width: 100%!important;
        margin-left: 0%;
        margin-bottom: 5px;
        border-radius: 10px;
        border: none;
        background: rgba(0,0,0,0.04);
        padding: 10px;
    }
    .biglogo1Box {
        width: 100%;
    }
    .biglogo1{
        height: 8rem;
        margin-bottom: 10px;
        /*object-fit: cover;*/
    }
    .imgFlex {
        width: 100%;
        padding-left: 0;
        margin-left: 0%;
    }
    .bannerDiv1 .h3{
        width:100%;
        font-size:0.8rem!important;
        line-height: 1.5rem;
        color: rgba(0,0,0,0.65);
    }
    .layui-icon-date{
        font-size: 0.7rem;
        color: rgba(0,0,0,0.55)!important;
    }
    .imgFlex h6{
        color: rgba(0,0,0,0.65);
        font-size: 0.95rem;
    }
    .more{
        width: 30%;
        /*height: auto;*/
        /*margin: 5px 0 0 0;*/
        margin-left: 70% ;
    }

}