/* 标题 */

.title {
    background: #0550ab;
    color: white;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    font-weight: 600;
    margin-top: 0.6rem
}

.content {
    padding: 0.2rem;
    overflow: hidden;
}
.content img{
    width: 100%;
    height: auto;
}
.content>div:first-child {
    font-weight: 600;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}

.recommended {
    margin-top: 0.2rem;
    background: rgb(223, 222, 222);
}

.tags {
    height: 0.3rem;
    background: #999;
    width: 0.69rem;
    line-height: 0.3rem;
    text-align: center;
    margin-right: 0.18rem;
    color: white;
}

.recommendedItem>div {
    padding: 0.1rem 0;
    color: #333;
}