/* 图文一标题模块样式开始 */
.pic_top_text_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0 0 0;
}
.pic_top_text_container:before{content:'';display:table;}

.pic_top_text_item {
    margin-bottom: 16px;
    background: rgba(255,255,255,0.7);
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 32px);
}
.pic_top_text_content {
    margin-top: 10px;
    font-family: PingFang SC, PingFang SC;
    font-size: 18px;
    color: #484848;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.pic_top_text_item img {
    border-radius: 8px 8px 8px 8px;
    object-fit: cover;
    width: 100%;
    min-height: 230px;
    max-height: 230px;
}
/* 图文一标题模块样式结束 */
@media (max-width: 768px) {
    .pic_top_text_item img {
        min-height: 230px;
        max-height: 230px;
    }
}

@media (min-width: 769px) {
    .pic_top_text_item img {
        min-height: 330px;
        max-height: 330px;
    }
}
