body {
    background: #FAFAFA;
}

img {
    width: 100%;
}

.article-list-section {
    margin-top: .8rem;
    padding: 1.2rem .1rem .4rem;
}

.article-list-section h2 {
    font-size: .52rem;
    font-weight: 500;
    color: #071d1a;
    margin-bottom: .63rem;
    text-align: center;
}

.type-list {
    padding: 0 .22rem;
}

.type-list .type-box {
    margin-bottom: .3rem;
    padding: 0 0 0.35rem;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* align-items: center; */
    width: 100%;
    border-bottom: 1px solid #f5e6e6;
}

.type-list .last-box {
    border-bottom: none;
}

.type-list img {
    width: 2.5rem;
    height: 1.875rem;
    border-radius: .05rem;
}

.type-list .article-list-content {
    flex: 1;
    color: #000;
    padding: 0 0 0 .2rem;
    font-size: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.article-list-content .time {
    font-size: .23rem;
    color: #6d6d6d;
    padding-bottom: .08rem;
}

.type-list .title {
    font-size: .32rem;
    color: #303030;
    padding-bottom: .1rem;
}

.type-list .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .26rem;
    line-height: .36rem;
}

@media screen and (min-width:768px){
    .article-list-section {
        margin-top: 2.1rem;
    }
}