/* ypxx 静态页接入全站页头页脚后的布局微调 */
body.ypxx-site-layout {
    background: #f5f7fa;
    font-family: 'Segoe UI', 'Microsoft YaHei', 微软雅黑, sans-serif;
}

.ypxx-site-layout header {
    margin-bottom: 0;
}

.ypxx-site-layout .ypxx-page-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px 32px;
    overflow: hidden;
    clear: both;
}

.ypxx-site-layout .ypxx-page-wrap .left_box {
    float: none;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ypxx-site-layout .ypxx-page-wrap .one_report {
    overflow: hidden;
}

.ypxx-site-layout .ypxx-page-wrap .report_img {
    float: left;
    margin-right: 16px;
}

.ypxx-site-layout .ypxx-page-wrap .report_info {
    float: none;
    width: auto;
    overflow: hidden;
}

.ypxx-site-layout .ypxx-page-wrap .report_img a img {
    display: block;
    width: 180px;
    height: 120px;
    object-fit: cover;
}
