@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.con_box {
    width: 15.35rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.content {
    position: relative;
    display: flex;
}

.content_box {
    width: 75%;
    margin: 0 auto;
    min-height: 5rem;
    text-align:justify;
}

.top_title {
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 0.3rem;
}

.top_title h3 {
    font-size: 0.25rem;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 0.0.5rem;
}

.right_date {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #333;
    text-align: right
}

.page_content {
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    font-size: 18px !important;
    line-height: 2em !important;
}

.page_content p {
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    font-size: 18px !important;
    line-height: 2.5em !important;
}

.page_content span {
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    font-size: 18px !important;
    line-height: 2em !important;
}

.page_content img {
    max-width: 100%;
    height: auto !important;
}

.page_content table {
    margin: 0 auto;
    width: 100% !important;
}

.page_content td {
    text-align: center;
    vertical-align: middle;
}

.img {
}