.BOO0 .box .ccc {
    margin-bottom: 0.3rem
}

@media screen and (max-width: 640px) {
    .BOO0 .box .ccc {
        margin-bottom:0.8rem
    }
}

.BOO0 .box .ccc .PhotoList_i1 {
    margin-top: 0.5rem
}

@media media_m {
    .BOO0 .box .ccc .PhotoList_i1 {
        margin-top: 0.4rem
    }
}

.BOO0 .box .ccc .PhotoList_i1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.BOO0 .box .ccc .PhotoList_i1 ul li {
    width: 23.8%;
    margin: 0 1.6% 4% 0
}

@media (max-width: 768px) {
    .BOO0 .box .ccc .PhotoList_i1 ul li {
        width:48%;
        margin: 0 4% 4% 0
    }
}

.BOO0 .box .ccc .PhotoList_i1 ul li a {
    display: block;
    outline: 1px solid #eee;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: "ease";
    transition-timing-function: "ease";
    overflow: hidden;
}

.BOO0 .box .ccc .PhotoList_i1 ul li a img {
    width: 90%;
    margin: 5%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 13vw
}

.BOO0 .box .ccc  .PhotoList_i1 li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 1s ease 0s;
}
.BOO0 .box .ccc .PhotoList_i1 li:hover a img {
    transform: scale(1.2);
    transition: transform 1s ease 0s;
}

@media (max-width: 768px) {
    .BOO0 .box .ccc .PhotoList_i1 ul li a img {
        height:25vw
    }
}

.BOO0 .box .ccc .PhotoList_i1 ul li a h4 {
    display: none
}

.BOO0 .box .ccc .PhotoList_i1 ul li span {
    line-height: 3;
    text-align: center;
    display: block;
    color: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: "ease";
    transition-timing-function: "ease";
    font-size: 0.18rem;
}

@media (max-width: 768px) {
    .BOO0 .box .ccc .PhotoList_i1 ul li span {
        overflow:hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }
}

.BOO0 .box .ccc .PhotoList_i1 ul li:nth-of-type(4n) {
    margin: 0 0 4% 0
}

@media (max-width: 768px) {
    .BOO0 .box .ccc .PhotoList_i1 ul li:nth-of-type(4n) {
        margin:0 4% 4% 0
    }
}

@media (max-width: 768px) {
    .BOO0 .box .ccc .PhotoList_i1 ul li:nth-of-type(2n) {
        margin:0 0 4% 0
    }
}

.BOO0 .box .ccc .PhotoList_i1 ul li:hover a {
    outline: 1px solid #0168b7;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3)
}

.BOO0 .box .ccc .PhotoList_i1 ul li:hover span {
    color: #0168b7
}

@media (max-width: 768px) {
    .BOO0 .box .ccc .page {
        display:none
    }
}

.BOO0 .box .ccc .more {
    display: none
}

@media (max-width: 768px) {
    .BOO0 .box .ccc .more {
        display:block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 2.5;
        color: #fff;
        background: #0168b7;
        text-align: center;
        font-size: 0.16rem;
    }
}

@media (max-width: 768px) and (max-width: 990px) {
    .BOO0 .box .ccc .more {
        font-size:0.144rem
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .BOO0 .box .ccc .more {
        font-size:0.128rem
    }
}
