/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/
/*
body {
    font-family: "Microsoft Yahei", SimHei, sans-serif;
    color: #333333;
    line-height: 1.65;
    padding-bottom: 200px;
}
*/
/* 文章容器，模拟页面宽度居中 */
.article-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 24px 16px;
}

/* 文章大标题 */
.article-title {
    padding: 30px 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
    background-color: #f8fafb;
}

/* 头部信息栏：发布人、合作标签、更新时间 */
.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 30px 0;
    border-top: 1px solid rgba(137, 137, 137, 0.2);
}

.meta-left {
    display: flex;
    gap: 12px;
    align-items: center;
}

    .meta-left img {
        width: 15px;
        height: 15px;
    }

.meta-left-name {
    letter-spacing: 0.1rem;
}

.cooper-tag {
    background-color: #429d6d;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 4px;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-left: 35px;
}

    .cooper-tag img {
        width: 1.22rem;
        height: 0.8rem;
        margin-top: 3px;
    }

/* 通用图片样式 */
.article-img {
    width: 80%;
    display: block;
    margin: 20px auto;
}

/* 小标题 */
.sub-title {
    font-size: 20px;
    font-weight: bold;
    margin: 22px 0 10px;
}

/* 正文段落 */
.article-p {
    font-size: 14px;
    color: #333;
    margin-bottom: 12px;
    text-align: justify;
    text-indent: 2em;
}


.hospital-intro__title {
    text-align: center;
    margin-bottom: 30px;
}

.hospital-intro__cn {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid #34a862;
    display: inline-block;
    margin-top: 6px;
}
