.M--articles {
    .articles__list {
        margin: 0 -12px;
        .article {
            padding: 0 12px 24px;
        }
    }
    .articles__action {
        display: block;
        margin-top: 16px;
        font-size: 0;
        line-height: 0;
        text-align: center;
    }
    &.type--2 {
        .C--post.type--4 {
            .post__meta {
                margin-top: 4px;
            }
            .post__detail {
                height: auto;
            }
            .post__title {
                max-height: 25px;
                -webkit-line-clamp: 1;
            }
            .post__excerpt {
                display: block;
                display: -webkit-box;
                margin-top: 16px;
                max-height: 78px;
                overflow: hidden;
                font-size: 1.55rem;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
            }
            .post__action {
                display: block;
                margin-top: 16px;
                font-size: 0;
                line-height: 0;
                a {
                    display: inline-block;
                    font-size: 1.5rem;
                    line-height: 1.5;
                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }
    &.type--3 {
        .C--post.type--4 {
            &.big--article {
                .post__detail {
                    height: 229px;
                }
                .post__title {
                    max-height: 72px;
                    font-size: 2.8rem;
                    line-height: 1.3;
                }
                .post__excerpt {
                    display: block;
                    display: -webkit-box;
                    margin-top: 16px;
                    max-height: 81px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                }
                .post__meta {
                    margin-top: 12px;
                }
            }
        }
    }
}