.department-introduction .introduction-body {
    padding: 9px 16px 21px;
    background-color: #fff;
}

.department-introduction .introduction-body h2 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.department-introduction .introduction-body p {
    margin-top: 10px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.department-introduction .introduction-body ul {
    margin-top: 21px;
    display: flex;
}

.department-introduction .introduction-body ul li {
    margin-right: 19px;
    display: flex;
    align-items: center;
}

.department-introduction .introduction-body ul li img {
    width: 14px;
    height: 14px;
}

.department-introduction .introduction-body ul li span {
    margin-left: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.introduction-mask .mask-popup {
    padding: 20px 15px 40px;
}

.introduction-mask .mask-popup h2 {
    margin-bottom: 19px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.introduction-mask .popup-announcement p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.introduction-mask .popup-introduction li {
    position: relative;
    list-style: none;
}

.introduction-mask .popup-introduction li::before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-size: 9px 9px;
}

.introduction-mask .popup-introduction li:first-child::before {
    background-image: url("../img/green-disc@2x.png");
}

.introduction-mask .popup-introduction li:last-child::before {
    background-image: url("../img/yellow-disc@2x.png");
}

.introduction-mask .popup-introduction li:last-child {
    margin-top: 12px;
}

.introduction-mask .popup-introduction li h3 {
    padding-left: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.introduction-mask .popup-introduction li p {
    margin-top: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.introduction-mask .mask-popup.popup-treatment-range,.mask-popup.popup-introduction,.mask-popup.popup-announcement {
    height: 100%;
    width: 100%;
}
.introduction-mask .popup-treatment-range p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.introduction-mask  .p-style{
    width: 100%;
    height: calc(65vh - 40px);
    overflow-y: auto;
    white-space: pre-wrap;
}

.introduction-mask .p-style img {
    max-width: 100% !important;
}

