.top-image {
    max-width: 800px;
    width: 100%;
}
.top-image img {
    max-height: 100%;
    max-width: 100%;
}
.cross-item-list{
    margin: 20px 0;
}
.cross-item-list .item-title{
    color: #304059;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0;
    font-weight: bold;
    position: relative;
    padding-left: 13px;
}
.cross-item-list .item-title::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #304059;
    border-left: 6px solid #304059;
    width: 3px;
    height: 20px;
    transform: translateY(-50%);
}
.cross-item-list .item-price {
    color: #FF7A3D;
    padding-left: 14px;
    margin-bottom: 4px;
}
.post-photo .title{
    margin: 8px 0 2px;
}