@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%;
    padding-bottom: 0.6rem;
}

.con_box {
    width: 14.9rem;
    margin: 0 auto;
    background: #fff;
    margin-top: -0.6rem;
    z-index: 0;
}
.item_box {
   width: 100%;
}
.content {
    position: relative;
    display: flex;
}
.content_box{
    width: 100%!important;
    padding: 0.3rem 1rem;
}
.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.16rem;
    color:#6b6b6b;
    text-align:right;
    font-family: Verdana;
}
.page_content{
    /*color: #333333;
    font-family: Verdana;
    font-size: 0.16rem;
    line-height: 1.4;*/
    text-align: justify;
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    font-size: 16px !important;
    line-height: 2em !important;
}

.page_content p {
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    font-size: 16px !important;
    line-height: 2em !important;
}

.page_content span {
    font-family: 微软雅黑, "Microsoft YaHei" !important;
    font-size: 16px !important;
    line-height: 2em !important;
}
.page_content table{
    margin: 0 auto;
}
.page_content td{
    text-align: center;
    vertical-align: middle;
}