﻿.photo {
    padding: 20px 0;
}

    .photo .top {
    }

        .photo .top h1 {
            font-size: 30px;
            font-family: osB;
            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;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 35px;
    row-gap: 30px;
}

    .ulimgp ul {
        padding-left: 0;
    }

.lidsimg {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 2%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    list-style: none;
}

.listImg {
    height: 300px;
}

    .listImg ul {
        width: 100%;
        position: relative;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.cate-title-new-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #3333331c;
}

.bottom-full-news {
    background: #fff;
    box-shadow: 0px 4px 13px 0px #E7E0D1;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

h1.title-new-cate {
    margin: 0;
    font-family: 'InterSB';
    font-weight: 400;
    color: var(--default-color-4);
    text-align: left;
    display: block;
    width: 100%;
    font-size: 26px;
    text-transform: uppercase;
}

.listImg li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    list-style: none;
}

    .listImg li img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 8px;
    }

.lidsimg h4 {
    font-size: 17px;
    padding: 0 15px;
    transform: translateY(-20px);
    width: fit-content;
    margin: 0 auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.lidsimg:hover h4 span {
    background-color: #fff;
    color: var(--default-color-2);
    box-shadow: 5px 5px 13px 0px #3333336e;
}

.lidsimg h4 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    text-align: center;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    font-weight: normal;
    font-family: 'InterM';
}

.lidsimg h4 span {
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    background-color: var(--default-color-1);
    box-shadow: 0 0 8px 0px #33333369;
    transition: all linear .2s;
    font-size: 18px;
    padding: 8px 22px;
    width: fit-content;
    border-radius: 5px;
}

.lidsimg img {
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    border-radius: 8px;
}

.lidsimg:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.lidsimg:hover h4 a {
    color: var(--default-color-1);
}

.photopage {
    margin-top: 35px;
}

.photo .contain {
}