/* 手机端中部- 文章页 */
.mt-main-article {
    background-color: #f6f8fb;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    margin: -0.4rem 0;
    padding: 0 0.2rem 0.02rem
}
.mt-main-article>p {
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.5rem;
}
.mt-main-article .article {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 0.05rem #ccc;
    border-radius: 0.03rem;
    padding: 0 0.18rem;
    margin-bottom: 0.15rem
}
.mt-main-article .article .title {
    width: 100%;
    border-bottom: 0.03rem solid #d4ecfc
}
.mt-main-article .article .title p:nth-child(1) {
    font-size: 0.16rem;
    line-height: 0.2rem;
    text-align: center;
    padding-top: 0.2rem;
}
.mt-main-article .article .title p:nth-child(2) {
    color: #8d8f93;
    font-size: 0.14rem;
    line-height: 0.3rem;
    text-align: center;
}
.mt-main-article .article .title p:nth-child(2) span {
    color: #000;
}
.mt-main-article .article .paragraph {
    font-size: 0.14rem;
    padding: 0.2rem 0
}
.mt-main-article .article .paragraph img {
    max-width: 100%
}