.list-unstyled {
    min-height: 275px!important;
}

/* 适配移动端 */
@media screen and (max-width: 768px) {
    /* 文章列表 */
    .channel-index-block  {
        flex-direction: column!important;
        .index-block {
            flex-direction: row!important;
        }
        .channel-list {
            width: 100%!important;
        }
        .col-4.flex-column {
            flex: 1!important;
            max-width: 100%!important;
        }
    }
    /*    文章图片限制 */
    .article-content {
        overflow-x: scroll!important;
    }
    .article-content img {
        max-width: 100%!important;
    }
    /*  青基会年度报告   */
    .qjh-report {
        >div{
            width: 100%!important;
            > p {
                width: 100%!important;
                text-align: center!important;
            }
        }
    }

}