@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 0.2rem;
    display: flex;
    align-items: center;
    background-size: contain;
}

.con_box {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
}

.content {
    position: relative;
    display: flex;
}
.content_box{
    width: 100%!important;
    max-width: 100%;
    margin: 0 auto;
    min-height: 5rem;
    padding: 0.2rem;
}
.top_title{
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 0.3rem;
}
.top_title h3 {
    font-size: 0.4rem;
    line-height: 1.4;
    text-align: center;
    ccolor: #000;
    font-weight: bold;
}
.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 img {
    max-width: 100% !important;
    height: auto !important;
}

.page_content a {
    text-decoration: revert;
    color: #0583c9;
}

.page_content a:hover {
    text-decoration: revert;
    color: #e3a21c;
}