.news-title {
    display: flex;
    align-items: flex-end;
    width: 94%;
    padding: .3rem 3%;
}

.news-title h1 {
    color: #484848;
    font-size: .34rem;
    font-weight: normal;
    margin-right: .1rem;
}

.news-title p {
    color: #d9d9d9;
    font-size: .3rem;
    text-transform: uppercase;
}

.wechat-inner {
    width: 94%;
    padding: 0 3%;
    height: 7rem;
}

#container {
    width: 100%;
    height: 100%;
}

.wechat-text {
    width: 94%;
    padding: .3rem 3%;
}

.wechat-text p {
    color: #555;
    font-size: .24rem;
    line-height: .5rem;
}