/* 标题 */

.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;
}
.content img {
    width: 100%;
    height: auto;
}
.content>div:first-child {
    width: 100%;
    height: 3.95rem;
}

.content>div:nth-child(2) {
    color: #e1e1e2;
    font-size: 0.4rem;
    font-weight: 600;
    margin: 0.1rem 0;
}

.content>div:nth-child(3) {
    color: #333;
    font-size: 22px;
    margin-bottom: 0.15rem;
}