.baseTittle .Lt {
    width: 35%;
}

.img{
    max-width: none;
    height: 100%;
    max-height: calc(100vh - 120px - 268px);
}

@media screen and (max-width: 992px) {
    .baseTittle .Lt {
        text-align: center;
    }

    .img{
        max-width: none;
        height: 100%;
        max-height: none;
    }
}

@media screen and (max-width: 768px) {
    .baseTittle .Lt {
        width: 100%;
    }
}

/* img */



/* item */

.item{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: auto;
    margin: 50px auto;
}

.item img{
    height: 400px;
    transform: scale(1.1);

    cursor: pointer;
    transition-duration: 0.5s;

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.item img:hover{
    filter: opacity(0.7); ; 
}

.sectionSwiper {
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding: 50px;
    position: relative;
}

.item .tittle1 {
    background: var(--B59E85-40);
    color: var(--595757);
    font-size: 40px;
    font-family: 'jf-jinxuan-M';
    width: 100%;
    text-align: center;
    padding: 20px;
    padding-bottom: 40px;
}

.item a{
    width: 100%;
}

.item a:hover .tittle1{
    color: var(--B59E85);
}

.item .year{
    color: var(--B59E85);
    position: absolute;
    top: 0;
    right: -20px;
    font-family: 'CHei2HK';
    font-size: 32px;
}

.item .tittle2 {
    border: 1px solid var(--B59E85-40);
    color: var(--595757);
    font-size: 30px;
    font-family: 'jf-jinxuan-M';
    width: 100%;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
}

@media screen and (max-width: 768px) {
    .sectionSwiper {
        padding: 30px;
    }
    
    .item .year{
        font-size: 30px;
    }

    .item .tittle1 {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .item .tittle2 {
        font-size: 25px;
        padding: 10px;
        padding-top: 30px;
    }

    .item img {
        height: 350px;
        max-height: none;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 425px) {
    
    .sectionSwiper {
        width: 100%;
        padding: 4%;
    }

    .item img {
        height: 300px;
    }

    .item .year{
        font-size: 25px;
        right: 0px;
    }

    .item .tittle1 {
        font-size: 25px;
        padding-bottom: 25px;
    }

    .item .tittle2 {
        font-size: 20px;
    }
}
