#main-content {
    background-color: rgb(247,248,249);
}
.tags-container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    flex-wrap: wrap;
}
.tag-item {
    margin-bottom: 16px;
    width: 390px;
    height: 280px;
    display: block;
    background-color: white;
    box-shadow: 0 0.05rem 0.2rem 0 rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 16px;
}
.tag-item:not(:nth-child(3n)) {
    margin-right: 15px;
}
.tag-imgs {
    width: 100%;
    height: 208px;
    border-radius: 4px;
    overflow: hidden;
}
.tag-item h3 {
    width: 100%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6rem;
    color: rgba(0,0,0,.85);
    letter-spacing: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    justify-self: flex-end;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    margin-top: 8px;
}
.tag-left-img {
    width: 208px;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.tag-right-imgs {
    width: 145px;
    height: 100%;
    flex-direction: column;
}
.tag-right-top,
.tag-right-bottom {
    width: 100%;
    height: 102px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}