@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
}

.con_box {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.content {
    position: relative;
    display: flex;
}

.content_box {
    width: 100%;
    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.32rem;
    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.22rem;
    color: #333;
    text-align: right
}

.page_content {
    color: #333333;
    line-height: 1.8;
}

.page_content p {
    color: #333333;
    font-size: 0.28rem;
    text-indent: 2em;
    padding-bottom: 0.1rem;
}

.page_content p img{
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
    max-width: 100% !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.wad_1, .con_box, .content_box {
    width: 100% !important;
    margin-right: 0.2rem !important;
}

.page_content img{
    width: 100% !important;
    height: auto !important;
}
.page_content video{
    width: 100% !important;
    height: auto !important;
}