/* 第四页 */
.four-box-test {
    /* position: relative; */
    height: 715px;
    width: 1233px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.four-box-item1 {
    width: 391px;
    height: 316px;
    text-align: center;
    transition: all 0.6s;
    display: flex;
    position:relative;
}

.four-box-item2 {
    width: 391px;
    height: 316px;
    text-align: center;
    margin-left: 36px;
    transition: all 0.6s;
    position:relative;
}

.four-box-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
     
   
}

.four-box-item1 img {
    width: 391px;
    height: 316px;

}

.four-box-item2 img {
    width: 391px;
    height: 316px;

}

.four-box-item1:hover {
    transform: scale(1.1);
}

.four-box-item2:hover {
    transform: scale(1.1);
}


.four-box-title {
    position: absolute;
    bottom: 0px;
    width:100%;
    height: 78px;
    background-color: rgba(18, 19, 18, 0.744);
    padding-top: 10px;
}

.four-box-title div {
    text-align: left;
    color: white;
    margin: 5px 8px;
    font-size:16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow:ellipsis;
    
}

.four-box-title p {
    margin: 0 8px 8px 8px;
    text-align: left;
    color: #c0c0c0;
    font-size:12px;
}