/*
Theme Name: clirik
Theme URI: http://www.shclirik.cn/
Author: 微粉技术
Author URI: http://www.shclirik.cn/
Version: 1.0
*/
.wp-block-image .aligncenter figcaption{
    text-align: center;
}
.wp-block-image .alignright figcaption{
    text-align: right;
}
.wp-block-image .alignleft figcaption{
    text-align: left;
}
.wp-block-image .alignnone figcaption{
    text-align: none;
}
.image-list {
    display: flex;
    flex-wrap: wrap;
}

.image-list .chantu {
    flex: 1 0 234px; /* 设置基础宽度 */
    height: 175.5px; /* 统一高度 */
    overflow: hidden; /* 隐藏溢出 */
}

.image-list .chantu img {
    width: 100%; /* 宽度100% */
    height: 100%; /* 高度100% */
    object-fit: cover; /* 保持比例 */
}