/* 政策资讯-详情 */
/* policyInformation */
.policyInformation {
    width: 100%;
    box-sizing: border-box;
}
.polInf_box {
    padding: 0.6rem 0.9rem;
    box-sizing: border-box;
    background: #fff;
    min-height: 70vh;
}
.polInf_title {
    text-align: center;
    font-size: 19px;
    color: #000;
    padding: 1rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
}
.Inscribed {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 0.5rem;
}
.polInf_title_z,
.polInf_title_f {
    color: #404040;
    display: flex;
    gap: 0.2rem;
    align-items: center;
    font-size: 14px;
}
.polInf_title_z img,
.polInf_title_f img {
    width: 15px;
    height: auto;
    object-fit: cover;
    /* display: block; */
    vertical-align: baseline;
}
.polInf_tent {
    padding: 1rem 0;
    box-sizing: border-box;
}
.polInf_tent * {
    text-wrap: wrap !important;
}
.polInf_tent img {
    max-width: 100% !important;
    height: auto;
    object-fit: contain;
    vertical-align: baseline;
}