@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: #fafafa url(../img/body_bg.png) repeat;
    background-size: 85%;
}

.con_box {
    margin: 0 auto;
    background: #fff;
    z-index: 0;
    width: 100% !important;
}
.item_box {
   width: 100%;
}
.content {
    position: relative;
    display: flex;
}
.content_box{
    width: 100%!important;
    padding: 0.3rem 0.4rem;
}
.top_title{
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
}
.top_title h3 {
    font-family: Verdana;
    font-size: 0.32rem;
    line-height: 1.4;
    color:#284493;
    font-weight: bold;
    text-align: center;

}
.right_date{
    margin-top: 0.1rem;
    font-size: 0.22rem;
    color:#6b6b6b;
    text-align:right;
    font-family: Verdana;
}
/*
.page_content{
    color: #333333;
    font-family: Verdana;
    font-size: 0.25rem;
}
*/
.page_content{
    line-height: 1.8;
    text-align: justify;
    white-space: normal;
    word-break: break-word;
}
.page_content img{
    max-width: 100% !important;
    height: auto !important;
}
.page_content video{
    max-width: 100% !important;
    height: auto !important;
}
.page_content table{
    margin: 0 auto;
}
.page_content td{
    text-align: center;
    vertical-align: middle;
}