﻿@font-face {
    font-family: barlowCB;
    src: url(../assets/Font-t/Barlow_Condensed/BarlowCondensed-Bold.ttf);
}

.photo {
}

    .photo .top {
    }

        .photo .top h1 {
            font-size: 30px;
            font-family: 'barlowCB';
            color: #c01120;
            text-align: center;
        }

        .photo .top h2 {
            font-size: 20px;
            color: #222;
            text-align: center;
        }

    .photo .bottom {
        margin-top: 30px;
    }

        .photo .bottom .item {
            overflow: hidden;
            cursor: pointer;
            margin-bottom: 15px;
            display: block;
        }

            .photo .bottom .item img {
                border-radius: 8px;
            }

.photopage h3 {
    font-size: 16px;
    display: none;
}

.ulimgp {
    overflow: hidden;
    padding-left: 0;
}

    .ulimgp ul {
        padding-left: 0;
    }

.lidsimg {
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 2%;
    padding: 0 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.listImg {
    height: 300px;
}

    .listImg ul {
        width: 100%;
        position: relative;
        height: 100%;
        box-sizing: border-box;
    }

    .listImg li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        overflow: hidden;
    }

    .listImg li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.lidsimg h4 {
    font-size: 17px;
    margin-top: 8px;
}

    .lidsimg h4 a {
        color: #222;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        color: var(--tt-default-color);
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.lidsimg img {
    transition: all linear .3s;
}

.lidsimg:hover img {
    transform: scale(1.05);
}
.lidsimg:hover h4 a {
    color: #252525;
}


.photopage {
    margin-top: 35px;
}