/* 图片的公共样式 */
.photograph {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.photograph img {
    width: 100%;
    height: 100%;
}