@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 14rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-size: contain;
}

.con_box {
    width: 100% !important;
    max-width: 14rem;
    margin: 0 auto;
}

.content {
    position: relative;
    display: flex;
}

.content_box {
    width: 100% !important;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 8%);
    min-height: 5rem;
    padding: 0.3rem 0.5rem;
    text-align: justify;
}

.content_box img {
    margin: 0px 5px;
}

.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;
}

.right_date {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    color: #6b6b6b;
    text-align: right
}

.zz_st {
    text-align: right;
    font-size: 0.16rem;
}
.zz_st div a:hover{
    text-decoration: underline;
}

.page_content table{
    margin: 0 auto;
}
.page_content td{
    text-align: center;
    vertical-align: middle;
}
.page_content img{
    max-width: 100%;
    height: auto !important;
}<!--0.00019693374633789-->